diff options
| -rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -5,3 +5,7 @@ libtoolize || exit 1 | |||
| 5 | autoheader || exit 1 | 5 | autoheader || exit 1 |
| 6 | automake --add-missing || exit 1 | 6 | automake --add-missing || exit 1 |
| 7 | autoconf || exit 1 | 7 | autoconf || exit 1 |
| 8 | echo | ||
| 9 | echo Executing ./configure $@ | ||
| 10 | echo | ||
| 11 | ./configure "$@" | ||
