diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-08-08 20:26:23 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-08-08 20:26:23 +0000 |
commit | 7fa2210be82679231faa15c25827d212ab5de60e (patch) | |
tree | f2774fd1ef684abeedd0259122fc82f26b40eebe /gdb/acinclude.m4 | |
parent | 1737851b2005af535e44e89a4e7f341eddddd0f0 (diff) | |
download | gdb-7fa2210be82679231faa15c25827d212ab5de60e.zip gdb-7fa2210be82679231faa15c25827d212ab5de60e.tar.gz gdb-7fa2210be82679231faa15c25827d212ab5de60e.tar.bz2 |
gdb/
* configure.ac: Check for expat.
* acinclude.m4: Include AC_LIB_HAVE_LINKFLAGS dependencies.
* Makefile.in (LIBEXPAT): New.
(CLIBS): Include $(LIBEXPAT).
* README: Mention expat.
* configure, config.in: Regenerated.
gdb/doc/
* gdb.texinfo (Installing GDB): Update menu. Move text to...
(Running Configure): ...here.
(Requirements): New node. Mention expat.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 71a6c9f..6d51234 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -12,6 +12,11 @@ sinclude(../config/stdint.m4) sinclude(../config/gettext-sister.m4) +dnl For AC_LIB_HAVE_LINKFLAGS. +sinclude(../config/lib-ld.m4) +sinclude(../config/lib-prefix.m4) +sinclude(../config/lib-link.m4) + dnl CYGNUS LOCAL: This gets the right posix flag for gcc AC_DEFUN([CY_AC_TCL_LYNX_POSIX], [AC_REQUIRE([AC_PROG_CC])AC_REQUIRE([AC_PROG_CPP]) |