diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-12 05:53:54 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-12 05:53:54 +0000 |
commit | 151899c537d746a9a9256b24370056707d6ec494 (patch) | |
tree | 2fa35b599541c16096e28a7ecc50ed3a0c71a81f /libcpp/configure.ac | |
parent | 83caac0d782726ae08d49cc3c8c4d13b7dcb3f27 (diff) | |
download | gcc-151899c537d746a9a9256b24370056707d6ec494.tar.gz |
gcc:
* configure.ac: Don't invoke ACX_HEADER_STDBOOL.
* configure, config.in: Regenerate.
* system.h: Unconditionally define bool as unsigned char,
BOOL_BITFIELD as unsigned int.
* domwalk.h: Use BOOL_BITFIELD.
libcpp:
* configure.ac: Don't invoke ACX_HEADER_STDBOOL.
* configure, config.in: Regenerate.
* system.h: Unconditionally define bool as unsigned char,
BOOL_BITFIELD as unsigned int.
* .cvsignore: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83020 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index d160899ddda..ab6954490a5 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) +AC_PREREQ(2.59) AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib) AC_CONFIG_SRCDIR(ucnid.h) AC_CANONICAL_SYSTEM @@ -15,7 +15,6 @@ AC_PROG_RANLIB # Checks for header files. AC_HEADER_TIME ACX_HEADER_STRING -ACX_HEADER_STDBOOL AC_CHECK_HEADERS(iconv.h locale.h fcntl.h limits.h stddef.h \ stdlib.h strings.h string.h sys/file.h unistd.h) |