Changeset 6677
- Timestamp:
- 08/22/07 13:06:40 (11 months ago)
- Files:
-
- trunk/mapserver/configure (modified) (604 diffs)
- trunk/mapserver/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mapserver/configure
r6676 r6677 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 59.3 # Generated by GNU Autoconf 2.61. 4 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 7 # This configure script is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy, distribute and modify it. … … 10 11 ## --------------------- ## 11 12 12 # Be Bourne compatible 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 13 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 14 16 emulate sh … … 17 19 # is contrary to our usage. Disable this feature. 18 20 alias -g '${1+"$@"}'='"$@"' 19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20 set -o posix 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 21 setopt NO_GLOB_SUBST 22 else 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 30 31 32 # PATH needs CR 33 # Avoid depending upon Character Ranges. 34 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 37 as_cr_digits='0123456789' 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 39 40 # The user is always right. 41 if test "${PATH_SEPARATOR+set}" != set; then 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 51 fi 23 52 24 53 # Support unset when possible. … … 30 59 31 60 61 # IFS 62 # We need space, tab and new line, in precisely that order. Quoting is 63 # there to prevent editors from complaining about space-tab. 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 68 IFS=" "" $as_nl" 69 70 # Find who we are. Look in the path if we contain no directory separator. 71 case $0 in 72 *[\\/]* ) as_myself=$0 ;; 73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 74 for as_dir in $PATH 75 do 76 IFS=$as_save_IFS 77 test -z "$as_dir" && as_dir=. 78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 79 done 80 IFS=$as_save_IFS 81 82 ;; 83 esac 84 # We did not find ourselves, most probably we were run as `sh COMMAND' 85 # in which case we are not to be found in the path. 86 if test "x$as_myself" = x; then 87 as_myself=$0 88 fi 89 if test ! -f "$as_myself"; then 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 91 { (exit 1); exit 1; } 92 fi 93 32 94 # Work around bugs in pre-3.0 UWIN ksh. 33 $as_unset ENV MAIL MAILPATH 95 for as_var in ENV MAIL MAILPATH 96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 97 done 34 98 PS1='$ ' 35 99 PS2='> ' … … 45 109 eval $as_var=C; export $as_var 46 110 else 47 $as_unset $as_var111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 48 112 fi 49 113 done 50 114 51 115 # Required to use basename. 52 if expr a : '\(a\)' >/dev/null 2>&1; then 116 if expr a : '\(a\)' >/dev/null 2>&1 && 117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 53 118 as_expr=expr 54 119 else … … 56 121 fi 57 122 58 if (basename /) >/dev/null 2>&1 && test "X`basename/ 2>&1`" = "X/"; then123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 59 124 as_basename=basename 60 125 else … … 64 129 65 130 # Name of the executable. 66 as_me=`$as_basename "$0" ||131 as_me=`$as_basename -- "$0" || 67 132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 68 133 X"$0" : 'X\(//\)$' \| \ 69 X"$0" : 'X\(/\)$' \| \ 70 . : '\(.\)' 2>/dev/null || 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 71 135 echo X/"$0" | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73 /^X\/\(\/\/\)$/{ s//\1/; q; } 74 /^X\/\(\/\).*/{ s//\1/; q; } 75 s/.*/./; q'` 76 77 78 # PATH needs CR, and LINENO needs CR and PATH. 79 # Avoid depending upon Character Ranges. 80 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 83 as_cr_digits='0123456789' 84 as_cr_alnum=$as_cr_Letters$as_cr_digits 85 86 # The user is always right. 87 if test "${PATH_SEPARATOR+set}" != set; then 88 echo "#! /bin/sh" >conf$$.sh 89 echo "exit 0" >>conf$$.sh 90 chmod +x conf$$.sh 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 92 PATH_SEPARATOR=';' 93 else 94 PATH_SEPARATOR=: 95 fi 96 rm -f conf$$.sh 97 fi 98 99 100 as_lineno_1=$LINENO 101 as_lineno_2=$LINENO 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103 test "x$as_lineno_1" != "x$as_lineno_2" && 104 test "x$as_lineno_3" = "x$as_lineno_2" || { 105 # Find who we are. Look in the path if we contain no path at all 106 # relative or not. 107 case $0 in 108 *[\\/]* ) as_myself=$0 ;; 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110 for as_dir in $PATH 111 do 112 IFS=$as_save_IFS 113 test -z "$as_dir" && as_dir=. 114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 done 116 117 ;; 118 esac 119 # We did not find ourselves, most probably we were run as `sh COMMAND' 120 # in which case we are not to be found in the path. 121 if test "x$as_myself" = x; then 122 as_myself=$0 123 fi 124 if test ! -f "$as_myself"; then 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126 { (exit 1); exit 1; }; } 127 fi 128 case $CONFIG_SHELL in 129 '') 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 137 s//\1/ 138 q 139 } 140 /^X\/\(\/\/\)$/{ 141 s//\1/ 142 q 143 } 144 /^X\/\(\/\).*/{ 145 s//\1/ 146 q 147 } 148 s/.*/./; q'` 149 150 # CDPATH. 151 $as_unset CDPATH 152 153 154 if test "x$CONFIG_SHELL" = x; then 155 if (eval ":") 2>/dev/null; then 156 as_have_required=yes 157 else 158 as_have_required=no 159 fi 160 161 if test $as_have_required = yes && (eval ": 162 (as_func_return () { 163 (exit \$1) 164 } 165 as_func_success () { 166 as_func_return 0 167 } 168 as_func_failure () { 169 as_func_return 1 170 } 171 as_func_ret_success () { 172 return 0 173 } 174 as_func_ret_failure () { 175 return 1 176 } 177 178 exitcode=0 179 if as_func_success; then 180 : 181 else 182 exitcode=1 183 echo as_func_success failed. 184 fi 185 186 if as_func_failure; then 187 exitcode=1 188 echo as_func_failure succeeded. 189 fi 190 191 if as_func_ret_success; then 192 : 193 else 194 exitcode=1 195 echo as_func_ret_success failed. 196 fi 197 198 if as_func_ret_failure; then 199 exitcode=1 200 echo as_func_ret_failure succeeded. 201 fi 202 203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 204 : 205 else 206 exitcode=1 207 echo positional parameters were not saved. 208 fi 209 210 test \$exitcode = 0) || { (exit 1); exit 1; } 211 212 ( 213 as_lineno_1=\$LINENO 214 as_lineno_2=\$LINENO 215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 217 ") 2> /dev/null; then 218 : 219 else 220 as_candidate_shells= 130 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH … … 133 224 IFS=$as_save_IFS 134 225 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 226 case $as_dir in 137 227 /*) 138 if ("$as_dir/$as_base" -c ' 228 for as_base in sh bash ksh sh5; do 229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 230 done;; 231 esac 232 done 233 IFS=$as_save_IFS 234 235 236 for as_shell in $as_candidate_shells $SHELL; do 237 # Try only shells that exist, to save several forks. 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 239 { ("$as_shell") 2> /dev/null <<\_ASEOF 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 241 emulate sh 242 NULLCMD=: 243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 244 # is contrary to our usage. Disable this feature. 245 alias -g '${1+"$@"}'='"$@"' 246 setopt NO_GLOB_SUBST 247 else 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 254 255 : 256 _ASEOF 257 }; then 258 CONFIG_SHELL=$as_shell 259 as_have_required=yes 260 if { "$as_shell" 2> /dev/null <<\_ASEOF 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 262 emulate sh 263 NULLCMD=: 264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 # is contrary to our usage. Disable this feature. 266 alias -g '${1+"$@"}'='"$@"' 267 setopt NO_GLOB_SUBST 268 else 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 275 276 : 277 (as_func_return () { 278 (exit $1) 279 } 280 as_func_success () { 281 as_func_return 0 282 } 283 as_func_failure () { 284 as_func_return 1 285 } 286 as_func_ret_success () { 287 return 0 288 } 289 as_func_ret_failure () { 290 return 1 291 } 292 293 exitcode=0 294 if as_func_success; then 295 : 296 else 297 exitcode=1 298 echo as_func_success failed. 299 fi 300 301 if as_func_failure; then 302 exitcode=1 303 echo as_func_failure succeeded. 304 fi 305 306 if as_func_ret_success; then 307 : 308 else 309 exitcode=1 310 echo as_func_ret_success failed. 311 fi 312 313 if as_func_ret_failure; then 314 exitcode=1 315 echo as_func_ret_failure succeeded. 316 fi 317 318 if ( set x; as_func_ret_success y && test x = "$1" ); then 319 : 320 else 321 exitcode=1 322 echo positional parameters were not saved. 323 fi 324 325 test $exitcode = 0) || { (exit 1); exit 1; } 326 327 ( 139 328 as_lineno_1=$LINENO 140 329 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`142 330 test "x$as_lineno_1" != "x$as_lineno_2" && 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146 CONFIG_SHELL=$as_dir/$as_base 147 export CONFIG_SHELL 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149 fi;; 150 esac 151 done 152 done 153 ;; 154 esac 331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 332 333 _ASEOF 334 }; then 335 break 336 fi 337 338 fi 339 340 done 341 342 if test "x$CONFIG_SHELL" != x; then 343 for as_var in BASH_ENV ENV 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 345 done 346 export CONFIG_SHELL 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 348 fi 349 350 351 if test $as_have_required = no; then 352 echo This script requires a shell more modern than all the 353 echo shells that I found on your system. Please install a 354 echo modern shell, or manually run the script under such a 355 echo shell if you do have one. 356 { (exit 1); exit 1; } 357 fi 358 359 360 fi 361 362 fi 363 364 365 366 (eval "as_func_return () { 367 (exit \$1) 368 } 369 as_func_success () { 370 as_func_return 0 371 } 372 as_func_failure () { 373 as_func_return 1 374 } 375 as_func_ret_success () { 376 return 0 377 } 378 as_func_ret_failure () { 379 return 1 380 } 381 382 exitcode=0 383 if as_func_success; then 384 : 385 else 386 exitcode=1 387 echo as_func_success failed. 388 fi 389 390 if as_func_failure; then 391 exitcode=1 392 echo as_func_failure succeeded. 393 fi 394 395 if as_func_ret_success; then 396 : 397 else 398 exitcode=1 399 echo as_func_ret_success failed. 400 fi 401 402 if as_func_ret_failure; then 403 exitcode=1 404 echo as_func_ret_failure succeeded. 405 fi 406 407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 408 : 409 else 410 exitcode=1 411 echo positional parameters were not saved. 412 fi 413 414 test \$exitcode = 0") || { 415 echo No shell found that supports shell functions. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 419 } 420 421 422 423 as_lineno_1=$LINENO 424 as_lineno_2=$LINENO 425 test "x$as_lineno_1" != "x$as_lineno_2" && 426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 155 427 156 428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157 429 # uniformly replaced by the line number. The first 'sed' inserts a 158 # line-number line before each line; the second 'sed' does the real 159 # work. The second script uses 'N' to pair each line-number line 160 # with the numbered line, and appends trailing '-' during 161 # substitution so that $LINENO is not a special case at line end. 430 # line-number line after each line using $LINENO; the second 'sed' 431 # does the real work. The second script uses 'N' to pair each 432 # line-number line with the line containing $LINENO, and appends 433 # trailing '-' during substitution so that $LINENO is not a special 434 # case at line end. 162 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 436 # scripts with optimization help from Paolo Bonzini. Blame Lee 437 # E. McMahon (1931-1989) for sed's syntax. :-) 438 sed -n ' 439 p 440 /[$]LINENO/= 441 ' <$as_myself | 165 442 sed ' 443 s/[$]LINENO.*/&-/ 444 t lineno 445 b 446 :lineno 166 447 N 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 448 :loop 449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 170 450 t loop 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 451 s/-\n.*// 173 452 ' >$as_me.lineno && 174 chmod +x $as_me.lineno||453 chmod +x "$as_me.lineno" || 175 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176 455 { (exit 1); exit 1; }; } … … 178 457 # Don't try to exec as it changes $[0], causing all sort of problems 179 458 # (the dirname of $[0] is not the place where we might find the 180 # original and so on. Autoconf is especially sensi ble to this).181 . ./$as_me.lineno459 # original and so on. Autoconf is especially sensitive to this). 460 . "./$as_me.lineno" 182 461 # Exit status is that of the last command. 183 462 exit … … 185 464 186 465 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188 *c*,-n*) ECHO_N= ECHO_C=' 189 ' ECHO_T=' ' ;; 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 467 as_dirname=dirname 468 else 469 as_dirname=false 470 fi 471 472 ECHO_C= ECHO_N= ECHO_T= 473 case `echo -n x` in 474 -n*) 475 case `echo 'x\c'` in 476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 477 *) ECHO_C='\c';; 478 esac;; 479 *) 480 ECHO_N='-n';; 192 481 esac 193 482 194 if expr a : '\(a\)' >/dev/null 2>&1; then 483 if expr a : '\(a\)' >/dev/null 2>&1 && 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 195 485 as_expr=expr 196 486 else … … 199 489 200 490 rm -f conf$$ conf$$.exe conf$$.file 491 if test -d conf$$.dir; then 492 rm -f conf$$.dir/conf$$.file 493 else 494 rm -f conf$$.dir 495 mkdir conf$$.dir 496 fi 201 497 echo >conf$$.file 202 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 203 # We could just check for DJGPP; but this test a) works b) is more generic 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205 if test -f conf$$.exe; then 206 # Don't use ln at all; we don't have any links 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 207 505 as_ln_s='cp -p' 208 else209 as_ln_s='ln -s'210 fi211 506 elif ln conf$$.file conf$$ 2>/dev/null; then 212 507 as_ln_s=ln … … 214 509 as_ln_s='cp -p' 215 510 fi 216 rm -f conf$$ conf$$.exe conf$$.file 511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 512 rmdir conf$$.dir 2>/dev/null 217 513 218 514 if mkdir -p . 2>/dev/null; then … … 223 519 fi 224 520 225 as_executable_p="test -f" 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 226 543 227 544 # Sed expression to map a string onto a valid CPP name. … … 232 549 233 550 234 # IFS 235 # We need space, tab and new line, in precisely that order. 236 as_nl=' 237 ' 238 IFS=" $as_nl" 239 240 # CDPATH. 241 $as_unset CDPATH 242 551 552 exec 7<&0 </dev/null 6>&1 243 553 244 554 # Name of the host. … … 247 557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248 558 249 exec 6>&1250 251 559 # 252 560 # Initializations. 253 561 # 254 562 ac_default_prefix=/usr/local 563 ac_clean_files= 255 564 ac_config_libobj_dir=. 565 LIBOBJS= 256 566 cross_compiling=no 257 567 subdirs= … … 259 569 MAKEFLAGS= 260 570 SHELL=${CONFIG_SHELL-/bin/sh} 261 262 # Maximum number of lines to put in a shell here document.263 # This variable seems obsolete. It should probably be removed, and264 # only ac_max_sed_lines should be used.265 : ${ac_max_here_lines=38}266 571 267 572 # Identity of this package. … … 273 578 274 579 ac_unique_file="Makefile.in" 275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB LEX LEXLIB LEX_OUTPUT_ROOT YACC XTRALIBS CPP EGREP C_PIC STRINGS MS_VERSION FT_BIN ZLIB_ENABLED ZLIB_INC ZLIB_LIB JPEG_ENABLED JPEG_INC JPEG_LIB ICONV_ENABLED ICONV_INC ICONV_LIB GD_DEF GD_INC GD_LIB GD_STATIC MAKE_GD MAKE_GD_CLEAN PDF_ENABLED PDF_INC PDF_LIB AGG_ENABLED AGG_INC AGG_LIB AGG_FT_DIR AGG_FT_OBJ EPPL_ENABLED EPPL_OBJ PROJ_ENABLED PROJ_INC PROJ_LIBS THREAD_FLAG THREAD_LIB SDE_ENABLED SDE_INC SDE_LIB GEOS_CONFIG GEOS_ENABLED GEOS_INC GEOS_LIB GDAL_CONFIG GDAL_ENABLED OGR_ENABLED GDAL_INC GDAL_LIB TIFF_ENABLED TIFF_INC TIFF_LIB PG_CONFIG POSTGIS_ENABLED POSTGIS_INC POSTGIS_LIB MY_CONFIG MYGIS_ENABLED MYGIS_INC MYGIS_LIB ORACLESPATIAL_ENABLED ORACLESPATIAL_INC ORACLESPATIAL_LIB MING_ENABLED MING_INC MING_LIB WMS_SVR_ENABLED WFS_SVR_ENABLED WCS_SVR_ENABLED LIBCURL_CONFIG CURL_INC CURL_LIB LIBXML2_CONFIG XML2_INC XML2_LIB WMS_LYR_ENABLED WFS_LYR_ENABLED SOS_SVR_ENABLED FASTCGI_ENABLED FASTCGI_INC FASTCGI_LIB HTTPD MS_INC MS_LIB IGNORE_MISSING_DATA USE_POINT_Z_M USE_NINT DEBUG_FLAGS LD_SHARED SO_EXT SO_COMMAND_NAME PHP_LD_SHARED PHP_VERSION_FLAG PHP_SRC_DIR PHP_CC PHP_LD PHP_REGEX_INC PHP_REGEX_OBJ USE_PHP_REGEX MAKE_PHPMS MAKE_PHPMS_CLEAN APACHE_INC OS_INCLUDE_DIR ALL_ENABLED ALL_INC ALL_LIB ALL_STATIC_LIB RPATHS LIBOBJS LTLIBOBJS' 580 ac_subst_vars='SHELL 581 PATH_SEPARATOR 582 PACKAGE_NAME 583 PACKAGE_TARNAME 584 PACKAGE_VERSION 585 PACKAGE_STRING 586 PACKAGE_BUGREPORT 587 exec_prefix 588 prefix 589 program_transform_name 590 bindir 591 sbindir 592 libexecdir 593 datarootdir 594 datadir 595 sysconfdir 596 sharedstatedir 597 localstatedir 598 includedir 599 oldincludedir 600 docdir 601 infodir 602 htmldir 603 dvidir 604 pdfdir 605 psdir 606 libdir 607 localedir 608 mandir 609 DEFS 610 ECHO_C 611 ECHO_N 612 ECHO_T 613 LIBS 614 build_alias 615 host_alias 616 target_alias 617 CC 618 CFLAGS 619 LDFLAGS 620 CPPFLAGS 621 ac_ct_CC 622 EXEEXT 623 OBJEXT 624 CXX 625 CXXFLAGS 626 ac_ct_CXX 627 RANLIB 628 LEX 629 LEX_OUTPUT_ROOT 630 LEXLIB 631 YACC 632 YFLAGS 633 XTRALIBS 634 CPP 635 GREP 636 EGREP 637 C_PIC 638 STRINGS 639 MS_VERSION 640 FT_BIN 641 ZLIB_ENABLED 642 ZLIB_INC 643 ZLIB_LIB 644 JPEG_ENABLED 645 JPEG_INC 646 JPEG_LIB 647 ICONV_ENABLED 648 ICONV_INC 649 ICONV_LIB 650 GD_DEF 651 GD_INC 652 GD_LIB 653 GD_STATIC 654 MAKE_GD 655 MAKE_GD_CLEAN 656 PDF_ENABLED 657 PDF_INC 658 PDF_LIB 659 AGG_ENABLED 660 AGG_INC 661 AGG_LIB 662 AGG_FT_DIR 663 AGG_FT_OBJ 664 EPPL_ENABLED 665 EPPL_OBJ 666 PROJ_ENABLED 667 PROJ_INC 668 PROJ_LIBS 669 THREAD_FLAG 670 THREAD_LIB 671 SDE_ENABLED 672 SDE_INC 673 SDE_LIB 674 GEOS_CONFIG 675 GEOS_ENABLED 676 GEOS_INC 677 GEOS_LIB 678 GDAL_CONFIG 679 GDAL_ENABLED 680 OGR_ENABLED 681 GDAL_INC 682 GDAL_LIB 683 TIFF_ENABLED 684 TIFF_INC 685 TIFF_LIB 686 PG_CONFIG 687 POSTGIS_ENABLED 688 POSTGIS_INC 689 POSTGIS_LIB 690 MY_CONFIG 691 MYGIS_ENABLED 692 MYGIS_INC 693 MYGIS_LIB 694 ORACLESPATIAL_ENABLED 695 ORACLESPATIAL_INC 696 ORACLESPATIAL_LIB 697 MING_ENABLED 698 MING_INC 699 MING_LIB 700 WMS_SVR_ENABLED 701 WFS_SVR_ENABLED 702 WCS_SVR_ENABLED 703 LIBCURL_CONFIG 704 CURL_INC 705 CURL_LIB 706 LIBXML2_CONFIG 707 XML2_INC 708 XML2_LIB 709 WMS_LYR_ENABLED 710 WFS_LYR_ENABLED 711 SOS_SVR_ENABLED 712 FASTCGI_ENABLED 713 FASTCGI_INC 714 FASTCGI_LIB 715 HTTPD 716 MS_INC 717 MS_LIB 718 IGNORE_MISSING_DATA 719 USE_POINT_Z_M 720 USE_NINT 721 DEBUG_FLAGS 722 LD_SHARED 723 SO_EXT 724 SO_COMMAND_NAME 725 PHP_LD_SHARED 726 PHP_VERSION_FLAG 727 PHP_SRC_DIR 728 PHP_CC 729 PHP_LD 730 PHP_REGEX_INC 731 PHP_REGEX_OBJ 732 USE_PHP_REGEX 733 MAKE_PHPMS 734 MAKE_PHPMS_CLEAN 735 APACHE_INC 736 OS_INCLUDE_DIR 737 ALL_ENABLED 738 ALL_INC 739 ALL_LIB 740 ALL_STATIC_LIB 741 RPATHS 742 LIBOBJS 743 LTLIBOBJS' 276 744 ac_subst_files='' 745 ac_precious_vars='build_alias 746 host_alias 747 target_alias 748 CC 749 CFLAGS 750 LDFLAGS 751 LIBS 752 CPPFLAGS 753 CXX 754 CXXFLAGS 755 CCC 756 YACC 757 YFLAGS 758 CPP' 759 277 760 278 761 # Initialize some variables set by options. … … 301 784 # by default will actually change. 302 785 # Use braces instead of parens because sh, perl, etc. also accept them. 786 # (The list follows the same order as the GNU Coding Standards.) 303 787 bindir='${exec_prefix}/bin' 304 788 sbindir='${exec_prefix}/sbin' 305 789 libexecdir='${exec_prefix}/libexec' 306 datadir='${prefix}/share' 790 datarootdir='${prefix}/share' 791 datadir='${datarootdir}' 307 792 sysconfdir='${prefix}/etc' 308 793 sharedstatedir='${prefix}/com' 309 794 localstatedir='${prefix}/var' 310 libdir='${exec_prefix}/lib'311 795 includedir='${prefix}/include' 312 796 oldincludedir='/usr/include' 313 infodir='${prefix}/info' 314 mandir='${prefix}/man' 797 docdir='${datarootdir}/doc/${PACKAGE}' 798 infodir='${datarootdir}/info' 799 htmldir='${docdir}' 800 dvidir='${docdir}' 801 pdfdir='${docdir}' 802 psdir='${docdir}' 803 libdir='${exec_prefix}/lib' 804 localedir='${datarootdir}/locale' 805 mandir='${datarootdir}/man' 315 806 316 807 ac_prev= 808 ac_dashdash= 317 809 for ac_option 318 810 do 319 811 # If the previous option needs an argument, assign it. 320 812 if test -n "$ac_prev"; then 321 eval "$ac_prev=\$ac_option"813 eval $ac_prev=\$ac_option 322 814 ac_prev= 323 815 continue 324 816 fi 325 817 326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 818 case $ac_option in 819 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 820 *) ac_optarg=yes ;; 821 esac 327 822 328 823 # Accept the important Cygnus configure options, so we can diagnose typos. 329 824 330 case $ac_option in 825 case $ac_dashdash$ac_option in 826 --) 827 ac_dashdash=yes ;; 331 828 332 829 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 350 847 cache_file=config.cache ;; 351 848 352 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)849 -datadir | --datadir | --datadi | --datad) 353 850 ac_prev=datadir ;; 354 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 355 | --da=*) 851 -datadir=* | --datadir=* | --datadi=* | --datad=*) 356 852 datadir=$ac_optarg ;; 853 854 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 855 | --dataroo | --dataro | --datar) 856 ac_prev=datarootdir ;; 857 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 858 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 859 datarootdir=$ac_optarg ;; 357 860 358 861 -disable-* | --disable-*) 359 862 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 360 863 # Reject names that are not valid shell variable names. 361 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&864 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 362 865 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 363 866 { (exit 1); exit 1; }; } 364 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 365 eval "enable_$ac_feature=no" ;; 867 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 868 eval enable_$ac_feature=no ;; 869 870 -docdir | --docdir | --docdi | --doc | --do) 871 ac_prev=docdir ;; 872 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 873 docdir=$ac_optarg ;; 874 875 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 876 ac_prev=dvidir ;; 877 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 878 dvidir=$ac_optarg ;; 366 879 367 880 -enable-* | --enable-*) 368 881 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 369 882 # Reject names that are not valid shell variable names. 370 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&883 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 371 884 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 372 885 { (exit 1); exit 1; }; } 373 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 374 case $ac_option in 375 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 376 *) ac_optarg=yes ;; 377 esac 378 eval "enable_$ac_feature='$ac_optarg'" ;; 886 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 887 eval enable_$ac_feature=\$ac_optarg ;; 379 888 380 889 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 403 912 host_alias=$ac_optarg ;; 404 913 914 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 915 ac_prev=htmldir ;; 916 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 917 | --ht=*) 918 htmldir=$ac_optarg ;; 919 405 920 -includedir | --includedir | --includedi | --included | --include \ 406 921 | --includ | --inclu | --incl | --inc) … … 427 942 libexecdir=$ac_optarg ;; 428 943 944 -localedir | --localedir | --localedi | --localed | --locale) 945 ac_prev=localedir ;; 946 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 947 localedir=$ac_optarg ;; 948 429 949 -localstatedir | --localstatedir | --localstatedi | --localstated \ 430 | --localstate | --localstat | --localsta | --localst \ 431 | --locals | --local | --loca | --loc | --lo) 950 | --localstate | --localstat | --localsta | --localst | --locals) 432 951 ac_prev=localstatedir ;; 433 952 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 434 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 435 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 953 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 436 954 localstatedir=$ac_optarg ;; 437 955 … … 498 1016 program_transform_name=$ac_optarg ;; 499 1017 1018 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1019 ac_prev=pdfdir ;; 1020 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1021 pdfdir=$ac_optarg ;; 1022 1023 -psdir | --psdir | --psdi | --psd | --ps) 1024 ac_prev=psdir ;; 1025 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1026 psdir=$ac_optarg ;; 1027 500 1028 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 501 1029 | -silent | --silent | --silen | --sile | --sil) … … 550 1078 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 551 1079 # Reject names that are not valid shell variable names. 552 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1080 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 553 1081 { echo "$as_me: error: invalid package name: $ac_package" >&2 554 1082 { (exit 1); exit 1; }; } 555 ac_package=`echo $ac_package| sed 's/-/_/g'` 556 case $ac_option in 557 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 558 *) ac_optarg=yes ;; 559 esac 560 eval "with_$ac_package='$ac_optarg'" ;; 1083 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1084 eval with_$ac_package=\$ac_optarg ;; 561 1085 562 1086 -without-* | --without-*) 563 1087 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 564 1088 # Reject names that are not valid shell variable names. 565 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1089 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 566 1090 { echo "$as_me: error: invalid package name: $ac_package" >&2 567 1091 { (exit 1); exit 1; }; } 568 ac_package=`echo $ac_package | sed 's/ -/_/g'`569 eval "with_$ac_package=no";;1092 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1093 eval with_$ac_package=no ;; 570 1094 571 1095 --x) … … 598 1122 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 599 1123 { (exit 1); exit 1; }; } 600 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 601 eval "$ac_envvar='$ac_optarg'" 1124 eval $ac_envvar=\$ac_optarg 602 1125 export $ac_envvar ;; 603 1126 … … 619 1142 fi 620 1143 621 # Be sure to have absolute paths. 622 for ac_var in exec_prefix prefix 1144 # Be sure to have absolute directory names. 1145 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1146 datadir sysconfdir sharedstatedir localstatedir includedir \ 1147 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1148 libdir localedir mandir 623 1149 do 624 eval ac_val= $`echo $ac_var`1150 eval ac_val=\$$ac_var 625 1151 case $ac_val in 626 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 628 { (exit 1); exit 1; }; };; 1152 [\\/$]* | ?:[\\/]* ) continue;; 1153 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 629 1154 esac 630 done 631 632 # Be sure to have absolute paths. 633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 634 localstatedir libdir includedir oldincludedir infodir mandir 635 do 636 eval ac_val=$`echo $ac_var` 637 case $ac_val in 638 [\\/$]* | ?:[\\/]* ) ;; 639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 640 { (exit 1); exit 1; }; };; 641 esac 1155 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1156 { (exit 1); exit 1; }; } 642 1157 done 643 1158 … … 666 1181 667 1182 1183 ac_pwd=`pwd` && test -n "$ac_pwd" && 1184 ac_ls_di=`ls -di .` && 1185 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1186 { echo "$as_me: error: Working directory cannot be determined" >&2 1187 { (exit 1); exit 1; }; } 1188 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1189 { echo "$as_me: error: pwd does not report name of working directory" >&2 1190 { (exit 1); exit 1; }; } 1191 1192 668 1193 # Find the source files, if location was not specified. 669 1194 if test -z "$srcdir"; then 670 1195 ac_srcdir_defaulted=yes 671 # Try the directory containing this script, then its parent.672 ac_confdir=` (dirname "$0") 2>/dev/null||1196 # Try the directory containing this script, then the parent directory. 1197 ac_confdir=`$as_dirname -- "$0" || 673 1198 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 674 1199 X"$0" : 'X\(//\)[^/]' \| \ 675 1200 X"$0" : 'X\(//\)$' \| \ 676 X"$0" : 'X\(/\)' \| \ 677 . : '\(.\)' 2>/dev/null || 1201 X"$0" : 'X\(/\)' \| . 2>/dev/null || 678 1202 echo X"$0" | 679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 680 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 681 /^X\(\/\/\)$/{ s//\1/; q; } 682 /^X\(\/\).*/{ s//\1/; q; } 683 s/.*/./; q'` 1203 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1204 s//\1/ 1205 q 1206 } 1207 /^X\(\/\/\)[^/].*/{ 1208 s//\1/ 1209 q 1210 } 1211 /^X\(\/\/\)$/{ 1212 s//\1/ 1213 q 1214 } 1215 /^X\(\/\).*/{ 1216 s//\1/ 1217 q 1218 } 1219 s/.*/./; q'` 684 1220 srcdir=$ac_confdir 685 if test ! -r $srcdir/$ac_unique_file; then1221 if test ! -r "$srcdir/$ac_unique_file"; then 686 1222 srcdir=.. 687 1223 fi … … 689 1225 ac_srcdir_defaulted=no 690 1226 fi 691 if test ! -r $srcdir/$ac_unique_file; then692 if test "$ac_srcdir_defaulted" = yes; then693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21227 if test ! -r "$srcdir/$ac_unique_file"; then 1228 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1229 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 694 1230 { (exit 1); exit 1; }; } 695 else 696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1231 fi 1232 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1233 ac_abs_confdir=`( 1234 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 697 1235 { (exit 1); exit 1; }; } 698 fi 699 fi 700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 702 { (exit 1); exit 1; }; } 703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 704 ac_env_build_alias_set=${build_alias+set} 705 ac_env_build_alias_value=$build_alias 706 ac_cv_env_build_alias_set=${build_alias+set} 707 ac_cv_env_build_alias_value=$build_alias 708 ac_env_host_alias_set=${host_alias+set} 709 ac_env_host_alias_value=$host_alias 710 ac_cv_env_host_alias_set=${host_alias+set} 711 ac_cv_env_host_alias_value=$host_alias 712 ac_env_target_alias_set=${target_alias+set} 713 ac_env_target_alias_value=$target_alias 714 ac_cv_env_target_alias_set=${target_alias+set} 715 ac_cv_env_target_alias_value=$target_alias 716 ac_env_CC_set=${CC+set} 717 ac_env_CC_value=$CC 718 ac_cv_env_CC_set=${CC+set} 719 ac_cv_env_CC_value=$CC 720 ac_env_CFLAGS_set=${CFLAGS+set} 721 ac_env_CFLAGS_value=$CFLAGS 722 ac_cv_env_CFLAGS_set=${CFLAGS+set} 723 ac_cv_env_CFLAGS_value=$CFLAGS 724 ac_env_LDFLAGS_set=${LDFLAGS+set} 725 ac_env_LDFLAGS_value=$LDFLAGS 726 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 727 ac_cv_env_LDFLAGS_value=$LDFLAGS 728 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 729 ac_env_CPPFLAGS_value=$CPPFLAGS 730 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 731 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 732 ac_env_CXX_set=${CXX+set} 733 ac_env_CXX_value=$CXX 734 ac_cv_env_CXX_set=${CXX+set} 735 ac_cv_env_CXX_value=$CXX 736 ac_env_CXXFLAGS_set=${CXXFLAGS+set} 737 ac_env_CXXFLAGS_value=$CXXFLAGS 738 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 739 ac_cv_env_CXXFLAGS_value=$CXXFLAGS 740 ac_env_CPP_set=${CPP+set} 741 ac_env_CPP_value=$CPP 742 ac_cv_env_CPP_set=${CPP+set} 743 ac_cv_env_CPP_value=$CPP 1236 pwd)` 1237 # When building in place, set srcdir=. 1238 if test "$ac_abs_confdir" = "$ac_pwd"; then 1239 srcdir=. 1240 fi 1241 # Remove unnecessary trailing slashes from srcdir. 1242 # Double slashes in file names in object file debugging info 1243 # mess up M-x gdb in Emacs. 1244 case $srcdir in 1245 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1246 esac 1247 for ac_var in $ac_precious_vars; do 1248 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1249 eval ac_env_${ac_var}_value=\$${ac_var} 1250 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1251 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1252 done 744 1253 745 1254 # … … 770 1279 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 771 1280 772 _ACEOF773 774 cat <<_ACEOF775 1281 Installation directories: 776 1282 --prefix=PREFIX install architecture-independent files in PREFIX … … 790 1296 --sbindir=DIR system admin executables [EPREFIX/sbin] 791 1297 --libexecdir=DIR program executables [EPREFIX/libexec] 792 --datadir=DIR read-only architecture-independent data [PREFIX/share]793 1298 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 794
