Add call to autoheader in update-gnulib.sh.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 18 Dec 2012 04:40:25 +0000 (04:40 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 18 Dec 2012 04:40:25 +0000 (04:40 +0000)
gdb/ChangeLog:

        * gnulib/update-gnulib.sh: Add call to autoheader.

gdb/ChangeLog
gdb/gnulib/update-gnulib.sh

index 6910815..7f39991 100644 (file)
@@ -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.
index 1bab512..87218ca 100644 (file)
@@ -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."