mirror of
				https://git.proxmox.com/git/mirror_corosync
				synced 2025-10-31 17:54:14 +00:00 
			
		
		
		
	 967be5a38a
			
		
	
	
		967be5a38a
		
	
	
	
	
		
			
			git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2260 fd59a12c-fef9-0310-b244-a6a79926bd2f
		
			
				
	
	
		
			6 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # Run this to generate all the initial makefiles, etc.
 | |
| 
 | |
| echo Building configuration system...
 | |
| autoreconf -i && echo Now run ./configure and make
 |