Changeset - r19541:610a1c453939
[Not reviewed]
master
0 1 0
truebrain - 12 years ago 2012-08-14 15:47:44
truebrain@openttd.org
(svn r24470) -Feature [FS#5270]: be a tiny bit GNU autotools compatible, for those who expect all software to follow GNU guidelines
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -219,8 +219,9 @@ detect_params() {
 

	
 

	
 

	
 
			--prefix-dir)                 prevp_p="prefix-dir";;
 
			--prefix-dir=*)               prefix_dir="$optarg";;
 
			# Alias --prefix with --prefix-dir, for compatibility with GNU autotools
 
			--prefix-dir | --prefix)      prevp_p="prefix-dir";;
 
			--prefix-dir=* | --prefix=*)  prefix_dir="$optarg";;
 

	
 
			--binary-dir)                 prevp_p="binary-dir";;
 
			--binary-dir=*)               binary_dir="$optarg";;
0 comments (0 inline, 0 general)