diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 04:11:31 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 04:11:31 +0000 |
commit | 8b39599cc0f87d133db720aa60d2ce96c56b4230 (patch) | |
tree | b1f38c339c34afd30f1c76412a3a2e364dd6c7f9 /libffi/acinclude.m4 | |
parent | 1598c1ed3c936a2a2ba4d8131ddd930d9ed622da (diff) | |
download | gcc-8b39599cc0f87d133db720aa60d2ce96c56b4230.tar.gz |
2004-11-23 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.
* acinclude.m4: Delete logic for sincludes.
* aclocal.m4, Makefile.in, configure: Regenerate.
* include/Makefile: Likewise.
* testsuite/Makefile: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/acinclude.m4')
-rw-r--r-- | libffi/acinclude.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libffi/acinclude.m4 b/libffi/acinclude.m4 index 61187cfa564..3e8f8ba570d 100644 --- a/libffi/acinclude.m4 +++ b/libffi/acinclude.m4 @@ -1,13 +1,3 @@ -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_DEFUN([AM_PROG_LIBTOOL],) -AC_SUBST(LIBTOOL) -]) - # mmap(2) blacklisting. Some platforms provide the mmap library routine # but don't support all of the features we need from it. AC_DEFUN([AC_FUNC_MMAP_BLACKLIST], @@ -100,5 +90,3 @@ if test $ac_cv_func_mmap_anon = yes; then [Define if mmap with MAP_ANON(YMOUS) works.]) fi ]) - -sinclude(../config/accross.m4) |