mirror of
				https://github.com/kkos/oniguruma
				synced 2025-10-30 08:05:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # autogen.sh for Oniguruma
 | |
| 
 | |
| echo "Generating autotools files."
 | |
| #autoreconf --install --force --symlink || exit 1
 | |
| autoreconf --install --force || exit 1
 | |
| 
 | |
| echo ""
 | |
| echo "Run ./configure, make, and make install."
 | 
