/configure

http://google-perftools.googlecode.com/ · Shell · 19832 lines · 18894 code · 424 blank · 514 comment · 584 complexity · 20c7eedfe88196592a0379ef92328d6b MD5 · raw file

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