commit 9b0b0629e02deba1788d4a4e190b31977f7c0b1f
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Jan 3 03:49:11 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sun Jan 3 03:49:11 2010 +0000
Add quotes around $@ in autogen script (thanks exp[x])
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1771
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index ee0e377d..851603c6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,5 +8,5 @@ automake -a -c
autoconf
automake
-./configure $@
+./configure "$@"