Preserve quoting when passing the arguments to the build directory

This commit is contained in:
Juan Jose Garcia Ripoll 2008-08-27 09:50:44 +02:00
parent 71caf39a61
commit e7e5d3971a

2
configure vendored
View file

@ -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.