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/configure.in')
-rw-r--r--newlib/configure.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index e2e4e18a8..4d04aae05 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -1,9 +1,10 @@
dnl This is the newlib configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.13)
-AC_INIT(libc)
-AM_CONFIG_HEADER(newlib.h:newlib.hin)
+AC_PREREQ(2.59)
+AC_INIT([newlib],[NEWLIB_VERSION])
+AC_CONFIG_SRCDIR([libc])
+AC_CONFIG_HEADER(newlib.h:newlib.hin)
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
AC_CONFIG_AUX_DIR(..)
@@ -386,14 +387,13 @@ if test $libc_cv_array_aliasing = yes; then
AC_DEFINE_UNQUOTED(_HAVE_ARRAY_ALIASING)
fi
-AC_OUTPUT(Makefile,
+AC_CONFIG_FILES([Makefile],
[if test -n "$CONFIG_FILES"; then
unset ac_file
. ${newlib_basedir}/../config-ml.in
fi],
srcdir=${srcdir}
host=${host}
-target=${target}
with_multisubdir=${with_multisubdir}
ac_configure_args="${multilib_arg} ${ac_configure_args}"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
@@ -401,3 +401,4 @@ newlib_basedir=${newlib_basedir}
CC="${CC}"
LDFLAGS="${LDFLAGS}"
)
+AC_OUTPUT