summaryrefslogtreecommitdiff
path: root/Build/source/texk/devnag/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/devnag/configure.ac')
-rw-r--r--Build/source/texk/devnag/configure.ac14
1 files changed, 6 insertions, 8 deletions
diff --git a/Build/source/texk/devnag/configure.ac b/Build/source/texk/devnag/configure.ac
index 374395a6f88..1d891c13478 100644
--- a/Build/source/texk/devnag/configure.ac
+++ b/Build/source/texk/devnag/configure.ac
@@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([devnag for TeX Live], [2.15], [tex-k@tug.org])
+AC_INIT([devnag (TeX Live)], [2.15], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([src/devnag.c])
AC_CONFIG_AUX_DIR([../../build-aux])
@@ -20,15 +20,13 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
-dnl Checks for libraries.
+if test "x$enable_build" != xno || test -f config.force; then
-dnl Checks for header files.
-AC_HEADER_STDC
+AC_CHECK_FUNC([strstr], ,
+ [AC_MSG_ERROR([Sorry, your system has no strstr function.])])
-dnl Checks for typedefs, structures, and compiler characteristics.
-
-dnl Checks for library functions.
-AC_CHECK_FUNCS([strstr])
+echo timestamp >config.force
+fi
AC_CONFIG_FILES([Makefile])