blob: 5a4f6d2536515d31cc09a17a47ab81296ecff8b1 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001#! /bin/sh
2#
3# When local system does not have the latest autoconf/automake
4# -- Kunihiro Ishiguro <kunihiro@zebra.org>
5#
gdt29904602004-08-17 12:27:32 +00006
gdtcf313882004-06-30 13:24:42 +00007rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
8rm -rf autom4te.cache
gdt29904602004-08-17 12:27:32 +00009
10echo "TOOLS VERIONS:"
11for tool in autoheader autoconf libtool libtoolize aclocal automake; do
12 $tool --version | head -1
13done
14
15echo "UPDATING:"
paul718e3742002-12-13 20:15:29 +000016aclocal
17autoheader
18autoconf
gdt87efd642004-06-30 17:36:11 +000019libtoolize
paul718e3742002-12-13 20:15:29 +000020automake --foreign