PageRenderTime 78ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 3ms

/binutils/configure

https://review.tizen.org/git/
Shell | 15192 lines | 13344 code | 1070 blank | 778 comment | 2113 complexity | 931458f22b628436859055bdd52311ed MD5 | raw file
Possible License(s): GPL-3.0, AGPL-3.0, GPL-2.0, MPL-2.0, JSON, WTFPL, CC-BY-SA-4.0, CC-BY-3.0, BSD-3-Clause, LGPL-2.0, MPL-2.0-no-copyleft-exception, AGPL-1.0, 0BSD, Zlib, Unlicense, BSD-2-Clause, Apache-2.0, LGPL-3.0, ISC, MIT, CC-BY-SA-3.0, CC0-1.0, LGPL-2.1

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

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