mirror of
				https://git.proxmox.com/git/mirror_corosync
				synced 2025-10-31 10:51:36 +00:00 
			
		
		
		
	 76d18f964d
			
		
	
	
		76d18f964d
		
	
	
	
	
		
			
			Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # Run this to generate all the initial makefiles, etc.
 | |
| mkdir -p m4
 | |
| echo Building configuration system...
 | |
| autoreconf -i && echo Now run ./configure and make
 |