Corrected the arguments to the configure script from the top-level

wrapper.
This commit is contained in:
Tim Edwards 2019-06-15 12:43:13 -04:00
parent b1d40e6d12
commit cb3cf592e8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4,4 +4,4 @@
# all of its config scripts in a different directory than the configure
# script itself.
( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure $* )
( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure "$@" )