# HG changeset patch # User John Bailey # Date 1209232025 0 # Node ID 7291da73b054c336d9dddb90bb5f8a0859262df9 # Parent 7c801c16baccd9098d1e74cc77b85dc22aebde22 This should have been a variable expansion so that autogen.args could be changed without having to change it in more than one place. diff -r 7c801c16bacc -r 7291da73b054 autogen.sh --- 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."