[llvm-commits] CVS: llvm-test/autoconf/configure.ac
Misha Brukman
brukman at cs.uiuc.edu
Tue Sep 7 11:46:46 PDT 2004
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.7 -> 1.8
---
Log message:
The correct autoconf macro for checking for GNU make is AC_CHECK_GNU_MAKE
---
Diffs of the changes: (+1 -1)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.7 llvm-test/autoconf/configure.ac:1.8
--- llvm-test/autoconf/configure.ac:1.7 Tue Sep 7 13:00:07 2004
+++ llvm-test/autoconf/configure.ac Tue Sep 7 13:46:36 2004
@@ -67,7 +67,7 @@
fi
dnl Check for GNU Make. We use its extensions too, so don't build without it
-CHECK_GNU_MAKE
+AC_CHECK_GNU_MAKE
if test -z "$_cv_gnu_make_command"
then
AC_MSG_ERROR([GNU Make required but not found])
More information about the llvm-commits
mailing list