mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
Add call to autoheader in update-gnulib.sh.
gdb/ChangeLog: * gnulib/update-gnulib.sh: Add call to autoheader.
This commit is contained in:
parent
4c06243903
commit
48c95e5fda
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user