summaryrefslogtreecommitdiffstats
path: root/libffi/acinclude.m4
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 07:43:14 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 07:43:14 +0000
commit652f285bfd9e6b3fee5e62d5bc3518a02ba52ecb (patch)
treee5b6ba83991b7298cf557e880591a14fa73c67a6 /libffi/acinclude.m4
parent13882a09bba338557a3d26c26419f9cbfd92c70c (diff)
downloadppe42-gcc-652f285bfd9e6b3fee5e62d5bc3518a02ba52ecb.tar.gz
ppe42-gcc-652f285bfd9e6b3fee5e62d5bc3518a02ba52ecb.zip
* acinclude.m4: Include libtool macros from the top level.
* aclocal.m4, configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36287 138bc75d-0d04-0410-961f-82ee72b054a4
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)
+])
OpenPOWER on IntegriCloud