Pass additional autogen.sh options to configure.
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user