mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -xe
 | |
| #
 | |
| # Simple script to run the appropriate autotools from a repository.
 | |
| #
 | |
| autoheader
 | |
| autoconf
 | |
| rm -rf autom4te.cache config.log config.status
 |