]> git.proxmox.com Git - mirror_frr.git/blob - update-autotools
add appearance of shlibs
[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 Makefile.in aclocal.m4 config.h.in configure
7 rm -rf autom4te.cache
8 aclocal
9 autoheader
10 autoconf
11 libtoolize
12 automake --foreign