]> git.saurik.com Git - cycript.git/commitdiff
Make autogen.sh use the ax_ prefix for m4 lookup.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 3 Jun 2012 15:52:23 +0000 (15:52 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 3 Jun 2012 16:17:23 +0000 (16:17 +0000)
autogen.sh
configure.ac

index d194906e01b690cbdee256ae30269fd0b0c11aa3..e307073096187649192f29828b1070448309dd72 100755 (executable)
@@ -16,7 +16,7 @@ case `uname` in
 esac
 aclocal
 sed -e 's/AC_PROG_AWK/dnl &/' -i aclocal.m4
-cat `aclocal --print-ac-dir`/check_gnu_make.m4 !(aclocal).m4 >> aclocal.m4
+cat `aclocal --print-ac-dir`/ax_check_gnu_make.m4 !(aclocal).m4 >> aclocal.m4
 function filter()
 {
        sed -e '/no proper invocation of AM_INIT_AUTOMAKE was found\./d' \
index 43ca9756ce00d8fa3aca55780cd9ec9c1c65cd8d..6cf476e5200ba39024e02df7c3a613fe0482f863 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([Console.cpp])
 AC_CONFIG_AUX_DIR([.])
 LT_INIT([disable-static])
 PKG_PROG_PKG_CONFIG([0.22])
-CHECK_GNU_MAKE
+AX_CHECK_GNU_MAKE
 AC_SUBST([GMAKE], [$_cv_gnu_make_command])
 AC_SUBST([LTFLAGS])
 AS_IF([test "x$GMAKE" = x], [AC_MSG_ERROR([You need GNU make])])