Sat, 26 Apr 2008 17:47:05 +0000
This should have been a variable expansion so that autogen.args could be changed without having to change it in more than one place.
--- 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."