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-18 00:49:59 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-02-18 00:49:59 +0300
commit0e03371dbfa6e2f64f7c60c3435e1d501329f3fc (patch)
tree61884a7a9afaa35441ab52c6f8d310c9d811ab90 /newlib/libm/aclocal.m4
parent264b817b8eb1bf626ade1db6c200f2fa91358331 (diff)
Fix regeneration of libm autotool files.
Diffstat (limited to 'newlib/libm/aclocal.m4')
-rw-r--r--newlib/libm/aclocal.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libm/aclocal.m4 b/newlib/libm/aclocal.m4
index ac4dd68b9..63010402d 100644
--- a/newlib/libm/aclocal.m4
+++ b/newlib/libm/aclocal.m4
@@ -67,3 +67,8 @@ AC_DEFUN([_AM_SUBST_NOTMAKE])
# Public sister of _AM_SUBST_NOTMAKE.
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+m4_include([../../libtool.m4])
+m4_include([../../ltoptions.m4])
+m4_include([../../ltsugar.m4])
+m4_include([../../ltversion.m4])
+m4_include([../../lt~obsolete.m4])