aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-04 01:03:41 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-04 01:03:41 +0000
commit8ee5372653a683f676a39db4d513b0ff9c64d852 (patch)
treea6b6bfb8c83c094b157eb92c3691b552e7e6348d /gdb/ChangeLog
parentb39c905ef8addd20526e661bfb14044085243b69 (diff)
downloadgdb-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/ChangeLog5
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.