From e7e5d3971a8552e68988585be5841af0a0ca236e Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 27 Aug 2008 09:50:44 +0200 Subject: [PATCH] Preserve quoting when passing the arguments to the build directory --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index aea78a652..6aef1fc9f 100755 --- a/configure +++ b/configure @@ -34,6 +34,6 @@ if ( echo $* | grep guess-host-cflags ); then fi cd ${buildir} -${srcdir}/configure --srcdir=${srcdir} $* +${srcdir}/configure --srcdir=${srcdir} "$@" echo Configuration complete. To build ECL, issue 'make' in this directory.