diff --git a/configure b/configure index 5361403..8df0ef3 100755 --- a/configure +++ b/configure @@ -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 "$@" )