summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/m4')
-rw-r--r--Build/source/texk/xdvik/m4/xdvi-check-xaw.m43
-rw-r--r--Build/source/texk/xdvik/m4/xdvi-find-motif.m42
2 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/m4/xdvi-check-xaw.m4 b/Build/source/texk/xdvik/m4/xdvi-check-xaw.m4
index 6f7301c6340..ff398530435 100644
--- a/Build/source/texk/xdvik/m4/xdvi-check-xaw.m4
+++ b/Build/source/texk/xdvik/m4/xdvi-check-xaw.m4
@@ -75,6 +75,7 @@ if test "x$xdvi_have_xaw" = xyes; then
prog_extension="xaw"
AC_DEFINE([XAW], 1, [Define to use the Xaw toolkit.])
else
- AC_MSG_ERROR([Sorry, you will need at least the Xaw header/library files to compile xdvik.])
+ KPSE_MSG_ERROR([xdvik],
+ [Sorry, you will need at least the Xaw header/library files to compile xdvik.])
fi
]) # XDVI_CHECK_XAW_LIBRARY
diff --git a/Build/source/texk/xdvik/m4/xdvi-find-motif.m4 b/Build/source/texk/xdvik/m4/xdvi-find-motif.m4
index 09f8091ce4b..dcdcf8d4971 100644
--- a/Build/source/texk/xdvik/m4/xdvi-find-motif.m4
+++ b/Build/source/texk/xdvik/m4/xdvi-find-motif.m4
@@ -94,7 +94,7 @@ if test "x$xdvi_have_motif" = xyes; then
# Check whether to compile for Motif with Xaw Panner.
_XDVI_CHECK_PANNER
elif test "x$default_toolkit" = xnone; then
- AC_MSG_ERROR([No Motif.])
+ KPSE_MSG_ERROR([xdvik], [No Motif.])
else
# Restore previous X_CFLAGS
X_CFLAGS=$xdvi_motif_save_X_CFLAGS