aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gnulib/update-gnulib.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6910815..7f39991 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-18 Tom Tromey <tromey@redhat.com>
+
+ * gnulib/update-gnulib.sh: Add call to autoheader.
+
2012-12-17 Tom Tromey <tromey@redhat.com>
* top.c (xgdb_verbose): Remove.
diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
index 1bab512..87218ca 100644
--- a/gdb/gnulib/update-gnulib.sh
+++ b/gdb/gnulib/update-gnulib.sh
@@ -110,6 +110,7 @@ fi
# Regenerate all necessary files...
aclocal -Iimport/m4 &&
autoconf &&
+autoheader &&
automake
if [ $? -ne 0 ]; then
echo "Error: Failed to regenerate Makefiles and configure scripts."