projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d895c
)
Use AC_MSG_ERROR rather than AC_ERROR.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 17 Apr 2010 05:33:28 +0000
(
01:33
-0400)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 17 Apr 2010 05:33:28 +0000
(
01:33
-0400)
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index c168297c94904d66cd099a05603537b97ba26ce0..3f171d6e1411d21c0e5161d7bf7a1c9b6bf4f0e5 100644
(file)
--- 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"