diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:18:14 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:18:14 +0000 |
commit | c1300f453ec4e4c10114e15db934241d2550076a (patch) | |
tree | 4412b78c439eb4166dc7e04cf45adfd700d19ffe /libiberty/configure | |
parent | fbc1bc098d2e57f28a030ba1880adfbfa29ceca8 (diff) | |
download | gcc-c1300f453ec4e4c10114e15db934241d2550076a.zip gcc-c1300f453ec4e4c10114e15db934241d2550076a.tar.gz gcc-c1300f453ec4e4c10114e15db934241d2550076a.tar.bz2 |
aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
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.
From-SVN: r99344
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libiberty/configure b/libiberty/configure index 5745eb5..b7d3e5b 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5404,9 +5404,9 @@ _ACEOF # dont have to check them here. # Of the functions in $checkfuncs, newlib only has strerror. - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define HAVE_STRERROR 1 -EOF +_ACEOF setobjs=yes @@ -5448,13 +5448,13 @@ fi case "${host}" in *-*-cygwin* | *-*-mingw*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define HAVE_SYS_ERRLIST 1 -EOF +_ACEOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define HAVE_SYS_NERR 1 -EOF +_ACEOF ;; esac @@ -5566,9 +5566,9 @@ _ACEOF # don't have to check them here. # Of the functions in $checkfuncs, VxWorks only has strerror. - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define HAVE_STRERROR 1 -EOF +_ACEOF setobjs=yes |