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/Makefile.in
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/Makefile.in')
-rw-r--r--newlib/libm/machine/Makefile.in7
1 files changed, 5 insertions, 2 deletions
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