forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								libtoolize
							 | 
						||
| 
								 | 
							
								aclocal
							 | 
						||
| 
								 | 
							
								automake --add-missing
							 | 
						||
| 
								 | 
							
								autoconf
							 | 
						||
| 
								 | 
							
								./configure
							 |