9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -e
 | |
| if test -n "svn" -a -d .svn -a -e -x ; then
 | |
|     svn2cl
 | |
| fi
 | |
| aclocal
 | |
| libtoolize --force
 | |
| automake -a
 | |
| autoconf
 |