mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 10:31:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			264 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			264 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
 | |
| rm -f Makefile.in
 | |
| rm -f aclocal.m4
 | |
| rm -f config.h.in
 | |
| rm -f configure
 | |
| aclocal
 | |
| autoheader
 | |
| autoconf
 | |
| automake --foreign
 | 
