diff --git a/bootstrap b/bootstrap index 417f5a81..28e631ea 100755 --- a/bootstrap +++ b/bootstrap @@ -46,7 +46,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/n # Check for automake amvers="no" -for v in 12 11 10 9 8 7 6 5; do +for v in 13 12 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" break diff --git a/configure.ac b/configure.ac index 1ebda4f4..5ec345b6 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_SUBST(LOLUNIT_VERSION) LOLREMEZ_VERSION=0.2 AC_SUBST(LOLREMEZ_VERSION) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h) AM_PROG_CC_C_O AC_PROG_CPP