build: fix passing arguments to configure from autogen.sh (bgo #694157)

This commit is contained in:
Evan Nemerson
2013-02-19 03:16:07 -08:00
committed by Dan Williams
parent 8fb57bb553
commit add455c7e5

View File

@@ -18,7 +18,7 @@ PKG_NAME=ModemManager
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
if test -z "$NOCONFIGURE"; then
./configure --enable-maintainer-mode $@
./configure --enable-maintainer-mode "$@"
fi
)