This should have been a variable expansion so that autogen.args could be

Sat, 26 Apr 2008 17:47:05 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sat, 26 Apr 2008 17:47:05 +0000
changeset 22893
ad768d6e82c9
parent 22890
41eb7c0ad82d
child 22894
e4822ac43f38

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

autogen.sh file | annotate | diff | comparison | revisions
--- a/autogen.sh	Sat Apr 26 13:36:42 2008 +0000
+++ b/autogen.sh	Sat Apr 26 17:47:05 2008 +0000
@@ -111,7 +111,7 @@
 if [ -f ${ARGS_FILE} ] ; then
 	echo "found."
 	printf "%s" "sourcing ${ARGS_FILE}: "
-	. autogen.args
+	. ${ARGS_FILE}
 	echo "done."
 else
 	echo "not found."

mercurial