diff options
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=. | |||
| 7 | cd "$srcdir" | 7 | cd "$srcdir" |
| 8 | 8 | ||
| 9 | gprefix=`which glibtoolize 2>&1 >/dev/null` | 9 | gprefix=`which glibtoolize 2>&1 >/dev/null` |
| 10 | if [ $? -eq 0 ]; then | 10 | if [ $? -eq 0 ]; then |
| 11 | glibtoolize --force | 11 | glibtoolize --force |
| 12 | else | 12 | else |
| 13 | libtoolize --force | 13 | libtoolize --force |
| @@ -20,5 +20,5 @@ autoconf | |||
| 20 | cd "$olddir" | 20 | cd "$olddir" |
| 21 | 21 | ||
| 22 | if [ -z "$NOCONFIGURE" ]; then | 22 | if [ -z "$NOCONFIGURE" ]; then |
| 23 | $srcdir/configure "$@" | 23 | $srcdir/configure "$@" |
| 24 | fi | 24 | fi |
