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 'newlib/libm/machine/configure.in')
-rw-r--r--newlib/libm/machine/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/newlib/libm/machine/configure.in b/newlib/libm/machine/configure.in
index 0ea040000..94db18a72 100644
--- a/newlib/libm/machine/configure.in
+++ b/newlib/libm/machine/configure.in
@@ -1,8 +1,9 @@
dnl This is the newlib/libm/machine configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)
-AC_INIT(i386)
+AC_PREREQ(2.59)
+AC_INIT([newlib],[NEWLIB_VERSION])
+AC_CONFIG_SRCDIR([i386])
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
AC_CONFIG_AUX_DIR(../../..)
@@ -36,7 +37,8 @@ AC_SUBST(libm_machine_dir)
AC_SUBST(machlib)
AM_CONDITIONAL(HAVE_LIBM_MACHINE_DIR, test x${libm_machine_dir} != x)
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT