diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-08-27 21:15:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-08-27 21:15:13 +0000 |
commit | 2299a76d2fe5b20b6bbed8aae90733ec72f3ed46 (patch) | |
tree | 09aa45d36cd082e033ee02147d8de44f283e3f61 /libiberty/ChangeLog | |
parent | e85cddadf9b03259904b148fe1680de23e5eebb1 (diff) | |
download | gdb-2299a76d2fe5b20b6bbed8aae90733ec72f3ed46.zip gdb-2299a76d2fe5b20b6bbed8aae90733ec72f3ed46.tar.gz gdb-2299a76d2fe5b20b6bbed8aae90733ec72f3ed46.tar.bz2 |
* aclocal.m4: Include acx.m4 and no-executables.m4.
(libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
(LIB_AC_PROG_CC): Remove.
* configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
performing link tests.
* configure: Regenerated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 031b7f1..3ea130d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,14 @@ +2003-08-27 Daniel Jacobowitz <drow@mvista.com> + + * aclocal.m4: Include acx.m4 and no-executables.m4. + (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. + (LIB_AC_PROG_CC): Remove. + * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. + Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using + LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if + performing link tests. + * configure: Regenerated. + 2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org> * cp-demangle.c: Clarify what package(s) this is part of. |