From: Joel Brobecker Date: Tue, 18 Dec 2012 04:40:25 +0000 (+0000) Subject: Add call to autoheader in update-gnulib.sh. X-Git-Tag: cgen-snapshot-20130101~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48c95e5fda24c3fabc66df37d1ebd95cf1762fab;p=platform%2Fupstream%2Fbinutils.git Add call to autoheader in update-gnulib.sh. gdb/ChangeLog: * gnulib/update-gnulib.sh: Add call to autoheader. --- 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 + + * gnulib/update-gnulib.sh: Add call to autoheader. + 2012-12-17 Tom Tromey * 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."