5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
# Initialize the build system.
 | 
						|
 | 
						|
set -e -x
 | 
						|
exec autoreconf -vfi
 |