blob: 4d7b6f731617e9d727a61d3455e13ead122b0cfc [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
paul0fc42942004-08-19 04:41:21 +000010echo "This $0 script is deprecated, and will be removed at some stage."
11echo "Please use the 'autoreconf' command included with autoconf."
12
gdt29904602004-08-17 12:27:32 +000013echo "TOOLS VERIONS:"
14for tool in autoheader autoconf libtool libtoolize aclocal automake; do
15 $tool --version | head -1
16done
17
18echo "UPDATING:"
paul718e3742002-12-13 20:15:29 +000019aclocal
20autoheader
21autoconf
gdt87efd642004-06-30 17:36:11 +000022libtoolize
paul718e3742002-12-13 20:15:29 +000023automake --foreign