Already supporting full GNU Autotools toolset GTK-Doc support included Basic .gitignore file Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
		
			
				
	
	
		
			13 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh
 | |
| 
 | |
| if test ! -d m4
 | |
| then
 | |
| 	mkdir m4
 | |
| fi
 | |
| 
 | |
| gtkdocize || exit 1
 | |
| autoheader || exit 1
 | |
| aclocal || exit 1
 | |
| autoconf || exit 1
 | |
| automake --add-missing --copy || exit 1
 |