shithub: choc

Download patch

ref: 9b0b0629e02deba1788d4a4e190b31977f7c0b1f
parent: 2e6406e08349f3bfb6f5d38ac5042aca7a02073d
author: Simon Howard <fraggle@gmail.com>
date: Sat Jan 2 22:49:11 EST 2010

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

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1771

--- a/autogen.sh
+++ b/autogen.sh
@@ -8,5 +8,5 @@
 autoconf
 automake
 
-./configure $@
+./configure "$@"