diff kpathsea/configure.in @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents 1f0b06020e36
children
line wrap: on
line diff
--- a/kpathsea/configure.in
+++ b/kpathsea/configure.in
@@ -1,5 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pathsearch.c)
+AC_INIT
+AC_CONFIG_SRCDIR([pathsearch.c])
+AC_PREREQ(2.52)			dnl Minimum Autoconf version required.
 
 KPSEVERSION=3.2
 AC_SUBST(KPSEVERSION)
@@ -7,6 +9,7 @@
 
 sinclude(common.ac)
 
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
 dnl Update stamp-auto, since we just remade `c-auto.h'.
 date >stamp-auto