# HG changeset patch # User Gary Kramlich # Date 1178476678 0 # Node ID a4d9505bd307eacb31c2dc46b65ed7e272f9b435 # Parent b668951121d834b2da913f8d02187b6d81868ee8 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 diff -r b668951121d8 -r a4d9505bd307 autogen.sh --- 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 || {