]> git.proxmox.com Git - mirror_frr.git/blob - update-autotools
2004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
[mirror_frr.git] / update-autotools
1 #! /bin/sh
2 #
3 # When local system does not have the latest autoconf/automake
4 # -- Kunihiro Ishiguro <kunihiro@zebra.org>
5 #
6
7 rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
8 rm -rf autom4te.cache
9
10 echo "TOOLS VERIONS:"
11 for tool in autoheader autoconf libtool libtoolize aclocal automake; do
12 $tool --version | head -1
13 done
14
15 echo "UPDATING:"
16 aclocal
17 autoheader
18 autoconf
19 libtoolize
20 automake --foreign