Pass additional autogen.sh options to configure.

This commit is contained in:
rocky
2008-07-27 01:51:21 +00:00
parent 65de180497
commit 5254ca152d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# Additional options go to configure.
echo "Rebuilding ./configure with autoreconf..."
autoreconf -f -i
@@ -8,4 +9,4 @@ if [ $? -ne 0 ]; then
exit $?
fi
./configure --enable-maintainer-mode
./configure --enable-maintainer-mode "$@"