]> git.proxmox.com Git - mirror_frr.git/blob - update-autotools
Initial revision
[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 rm -f config.cache
7 rm -f Makefile.in
8 rm -f aclocal.m4
9 rm -f config.h.in
10 rm -f configure
11 aclocal
12 autoheader
13 autoconf
14 automake --foreign