summaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-07 01:18:14 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-07 01:18:14 +0000
commit1fe0ca555b2a0804dc82a747321d2bc29d0215a4 (patch)
tree4412b78c439eb4166dc7e04cf45adfd700d19ffe /libiberty/configure.ac
parent1aa028eff96d89017a1d0428ade1d6d918400e0e (diff)
downloadgcc-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/configure.ac')
-rw-r--r--libiberty/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 46a80d1ba8b..b11fafbcae9 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -328,7 +328,7 @@ if test -n "${with_target_subdir}"; then
# dont have to check them here.
# Of the functions in $checkfuncs, newlib only has strerror.
- AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
+ AC_DEFINE(HAVE_STRERROR)
setobjs=yes
@@ -367,8 +367,8 @@ AC_SUBST(target_header_dir)
case "${host}" in
*-*-cygwin* | *-*-mingw*)
- AC_DEFINE_NOAUTOHEADER(HAVE_SYS_ERRLIST)
- AC_DEFINE_NOAUTOHEADER(HAVE_SYS_NERR)
+ AC_DEFINE(HAVE_SYS_ERRLIST)
+ AC_DEFINE(HAVE_SYS_NERR)
;;
esac
@@ -406,7 +406,7 @@ if test -z "${setobjs}"; then
# don't have to check them here.
# Of the functions in $checkfuncs, VxWorks only has strerror.
- AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
+ AC_DEFINE(HAVE_STRERROR)
setobjs=yes
;;