From cb3cf592e8fb3fcb43f20544e9f0e85266f7990a Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sat, 15 Jun 2019 12:43:13 -0400 Subject: [PATCH] Corrected the arguments to the configure script from the top-level wrapper. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" )