diff options
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/update-autotools b/update-autotools index 860ee8f1..5a4f6d25 100755 --- a/update-autotools +++ b/update-autotools @@ -3,8 +3,16 @@ # When local system does not have the latest autoconf/automake # -- Kunihiro Ishiguro <kunihiro@zebra.org> # + rm -f config.cache Makefile.in aclocal.m4 config.h.in configure rm -rf autom4te.cache + +echo "TOOLS VERIONS:" +for tool in autoheader autoconf libtool libtoolize aclocal automake; do + $tool --version | head -1 +done + +echo "UPDATING:" aclocal autoheader autoconf |