changeset 16922:a4d9505bd307

Changing configure.args to be a sh script that is sourced. This way we can set any environment variables to be set/passed to configure. The only special variable for the pidgin build system right now, is CONFIGURE_ARGS wich is the commandline that will always get passed to configure
author Gary Kramlich <grim@reaperworld.com>
date Sun, 06 May 2007 18:37:58 +0000
parents b668951121d8
children 6d99246b1084
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Sun May 06 00:44:41 2007 +0000
+++ b/autogen.sh	Sun May 06 18:37:58 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 || {