summaryrefslogtreecommitdiff
path: root/libffi/acinclude.m4
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-09-10 07:43:14 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2000-09-10 07:43:14 +0000
commit2f7bf5b7ebd737d0192735320f60443fa397979c (patch)
treee5b6ba83991b7298cf557e880591a14fa73c67a6 /libffi/acinclude.m4
parent1d0f6d89822b351818c00d9cedaaa54d360f0fd2 (diff)
downloadgcc-2f7bf5b7ebd737d0192735320f60443fa397979c.tar.gz
acinclude.m4: Include libtool macros from the top level.
* acinclude.m4: Include libtool macros from the top level. * aclocal.m4, configure: Rebuilt. From-SVN: r36287
Diffstat (limited to 'libffi/acinclude.m4')
-rw-r--r--libffi/acinclude.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/libffi/acinclude.m4 b/libffi/acinclude.m4
new file mode 100644
index 00000000000..162f6625d16
--- /dev/null
+++ b/libffi/acinclude.m4
@@ -0,0 +1,8 @@
+sinclude(../libtool.m4)
+dnl The lines below arrange for aclocal not to bring libtool.m4
+dnl AC_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
+dnl to add a definition of LIBTOOL to Makefile.in.
+ifelse(yes,no,[
+AC_DEFUN([AC_PROG_LIBTOOL],)
+AC_SUBST(LIBTOOL)
+])