Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/doc/configure.in')
-rw-r--r--libgloss/doc/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/doc/configure.in b/libgloss/doc/configure.in
index 570b33794..ab165642a 100644
--- a/libgloss/doc/configure.in
+++ b/libgloss/doc/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)dnl
+AC_PREREQ(2.59)
AC_INIT(porting.texi)
if test "$srcdir" = "." ; then
@@ -12,4 +12,5 @@ fi
AC_PROG_INSTALL
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES(Makefile)
+AC_OUTPUT