grim/guifications2

7ee15787dd79
Parents bf693543cbae
Children 4d1202a4fe19
change the way that we source ${ARGS_FILES}
  • +1 -1
    autogen.sh
  • --- a/autogen.sh Sat Dec 03 23:16:33 2011 -0600
    +++ b/autogen.sh Sat Dec 03 23:17:04 2011 -0600
    @@ -118,7 +118,7 @@
    if [ -f ${ARGS_FILE} ] ; then
    printf "found.\n"
    printf "sourcing ${ARGS_FILE}: "
    - . autogen.args
    + . "`dirname "$0"`"/${ARGS_FILE}
    printf "done.\n"
    else
    printf "not found.\n"