From: Taylor R Campbell Date: Sat, 17 Apr 2010 05:33:28 +0000 (-0400) Subject: Use AC_MSG_ERROR rather than AC_ERROR. X-Git-Tag: 20100708-Gtk~70 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=560439360dcb7fc7b7354f7e1043bbbd82d7b8b3;p=mit-scheme.git Use AC_MSG_ERROR rather than AC_ERROR. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index c168297c9..3f171d6e1 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -995,7 +995,7 @@ svm1) *) AC_CHECK_PROG([M4], [m4], [m4]) if test "x${M4}" != xm4; then - AC_ERROR([m4 not found]) + AC_MSG_ERROR([m4 not found]) fi AC_CONFIG_LINKS([cmpauxmd.m4:cmpauxmd/${mit_scheme_native_code}.m4]) OPTIONAL_SOURCES="${OPTIONAL_SOURCES} cmpauxmd.m4"