mirror of
				https://github.com/vim/vim.git
				synced 2025-10-29 09:37:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			318 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			318 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh
 | |
| # run the automatically generated configure script
 | |
| CONFIG_STATUS=auto/config.status \
 | |
| 	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
 | |
| result=$?
 | |
| 
 | |
| # Stupid autoconf 2.5x causes this file to be left behind.
 | |
| if test -f configure.lineno; then rm -f configure.lineno; fi
 | |
| 
 | |
| exit $result
 |