mirror of
				https://git.proxmox.com/git/mirror_spl-debian
				synced 2025-10-31 02:58:39 +00:00 
			
		
		
		
	 c638e9ad04
			
		
	
	
		c638e9ad04
		
	
	
	
	
		
			
			Remove all of the generated autotools products from the repository and update the .gitignore files accordingly. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue zfsonlinux/zfs#718
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| aclocal -I config
 | |
| libtoolize --automake --copy
 | |
| autoheader
 | |
| automake --add-missing --include-deps --copy
 | |
| autoconf
 |