mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
Use -rf with autom4te.cache.
This commit is contained in:
parent
138ce75fd0
commit
cf31388906
@ -1,3 +1,7 @@
|
||||
2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
|
||||
|
||||
* update-autotools: Use -rf on autom4te.cache.
|
||||
|
||||
2004-06-20 Hasso Tepper <hasso@estpak.ee>
|
||||
|
||||
* lib/vty.c: Don't attempt to load configuration file from current
|
||||
|
@ -3,8 +3,8 @@
|
||||
# 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
|
||||
rm -f autom4te.cache configure
|
||||
rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
|
||||
rm -rf autom4te.cache
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user