summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/configure.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-01 11:23:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-01 11:23:16 +0000
commitb0542f2883475b76a24d8ec25e810d34ac07eda6 (patch)
tree025d231f284e44163d9851f55337253b7d3d6aea /Build/source/texk/chktex/configure.in
parente33ec9c839bf39255602547c62ca6f73d7dc0744 (diff)
autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/configure.in')
-rw-r--r--Build/source/texk/chktex/configure.in6
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