pidgin: 4de09c83: This should have been a variable expansi...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Apr 26 13:55:41 EDT 2008


-----------------------------------------------------------------
Revision: 4de09c83277edb004b4f20c31b3016c4b2188ffa
Ancestor: 93ece3b23f9fcb890d44df77c831b035ecec0837
Author: rekkanoryo at pidgin.im
Date: 2008-04-26T17:47:05
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4de09c83277edb004b4f20c31b3016c4b2188ffa

Modified files:
        autogen.sh

ChangeLog: 

This should have been a variable expansion so that autogen.args could be
changed without having to change it in more than one place.

-------------- next part --------------
============================================================
--- autogen.sh	b73ffde262b73519f4597623486ee1bfc1544a4f
+++ autogen.sh	a3197b4a5bbd510e090486cf9ac8ee45c559a1ec
@@ -111,7 +111,7 @@ if [ -f ${ARGS_FILE} ] ; then
 if [ -f ${ARGS_FILE} ] ; then
 	echo "found."
 	printf "%s" "sourcing ${ARGS_FILE}: "
-	. autogen.args
+	. ${ARGS_FILE}
 	echo "done."
 else
 	echo "not found."


More information about the Commits mailing list