build: quote $@ in autogen.sh
authorEvan Nemerson <evan@coeus-group.com>
Mon, 3 Dec 2012 09:29:05 +0000 (01:29 -0800)
committerDan Winship <danw@gnome.org>
Mon, 3 Dec 2012 21:04:35 +0000 (16:04 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=689512

autogen.sh

index cc9a4f4..ef6d20f 100755 (executable)
@@ -20,5 +20,5 @@ PKG_NAME=NetworkManager
 )
 
 if test -z "$NOCONFIGURE"; then
-       $srcdir/configure --enable-maintainer-mode $@
+       $srcdir/configure --enable-maintainer-mode "$@"
 fi