mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Preserve quoting when passing the arguments to the build directory
This commit is contained in:
parent
71caf39a61
commit
e7e5d3971a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -34,6 +34,6 @@ if ( echo $* | grep guess-host-cflags ); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${buildir}
|
cd ${buildir}
|
||||||
${srcdir}/configure --srcdir=${srcdir} $*
|
${srcdir}/configure --srcdir=${srcdir} "$@"
|
||||||
|
|
||||||
echo Configuration complete. To build ECL, issue 'make' in this directory.
|
echo Configuration complete. To build ECL, issue 'make' in this directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue