]> git.proxmox.com Git - mirror_frr.git/blame - update-autotools
Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
[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#
6rm -f config.cache
7rm -f Makefile.in
8rm -f aclocal.m4
9rm -f config.h.in
10rm -f configure
11aclocal
12autoheader
13autoconf
14automake --foreign