forked from qt-creator/qt-creator
		
	Change-Id: If2127f2baf79716517e85661a3c657d689d84d67 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
		
			
				
	
	
		
			8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
libtoolize
 | 
						|
aclocal
 | 
						|
automake --add-missing
 | 
						|
autoconf
 | 
						|
./configure
 |