Add call to autoheader in update-gnulib.sh.

gdb/ChangeLog:

        * gnulib/update-gnulib.sh: Add call to autoheader.
This commit is contained in:
Joel Brobecker 2012-12-18 04:40:25 +00:00
parent 4c06243903
commit 48c95e5fda
2 changed files with 5 additions and 0 deletions

View 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.

View 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."