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:
authorJeff Johnston <jjohnstn@redhat.com>2016-02-25 23:04:19 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-02-25 23:04:19 +0300
commitb8a88d0b04fbdee0d3437d3ddaaf2bf8f3ceb814 (patch)
tree36e3103e2318b6387252a7e5c45f9c2c1359b126 /newlib/aclocal.m4
parent8b1ede3ce11d53292036aadfcfb6043df0235f9c (diff)
Fix _newlib_version.h logic to support building gcc with newlib.
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 27fd2b272..6d40f4c25 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -1009,4 +1009,9 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../libtool.m4])
+m4_include([../ltoptions.m4])
+m4_include([../ltsugar.m4])
+m4_include([../ltversion.m4])
+m4_include([../lt~obsolete.m4])
m4_include([acinclude.m4])