mirror_frr/update-autotools
2004-06-30 13:24:42 +00:00

12 lines
262 B
Bash
Executable File

#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro <kunihiro@zebra.org>
#
rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
rm -rf autom4te.cache
aclocal
autoheader
autoconf
automake --foreign