diff options
Diffstat (limited to 'Build/source/texk/chktex/configure.in')
-rw-r--r-- | Build/source/texk/chktex/configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/chktex/configure.in b/Build/source/texk/chktex/configure.in index ced6ef94ceb..a31397b2920 100644 --- a/Build/source/texk/chktex/configure.in +++ b/Build/source/texk/chktex/configure.in @@ -27,7 +27,8 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(ChkTeX.c) +AC_INIT +AC_CONFIG_SRCDIR([ChkTeX.c]) AC_SUBST(SCRIPTS) SCRIPTS= AC_SUBST(ELISPDIR) @@ -178,4 +179,5 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS(access closedir fileno isatty opendir readdir stat dnl strcasecmp strdup strlwr strtol) -AC_OUTPUT(Makefile deweb MakeHTML) +AC_CONFIG_FILES([Makefile deweb MakeHTML]) +AC_OUTPUT |