mirror of
				https://github.com/David112x/android_vendor_qcom_proprietary
				synced 2025-11-04 06:44:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
# autogen.sh -- Autotools bootstrapping
 | 
						|
#
 | 
						|
 | 
						|
libtoolize --copy --force
 | 
						|
aclocal &&\
 | 
						|
autoheader &&\
 | 
						|
autoconf &&\
 | 
						|
automake --add-missing --copy
 | 
						|
 |