aboutsummaryrefslogtreecommitdiff
path: root/libiberty/aclocal.m4
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-05-07 02:00:41 +0000
committerDJ Delorie <dj@redhat.com>2005-05-07 02:00:41 +0000
commit0093138c538288acd259b6aecdee91b6405ba5c4 (patch)
treed6b95e3a7b02353c328e01c570540fbc0af68195 /libiberty/aclocal.m4
parent61bd574fdd7f6dc1e2ad28fa2a72b8f69858bff2 (diff)
downloadgdb-0093138c538288acd259b6aecdee91b6405ba5c4.zip
gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.gz
gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r--libiberty/aclocal.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4
index f33e0c6..0b49d03 100644
--- a/libiberty/aclocal.m4
+++ b/libiberty/aclocal.m4
@@ -1,4 +1,3 @@
-sinclude(../config/accross.m4)
sinclude(../config/acx.m4)
sinclude(../config/no-executables.m4)
@@ -120,15 +119,6 @@ if test $libiberty_cv_decl_needed_$1 = yes; then
fi
])dnl
-# Work around a bug in autoheader. This can go away when we switch to
-# autoconf >2.50. The use of define instead of AC_DEFUN is
-# deliberate.
-define(AC_DEFINE_NOAUTOHEADER,
-[cat >> confdefs.h <<\EOF
-[#define] $1 ifelse($#, 2, [$2], $#, 3, [$2], 1)
-EOF
-])
-
# We always want a C version of alloca() compiled into libiberty,
# because native-compiler support for the real alloca is so !@#$%
# unreliable that GCC has decided to use it only when being compiled