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 6910815dd378b3de309325faa4b943c78e1c01d2..7f39991cb55808f9e605dbae77320bc05d9d9576 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 1bab512f52f466da94954f67fff36ad0cd7ab6f9..87218ca774442bfae35adaea99ba170030f035cd 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."
This page took 0.031007 seconds and 4 git commands to generate.