diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 01:18:14 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 01:18:14 +0000 |
commit | 1fe0ca555b2a0804dc82a747321d2bc29d0215a4 (patch) | |
tree | 4412b78c439eb4166dc7e04cf45adfd700d19ffe /libiberty/aclocal.m4 | |
parent | 1aa028eff96d89017a1d0428ade1d6d918400e0e (diff) | |
download | gcc-1fe0ca555b2a0804dc82a747321d2bc29d0215a4.tar.gz |
2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
* configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99344 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r-- | libiberty/aclocal.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index 99b50564065..0b49d032122 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -119,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 |