Add quotes around $@ in autogen script (thanks exp[x])

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1771
This commit is contained in:
Simon Howard 2010-01-03 03:49:11 +00:00
parent 2e6406e083
commit 9b0b0629e0

View file

@ -8,5 +8,5 @@ automake -a -c
autoconf
automake
./configure $@
./configure "$@"