PageRenderTime 66ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

/lib/libmicrohttpd/configure

http://github.com/xbmc/xbmc
Shell | 15095 lines | 14648 code | 190 blank | 257 comment | 252 complexity | 6d748add5650f61e926b149c90012b00 MD5 | raw file
Possible License(s): GPL-3.0, CC-BY-SA-3.0, LGPL-2.0, 0BSD, Unlicense, GPL-2.0, AGPL-1.0, BSD-3-Clause, LGPL-2.1, LGPL-3.0

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

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