diff options
| -rwxr-xr-x | autogen.sh | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,6 +1,11 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | gprefix=`which glibtoolize 2>&1 >/dev/null` | ||
| 3 | if [ $? -eq 0 ]; then | ||
| 4 | glibtoolize --force | ||
| 5 | else | ||
| 6 | libtoolize --force | ||
| 7 | fi | ||
| 2 | aclocal -I m4 | 8 | aclocal -I m4 |
| 3 | libtoolize | ||
| 4 | autoheader | 9 | autoheader |
| 5 | automake --add-missing | 10 | automake --add-missing |
| 6 | autoconf | 11 | autoconf |
