Parent Directory
|
Revision Log
|
Patch
revision 425 by aramv, Fri Jun 12 16:22:19 2009 UTC | revision 426 by okoeroo, Mon Jun 15 09:28:15 2009 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/bin/sh | #!/bin/sh |
2 | ||
3 | set -x | set -x |
4 | libtoolize --force | |
5 | # On MacOS X, the GNU libtool is named `glibtool'. | |
6 | HOSTOS=`uname` | |
7 | LIBTOOLIZE=libtoolize | |
8 | if test "$HOSTOS"x = Darwinx; then | |
9 | LIBTOOLIZE=glibtoolize | |
10 | fi | |
11 | ||
12 | $LIBTOOLIZE --force | |
13 | aclocal -I m4 | aclocal -I m4 |
14 | autoheader | autoheader |
15 | automake --foreign --add-missing --copy --gnu | automake --foreign --add-missing --copy --gnu |
|
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |