9 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
source "${BASH_SOURCE%/*}/build_lib"
 | 
						|
 | 
						|
autoreconf() {
 | 
						|
    command autoreconf -Iautoconf-archive/m4 "$@"
 | 
						|
}
 | 
						|
 | 
						|
build libjson-c windows
 |