diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-04 01:03:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-04 01:03:41 +0000 |
commit | 8ee5372653a683f676a39db4d513b0ff9c64d852 (patch) | |
tree | a6b6bfb8c83c094b157eb92c3691b552e7e6348d /gdb/ChangeLog | |
parent | b39c905ef8addd20526e661bfb14044085243b69 (diff) | |
download | gdb-8ee5372653a683f676a39db4d513b0ff9c64d852.zip gdb-8ee5372653a683f676a39db4d513b0ff9c64d852.tar.gz gdb-8ee5372653a683f676a39db4d513b0ff9c64d852.tar.bz2 |
* configure.in: Move code that provides the --enable-gdbtk option
right after the code that handles the --enable-tui option, and
polish it somewhat.
* configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bafc954..ed08918 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-01-04 Mark Kettenis <kettenis@gnu.org> + * configure.in: Move code that provides the --enable-gdbtk option + right after the code that handles the --enable-tui option, and + polish it somewhat. + * configure: Regenerated. + * configure.in: Call AC_GNU_SOURCE. Check for pread64 using AC_CHECK_FUNCS and remove the old check for pread64. * acinclude.m4 (AC_GNU_SOURCE): New macro. |