diff autogen.sh @ 17322:253155592cd5

merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2' and 'ff39939277122047daad77a5941cd085ca559d59'
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 31 May 2007 03:06:46 +0000
parents a4d9505bd307
children 57d350900136 6e93a79b2ae5 50a9c82d32a1
line wrap: on
line diff
--- a/autogen.sh	Thu May 31 03:06:38 2007 +0000
+++ b/autogen.sh	Thu May 31 03:06:46 2007 +0000
@@ -2,7 +2,7 @@
 
 CONFIGURE_ARGS=""
 if [ -f configure.args ] ; then
-	CONFIGURE_ARGS="${CONFIGURE_ARGS} `cat configure.args`"
+	. configure.args
 fi
 
 (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || {