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/configure.in')
-rw-r--r--newlib/libm/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/newlib/libm/configure.in b/newlib/libm/configure.in
index edaa1e3e4..06e095103 100644
--- a/newlib/libm/configure.in
+++ b/newlib/libm/configure.in
@@ -1,8 +1,9 @@
dnl This is the newlib/libm configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)
-AC_INIT(libm.texinfo)
+AC_PREREQ(2.59)
+AC_INIT([newlib],[NEWLIB_VERSION])
+AC_CONFIG_SRCDIR([libm.texinfo])
AC_ARG_ENABLE(newlib_hw_fp,
[ --enable-newlib-hw-fp Turn on hardware floating point math],
@@ -40,4 +41,5 @@ fi
AC_SUBST(LIBM_MACHINE_LIB)
AM_CONDITIONAL(HAVE_LIBM_MACHINE_DIR, test x${libm_machine_dir} != x)
-AC_OUTPUT(Makefile math/Makefile mathfp/Makefile common/Makefile)
+AC_CONFIG_FILES([Makefile math/Makefile mathfp/Makefile common/Makefile])
+AC_OUTPUT