PageRenderTime 65ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 2ms

/configure

https://github.com/OpenWebGlobe/mapcache
Shell | 16681 lines | 13107 code | 2228 blank | 1346 comment | 1598 complexity | 73bdf3fedc81a2340d07afcb744842c3 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.69.
  4. #
  5. #
  6. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
  7. #
  8. #
  9. # This configure script is free software; the Free Software Foundation
  10. # gives unlimited permission to copy, distribute and modify it.
  11. ## -------------------- ##
  12. ## M4sh Initialization. ##
  13. ## -------------------- ##
  14. # Be more Bourne compatible
  15. DUALCASE=1; export DUALCASE # for MKS sh
  16. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  17. emulate sh
  18. NULLCMD=:
  19. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  20. # is contrary to our usage. Disable this feature.
  21. alias -g '${1+"$@"}'='"$@"'
  22. setopt NO_GLOB_SUBST
  23. else
  24. case `(set -o) 2>/dev/null` in #(
  25. *posix*) :
  26. set -o posix ;; #(
  27. *) :
  28. ;;
  29. esac
  30. fi
  31. as_nl='
  32. '
  33. export as_nl
  34. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  35. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  36. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  37. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  38. # Prefer a ksh shell builtin over an external printf program on Solaris,
  39. # but without wasting forks for bash or zsh.
  40. if test -z "$BASH_VERSION$ZSH_VERSION" \
  41. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  42. as_echo='print -r --'
  43. as_echo_n='print -rn --'
  44. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  45. as_echo='printf %s\n'
  46. as_echo_n='printf %s'
  47. else
  48. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  49. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  50. as_echo_n='/usr/ucb/echo -n'
  51. else
  52. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  53. as_echo_n_body='eval
  54. arg=$1;
  55. case $arg in #(
  56. *"$as_nl"*)
  57. expr "X$arg" : "X\\(.*\\)$as_nl";
  58. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  59. esac;
  60. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  61. '
  62. export as_echo_n_body
  63. as_echo_n='sh -c $as_echo_n_body as_echo'
  64. fi
  65. export as_echo_body
  66. as_echo='sh -c $as_echo_body as_echo'
  67. fi
  68. # The user is always right.
  69. if test "${PATH_SEPARATOR+set}" != set; then
  70. PATH_SEPARATOR=:
  71. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  72. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  73. PATH_SEPARATOR=';'
  74. }
  75. fi
  76. # IFS
  77. # We need space, tab and new line, in precisely that order. Quoting is
  78. # there to prevent editors from complaining about space-tab.
  79. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  80. # splitting by setting IFS to empty value.)
  81. IFS=" "" $as_nl"
  82. # Find who we are. Look in the path if we contain no directory separator.
  83. as_myself=
  84. case $0 in #((
  85. *[\\/]* ) as_myself=$0 ;;
  86. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  87. for as_dir in $PATH
  88. do
  89. IFS=$as_save_IFS
  90. test -z "$as_dir" && as_dir=.
  91. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  92. done
  93. IFS=$as_save_IFS
  94. ;;
  95. esac
  96. # We did not find ourselves, most probably we were run as `sh COMMAND'
  97. # in which case we are not to be found in the path.
  98. if test "x$as_myself" = x; then
  99. as_myself=$0
  100. fi
  101. if test ! -f "$as_myself"; then
  102. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  103. exit 1
  104. fi
  105. # Unset variables that we do not need and which cause bugs (e.g. in
  106. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  107. # suppresses any "Segmentation fault" message there. '((' could
  108. # trigger a bug in pdksh 5.2.14.
  109. for as_var in BASH_ENV ENV MAIL MAILPATH
  110. do eval test x\${$as_var+set} = xset \
  111. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # CDPATH.
  122. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  123. # Use a proper internal environment variable to ensure we don't fall
  124. # into an infinite loop, continuously re-executing ourselves.
  125. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
  126. _as_can_reexec=no; export _as_can_reexec;
  127. # We cannot yet assume a decent shell, so we have to provide a
  128. # neutralization value for shells without unset; and this also
  129. # works around shells that cannot unset nonexistent variables.
  130. # Preserve -v and -x to the replacement shell.
  131. BASH_ENV=/dev/null
  132. ENV=/dev/null
  133. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  134. case $- in # ((((
  135. *v*x* | *x*v* ) as_opts=-vx ;;
  136. *v* ) as_opts=-v ;;
  137. *x* ) as_opts=-x ;;
  138. * ) as_opts= ;;
  139. esac
  140. exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
  141. # Admittedly, this is quite paranoid, since all the known shells bail
  142. # out after a failed `exec'.
  143. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
  144. as_fn_exit 255
  145. fi
  146. # We don't want this to propagate to other subprocesses.
  147. { _as_can_reexec=; unset _as_can_reexec;}
  148. if test "x$CONFIG_SHELL" = x; then
  149. as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  150. emulate sh
  151. NULLCMD=:
  152. # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  153. # is contrary to our usage. Disable this feature.
  154. alias -g '\${1+\"\$@\"}'='\"\$@\"'
  155. setopt NO_GLOB_SUBST
  156. else
  157. case \`(set -o) 2>/dev/null\` in #(
  158. *posix*) :
  159. set -o posix ;; #(
  160. *) :
  161. ;;
  162. esac
  163. fi
  164. "
  165. as_required="as_fn_return () { (exit \$1); }
  166. as_fn_success () { as_fn_return 0; }
  167. as_fn_failure () { as_fn_return 1; }
  168. as_fn_ret_success () { return 0; }
  169. as_fn_ret_failure () { return 1; }
  170. exitcode=0
  171. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  172. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  173. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  174. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  175. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
  176. else
  177. exitcode=1; echo positional parameters were not saved.
  178. fi
  179. test x\$exitcode = x0 || exit 1
  180. test -x / || exit 1"
  181. as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  182. as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  183. eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  184. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
  185. test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
  186. ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  187. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  188. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  189. PATH=/empty FPATH=/empty; export PATH FPATH
  190. test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
  191. || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
  192. test \$(( 1 + 1 )) = 2 || exit 1"
  193. if (eval "$as_required") 2>/dev/null; then :
  194. as_have_required=yes
  195. else
  196. as_have_required=no
  197. fi
  198. if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  199. else
  200. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  201. as_found=false
  202. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  203. do
  204. IFS=$as_save_IFS
  205. test -z "$as_dir" && as_dir=.
  206. as_found=:
  207. case $as_dir in #(
  208. /*)
  209. for as_base in sh bash ksh sh5; do
  210. # Try only shells that exist, to save several forks.
  211. as_shell=$as_dir/$as_base
  212. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  213. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  214. CONFIG_SHELL=$as_shell as_have_required=yes
  215. if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  216. break 2
  217. fi
  218. fi
  219. done;;
  220. esac
  221. as_found=false
  222. done
  223. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  224. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  225. CONFIG_SHELL=$SHELL as_have_required=yes
  226. fi; }
  227. IFS=$as_save_IFS
  228. if test "x$CONFIG_SHELL" != x; then :
  229. export CONFIG_SHELL
  230. # We cannot yet assume a decent shell, so we have to provide a
  231. # neutralization value for shells without unset; and this also
  232. # works around shells that cannot unset nonexistent variables.
  233. # Preserve -v and -x to the replacement shell.
  234. BASH_ENV=/dev/null
  235. ENV=/dev/null
  236. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  237. case $- in # ((((
  238. *v*x* | *x*v* ) as_opts=-vx ;;
  239. *v* ) as_opts=-v ;;
  240. *x* ) as_opts=-x ;;
  241. * ) as_opts= ;;
  242. esac
  243. exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
  244. # Admittedly, this is quite paranoid, since all the known shells bail
  245. # out after a failed `exec'.
  246. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
  247. exit 255
  248. fi
  249. if test x$as_have_required = xno; then :
  250. $as_echo "$0: This script requires a shell more modern than all"
  251. $as_echo "$0: the shells that I found on your system."
  252. if test x${ZSH_VERSION+set} = xset ; then
  253. $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  254. $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  255. else
  256. $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
  257. $0: including any error possibly output before this
  258. $0: message. Then install a modern shell, or manually run
  259. $0: the script under such a shell if you do have one."
  260. fi
  261. exit 1
  262. fi
  263. fi
  264. fi
  265. SHELL=${CONFIG_SHELL-/bin/sh}
  266. export SHELL
  267. # Unset more variables known to interfere with behavior of common tools.
  268. CLICOLOR_FORCE= GREP_OPTIONS=
  269. unset CLICOLOR_FORCE GREP_OPTIONS
  270. ## --------------------- ##
  271. ## M4sh Shell Functions. ##
  272. ## --------------------- ##
  273. # as_fn_unset VAR
  274. # ---------------
  275. # Portably unset VAR.
  276. as_fn_unset ()
  277. {
  278. { eval $1=; unset $1;}
  279. }
  280. as_unset=as_fn_unset
  281. # as_fn_set_status STATUS
  282. # -----------------------
  283. # Set $? to STATUS, without forking.
  284. as_fn_set_status ()
  285. {
  286. return $1
  287. } # as_fn_set_status
  288. # as_fn_exit STATUS
  289. # -----------------
  290. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  291. as_fn_exit ()
  292. {
  293. set +e
  294. as_fn_set_status $1
  295. exit $1
  296. } # as_fn_exit
  297. # as_fn_mkdir_p
  298. # -------------
  299. # Create "$as_dir" as a directory, including parents if necessary.
  300. as_fn_mkdir_p ()
  301. {
  302. case $as_dir in #(
  303. -*) as_dir=./$as_dir;;
  304. esac
  305. test -d "$as_dir" || eval $as_mkdir_p || {
  306. as_dirs=
  307. while :; do
  308. case $as_dir in #(
  309. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  310. *) as_qdir=$as_dir;;
  311. esac
  312. as_dirs="'$as_qdir' $as_dirs"
  313. as_dir=`$as_dirname -- "$as_dir" ||
  314. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  315. X"$as_dir" : 'X\(//\)[^/]' \| \
  316. X"$as_dir" : 'X\(//\)$' \| \
  317. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  318. $as_echo X"$as_dir" |
  319. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  320. s//\1/
  321. q
  322. }
  323. /^X\(\/\/\)[^/].*/{
  324. s//\1/
  325. q
  326. }
  327. /^X\(\/\/\)$/{
  328. s//\1/
  329. q
  330. }
  331. /^X\(\/\).*/{
  332. s//\1/
  333. q
  334. }
  335. s/.*/./; q'`
  336. test -d "$as_dir" && break
  337. done
  338. test -z "$as_dirs" || eval "mkdir $as_dirs"
  339. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  340. } # as_fn_mkdir_p
  341. # as_fn_executable_p FILE
  342. # -----------------------
  343. # Test if FILE is an executable regular file.
  344. as_fn_executable_p ()
  345. {
  346. test -f "$1" && test -x "$1"
  347. } # as_fn_executable_p
  348. # as_fn_append VAR VALUE
  349. # ----------------------
  350. # Append the text in VALUE to the end of the definition contained in VAR. Take
  351. # advantage of any shell optimizations that allow amortized linear growth over
  352. # repeated appends, instead of the typical quadratic growth present in naive
  353. # implementations.
  354. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  355. eval 'as_fn_append ()
  356. {
  357. eval $1+=\$2
  358. }'
  359. else
  360. as_fn_append ()
  361. {
  362. eval $1=\$$1\$2
  363. }
  364. fi # as_fn_append
  365. # as_fn_arith ARG...
  366. # ------------------
  367. # Perform arithmetic evaluation on the ARGs, and store the result in the
  368. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  369. # must be portable across $(()) and expr.
  370. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  371. eval 'as_fn_arith ()
  372. {
  373. as_val=$(( $* ))
  374. }'
  375. else
  376. as_fn_arith ()
  377. {
  378. as_val=`expr "$@" || test $? -eq 1`
  379. }
  380. fi # as_fn_arith
  381. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  382. # ----------------------------------------
  383. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  384. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  385. # script with STATUS, using 1 if that was 0.
  386. as_fn_error ()
  387. {
  388. as_status=$1; test $as_status -eq 0 && as_status=1
  389. if test "$4"; then
  390. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  391. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  392. fi
  393. $as_echo "$as_me: error: $2" >&2
  394. as_fn_exit $as_status
  395. } # as_fn_error
  396. if expr a : '\(a\)' >/dev/null 2>&1 &&
  397. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  398. as_expr=expr
  399. else
  400. as_expr=false
  401. fi
  402. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  403. as_basename=basename
  404. else
  405. as_basename=false
  406. fi
  407. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  408. as_dirname=dirname
  409. else
  410. as_dirname=false
  411. fi
  412. as_me=`$as_basename -- "$0" ||
  413. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  414. X"$0" : 'X\(//\)$' \| \
  415. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  416. $as_echo X/"$0" |
  417. sed '/^.*\/\([^/][^/]*\)\/*$/{
  418. s//\1/
  419. q
  420. }
  421. /^X\/\(\/\/\)$/{
  422. s//\1/
  423. q
  424. }
  425. /^X\/\(\/\).*/{
  426. s//\1/
  427. q
  428. }
  429. s/.*/./; q'`
  430. # Avoid depending upon Character Ranges.
  431. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  432. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  433. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  434. as_cr_digits='0123456789'
  435. as_cr_alnum=$as_cr_Letters$as_cr_digits
  436. as_lineno_1=$LINENO as_lineno_1a=$LINENO
  437. as_lineno_2=$LINENO as_lineno_2a=$LINENO
  438. eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  439. test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  440. # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
  441. sed -n '
  442. p
  443. /[$]LINENO/=
  444. ' <$as_myself |
  445. sed '
  446. s/[$]LINENO.*/&-/
  447. t lineno
  448. b
  449. :lineno
  450. N
  451. :loop
  452. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  453. t loop
  454. s/-\n.*//
  455. ' >$as_me.lineno &&
  456. chmod +x "$as_me.lineno" ||
  457. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  458. # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
  459. # already done that, so ensure we don't try to do so again and fall
  460. # in an infinite loop. This has already happened in practice.
  461. _as_can_reexec=no; export _as_can_reexec
  462. # Don't try to exec as it changes $[0], causing all sort of problems
  463. # (the dirname of $[0] is not the place where we might find the
  464. # original and so on. Autoconf is especially sensitive to this).
  465. . "./$as_me.lineno"
  466. # Exit status is that of the last command.
  467. exit
  468. }
  469. ECHO_C= ECHO_N= ECHO_T=
  470. case `echo -n x` in #(((((
  471. -n*)
  472. case `echo 'xy\c'` in
  473. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  474. xy) ECHO_C='\c';;
  475. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  476. ECHO_T=' ';;
  477. esac;;
  478. *)
  479. ECHO_N='-n';;
  480. esac
  481. rm -f conf$$ conf$$.exe conf$$.file
  482. if test -d conf$$.dir; then
  483. rm -f conf$$.dir/conf$$.file
  484. else
  485. rm -f conf$$.dir
  486. mkdir conf$$.dir 2>/dev/null
  487. fi
  488. if (echo >conf$$.file) 2>/dev/null; then
  489. if ln -s conf$$.file conf$$ 2>/dev/null; then
  490. as_ln_s='ln -s'
  491. # ... but there are two gotchas:
  492. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  493. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  494. # In both cases, we have to default to `cp -pR'.
  495. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  496. as_ln_s='cp -pR'
  497. elif ln conf$$.file conf$$ 2>/dev/null; then
  498. as_ln_s=ln
  499. else
  500. as_ln_s='cp -pR'
  501. fi
  502. else
  503. as_ln_s='cp -pR'
  504. fi
  505. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  506. rmdir conf$$.dir 2>/dev/null
  507. if mkdir -p . 2>/dev/null; then
  508. as_mkdir_p='mkdir -p "$as_dir"'
  509. else
  510. test -d ./-p && rmdir ./-p
  511. as_mkdir_p=false
  512. fi
  513. as_test_x='test -x'
  514. as_executable_p=as_fn_executable_p
  515. # Sed expression to map a string onto a valid CPP name.
  516. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  517. # Sed expression to map a string onto a valid variable name.
  518. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  519. SHELL=${CONFIG_SHELL-/bin/sh}
  520. test -n "$DJDIR" || exec 7<&0 </dev/null
  521. exec 6>&1
  522. # Name of the host.
  523. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
  524. # so uname gets run too.
  525. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  526. #
  527. # Initializations.
  528. #
  529. ac_default_prefix=/usr/local
  530. ac_clean_files=
  531. ac_config_libobj_dir=.
  532. LIBOBJS=
  533. cross_compiling=no
  534. subdirs=
  535. MFLAGS=
  536. MAKEFLAGS=
  537. # Identity of this package.
  538. PACKAGE_NAME=
  539. PACKAGE_TARNAME=
  540. PACKAGE_VERSION=
  541. PACKAGE_STRING=
  542. PACKAGE_BUGREPORT=
  543. PACKAGE_URL=
  544. ac_unique_file="Makefile.inc.in"
  545. # Factoring default headers for most tests.
  546. ac_includes_default="\
  547. #include <stdio.h>
  548. #ifdef HAVE_SYS_TYPES_H
  549. # include <sys/types.h>
  550. #endif
  551. #ifdef HAVE_SYS_STAT_H
  552. # include <sys/stat.h>
  553. #endif
  554. #ifdef STDC_HEADERS
  555. # include <stdlib.h>
  556. # include <stddef.h>
  557. #else
  558. # ifdef HAVE_STDLIB_H
  559. # include <stdlib.h>
  560. # endif
  561. #endif
  562. #ifdef HAVE_STRING_H
  563. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  564. # include <memory.h>
  565. # endif
  566. # include <string.h>
  567. #endif
  568. #ifdef HAVE_STRINGS_H
  569. # include <strings.h>
  570. #endif
  571. #ifdef HAVE_INTTYPES_H
  572. # include <inttypes.h>
  573. #endif
  574. #ifdef HAVE_STDINT_H
  575. # include <stdint.h>
  576. #endif
  577. #ifdef HAVE_UNISTD_H
  578. # include <unistd.h>
  579. #endif"
  580. ac_subst_vars='LTLIBOBJS
  581. LIBOBJS
  582. S3_INC
  583. S3_LIB
  584. S3_ENABLED
  585. TC_LIB
  586. TC_INC
  587. TC_ENABLED
  588. MISC_ENABLED
  589. CURL_LIBS
  590. CURL_CFLAGS
  591. CURLCONFIG
  592. BDB_INC
  593. BDB_LIB
  594. BDB_ENABLED
  595. MAPSERVER_LIB
  596. MAPSERVER_INC
  597. MAPSERVER_DEFS
  598. MAPSERVER_ENABLED
  599. GEOS_LIB
  600. GEOS_INC
  601. GEOS_ENABLED
  602. GEOSCONFIG
  603. GDAL_LIB
  604. GDAL_INC
  605. GDAL_ENABLED
  606. OGR_ENABLED
  607. GDALCONFIG
  608. PCRE_CFLAGS
  609. PCRE_LIBS
  610. PCRE_ENABLED
  611. GEOTIFF_LIB
  612. GEOTIFF_INC
  613. GEOTIFF_ENABLED
  614. TIFF_ENABLED
  615. TIFF_LIB
  616. TIFF_INC
  617. JPEG_LIB
  618. JPEG_INC
  619. PNG_LIB
  620. PNG_INC
  621. PIXMAN_LIB
  622. PIXMAN_INC
  623. PIXMAN_ENABLED
  624. PKGCONFIG
  625. SQLITE_ENABLED
  626. SQLITE_LIB
  627. SQLITE_INC
  628. APU_LDLIBS
  629. APU_LIBS
  630. APU_INCDIR
  631. APU_INC
  632. MEMCACHE_ENABLED
  633. APUCONFIG
  634. APR_LDLIBS
  635. APR_LIBS
  636. APR_INCDIR
  637. APR_INC
  638. APR_CFLAGS
  639. APRCONFIG
  640. FASTCGI_ENABLED
  641. FASTCGI_LIB
  642. FASTCGI_INC
  643. MODULE_TARGET
  644. HTTPD
  645. APXS_LDFLAGS
  646. APXS_LIBS
  647. APXS_INC
  648. APACHECTL
  649. APACHE_BINDIR
  650. APACHE_SBINDIR
  651. APXS
  652. INSTALL_DATA
  653. INSTALL_SCRIPT
  654. INSTALL_PROGRAM
  655. CPP
  656. OTOOL64
  657. OTOOL
  658. LIPO
  659. NMEDIT
  660. DSYMUTIL
  661. MANIFEST_TOOL
  662. AWK
  663. RANLIB
  664. STRIP
  665. ac_ct_AR
  666. AR
  667. DLLTOOL
  668. OBJDUMP
  669. LN_S
  670. NM
  671. ac_ct_DUMPBIN
  672. DUMPBIN
  673. LD
  674. FGREP
  675. EGREP
  676. GREP
  677. SED
  678. OBJEXT
  679. EXEEXT
  680. ac_ct_CC
  681. CPPFLAGS
  682. LDFLAGS
  683. CFLAGS
  684. CC
  685. host_os
  686. host_vendor
  687. host_cpu
  688. host
  689. build_os
  690. build_vendor
  691. build_cpu
  692. build
  693. LIBTOOL
  694. target_alias
  695. host_alias
  696. build_alias
  697. LIBS
  698. ECHO_T
  699. ECHO_N
  700. ECHO_C
  701. DEFS
  702. mandir
  703. localedir
  704. libdir
  705. psdir
  706. pdfdir
  707. dvidir
  708. htmldir
  709. infodir
  710. docdir
  711. oldincludedir
  712. includedir
  713. localstatedir
  714. sharedstatedir
  715. sysconfdir
  716. datadir
  717. datarootdir
  718. libexecdir
  719. sbindir
  720. bindir
  721. program_transform_name
  722. prefix
  723. exec_prefix
  724. PACKAGE_URL
  725. PACKAGE_BUGREPORT
  726. PACKAGE_STRING
  727. PACKAGE_VERSION
  728. PACKAGE_TARNAME
  729. PACKAGE_NAME
  730. PATH_SEPARATOR
  731. SHELL'
  732. ac_subst_files=''
  733. ac_user_opts='
  734. enable_option_checking
  735. enable_static
  736. enable_shared
  737. with_pic
  738. enable_fast_install
  739. with_gnu_ld
  740. with_sysroot
  741. enable_libtool_lock
  742. enable_debug
  743. enable_version_string
  744. enable_module
  745. with_apxs
  746. with_fastcgi
  747. with_apr_config
  748. with_apu_config
  749. enable_memcache
  750. with_sqlite
  751. with_pkg_config
  752. with_pixman
  753. with_png
  754. with_jpeg
  755. with_tiff
  756. enable_tiff_write_support
  757. with_geotiff
  758. with_pcre
  759. with_gdal
  760. with_geos
  761. with_mapserver
  762. with_bdb
  763. with_bdb_dir
  764. with_curl_config
  765. with_tokyo_cabinet
  766. with_s3
  767. '
  768. ac_precious_vars='build_alias
  769. host_alias
  770. target_alias
  771. CC
  772. CFLAGS
  773. LDFLAGS
  774. LIBS
  775. CPPFLAGS
  776. CPP'
  777. # Initialize some variables set by options.
  778. ac_init_help=
  779. ac_init_version=false
  780. ac_unrecognized_opts=
  781. ac_unrecognized_sep=
  782. # The variables have the same names as the options, with
  783. # dashes changed to underlines.
  784. cache_file=/dev/null
  785. exec_prefix=NONE
  786. no_create=
  787. no_recursion=
  788. prefix=NONE
  789. program_prefix=NONE
  790. program_suffix=NONE
  791. program_transform_name=s,x,x,
  792. silent=
  793. site=
  794. srcdir=
  795. verbose=
  796. x_includes=NONE
  797. x_libraries=NONE
  798. # Installation directory options.
  799. # These are left unexpanded so users can "make install exec_prefix=/foo"
  800. # and all the variables that are supposed to be based on exec_prefix
  801. # by default will actually change.
  802. # Use braces instead of parens because sh, perl, etc. also accept them.
  803. # (The list follows the same order as the GNU Coding Standards.)
  804. bindir='${exec_prefix}/bin'
  805. sbindir='${exec_prefix}/sbin'
  806. libexecdir='${exec_prefix}/libexec'
  807. datarootdir='${prefix}/share'
  808. datadir='${datarootdir}'
  809. sysconfdir='${prefix}/etc'
  810. sharedstatedir='${prefix}/com'
  811. localstatedir='${prefix}/var'
  812. includedir='${prefix}/include'
  813. oldincludedir='/usr/include'
  814. docdir='${datarootdir}/doc/${PACKAGE}'
  815. infodir='${datarootdir}/info'
  816. htmldir='${docdir}'
  817. dvidir='${docdir}'
  818. pdfdir='${docdir}'
  819. psdir='${docdir}'
  820. libdir='${exec_prefix}/lib'
  821. localedir='${datarootdir}/locale'
  822. mandir='${datarootdir}/man'
  823. ac_prev=
  824. ac_dashdash=
  825. for ac_option
  826. do
  827. # If the previous option needs an argument, assign it.
  828. if test -n "$ac_prev"; then
  829. eval $ac_prev=\$ac_option
  830. ac_prev=
  831. continue
  832. fi
  833. case $ac_option in
  834. *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  835. *=) ac_optarg= ;;
  836. *) ac_optarg=yes ;;
  837. esac
  838. # Accept the important Cygnus configure options, so we can diagnose typos.
  839. case $ac_dashdash$ac_option in
  840. --)
  841. ac_dashdash=yes ;;
  842. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  843. ac_prev=bindir ;;
  844. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  845. bindir=$ac_optarg ;;
  846. -build | --build | --buil | --bui | --bu)
  847. ac_prev=build_alias ;;
  848. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  849. build_alias=$ac_optarg ;;
  850. -cache-file | --cache-file | --cache-fil | --cache-fi \
  851. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  852. ac_prev=cache_file ;;
  853. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  854. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  855. cache_file=$ac_optarg ;;
  856. --config-cache | -C)
  857. cache_file=config.cache ;;
  858. -datadir | --datadir | --datadi | --datad)
  859. ac_prev=datadir ;;
  860. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  861. datadir=$ac_optarg ;;
  862. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  863. | --dataroo | --dataro | --datar)
  864. ac_prev=datarootdir ;;
  865. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  866. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  867. datarootdir=$ac_optarg ;;
  868. -disable-* | --disable-*)
  869. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  870. # Reject names that are not valid shell variable names.
  871. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  872. as_fn_error $? "invalid feature name: $ac_useropt"
  873. ac_useropt_orig=$ac_useropt
  874. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  875. case $ac_user_opts in
  876. *"
  877. "enable_$ac_useropt"
  878. "*) ;;
  879. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  880. ac_unrecognized_sep=', ';;
  881. esac
  882. eval enable_$ac_useropt=no ;;
  883. -docdir | --docdir | --docdi | --doc | --do)
  884. ac_prev=docdir ;;
  885. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  886. docdir=$ac_optarg ;;
  887. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  888. ac_prev=dvidir ;;
  889. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  890. dvidir=$ac_optarg ;;
  891. -enable-* | --enable-*)
  892. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  893. # Reject names that are not valid shell variable names.
  894. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  895. as_fn_error $? "invalid feature name: $ac_useropt"
  896. ac_useropt_orig=$ac_useropt
  897. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  898. case $ac_user_opts in
  899. *"
  900. "enable_$ac_useropt"
  901. "*) ;;
  902. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  903. ac_unrecognized_sep=', ';;
  904. esac
  905. eval enable_$ac_useropt=\$ac_optarg ;;
  906. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  907. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  908. | --exec | --exe | --ex)
  909. ac_prev=exec_prefix ;;
  910. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  911. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  912. | --exec=* | --exe=* | --ex=*)
  913. exec_prefix=$ac_optarg ;;
  914. -gas | --gas | --ga | --g)
  915. # Obsolete; use --with-gas.
  916. with_gas=yes ;;
  917. -help | --help | --hel | --he | -h)
  918. ac_init_help=long ;;
  919. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  920. ac_init_help=recursive ;;
  921. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  922. ac_init_help=short ;;
  923. -host | --host | --hos | --ho)
  924. ac_prev=host_alias ;;
  925. -host=* | --host=* | --hos=* | --ho=*)
  926. host_alias=$ac_optarg ;;
  927. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  928. ac_prev=htmldir ;;
  929. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  930. | --ht=*)
  931. htmldir=$ac_optarg ;;
  932. -includedir | --includedir | --includedi | --included | --include \
  933. | --includ | --inclu | --incl | --inc)
  934. ac_prev=includedir ;;
  935. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  936. | --includ=* | --inclu=* | --incl=* | --inc=*)
  937. includedir=$ac_optarg ;;
  938. -infodir | --infodir | --infodi | --infod | --info | --inf)
  939. ac_prev=infodir ;;
  940. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  941. infodir=$ac_optarg ;;
  942. -libdir | --libdir | --libdi | --libd)
  943. ac_prev=libdir ;;
  944. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  945. libdir=$ac_optarg ;;
  946. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  947. | --libexe | --libex | --libe)
  948. ac_prev=libexecdir ;;
  949. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  950. | --libexe=* | --libex=* | --libe=*)
  951. libexecdir=$ac_optarg ;;
  952. -localedir | --localedir | --localedi | --localed | --locale)
  953. ac_prev=localedir ;;
  954. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  955. localedir=$ac_optarg ;;
  956. -localstatedir | --localstatedir | --localstatedi | --localstated \
  957. | --localstate | --localstat | --localsta | --localst | --locals)
  958. ac_prev=localstatedir ;;
  959. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  960. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  961. localstatedir=$ac_optarg ;;
  962. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  963. ac_prev=mandir ;;
  964. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  965. mandir=$ac_optarg ;;
  966. -nfp | --nfp | --nf)
  967. # Obsolete; use --without-fp.
  968. with_fp=no ;;
  969. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  970. | --no-cr | --no-c | -n)
  971. no_create=yes ;;
  972. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  973. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  974. no_recursion=yes ;;
  975. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  976. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  977. | --oldin | --oldi | --old | --ol | --o)
  978. ac_prev=oldincludedir ;;
  979. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  980. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  981. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  982. oldincludedir=$ac_optarg ;;
  983. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  984. ac_prev=prefix ;;
  985. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  986. prefix=$ac_optarg ;;
  987. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  988. | --program-pre | --program-pr | --program-p)
  989. ac_prev=program_prefix ;;
  990. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  991. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  992. program_prefix=$ac_optarg ;;
  993. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  994. | --program-suf | --program-su | --program-s)
  995. ac_prev=program_suffix ;;
  996. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  997. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  998. program_suffix=$ac_optarg ;;
  999. -program-transform-name | --program-transform-name \
  1000. | --program-transform-nam | --program-transform-na \
  1001. | --program-transform-n | --program-transform- \
  1002. | --program-transform | --program-transfor \
  1003. | --program-transfo | --program-transf \
  1004. | --program-trans | --program-tran \
  1005. | --progr-tra | --program-tr | --program-t)
  1006. ac_prev=program_transform_name ;;
  1007. -program-transform-name=* | --program-transform-name=* \
  1008. | --program-transform-nam=* | --program-transform-na=* \
  1009. | --program-transform-n=* | --program-transform-=* \
  1010. | --program-transform=* | --program-transfor=* \
  1011. | --program-transfo=* | --program-transf=* \
  1012. | --program-trans=* | --program-tran=* \
  1013. | --progr-tra=* | --program-tr=* | --program-t=*)
  1014. program_transform_name=$ac_optarg ;;
  1015. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1016. ac_prev=pdfdir ;;
  1017. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1018. pdfdir=$ac_optarg ;;
  1019. -psdir | --psdir | --psdi | --psd | --ps)
  1020. ac_prev=psdir ;;
  1021. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1022. psdir=$ac_optarg ;;
  1023. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1024. | -silent | --silent | --silen | --sile | --sil)
  1025. silent=yes ;;
  1026. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1027. ac_prev=sbindir ;;
  1028. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1029. | --sbi=* | --sb=*)
  1030. sbindir=$ac_optarg ;;
  1031. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1032. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1033. | --sharedst | --shareds | --shared | --share | --shar \
  1034. | --sha | --sh)
  1035. ac_prev=sharedstatedir ;;
  1036. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1037. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1038. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1039. | --sha=* | --sh=*)
  1040. sharedstatedir=$ac_optarg ;;
  1041. -site | --site | --sit)
  1042. ac_prev=site ;;
  1043. -site=* | --site=* | --sit=*)
  1044. site=$ac_optarg ;;
  1045. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1046. ac_prev=srcdir ;;
  1047. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1048. srcdir=$ac_optarg ;;
  1049. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1050. | --syscon | --sysco | --sysc | --sys | --sy)
  1051. ac_prev=sysconfdir ;;
  1052. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1053. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1054. sysconfdir=$ac_optarg ;;
  1055. -target | --target | --targe | --targ | --tar | --ta | --t)
  1056. ac_prev=target_alias ;;
  1057. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1058. target_alias=$ac_optarg ;;
  1059. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1060. verbose=yes ;;
  1061. -version | --version | --versio | --versi | --vers | -V)
  1062. ac_init_version=: ;;
  1063. -with-* | --with-*)
  1064. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1065. # Reject names that are not valid shell variable names.
  1066. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1067. as_fn_error $? "invalid package name: $ac_useropt"
  1068. ac_useropt_orig=$ac_useropt
  1069. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1070. case $ac_user_opts in
  1071. *"
  1072. "with_$ac_useropt"
  1073. "*) ;;
  1074. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1075. ac_unrecognized_sep=', ';;
  1076. esac
  1077. eval with_$ac_useropt=\$ac_optarg ;;
  1078. -without-* | --without-*)
  1079. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1080. # Reject names that are not valid shell variable names.
  1081. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1082. as_fn_error $? "invalid package name: $ac_useropt"
  1083. ac_useropt_orig=$ac_useropt
  1084. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1085. case $ac_user_opts in
  1086. *"
  1087. "with_$ac_useropt"
  1088. "*) ;;
  1089. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1090. ac_unrecognized_sep=', ';;
  1091. esac
  1092. eval with_$ac_useropt=no ;;
  1093. --x)
  1094. # Obsolete; use --with-x.
  1095. with_x=yes ;;
  1096. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1097. | --x-incl | --x-inc | --x-in | --x-i)
  1098. ac_prev=x_includes ;;
  1099. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1100. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1101. x_includes=$ac_optarg ;;
  1102. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1103. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1104. ac_prev=x_libraries ;;
  1105. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1106. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1107. x_libraries=$ac_optarg ;;
  1108. -*) as_fn_error $? "unrecognized option: \`$ac_option'
  1109. Try \`$0 --help' for more information"
  1110. ;;
  1111. *=*)
  1112. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1113. # Reject names that are not valid shell variable names.
  1114. case $ac_envvar in #(
  1115. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1116. as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
  1117. esac
  1118. eval $ac_envvar=\$ac_optarg
  1119. export $ac_envvar ;;
  1120. *)
  1121. # FIXME: should be removed in autoconf 3.0.
  1122. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1123. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1124. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1125. : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  1126. ;;
  1127. esac
  1128. done
  1129. if test -n "$ac_prev"; then
  1130. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1131. as_fn_error $? "missing argument to $ac_option"
  1132. fi
  1133. if test -n "$ac_unrecognized_opts"; then
  1134. case $enable_option_checking in
  1135. no) ;;
  1136. fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
  1137. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1138. esac
  1139. fi
  1140. # Check all directory arguments for consistency.
  1141. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1142. datadir sysconfdir sharedstatedir localstatedir includedir \
  1143. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1144. libdir localedir mandir
  1145. do
  1146. eval ac_val=\$$ac_var
  1147. # Remove trailing slashes.
  1148. case $ac_val in
  1149. */ )
  1150. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1151. eval $ac_var=\$ac_val;;
  1152. esac
  1153. # Be sure to have absolute directory names.
  1154. case $ac_val in
  1155. [\\/$]* | ?:[\\/]* ) continue;;
  1156. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1157. esac
  1158. as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
  1159. done
  1160. # There might be people who depend on the old broken behavior: `$host'
  1161. # used to hold the argument of --host etc.
  1162. # FIXME: To remove some day.
  1163. build=$build_alias
  1164. host=$host_alias
  1165. target=$target_alias
  1166. # FIXME: To remove some day.
  1167. if test "x$host_alias" != x; then
  1168. if test "x$build_alias" = x; then
  1169. cross_compiling=maybe
  1170. elif test "x$build_alias" != "x$host_alias"; then
  1171. cross_compiling=yes
  1172. fi
  1173. fi
  1174. ac_tool_prefix=
  1175. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1176. test "$silent" = yes && exec 6>/dev/null
  1177. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1178. ac_ls_di=`ls -di .` &&
  1179. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1180. as_fn_error $? "working directory cannot be determined"
  1181. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1182. as_fn_error $? "pwd does not report name of working directory"
  1183. # Find the source files, if location was not specified.
  1184. if test -z "$srcdir"; then
  1185. ac_srcdir_defaulted=yes
  1186. # Try the directory containing this script, then the parent directory.
  1187. ac_confdir=`$as_dirname -- "$as_myself" ||
  1188. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1189. X"$as_myself" : 'X\(//\)[^/]' \| \
  1190. X"$as_myself" : 'X\(//\)$' \| \
  1191. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1192. $as_echo X"$as_myself" |
  1193. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1194. s//\1/
  1195. q
  1196. }
  1197. /^X\(\/\/\)[^/].*/{
  1198. s//\1/
  1199. q
  1200. }
  1201. /^X\(\/\/\)$/{
  1202. s//\1/
  1203. q
  1204. }
  1205. /^X\(\/\).*/{
  1206. s//\1/
  1207. q
  1208. }
  1209. s/.*/./; q'`
  1210. srcdir=$ac_confdir
  1211. if test ! -r "$srcdir/$ac_unique_file"; then
  1212. srcdir=..
  1213. fi
  1214. else
  1215. ac_srcdir_defaulted=no
  1216. fi
  1217. if test ! -r "$srcdir/$ac_unique_file"; then
  1218. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1219. as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
  1220. fi
  1221. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1222. ac_abs_confdir=`(
  1223. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
  1224. pwd)`
  1225. # When building in place, set srcdir=.
  1226. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1227. srcdir=.
  1228. fi
  1229. # Remove unnecessary trailing slashes from srcdir.
  1230. # Double slashes in file names in object file debugging info
  1231. # mess up M-x gdb in Emacs.
  1232. case $srcdir in
  1233. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1234. esac
  1235. for ac_var in $ac_precious_vars; do
  1236. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1237. eval ac_env_${ac_var}_value=\$${ac_var}
  1238. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1239. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1240. done
  1241. #
  1242. # Report the --help message.
  1243. #
  1244. if test "$ac_init_help" = "long"; then
  1245. # Omit some internal or obsolete options to make the list less imposing.
  1246. # This message is too long to be a string in the A/UX 3.1 sh.
  1247. cat <<_ACEOF
  1248. \`configure' configures this package to adapt to many kinds of systems.
  1249. Usage: $0 [OPTION]... [VAR=VALUE]...
  1250. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1251. VAR=VALUE. See below for descriptions of some of the useful variables.
  1252. Defaults for the options are specified in brackets.
  1253. Configuration:
  1254. -h, --help display this help and exit
  1255. --help=short display options specific to this package
  1256. --help=recursive display the short help of all the included packages
  1257. -V, --version display version information and exit
  1258. -q, --quiet, --silent do not print \`checking ...' messages
  1259. --cache-file=FILE cache test results in FILE [disabled]
  1260. -C, --config-cache alias for \`--cache-file=config.cache'
  1261. -n, --no-create do not create output files
  1262. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1263. Installation directories:
  1264. --prefix=PREFIX install architecture-independent files in PREFIX
  1265. [$ac_default_prefix]
  1266. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1267. [PREFIX]
  1268. By default, \`make install' will install all the files in
  1269. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1270. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1271. for instance \`--prefix=\$HOME'.
  1272. For better control, use the options below.
  1273. Fine tuning of the installation directories:
  1274. --bindir=DIR user executables [EPREFIX/bin]
  1275. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1276. --libexecdir=DIR program executables [EPREFIX/libexec]
  1277. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1278. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1279. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1280. --libdir=DIR object code libraries [EPREFIX/lib]
  1281. --includedir=DIR C header files [PREFIX/include]
  1282. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1283. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1284. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1285. --infodir=DIR info documentation [DATAROOTDIR/info]
  1286. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1287. --mandir=DIR man documentation [DATAROOTDIR/man]
  1288. --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
  1289. --htmldir=DIR html documentation [DOCDIR]
  1290. --dvidir=DIR dvi documentation [DOCDIR]
  1291. --pdfdir=DIR pdf documentation [DOCDIR]
  1292. --psdir=DIR ps documentation [DOCDIR]
  1293. _ACEOF
  1294. cat <<\_ACEOF
  1295. System types:
  1296. --build=BUILD configure for building on BUILD [guessed]
  1297. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1298. _ACEOF
  1299. fi
  1300. if test -n "$ac_init_help"; then
  1301. cat <<\_ACEOF
  1302. Optional Features:
  1303. --disable-option-checking ignore unrecognized --enable/--with options
  1304. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1305. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1306. --enable-static[=PKGS] build static libraries [default=no]
  1307. --enable-shared[=PKGS] build shared libraries [default=yes]
  1308. --enable-fast-install[=PKGS]
  1309. optimize for fast installation [default=yes]
  1310. --disable-libtool-lock avoid locking (might break parallel builds)
  1311. --enable-debug Enable debug build
  1312. --enable-version-string add mod-mapcache version string to the apache server
  1313. header
  1314. --enable-module Enable apache module building
  1315. --enable-memcache Enable memcache backend
  1316. --enable-tiff-write-support
  1317. Enable tiff cache write support (experimental)
  1318. Optional Packages:
  1319. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1320. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1321. --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
  1322. both]
  1323. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  1324. --with-sysroot=DIR Search for dependent libraries within DIR
  1325. (or the compiler's sysroot if not specified).
  1326. --with-apxs[=PATH] Apache 2 apxs tool location
  1327. --with-fastcgi[=DIR] Specify where FASTCGI is installed
  1328. --with-apr-config path to apr-config program
  1329. --with-apu-config path to apu-config program
  1330. --with-sqlite path to sqlite-config program
  1331. --with-pkg-config[=PATH]
  1332. path to pkg-config)
  1333. --with-pixman[=ARG] Include Pixman Support (ARG=yes/no/path to
  1334. pixman.pc)
  1335. --with-png[=DIR] Specify where PNG is installed
  1336. --with-jpeg[=DIR] Specify where JPEG is installed
  1337. --with-tiff[=DIR] Specify where TIFF is installed
  1338. --with-geotiff[=ARG] Libgeotiff library to use (ARG=yes or path)
  1339. --with-pcre[=prefix] use pcre instead of posix regular expressions
  1340. --with-gdal path to gdal-config program
  1341. --with-geos path to geos-config program
  1342. --with-mapserver[=/path/to/mapserver-src-dir]
  1343. Enable mapserver sources (experimental)
  1344. --with-bdb enable berkeley db support
  1345. --with-bdb-dir=DIR Berkeley DB installation directory
  1346. --with-curl-config path to curl-config program
  1347. --with-tokyo-cabinet[=/path]
  1348. Enable tokyo cabinet backend (experimental)
  1349. --with-s3 Enable caching to Amazon S3 (experimental)
  1350. Some influential environment variables:
  1351. CC C compiler command
  1352. CFLAGS C compiler flags
  1353. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1354. nonstandard directory <lib dir>
  1355. LIBS libraries to pass to the linker, e.g. -l<library>
  1356. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1357. you have headers in a nonstandard directory <include dir>
  1358. CPP C preprocessor
  1359. Use these variables to override the choices made by `configure' or to help
  1360. it to find libraries and programs with nonstandard names/locations.
  1361. Report bugs to the package provider.
  1362. _ACEOF
  1363. ac_status=$?
  1364. fi
  1365. if test "$ac_init_help" = "recursive"; then
  1366. # If there are subdirs, report their specific --help.
  1367. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1368. test -d "$ac_dir" ||
  1369. { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1370. continue
  1371. ac_builddir=.
  1372. case "$ac_dir" in
  1373. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1374. *)
  1375. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1376. # A ".." for each directory in $ac_dir_suffix.
  1377. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1378. case $ac_top_builddir_sub in
  1379. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1380. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1381. esac ;;
  1382. esac
  1383. ac_abs_top_builddir=$ac_pwd
  1384. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1385. # for backward compatibility:
  1386. ac_top_builddir=$ac_top_build_prefix
  1387. case $srcdir in
  1388. .) # We are building in place.
  1389. ac_srcdir=.
  1390. ac_top_srcdir=$ac_top_builddir_sub
  1391. ac_abs_top_srcdir=$ac_pwd ;;
  1392. [\\/]* | ?:[\\/]* ) # Absolute name.
  1393. ac_srcdir=$srcdir$ac_dir_suffix;
  1394. ac_top_srcdir=$srcdir
  1395. ac_abs_top_srcdir=$srcdir ;;
  1396. *) # Relative name.
  1397. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1398. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1399. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1400. esac
  1401. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1402. cd "$ac_dir" || { ac_status=$?; continue; }
  1403. # Check for guested configure.
  1404. if test -f "$ac_srcdir/configure.gnu"; then
  1405. echo &&
  1406. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1407. elif test -f "$ac_srcdir/configure"; then
  1408. echo &&
  1409. $SHELL "$ac_srcdir/configure" --help=recursive
  1410. else
  1411. $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1412. fi || ac_status=$?
  1413. cd "$ac_pwd" || { ac_status=$?; break; }
  1414. done
  1415. fi
  1416. test -n "$ac_init_help" && exit $ac_status
  1417. if $ac_init_version; then
  1418. cat <<\_ACEOF
  1419. configure
  1420. generated by GNU Autoconf 2.69
  1421. Copyright (C) 2012 Free Software Foundation, Inc.
  1422. This configure script is free software; the Free Software Foundation
  1423. gives unlimited permission to copy, distribute and modify it.
  1424. _ACEOF
  1425. exit
  1426. fi
  1427. ## ------------------------ ##
  1428. ## Autoconf initialization. ##
  1429. ## ------------------------ ##
  1430. # ac_fn_c_try_compile LINENO
  1431. # --------------------------
  1432. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  1433. ac_fn_c_try_compile ()
  1434. {
  1435. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1436. rm -f conftest.$ac_objext
  1437. if { { ac_try="$ac_compile"
  1438. case "(($ac_try" in
  1439. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1440. *) ac_try_echo=$ac_try;;
  1441. esac
  1442. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1443. $as_echo "$ac_try_echo"; } >&5
  1444. (eval "$ac_compile") 2>conftest.err
  1445. ac_status=$?
  1446. if test -s conftest.err; then
  1447. grep -v '^ *+' conftest.err >conftest.er1
  1448. cat conftest.er1 >&5
  1449. mv -f conftest.er1 conftest.err
  1450. fi
  1451. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1452. test $ac_status = 0; } && {
  1453. test -z "$ac_c_werror_flag" ||
  1454. test ! -s conftest.err
  1455. } && test -s conftest.$ac_objext; then :
  1456. ac_retval=0
  1457. else
  1458. $as_echo "$as_me: failed program was:" >&5
  1459. sed 's/^/| /' conftest.$ac_ext >&5
  1460. ac_retval=1
  1461. fi
  1462. eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1463. as_fn_set_status $ac_retval
  1464. } # ac_fn_c_try_compile
  1465. # ac_fn_c_try_link LINENO
  1466. # -----------------------
  1467. # Try to link conftest.$ac_ext, and return whether this succeeded.
  1468. ac_fn_c_try_link ()
  1469. {
  1470. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1471. rm -f conftest.$ac_objext conftest$ac_exeext
  1472. if { { ac_try="$ac_link"
  1473. case "(($ac_try" in
  1474. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1475. *) ac_try_echo=$ac_try;;
  1476. esac
  1477. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1478. $as_echo "$ac_try_echo"; } >&5
  1479. (eval "$ac_link") 2>conftest.err
  1480. ac_status=$?
  1481. if test -s conftest.err; then
  1482. grep -v '^ *+' conftest.err >conftest.er1
  1483. cat conftest.er1 >&5
  1484. mv -f conftest.er1 conftest.err
  1485. fi
  1486. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1487. test $ac_status = 0; } && {
  1488. test -z "$ac_c_werror_flag" ||
  1489. test ! -s conftest.err
  1490. } && test -s conftest$ac_exeext && {
  1491. test "$cross_compiling" = yes ||
  1492. test -x conftest$ac_exeext
  1493. }; then :
  1494. ac_retval=0
  1495. else
  1496. $as_echo "$as_me: failed program was:" >&5
  1497. sed 's/^/| /' conftest.$ac_ext >&5
  1498. ac_retval=1
  1499. fi
  1500. # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1501. # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1502. # interfere with the next link command; also delete a directory that is
  1503. # left behind by Apple's compiler. We do this before executing the actions.
  1504. rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1505. eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1506. as_fn_set_status $ac_retval
  1507. } # ac_fn_c_try_link
  1508. # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  1509. # -------------------------------------------------------
  1510. # Tests whether HEADER exists and can be compiled using the include files in
  1511. # INCLUDES, setting the cache variable VAR accordingly.
  1512. ac_fn_c_check_header_compile ()
  1513. {
  1514. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1515. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1516. $as_echo_n "checking for $2... " >&6; }
  1517. if eval \${$3+:} false; then :
  1518. $as_echo_n "(cached) " >&6
  1519. else
  1520. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1521. /* end confdefs.h. */
  1522. $4
  1523. #include <$2>
  1524. _ACEOF
  1525. if ac_fn_c_try_compile "$LINENO"; then :
  1526. eval "$3=yes"
  1527. else
  1528. eval "$3=no"
  1529. fi
  1530. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1531. fi
  1532. eval ac_res=\$$3
  1533. {

Large files files are truncated, but you can click here to view the full file