Corrected the arguments to the configure script from the top-level
wrapper.
This commit is contained in:
parent
b1d40e6d12
commit
cb3cf592e8
|
|
@ -4,4 +4,4 @@
|
||||||
# all of its config scripts in a different directory than the configure
|
# all of its config scripts in a different directory than the configure
|
||||||
# script itself.
|
# script itself.
|
||||||
|
|
||||||
( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure $* )
|
( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure "$@" )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue