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:
authorMike Frysinger <vapier@gentoo.org>2021-12-30 21:29:02 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-14 23:24:33 +0300
commita100e80fc9a9243c913035c3d40bf8ec4dc5c6fc (patch)
tree99759688c13aa1ad42c8aa5f713a2fc9347bf220 /newlib/libm/machine
parent909ed837ccb932ea70f71cc41891fa2c8143133f (diff)
require autoconf-2.69 exactly
The newlib & libgloss dirs are already generated using autoconf-2.69. To avoid merging new code and/or accidental regeneration using diff versions, leverage config/override.m4 to pin to 2.69 exactly. This matches what gcc/binutils/gdb are already doing. The README file already says to use autoconf-2.69. To accomplish this, it's just as simple as adding -I flags to the top-level config/ dir when running aclocal. This is because the override.m4 file overrides AC_INIT to first require the specific autoconf version before calling the real AC_INIT.
Diffstat (limited to 'newlib/libm/machine')
-rw-r--r--newlib/libm/machine/Makefile.am2
-rw-r--r--newlib/libm/machine/Makefile.in7
-rw-r--r--newlib/libm/machine/aarch64/Makefile.am2
-rw-r--r--newlib/libm/machine/aarch64/Makefile.in8
-rw-r--r--newlib/libm/machine/aarch64/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/aarch64/configure3
-rw-r--r--newlib/libm/machine/aarch64/configure.ac1
-rw-r--r--newlib/libm/machine/aclocal.m424
-rw-r--r--newlib/libm/machine/arm/Makefile.am2
-rw-r--r--newlib/libm/machine/arm/Makefile.in8
-rw-r--r--newlib/libm/machine/arm/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/arm/configure3
-rw-r--r--newlib/libm/machine/arm/configure.ac1
-rwxr-xr-xnewlib/libm/machine/configure7
-rw-r--r--newlib/libm/machine/configure.ac1
-rw-r--r--newlib/libm/machine/i386/Makefile.am2
-rw-r--r--newlib/libm/machine/i386/Makefile.in7
-rw-r--r--newlib/libm/machine/i386/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/i386/configure7
-rw-r--r--newlib/libm/machine/i386/configure.ac1
-rw-r--r--newlib/libm/machine/mips/Makefile.am2
-rw-r--r--newlib/libm/machine/mips/Makefile.in8
-rw-r--r--newlib/libm/machine/mips/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/mips/configure3
-rw-r--r--newlib/libm/machine/mips/configure.ac1
-rw-r--r--newlib/libm/machine/nds32/Makefile.am2
-rw-r--r--newlib/libm/machine/nds32/Makefile.in8
-rw-r--r--newlib/libm/machine/nds32/aclocal.m424
-rw-r--r--newlib/libm/machine/nds32/configure3
-rw-r--r--newlib/libm/machine/nds32/configure.ac1
-rw-r--r--newlib/libm/machine/powerpc/Makefile.am2
-rw-r--r--newlib/libm/machine/powerpc/Makefile.in8
-rw-r--r--newlib/libm/machine/powerpc/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/powerpc/configure3
-rw-r--r--newlib/libm/machine/powerpc/configure.ac1
-rw-r--r--newlib/libm/machine/pru/Makefile.am2
-rw-r--r--newlib/libm/machine/pru/Makefile.in8
-rw-r--r--newlib/libm/machine/pru/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/pru/configure3
-rw-r--r--newlib/libm/machine/pru/configure.ac1
-rw-r--r--newlib/libm/machine/riscv/Makefile.am2
-rw-r--r--newlib/libm/machine/riscv/Makefile.in8
-rw-r--r--newlib/libm/machine/riscv/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/riscv/configure3
-rw-r--r--newlib/libm/machine/riscv/configure.ac1
-rw-r--r--newlib/libm/machine/sparc/Makefile.am2
-rw-r--r--newlib/libm/machine/sparc/Makefile.in8
-rw-r--r--newlib/libm/machine/sparc/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/sparc/configure3
-rw-r--r--newlib/libm/machine/sparc/configure.ac1
-rw-r--r--newlib/libm/machine/spu/Makefile.am2
-rw-r--r--newlib/libm/machine/spu/Makefile.in8
-rw-r--r--newlib/libm/machine/spu/aclocal.m424
-rw-r--r--newlib/libm/machine/spu/configure3
-rw-r--r--newlib/libm/machine/spu/configure.ac1
-rw-r--r--newlib/libm/machine/x86_64/Makefile.am2
-rw-r--r--newlib/libm/machine/x86_64/Makefile.in7
-rw-r--r--newlib/libm/machine/x86_64/aclocal.m424
-rwxr-xr-xnewlib/libm/machine/x86_64/configure7
-rw-r--r--newlib/libm/machine/x86_64/configure.ac1
60 files changed, 150 insertions, 315 deletions
diff --git a/newlib/libm/machine/Makefile.am b/newlib/libm/machine/Makefile.am
index 678d95b0c..3b05fb103 100644
--- a/newlib/libm/machine/Makefile.am
+++ b/newlib/libm/machine/Makefile.am
@@ -22,5 +22,5 @@ doc:
docbook:
-ACLOCAL_AMFLAGS = -I ../.. -I ../../..
+ACLOCAL_AMFLAGS = -I ../.. -I ../../.. -I ../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/Makefile.in b/newlib/libm/machine/Makefile.in
index 0b9335e67..d2e465ad5 100644
--- a/newlib/libm/machine/Makefile.in
+++ b/newlib/libm/machine/Makefile.in
@@ -56,7 +56,10 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/../../../mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../libtool.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../../config/depstand.m4 \
+ $(top_srcdir)/../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../config/override.m4 \
+ $(top_srcdir)/../../../libtool.m4 \
$(top_srcdir)/../../../ltoptions.m4 \
$(top_srcdir)/../../../ltsugar.m4 \
$(top_srcdir)/../../../ltversion.m4 \
@@ -258,7 +261,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = $(libm_machine_dir) .
@HAVE_LIBM_MACHINE_DIR_TRUE@LIBM_MACHLIB = lib.a
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(LIBM_MACHLIB)
-ACLOCAL_AMFLAGS = -I ../.. -I ../../..
+ACLOCAL_AMFLAGS = -I ../.. -I ../../.. -I ../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-recursive
diff --git a/newlib/libm/machine/aarch64/Makefile.am b/newlib/libm/machine/aarch64/Makefile.am
index 9bd9fc7c6..f6bf8875e 100644
--- a/newlib/libm/machine/aarch64/Makefile.am
+++ b/newlib/libm/machine/aarch64/Makefile.am
@@ -55,5 +55,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/aarch64/Makefile.in b/newlib/libm/machine/aarch64/Makefile.in
index 1d29ae779..ea2f2e77e 100644
--- a/newlib/libm/machine/aarch64/Makefile.in
+++ b/newlib/libm/machine/aarch64/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -294,7 +296,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/aarch64/aclocal.m4 b/newlib/libm/machine/aarch64/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/aarch64/aclocal.m4
+++ b/newlib/libm/machine/aarch64/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/aarch64/configure b/newlib/libm/machine/aarch64/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/aarch64/configure
+++ b/newlib/libm/machine/aarch64/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/aarch64/configure.ac b/newlib/libm/machine/aarch64/configure.ac
index c5705228d..88862dc0c 100644
--- a/newlib/libm/machine/aarch64/configure.ac
+++ b/newlib/libm/machine/aarch64/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libm/machine/aarch64 configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/aclocal.m4 b/newlib/libm/machine/aclocal.m4
index c122111f8..964739983 100644
--- a/newlib/libm/machine/aclocal.m4
+++ b/newlib/libm/machine/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,6 +1045,9 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../config/depstand.m4])
+m4_include([../../../config/lead-dot.m4])
+m4_include([../../../config/override.m4])
m4_include([../../../libtool.m4])
m4_include([../../../ltoptions.m4])
m4_include([../../../ltsugar.m4])
diff --git a/newlib/libm/machine/arm/Makefile.am b/newlib/libm/machine/arm/Makefile.am
index b3b4e7c45..ec71e1d08 100644
--- a/newlib/libm/machine/arm/Makefile.am
+++ b/newlib/libm/machine/arm/Makefile.am
@@ -45,5 +45,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/arm/Makefile.in b/newlib/libm/machine/arm/Makefile.in
index 1a18621e7..a67796830 100644
--- a/newlib/libm/machine/arm/Makefile.in
+++ b/newlib/libm/machine/arm/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -278,7 +280,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/arm/aclocal.m4 b/newlib/libm/machine/arm/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/arm/aclocal.m4
+++ b/newlib/libm/machine/arm/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/arm/configure b/newlib/libm/machine/arm/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/arm/configure
+++ b/newlib/libm/machine/arm/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/arm/configure.ac b/newlib/libm/machine/arm/configure.ac
index 4a15b2f5b..3f42b9974 100644
--- a/newlib/libm/machine/arm/configure.ac
+++ b/newlib/libm/machine/arm/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libm/machine/arm configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/configure b/newlib/libm/machine/configure
index da8ea13ca..ba0f0a76b 100755
--- a/newlib/libm/machine/configure
+++ b/newlib/libm/machine/configure
@@ -2174,6 +2174,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../.. "$srcdir"/../../..; do
if test -f "$ac_dir/install-sh"; then
@@ -11440,7 +11443,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11443 "configure"
+#line 11446 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11546,7 +11549,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11549 "configure"
+#line 11552 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
diff --git a/newlib/libm/machine/configure.ac b/newlib/libm/machine/configure.ac
index e3df2f0f6..c0be11512 100644
--- a/newlib/libm/machine/configure.ac
+++ b/newlib/libm/machine/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libm/machine configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([i386])
diff --git a/newlib/libm/machine/i386/Makefile.am b/newlib/libm/machine/i386/Makefile.am
index a011f966b..deca873ac 100644
--- a/newlib/libm/machine/i386/Makefile.am
+++ b/newlib/libm/machine/i386/Makefile.am
@@ -31,6 +31,6 @@ endif # USE_LIBTOOL
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/i386/Makefile.in b/newlib/libm/machine/i386/Makefile.in
index dbd8e74a1..4db7583dd 100644
--- a/newlib/libm/machine/i386/Makefile.in
+++ b/newlib/libm/machine/i386/Makefile.in
@@ -58,7 +58,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../../libtool.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../../libtool.m4 \
$(top_srcdir)/../../../../ltoptions.m4 \
$(top_srcdir)/../../../../ltsugar.m4 \
$(top_srcdir)/../../../../ltversion.m4 \
@@ -321,7 +324,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/i386/aclocal.m4 b/newlib/libm/machine/i386/aclocal.m4
index 179003d26..a657a3c9a 100644
--- a/newlib/libm/machine/i386/aclocal.m4
+++ b/newlib/libm/machine/i386/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,6 +1045,9 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../../libtool.m4])
m4_include([../../../../ltoptions.m4])
m4_include([../../../../ltsugar.m4])
diff --git a/newlib/libm/machine/i386/configure b/newlib/libm/machine/i386/configure
index 9156c0de9..643a54cd3 100755
--- a/newlib/libm/machine/i386/configure
+++ b/newlib/libm/machine/i386/configure
@@ -2159,6 +2159,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
@@ -11425,7 +11428,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11428 "configure"
+#line 11431 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11531,7 +11534,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11534 "configure"
+#line 11537 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
diff --git a/newlib/libm/machine/i386/configure.ac b/newlib/libm/machine/i386/configure.ac
index 4a56c1979..fb899a458 100644
--- a/newlib/libm/machine/i386/configure.ac
+++ b/newlib/libm/machine/i386/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libc/machine/i386 configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([f_math.h])
diff --git a/newlib/libm/machine/mips/Makefile.am b/newlib/libm/machine/mips/Makefile.am
index 5db49db62..eb6db78e9 100644
--- a/newlib/libm/machine/mips/Makefile.am
+++ b/newlib/libm/machine/mips/Makefile.am
@@ -26,5 +26,5 @@ lib_a-fenv.o: fenv.c
lib_a-fenv.obj: fenv.c
$(COMPILE) -mno-mips16 -c -o $@ `if test -f 'fenv.c'; then $(CYGPATH_W) 'fenv.c'; else $(CYGPATH_W) '$(srcdir)/fenv.c'; fi`
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/mips/Makefile.in b/newlib/libm/machine/mips/Makefile.in
index 16c4f7fb8..20a58906e 100644
--- a/newlib/libm/machine/mips/Makefile.in
+++ b/newlib/libm/machine/mips/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -243,7 +245,7 @@ CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
LIBADD_OBJS = \
lib_a-fenv.$(OBJEXT)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/mips/aclocal.m4 b/newlib/libm/machine/mips/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/mips/aclocal.m4
+++ b/newlib/libm/machine/mips/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/mips/configure b/newlib/libm/machine/mips/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/mips/configure
+++ b/newlib/libm/machine/mips/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/mips/configure.ac b/newlib/libm/machine/mips/configure.ac
index 7a22fa31c..0ab0cf13f 100644
--- a/newlib/libm/machine/mips/configure.ac
+++ b/newlib/libm/machine/mips/configure.ac
@@ -1,5 +1,4 @@
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/nds32/Makefile.am b/newlib/libm/machine/nds32/Makefile.am
index f140f0599..8439fbb0b 100644
--- a/newlib/libm/machine/nds32/Makefile.am
+++ b/newlib/libm/machine/nds32/Makefile.am
@@ -24,5 +24,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/nds32/Makefile.in b/newlib/libm/machine/nds32/Makefile.in
index 398b779f2..1dc145743 100644
--- a/newlib/libm/machine/nds32/Makefile.in
+++ b/newlib/libm/machine/nds32/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -246,7 +248,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/nds32/aclocal.m4 b/newlib/libm/machine/nds32/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/nds32/aclocal.m4
+++ b/newlib/libm/machine/nds32/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/nds32/configure b/newlib/libm/machine/nds32/configure
index 657cb0eec..3cd53b98c 100644
--- a/newlib/libm/machine/nds32/configure
+++ b/newlib/libm/machine/nds32/configure
@@ -1856,6 +1856,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/nds32/configure.ac b/newlib/libm/machine/nds32/configure.ac
index 2b7a3c0fb..7d49c9ae2 100644
--- a/newlib/libm/machine/nds32/configure.ac
+++ b/newlib/libm/machine/nds32/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libm/machine/nds32 configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/powerpc/Makefile.am b/newlib/libm/machine/powerpc/Makefile.am
index a2c4b080f..48bfe150b 100644
--- a/newlib/libm/machine/powerpc/Makefile.am
+++ b/newlib/libm/machine/powerpc/Makefile.am
@@ -16,5 +16,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/powerpc/Makefile.in b/newlib/libm/machine/powerpc/Makefile.in
index 17c33f4e7..80c1f72cc 100644
--- a/newlib/libm/machine/powerpc/Makefile.in
+++ b/newlib/libm/machine/powerpc/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -240,7 +242,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/powerpc/aclocal.m4 b/newlib/libm/machine/powerpc/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/powerpc/aclocal.m4
+++ b/newlib/libm/machine/powerpc/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/powerpc/configure b/newlib/libm/machine/powerpc/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/powerpc/configure
+++ b/newlib/libm/machine/powerpc/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/powerpc/configure.ac b/newlib/libm/machine/powerpc/configure.ac
index 7a22fa31c..0ab0cf13f 100644
--- a/newlib/libm/machine/powerpc/configure.ac
+++ b/newlib/libm/machine/powerpc/configure.ac
@@ -1,5 +1,4 @@
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/pru/Makefile.am b/newlib/libm/machine/pru/Makefile.am
index 1293995fa..d93797d84 100644
--- a/newlib/libm/machine/pru/Makefile.am
+++ b/newlib/libm/machine/pru/Makefile.am
@@ -15,5 +15,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/pru/Makefile.in b/newlib/libm/machine/pru/Makefile.in
index c6ed66603..4495a7a40 100644
--- a/newlib/libm/machine/pru/Makefile.in
+++ b/newlib/libm/machine/pru/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -238,7 +240,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/pru/aclocal.m4 b/newlib/libm/machine/pru/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/pru/aclocal.m4
+++ b/newlib/libm/machine/pru/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/pru/configure b/newlib/libm/machine/pru/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/pru/configure
+++ b/newlib/libm/machine/pru/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/pru/configure.ac b/newlib/libm/machine/pru/configure.ac
index 7a22fa31c..0ab0cf13f 100644
--- a/newlib/libm/machine/pru/configure.ac
+++ b/newlib/libm/machine/pru/configure.ac
@@ -1,5 +1,4 @@
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/riscv/Makefile.am b/newlib/libm/machine/riscv/Makefile.am
index b4b4e2c85..a6e688b83 100644
--- a/newlib/libm/machine/riscv/Makefile.am
+++ b/newlib/libm/machine/riscv/Makefile.am
@@ -28,5 +28,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/riscv/Makefile.in b/newlib/libm/machine/riscv/Makefile.in
index c11e62673..a30952c85 100644
--- a/newlib/libm/machine/riscv/Makefile.in
+++ b/newlib/libm/machine/riscv/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -267,7 +269,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/riscv/aclocal.m4 b/newlib/libm/machine/riscv/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/riscv/aclocal.m4
+++ b/newlib/libm/machine/riscv/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/riscv/configure b/newlib/libm/machine/riscv/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/riscv/configure
+++ b/newlib/libm/machine/riscv/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/riscv/configure.ac b/newlib/libm/machine/riscv/configure.ac
index 7a22fa31c..0ab0cf13f 100644
--- a/newlib/libm/machine/riscv/configure.ac
+++ b/newlib/libm/machine/riscv/configure.ac
@@ -1,5 +1,4 @@
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/sparc/Makefile.am b/newlib/libm/machine/sparc/Makefile.am
index c3aa4e64a..61ab46cb7 100644
--- a/newlib/libm/machine/sparc/Makefile.am
+++ b/newlib/libm/machine/sparc/Makefile.am
@@ -17,5 +17,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/sparc/Makefile.in b/newlib/libm/machine/sparc/Makefile.in
index 98055363e..b56e45b44 100644
--- a/newlib/libm/machine/sparc/Makefile.in
+++ b/newlib/libm/machine/sparc/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -241,7 +243,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/sparc/aclocal.m4 b/newlib/libm/machine/sparc/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/sparc/aclocal.m4
+++ b/newlib/libm/machine/sparc/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/sparc/configure b/newlib/libm/machine/sparc/configure
index cc0372576..cbd94f20e 100755
--- a/newlib/libm/machine/sparc/configure
+++ b/newlib/libm/machine/sparc/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/sparc/configure.ac b/newlib/libm/machine/sparc/configure.ac
index 7a22fa31c..0ab0cf13f 100644
--- a/newlib/libm/machine/sparc/configure.ac
+++ b/newlib/libm/machine/sparc/configure.ac
@@ -1,5 +1,4 @@
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/spu/Makefile.am b/newlib/libm/machine/spu/Makefile.am
index 1bc35a050..f3688bb4c 100644
--- a/newlib/libm/machine/spu/Makefile.am
+++ b/newlib/libm/machine/spu/Makefile.am
@@ -35,5 +35,5 @@ noinst_DATA =
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/spu/Makefile.in b/newlib/libm/machine/spu/Makefile.in
index c9a20cc21..e327323b3 100644
--- a/newlib/libm/machine/spu/Makefile.in
+++ b/newlib/libm/machine/spu/Makefile.in
@@ -57,8 +57,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -316,7 +318,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/spu/aclocal.m4 b/newlib/libm/machine/spu/aclocal.m4
index f721fa56b..7b3f348d3 100644
--- a/newlib/libm/machine/spu/aclocal.m4
+++ b/newlib/libm/machine/spu/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,4 +1045,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../acinclude.m4])
diff --git a/newlib/libm/machine/spu/configure b/newlib/libm/machine/spu/configure
index cc0372576..cbd94f20e 100644
--- a/newlib/libm/machine/spu/configure
+++ b/newlib/libm/machine/spu/configure
@@ -1833,6 +1833,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/newlib/libm/machine/spu/configure.ac b/newlib/libm/machine/spu/configure.ac
index cd8ac94d2..58c3158d8 100644
--- a/newlib/libm/machine/spu/configure.ac
+++ b/newlib/libm/machine/spu/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libc/machine/spu configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/newlib/libm/machine/x86_64/Makefile.am b/newlib/libm/machine/x86_64/Makefile.am
index b0171b677..0f132118e 100644
--- a/newlib/libm/machine/x86_64/Makefile.am
+++ b/newlib/libm/machine/x86_64/Makefile.am
@@ -24,5 +24,5 @@ endif # USE_LIBTOOL
include $(srcdir)/../../../Makefile.shared
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/libm/machine/x86_64/Makefile.in b/newlib/libm/machine/x86_64/Makefile.in
index 5c6090689..9bf44fdb2 100644
--- a/newlib/libm/machine/x86_64/Makefile.in
+++ b/newlib/libm/machine/x86_64/Makefile.in
@@ -58,7 +58,10 @@ DIST_COMMON = $(srcdir)/../../../Makefile.shared $(srcdir)/Makefile.in \
$(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../../../libtool.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../../../config/depstand.m4 \
+ $(top_srcdir)/../../../../config/lead-dot.m4 \
+ $(top_srcdir)/../../../../config/override.m4 \
+ $(top_srcdir)/../../../../libtool.m4 \
$(top_srcdir)/../../../../ltoptions.m4 \
$(top_srcdir)/../../../../ltsugar.m4 \
$(top_srcdir)/../../../../ltversion.m4 \
@@ -289,7 +292,7 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
+ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
diff --git a/newlib/libm/machine/x86_64/aclocal.m4 b/newlib/libm/machine/x86_64/aclocal.m4
index 179003d26..a657a3c9a 100644
--- a/newlib/libm/machine/x86_64/aclocal.m4
+++ b/newlib/libm/machine/x86_64/aclocal.m4
@@ -579,27 +579,6 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -1066,6 +1045,9 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../../../config/depstand.m4])
+m4_include([../../../../config/lead-dot.m4])
+m4_include([../../../../config/override.m4])
m4_include([../../../../libtool.m4])
m4_include([../../../../ltoptions.m4])
m4_include([../../../../ltsugar.m4])
diff --git a/newlib/libm/machine/x86_64/configure b/newlib/libm/machine/x86_64/configure
index 7457ca36d..1f7e93304 100755
--- a/newlib/libm/machine/x86_64/configure
+++ b/newlib/libm/machine/x86_64/configure
@@ -2159,6 +2159,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
ac_aux_dir=
for ac_dir in ../../../.. "$srcdir"/../../../..; do
if test -f "$ac_dir/install-sh"; then
@@ -11425,7 +11428,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11428 "configure"
+#line 11431 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11531,7 +11534,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11534 "configure"
+#line 11537 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
diff --git a/newlib/libm/machine/x86_64/configure.ac b/newlib/libm/machine/x86_64/configure.ac
index 29492a608..10dce1873 100644
--- a/newlib/libm/machine/x86_64/configure.ac
+++ b/newlib/libm/machine/x86_64/configure.ac
@@ -1,7 +1,6 @@
dnl This is the newlib/libc/machine/x86_64 configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])