Mercurial > pidgin.yaz
changeset 22567:519f5fc80721
I always forget we use 'm4macros' here instead of 'm4'.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 30 Mar 2008 17:17:45 +0000 |
parents | 375a101c5d7b |
children | fdf948613302 |
files | autogen.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}