]> git.proxmox.com Git - mirror_frr.git/blame - update-autotools
2004-11-07 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / update-autotools
CommitLineData
718e3744 1#! /bin/sh
2#
3# When local system does not have the latest autoconf/automake
4# -- Kunihiro Ishiguro <kunihiro@zebra.org>
5#
29904606 6
cf313889 7rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
8rm -rf autom4te.cache
29904606 9
0fc42949 10echo "This $0 script is deprecated, and will be removed at some stage."
11echo "Please use the 'autoreconf' command included with autoconf."
12
29904606 13echo "TOOLS VERIONS:"
14for tool in autoheader autoconf libtool libtoolize aclocal automake; do
15 $tool --version | head -1
16done
17
18echo "UPDATING:"
72e2d828 19aclocal -I m4
718e3744 20autoheader
21autoconf
ddb07e5b 22libtoolize -c
718e3744 23automake --foreign