mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-10-29 05:40:16 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! /bin/sh
 | |
| 
 | |
| test -n "$srcdir" || srcdir=`dirname "$0"`
 | |
| test -n "$srcdir" || srcdir=.
 | |
| (
 | |
|   cd "$srcdir" &&
 | |
|   autoreconf --force -v --install
 | |
| ) || exit
 | |
| test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
 | 
