# HG changeset patch # User John Bailey # Date 1206897465 0 # Node ID 519f5fc807215c275f03214cc02103bfcab4dadb # Parent 375a101c5d7b1050c8847d2f5f548185c9e95715 I always forget we use 'm4macros' here instead of 'm4'. diff -r 375a101c5d7b -r 519f5fc80721 autogen.sh --- a/autogen.sh Sun Mar 30 17:15:21 2008 +0000 +++ b/autogen.sh Sun Mar 30 17:17:45 2008 +0000 @@ -123,7 +123,7 @@ ############################################################################### run_or_die ${LIBTOOLIZE} -c -f --automake ${LIBTOOLIZE_FLAGS} run_or_die ${INTLTOOLIZE} -c -f --automake ${INTLTOOLIZE_FLAGS} -run_or_die ${ACLOCAL} -I m4 ${ACLOCAL_FLAGS} +run_or_die ${ACLOCAL} -I m4macros ${ACLOCAL_FLAGS} run_or_die ${AUTOHEADER} ${AUTOHEADER_FLAGS} run_or_die ${AUTOMAKE} -a -c -f --gnu ${AUTOMAKE_FLAGS} run_or_die ${AUTOCONF} -f ${AUTOCONF_FLAGS}