PageRenderTime 59ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/autom4te.cache/output.0

http://rtems-atapi.googlecode.com/
Unknown | 2218 lines | 2020 code | 198 blank | 0 comment | 0 complexity | c90cc1bab7fed7d8c1a3e4e623e65aea MD5 | raw file
Possible License(s): GPL-3.0
  1. @%:@! /bin/sh
  2. @%:@ Guess values for system-dependent variables and create Makefiles.
  3. @%:@ Generated by GNU Autoconf 2.65 for filesystem-test 1.0.0.
  4. @%:@
  5. @%:@ Report bugs to <http://www.rtems.org/bugzilla>.
  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: http://www.rtems.org/bugzilla about your system,
  217. $0: including any error possibly output before this
  218. $0: message. Then install a modern shell, or manually run
  219. $0: the script under such a 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 @S|@? 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 "@S|@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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
  322. @%:@ must be portable across @S|@(()) 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 @S|@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 @S|@?, 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. test -n "$DJDIR" || exec 7<&0 </dev/null
  489. exec 6>&1
  490. # Name of the host.
  491. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  492. # so uname gets run too.
  493. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  494. #
  495. # Initializations.
  496. #
  497. ac_default_prefix=/usr/local
  498. ac_clean_files=
  499. ac_config_libobj_dir=.
  500. LIB@&t@OBJS=
  501. cross_compiling=no
  502. subdirs=
  503. MFLAGS=
  504. MAKEFLAGS=
  505. # Identity of this package.
  506. PACKAGE_NAME='filesystem-test'
  507. PACKAGE_TARNAME='filesystem-test'
  508. PACKAGE_VERSION='1.0.0'
  509. PACKAGE_STRING='filesystem-test 1.0.0'
  510. PACKAGE_BUGREPORT='http://www.rtems.org/bugzilla'
  511. PACKAGE_URL=''
  512. ac_unique_file="main.c"
  513. ac_default_prefix=/opt/rtems-4.9
  514. # Factoring default headers for most tests.
  515. ac_includes_default="\
  516. #include <stdio.h>
  517. #ifdef HAVE_SYS_TYPES_H
  518. # include <sys/types.h>
  519. #endif
  520. #ifdef HAVE_SYS_STAT_H
  521. # include <sys/stat.h>
  522. #endif
  523. #ifdef STDC_HEADERS
  524. # include <stdlib.h>
  525. # include <stddef.h>
  526. #else
  527. # ifdef HAVE_STDLIB_H
  528. # include <stdlib.h>
  529. # endif
  530. #endif
  531. #ifdef HAVE_STRING_H
  532. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  533. # include <memory.h>
  534. # endif
  535. # include <string.h>
  536. #endif
  537. #ifdef HAVE_STRINGS_H
  538. # include <strings.h>
  539. #endif
  540. #ifdef HAVE_INTTYPES_H
  541. # include <inttypes.h>
  542. #endif
  543. #ifdef HAVE_STDINT_H
  544. # include <stdint.h>
  545. #endif
  546. #ifdef HAVE_UNISTD_H
  547. # include <unistd.h>
  548. #endif"
  549. ac_subst_vars='am__EXEEXT_FALSE
  550. am__EXEEXT_TRUE
  551. LTLIBOBJS
  552. LIB@&t@OBJS
  553. SIZEOF_LONG_LONG
  554. SIZEOF_LONG
  555. SIZEOF_INT
  556. SIZEOF_SHORT
  557. PUBLIC_CONFIG_HEADER
  558. ASM_TYPES_HEADER
  559. PC586_FALSE
  560. PC586_TRUE
  561. RTEMS_APP_NETWORKING_DHCP_FALSE
  562. RTEMS_APP_NETWORKING_DHCP_TRUE
  563. RTEMS_APP_NETWORKING_STATIC_FALSE
  564. RTEMS_APP_NETWORKING_STATIC_TRUE
  565. RTEMS_APP_NETWORKING_FALSE
  566. RTEMS_APP_NETWORKING_TRUE
  567. RTEMS_APP_NETWORKING
  568. RTEMS_OBJ_FORMAT
  569. EGREP
  570. GREP
  571. OBJCOPY
  572. OBJDUMP
  573. RANLIB
  574. AR
  575. RTEMS_CCASFLAGS
  576. am__fastdepCCAS_FALSE
  577. am__fastdepCCAS_TRUE
  578. CCASDEPMODE
  579. CCASFLAGS
  580. CCAS
  581. RTEMS_CPPFLAGS
  582. RTEMS_CFLAGS
  583. host_os
  584. host_vendor
  585. host_cpu
  586. host
  587. build_os
  588. build_vendor
  589. build_cpu
  590. build
  591. CPP
  592. am__fastdepCXX_FALSE
  593. am__fastdepCXX_TRUE
  594. CXXDEPMODE
  595. ac_ct_CXX
  596. CXXFLAGS
  597. CXX
  598. am__fastdepCC_FALSE
  599. am__fastdepCC_TRUE
  600. CCDEPMODE
  601. AMDEPBACKSLASH
  602. AMDEP_FALSE
  603. AMDEP_TRUE
  604. am__quote
  605. am__include
  606. DEPDIR
  607. OBJEXT
  608. EXEEXT
  609. ac_ct_CC
  610. CPPFLAGS
  611. LDFLAGS
  612. CFLAGS
  613. CC
  614. RTEMS_BSP_INC
  615. RTEMS_BSP_MAKECFG
  616. RTEMS_BSP_BSPCFG
  617. RTEMS_BSP
  618. RTEMS_COMPILER
  619. RTEMSPATH_CPUAPI
  620. RTEMS_ROOT
  621. RTEMSPATH
  622. MAINT
  623. MAINTAINER_MODE_FALSE
  624. MAINTAINER_MODE_TRUE
  625. am__untar
  626. am__tar
  627. AMTAR
  628. am__leading_dot
  629. SET_MAKE
  630. AWK
  631. mkdir_p
  632. MKDIR_P
  633. INSTALL_STRIP_PROGRAM
  634. STRIP
  635. install_sh
  636. MAKEINFO
  637. AUTOHEADER
  638. AUTOMAKE
  639. AUTOCONF
  640. ACLOCAL
  641. VERSION
  642. PACKAGE
  643. CYGPATH_W
  644. am__isrc
  645. INSTALL_DATA
  646. INSTALL_SCRIPT
  647. INSTALL_PROGRAM
  648. RTEMS_CPU
  649. PROJECT_ROOT
  650. PROJECT_TOPdir
  651. RTEMS_TOPdir
  652. MAKE
  653. target_alias
  654. host_alias
  655. build_alias
  656. LIBS
  657. ECHO_T
  658. ECHO_N
  659. ECHO_C
  660. DEFS
  661. mandir
  662. localedir
  663. libdir
  664. psdir
  665. pdfdir
  666. dvidir
  667. htmldir
  668. infodir
  669. docdir
  670. oldincludedir
  671. includedir
  672. localstatedir
  673. sharedstatedir
  674. sysconfdir
  675. datadir
  676. datarootdir
  677. libexecdir
  678. sbindir
  679. bindir
  680. program_transform_name
  681. prefix
  682. exec_prefix
  683. PACKAGE_URL
  684. PACKAGE_BUGREPORT
  685. PACKAGE_STRING
  686. PACKAGE_VERSION
  687. PACKAGE_TARNAME
  688. PACKAGE_NAME
  689. PATH_SEPARATOR
  690. SHELL'
  691. ac_subst_files=''
  692. ac_user_opts='
  693. enable_option_checking
  694. enable_maintainer_mode
  695. enable_rtems_debug
  696. enable_rtemsbsp
  697. enable_dependency_tracking
  698. enable_networking
  699. enable_flashdisk
  700. '
  701. ac_precious_vars='build_alias
  702. host_alias
  703. target_alias
  704. CC
  705. CFLAGS
  706. LDFLAGS
  707. LIBS
  708. CPPFLAGS
  709. CXX
  710. CXXFLAGS
  711. CCC
  712. CPP
  713. CCAS
  714. CCASFLAGS'
  715. # Initialize some variables set by options.
  716. ac_init_help=
  717. ac_init_version=false
  718. ac_unrecognized_opts=
  719. ac_unrecognized_sep=
  720. # The variables have the same names as the options, with
  721. # dashes changed to underlines.
  722. cache_file=/dev/null
  723. exec_prefix=NONE
  724. no_create=
  725. no_recursion=
  726. prefix=NONE
  727. program_prefix=NONE
  728. program_suffix=NONE
  729. program_transform_name=s,x,x,
  730. silent=
  731. site=
  732. srcdir=
  733. verbose=
  734. x_includes=NONE
  735. x_libraries=NONE
  736. # Installation directory options.
  737. # These are left unexpanded so users can "make install exec_prefix=/foo"
  738. # and all the variables that are supposed to be based on exec_prefix
  739. # by default will actually change.
  740. # Use braces instead of parens because sh, perl, etc. also accept them.
  741. # (The list follows the same order as the GNU Coding Standards.)
  742. bindir='${exec_prefix}/bin'
  743. sbindir='${exec_prefix}/sbin'
  744. libexecdir='${exec_prefix}/libexec'
  745. datarootdir='${prefix}/share'
  746. datadir='${datarootdir}'
  747. sysconfdir='${prefix}/etc'
  748. sharedstatedir='${prefix}/com'
  749. localstatedir='${prefix}/var'
  750. includedir='${prefix}/include'
  751. oldincludedir='/usr/include'
  752. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  753. infodir='${datarootdir}/info'
  754. htmldir='${docdir}'
  755. dvidir='${docdir}'
  756. pdfdir='${docdir}'
  757. psdir='${docdir}'
  758. libdir='${exec_prefix}/lib'
  759. localedir='${datarootdir}/locale'
  760. mandir='${datarootdir}/man'
  761. ac_prev=
  762. ac_dashdash=
  763. for ac_option
  764. do
  765. # If the previous option needs an argument, assign it.
  766. if test -n "$ac_prev"; then
  767. eval $ac_prev=\$ac_option
  768. ac_prev=
  769. continue
  770. fi
  771. case $ac_option in
  772. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  773. *) ac_optarg=yes ;;
  774. esac
  775. # Accept the important Cygnus configure options, so we can diagnose typos.
  776. case $ac_dashdash$ac_option in
  777. --)
  778. ac_dashdash=yes ;;
  779. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  780. ac_prev=bindir ;;
  781. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  782. bindir=$ac_optarg ;;
  783. -build | --build | --buil | --bui | --bu)
  784. ac_prev=build_alias ;;
  785. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  786. build_alias=$ac_optarg ;;
  787. -cache-file | --cache-file | --cache-fil | --cache-fi \
  788. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  789. ac_prev=cache_file ;;
  790. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  791. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  792. cache_file=$ac_optarg ;;
  793. --config-cache | -C)
  794. cache_file=config.cache ;;
  795. -datadir | --datadir | --datadi | --datad)
  796. ac_prev=datadir ;;
  797. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  798. datadir=$ac_optarg ;;
  799. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  800. | --dataroo | --dataro | --datar)
  801. ac_prev=datarootdir ;;
  802. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  803. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  804. datarootdir=$ac_optarg ;;
  805. -disable-* | --disable-*)
  806. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  807. # Reject names that are not valid shell variable names.
  808. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  809. as_fn_error "invalid feature name: $ac_useropt"
  810. ac_useropt_orig=$ac_useropt
  811. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  812. case $ac_user_opts in
  813. *"
  814. "enable_$ac_useropt"
  815. "*) ;;
  816. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  817. ac_unrecognized_sep=', ';;
  818. esac
  819. eval enable_$ac_useropt=no ;;
  820. -docdir | --docdir | --docdi | --doc | --do)
  821. ac_prev=docdir ;;
  822. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  823. docdir=$ac_optarg ;;
  824. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  825. ac_prev=dvidir ;;
  826. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  827. dvidir=$ac_optarg ;;
  828. -enable-* | --enable-*)
  829. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  830. # Reject names that are not valid shell variable names.
  831. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  832. as_fn_error "invalid feature name: $ac_useropt"
  833. ac_useropt_orig=$ac_useropt
  834. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  835. case $ac_user_opts in
  836. *"
  837. "enable_$ac_useropt"
  838. "*) ;;
  839. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  840. ac_unrecognized_sep=', ';;
  841. esac
  842. eval enable_$ac_useropt=\$ac_optarg ;;
  843. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  844. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  845. | --exec | --exe | --ex)
  846. ac_prev=exec_prefix ;;
  847. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  848. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  849. | --exec=* | --exe=* | --ex=*)
  850. exec_prefix=$ac_optarg ;;
  851. -gas | --gas | --ga | --g)
  852. # Obsolete; use --with-gas.
  853. with_gas=yes ;;
  854. -help | --help | --hel | --he | -h)
  855. ac_init_help=long ;;
  856. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  857. ac_init_help=recursive ;;
  858. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  859. ac_init_help=short ;;
  860. -host | --host | --hos | --ho)
  861. ac_prev=host_alias ;;
  862. -host=* | --host=* | --hos=* | --ho=*)
  863. host_alias=$ac_optarg ;;
  864. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  865. ac_prev=htmldir ;;
  866. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  867. | --ht=*)
  868. htmldir=$ac_optarg ;;
  869. -includedir | --includedir | --includedi | --included | --include \
  870. | --includ | --inclu | --incl | --inc)
  871. ac_prev=includedir ;;
  872. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  873. | --includ=* | --inclu=* | --incl=* | --inc=*)
  874. includedir=$ac_optarg ;;
  875. -infodir | --infodir | --infodi | --infod | --info | --inf)
  876. ac_prev=infodir ;;
  877. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  878. infodir=$ac_optarg ;;
  879. -libdir | --libdir | --libdi | --libd)
  880. ac_prev=libdir ;;
  881. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  882. libdir=$ac_optarg ;;
  883. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  884. | --libexe | --libex | --libe)
  885. ac_prev=libexecdir ;;
  886. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  887. | --libexe=* | --libex=* | --libe=*)
  888. libexecdir=$ac_optarg ;;
  889. -localedir | --localedir | --localedi | --localed | --locale)
  890. ac_prev=localedir ;;
  891. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  892. localedir=$ac_optarg ;;
  893. -localstatedir | --localstatedir | --localstatedi | --localstated \
  894. | --localstate | --localstat | --localsta | --localst | --locals)
  895. ac_prev=localstatedir ;;
  896. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  897. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  898. localstatedir=$ac_optarg ;;
  899. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  900. ac_prev=mandir ;;
  901. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  902. mandir=$ac_optarg ;;
  903. -nfp | --nfp | --nf)
  904. # Obsolete; use --without-fp.
  905. with_fp=no ;;
  906. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  907. | --no-cr | --no-c | -n)
  908. no_create=yes ;;
  909. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  910. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  911. no_recursion=yes ;;
  912. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  913. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  914. | --oldin | --oldi | --old | --ol | --o)
  915. ac_prev=oldincludedir ;;
  916. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  917. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  918. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  919. oldincludedir=$ac_optarg ;;
  920. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  921. ac_prev=prefix ;;
  922. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  923. prefix=$ac_optarg ;;
  924. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  925. | --program-pre | --program-pr | --program-p)
  926. ac_prev=program_prefix ;;
  927. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  928. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  929. program_prefix=$ac_optarg ;;
  930. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  931. | --program-suf | --program-su | --program-s)
  932. ac_prev=program_suffix ;;
  933. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  934. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  935. program_suffix=$ac_optarg ;;
  936. -program-transform-name | --program-transform-name \
  937. | --program-transform-nam | --program-transform-na \
  938. | --program-transform-n | --program-transform- \
  939. | --program-transform | --program-transfor \
  940. | --program-transfo | --program-transf \
  941. | --program-trans | --program-tran \
  942. | --progr-tra | --program-tr | --program-t)
  943. ac_prev=program_transform_name ;;
  944. -program-transform-name=* | --program-transform-name=* \
  945. | --program-transform-nam=* | --program-transform-na=* \
  946. | --program-transform-n=* | --program-transform-=* \
  947. | --program-transform=* | --program-transfor=* \
  948. | --program-transfo=* | --program-transf=* \
  949. | --program-trans=* | --program-tran=* \
  950. | --progr-tra=* | --program-tr=* | --program-t=*)
  951. program_transform_name=$ac_optarg ;;
  952. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  953. ac_prev=pdfdir ;;
  954. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  955. pdfdir=$ac_optarg ;;
  956. -psdir | --psdir | --psdi | --psd | --ps)
  957. ac_prev=psdir ;;
  958. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  959. psdir=$ac_optarg ;;
  960. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  961. | -silent | --silent | --silen | --sile | --sil)
  962. silent=yes ;;
  963. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  964. ac_prev=sbindir ;;
  965. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  966. | --sbi=* | --sb=*)
  967. sbindir=$ac_optarg ;;
  968. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  969. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  970. | --sharedst | --shareds | --shared | --share | --shar \
  971. | --sha | --sh)
  972. ac_prev=sharedstatedir ;;
  973. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  974. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  975. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  976. | --sha=* | --sh=*)
  977. sharedstatedir=$ac_optarg ;;
  978. -site | --site | --sit)
  979. ac_prev=site ;;
  980. -site=* | --site=* | --sit=*)
  981. site=$ac_optarg ;;
  982. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  983. ac_prev=srcdir ;;
  984. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  985. srcdir=$ac_optarg ;;
  986. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  987. | --syscon | --sysco | --sysc | --sys | --sy)
  988. ac_prev=sysconfdir ;;
  989. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  990. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  991. sysconfdir=$ac_optarg ;;
  992. -target | --target | --targe | --targ | --tar | --ta | --t)
  993. ac_prev=target_alias ;;
  994. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  995. target_alias=$ac_optarg ;;
  996. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  997. verbose=yes ;;
  998. -version | --version | --versio | --versi | --vers | -V)
  999. ac_init_version=: ;;
  1000. -with-* | --with-*)
  1001. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1002. # Reject names that are not valid shell variable names.
  1003. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1004. as_fn_error "invalid package name: $ac_useropt"
  1005. ac_useropt_orig=$ac_useropt
  1006. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1007. case $ac_user_opts in
  1008. *"
  1009. "with_$ac_useropt"
  1010. "*) ;;
  1011. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1012. ac_unrecognized_sep=', ';;
  1013. esac
  1014. eval with_$ac_useropt=\$ac_optarg ;;
  1015. -without-* | --without-*)
  1016. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1017. # Reject names that are not valid shell variable names.
  1018. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1019. as_fn_error "invalid package name: $ac_useropt"
  1020. ac_useropt_orig=$ac_useropt
  1021. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1022. case $ac_user_opts in
  1023. *"
  1024. "with_$ac_useropt"
  1025. "*) ;;
  1026. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1027. ac_unrecognized_sep=', ';;
  1028. esac
  1029. eval with_$ac_useropt=no ;;
  1030. --x)
  1031. # Obsolete; use --with-x.
  1032. with_x=yes ;;
  1033. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1034. | --x-incl | --x-inc | --x-in | --x-i)
  1035. ac_prev=x_includes ;;
  1036. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1037. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1038. x_includes=$ac_optarg ;;
  1039. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1040. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1041. ac_prev=x_libraries ;;
  1042. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1043. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1044. x_libraries=$ac_optarg ;;
  1045. -*) as_fn_error "unrecognized option: \`$ac_option'
  1046. Try \`$0 --help' for more information."
  1047. ;;
  1048. *=*)
  1049. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1050. # Reject names that are not valid shell variable names.
  1051. case $ac_envvar in #(
  1052. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1053. as_fn_error "invalid variable name: \`$ac_envvar'" ;;
  1054. esac
  1055. eval $ac_envvar=\$ac_optarg
  1056. export $ac_envvar ;;
  1057. *)
  1058. # FIXME: should be removed in autoconf 3.0.
  1059. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1060. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1061. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1062. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1063. ;;
  1064. esac
  1065. done
  1066. if test -n "$ac_prev"; then
  1067. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1068. as_fn_error "missing argument to $ac_option"
  1069. fi
  1070. if test -n "$ac_unrecognized_opts"; then
  1071. case $enable_option_checking in
  1072. no) ;;
  1073. fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1074. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1075. esac
  1076. fi
  1077. # Check all directory arguments for consistency.
  1078. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1079. datadir sysconfdir sharedstatedir localstatedir includedir \
  1080. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1081. libdir localedir mandir
  1082. do
  1083. eval ac_val=\$$ac_var
  1084. # Remove trailing slashes.
  1085. case $ac_val in
  1086. */ )
  1087. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1088. eval $ac_var=\$ac_val;;
  1089. esac
  1090. # Be sure to have absolute directory names.
  1091. case $ac_val in
  1092. [\\/$]* | ?:[\\/]* ) continue;;
  1093. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1094. esac
  1095. as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  1096. done
  1097. # There might be people who depend on the old broken behavior: `$host'
  1098. # used to hold the argument of --host etc.
  1099. # FIXME: To remove some day.
  1100. build=$build_alias
  1101. host=$host_alias
  1102. target=$target_alias
  1103. # FIXME: To remove some day.
  1104. if test "x$host_alias" != x; then
  1105. if test "x$build_alias" = x; then
  1106. cross_compiling=maybe
  1107. $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1108. If a cross compiler is detected then cross compile mode will be used." >&2
  1109. elif test "x$build_alias" != "x$host_alias"; then
  1110. cross_compiling=yes
  1111. fi
  1112. fi
  1113. ac_tool_prefix=
  1114. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1115. test "$silent" = yes && exec 6>/dev/null
  1116. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1117. ac_ls_di=`ls -di .` &&
  1118. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1119. as_fn_error "working directory cannot be determined"
  1120. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1121. as_fn_error "pwd does not report name of working directory"
  1122. # Find the source files, if location was not specified.
  1123. if test -z "$srcdir"; then
  1124. ac_srcdir_defaulted=yes
  1125. # Try the directory containing this script, then the parent directory.
  1126. ac_confdir=`$as_dirname -- "$as_myself" ||
  1127. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1128. X"$as_myself" : 'X\(//\)[^/]' \| \
  1129. X"$as_myself" : 'X\(//\)$' \| \
  1130. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1131. $as_echo X"$as_myself" |
  1132. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1133. s//\1/
  1134. q
  1135. }
  1136. /^X\(\/\/\)[^/].*/{
  1137. s//\1/
  1138. q
  1139. }
  1140. /^X\(\/\/\)$/{
  1141. s//\1/
  1142. q
  1143. }
  1144. /^X\(\/\).*/{
  1145. s//\1/
  1146. q
  1147. }
  1148. s/.*/./; q'`
  1149. srcdir=$ac_confdir
  1150. if test ! -r "$srcdir/$ac_unique_file"; then
  1151. srcdir=..
  1152. fi
  1153. else
  1154. ac_srcdir_defaulted=no
  1155. fi
  1156. if test ! -r "$srcdir/$ac_unique_file"; then
  1157. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1158. as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  1159. fi
  1160. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1161. ac_abs_confdir=`(
  1162. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  1163. pwd)`
  1164. # When building in place, set srcdir=.
  1165. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1166. srcdir=.
  1167. fi
  1168. # Remove unnecessary trailing slashes from srcdir.
  1169. # Double slashes in file names in object file debugging info
  1170. # mess up M-x gdb in Emacs.
  1171. case $srcdir in
  1172. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1173. esac
  1174. for ac_var in $ac_precious_vars; do
  1175. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1176. eval ac_env_${ac_var}_value=\$${ac_var}
  1177. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1178. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1179. done
  1180. #
  1181. # Report the --help message.
  1182. #
  1183. if test "$ac_init_help" = "long"; then
  1184. # Omit some internal or obsolete options to make the list less imposing.
  1185. # This message is too long to be a string in the A/UX 3.1 sh.
  1186. cat <<_ACEOF
  1187. \`configure' configures filesystem-test 1.0.0 to adapt to many kinds of systems.
  1188. Usage: $0 [OPTION]... [VAR=VALUE]...
  1189. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1190. VAR=VALUE. See below for descriptions of some of the useful variables.
  1191. Defaults for the options are specified in brackets.
  1192. Configuration:
  1193. -h, --help display this help and exit
  1194. --help=short display options specific to this package
  1195. --help=recursive display the short help of all the included packages
  1196. -V, --version display version information and exit
  1197. -q, --quiet, --silent do not print \`checking...' messages
  1198. --cache-file=FILE cache test results in FILE [disabled]
  1199. -C, --config-cache alias for \`--cache-file=config.cache'
  1200. -n, --no-create do not create output files
  1201. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1202. Installation directories:
  1203. --prefix=PREFIX install architecture-independent files in PREFIX
  1204. @<:@@S|@ac_default_prefix@:>@
  1205. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1206. @<:@PREFIX@:>@
  1207. By default, \`make install' will install all the files in
  1208. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1209. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1210. for instance \`--prefix=\$HOME'.
  1211. For better control, use the options below.
  1212. Fine tuning of the installation directories:
  1213. --bindir=DIR user executables [EPREFIX/bin]
  1214. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1215. --libexecdir=DIR program executables [EPREFIX/libexec]
  1216. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1217. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1218. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1219. --libdir=DIR object code libraries [EPREFIX/lib]
  1220. --includedir=DIR C header files [PREFIX/include]
  1221. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1222. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1223. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1224. --infodir=DIR info documentation [DATAROOTDIR/info]
  1225. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1226. --mandir=DIR man documentation [DATAROOTDIR/man]
  1227. --docdir=DIR documentation root @<:@DATAROOTDIR/doc/filesystem-test@:>@
  1228. --htmldir=DIR html documentation [DOCDIR]
  1229. --dvidir=DIR dvi documentation [DOCDIR]
  1230. --pdfdir=DIR pdf documentation [DOCDIR]
  1231. --psdir=DIR ps documentation [DOCDIR]
  1232. _ACEOF
  1233. cat <<\_ACEOF
  1234. Program names:
  1235. --program-prefix=PREFIX prepend PREFIX to installed program names
  1236. --program-suffix=SUFFIX append SUFFIX to installed program names
  1237. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1238. System types:
  1239. --build=BUILD configure for building on BUILD [guessed]
  1240. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1241. _ACEOF
  1242. fi
  1243. if test -n "$ac_init_help"; then
  1244. case $ac_init_help in
  1245. short | recursive ) echo "Configuration of filesystem-test 1.0.0:";;
  1246. esac
  1247. cat <<\_ACEOF
  1248. Optional Features:
  1249. --disable-option-checking ignore unrecognized --enable/--with options
  1250. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1251. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1252. --enable-maintainer-mode enable make rules and dependencies not useful
  1253. (and sometimes confusing) to the casual installer
  1254. --enable-rtems-debug enable RTEMS_DEBUG
  1255. --enable-rtemsbsp="bsp1"
  1256. BSPs to include in build
  1257. --disable-dependency-tracking speeds up one-time build
  1258. --enable-dependency-tracking do not reject slow dependency extractors
  1259. --enable-networking enable networking
  1260. --enable-flashdisk enable flashdisk
  1261. Some influential environment variables:
  1262. CC C compiler command
  1263. CFLAGS C compiler flags
  1264. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1265. nonstandard directory <lib dir>
  1266. LIBS libraries to pass to the linker, e.g. -l<library>
  1267. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1268. you have headers in a nonstandard directory <include dir>
  1269. CXX C++ compiler command
  1270. CXXFLAGS C++ compiler flags
  1271. CPP C preprocessor
  1272. CCAS assembler compiler command (defaults to CC)
  1273. CCASFLAGS assembler compiler flags (defaults to CFLAGS)
  1274. Use these variables to override the choices made by `configure' or to help
  1275. it to find libraries and programs with nonstandard names/locations.
  1276. Report bugs to <http://www.rtems.org/bugzilla>.
  1277. _ACEOF
  1278. ac_status=$?
  1279. fi
  1280. if test "$ac_init_help" = "recursive"; then
  1281. # If there are subdirs, report their specific --help.
  1282. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1283. test -d "$ac_dir" ||
  1284. { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1285. continue
  1286. ac_builddir=.
  1287. case "$ac_dir" in
  1288. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1289. *)
  1290. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1291. # A ".." for each directory in $ac_dir_suffix.
  1292. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1293. case $ac_top_builddir_sub in
  1294. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1295. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1296. esac ;;
  1297. esac
  1298. ac_abs_top_builddir=$ac_pwd
  1299. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1300. # for backward compatibility:
  1301. ac_top_builddir=$ac_top_build_prefix
  1302. case $srcdir in
  1303. .) # We are building in place.
  1304. ac_srcdir=.
  1305. ac_top_srcdir=$ac_top_builddir_sub
  1306. ac_abs_top_srcdir=$ac_pwd ;;
  1307. [\\/]* | ?:[\\/]* ) # Absolute name.
  1308. ac_srcdir=$srcdir$ac_dir_suffix;
  1309. ac_top_srcdir=$srcdir
  1310. ac_abs_top_srcdir=$srcdir ;;
  1311. *) # Relative name.
  1312. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1313. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1314. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1315. esac
  1316. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1317. cd "$ac_dir" || { ac_status=$?; continue; }
  1318. # Check for guested configure.
  1319. if test -f "$ac_srcdir/configure.gnu"; then
  1320. echo &&
  1321. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1322. elif test -f "$ac_srcdir/configure"; then
  1323. echo &&
  1324. $SHELL "$ac_srcdir/configure" --help=recursive
  1325. else
  1326. $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1327. fi || ac_status=$?
  1328. cd "$ac_pwd" || { ac_status=$?; break; }
  1329. done
  1330. fi
  1331. test -n "$ac_init_help" && exit $ac_status
  1332. if $ac_init_version; then
  1333. cat <<\_ACEOF
  1334. filesystem-test configure 1.0.0
  1335. generated by GNU Autoconf 2.65
  1336. Copyright (C) 2009 Free Software Foundation, Inc.
  1337. This configure script is free software; the Free Software Foundation
  1338. gives unlimited permission to copy, distribute and modify it.
  1339. _ACEOF
  1340. exit
  1341. fi
  1342. ## ------------------------ ##
  1343. ## Autoconf initialization. ##
  1344. ## ------------------------ ##
  1345. @%:@ ac_fn_c_try_compile LINENO
  1346. @%:@ --------------------------
  1347. @%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
  1348. ac_fn_c_try_compile ()
  1349. {
  1350. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1351. rm -f conftest.$ac_objext
  1352. if { { ac_try="$ac_compile"
  1353. case "(($ac_try" in
  1354. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1355. *) ac_try_echo=$ac_try;;
  1356. esac
  1357. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1358. $as_echo "$ac_try_echo"; } >&5
  1359. (eval "$ac_compile") 2>conftest.err
  1360. ac_status=$?
  1361. if test -s conftest.err; then
  1362. grep -v '^ *+' conftest.err >conftest.er1
  1363. cat conftest.er1 >&5
  1364. mv -f conftest.er1 conftest.err
  1365. fi
  1366. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1367. test $ac_status = 0; } && {
  1368. test -z "$ac_c_werror_flag" ||
  1369. test ! -s conftest.err
  1370. } && test -s conftest.$ac_objext; then :
  1371. ac_retval=0
  1372. else
  1373. $as_echo "$as_me: failed program was:" >&5
  1374. sed 's/^/| /' conftest.$ac_ext >&5
  1375. ac_retval=1
  1376. fi
  1377. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1378. as_fn_set_status $ac_retval
  1379. } @%:@ ac_fn_c_try_compile
  1380. @%:@ ac_fn_cxx_try_compile LINENO
  1381. @%:@ ----------------------------
  1382. @%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
  1383. ac_fn_cxx_try_compile ()
  1384. {
  1385. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1386. rm -f conftest.$ac_objext
  1387. if { { ac_try="$ac_compile"
  1388. case "(($ac_try" in
  1389. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1390. *) ac_try_echo=$ac_try;;
  1391. esac
  1392. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1393. $as_echo "$ac_try_echo"; } >&5
  1394. (eval "$ac_compile") 2>conftest.err
  1395. ac_status=$?
  1396. if test -s conftest.err; then
  1397. grep -v '^ *+' conftest.err >conftest.er1
  1398. cat conftest.er1 >&5
  1399. mv -f conftest.er1 conftest.err
  1400. fi
  1401. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1402. test $ac_status = 0; } && {
  1403. test -z "$ac_cxx_werror_flag" ||
  1404. test ! -s conftest.err
  1405. } && test -s conftest.$ac_objext; then :
  1406. ac_retval=0
  1407. else
  1408. $as_echo "$as_me: failed program was:" >&5
  1409. sed 's/^/| /' conftest.$ac_ext >&5
  1410. ac_retval=1
  1411. fi
  1412. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1413. as_fn_set_status $ac_retval
  1414. } @%:@ ac_fn_cxx_try_compile
  1415. @%:@ ac_fn_c_try_cpp LINENO
  1416. @%:@ ----------------------
  1417. @%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded.
  1418. ac_fn_c_try_cpp ()
  1419. {
  1420. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1421. if { { ac_try="$ac_cpp conftest.$ac_ext"
  1422. case "(($ac_try" in
  1423. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1424. *) ac_try_echo=$ac_try;;
  1425. esac
  1426. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1427. $as_echo "$ac_try_echo"; } >&5
  1428. (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  1429. ac_status=$?
  1430. if test -s conftest.err; then
  1431. grep -v '^ *+' conftest.err >conftest.er1
  1432. cat conftest.er1 >&5
  1433. mv -f conftest.er1 conftest.err
  1434. fi
  1435. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1436. test $ac_status = 0; } >/dev/null && {
  1437. test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1438. test ! -s conftest.err
  1439. }; then :
  1440. ac_retval=0
  1441. else
  1442. $as_echo "$as_me: failed program was:" >&5
  1443. sed 's/^/| /' conftest.$ac_ext >&5
  1444. ac_retval=1
  1445. fi
  1446. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1447. as_fn_set_status $ac_retval
  1448. } @%:@ ac_fn_c_try_cpp
  1449. @%:@ ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  1450. @%:@ -------------------------------------------------------
  1451. @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using
  1452. @%:@ the include files in INCLUDES and setting the cache variable VAR
  1453. @%:@ accordingly.
  1454. ac_fn_c_check_header_mongrel ()
  1455. {
  1456. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1457. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1458. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1459. $as_echo_n "checking for $2... " >&6; }
  1460. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1461. $as_echo_n "(cached) " >&6
  1462. fi
  1463. eval ac_res=\$$3
  1464. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1465. $as_echo "$ac_res" >&6; }
  1466. else
  1467. # Is the header compilable?
  1468. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  1469. $as_echo_n "checking $2 usability... " >&6; }
  1470. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1471. /* end confdefs.h. */
  1472. $4
  1473. @%:@include <$2>
  1474. _ACEOF
  1475. if ac_fn_c_try_compile "$LINENO"; then :
  1476. ac_header_compiler=yes
  1477. else
  1478. ac_header_compiler=no
  1479. fi
  1480. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1481. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  1482. $as_echo "$ac_header_compiler" >&6; }
  1483. # Is the header present?
  1484. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  1485. $as_echo_n "checking $2 presence... " >&6; }
  1486. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1487. /* end confdefs.h. */
  1488. @%:@include <$2>
  1489. _ACEOF
  1490. if ac_fn_c_try_cpp "$LINENO"; then :
  1491. ac_header_preproc=yes
  1492. else
  1493. ac_header_preproc=no
  1494. fi
  1495. rm -f conftest.err conftest.$ac_ext
  1496. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  1497. $as_echo "$ac_header_preproc" >&6; }
  1498. # So? What about this header?
  1499. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  1500. yes:no: )
  1501. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  1502. $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1503. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1504. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1505. ;;
  1506. no:yes:* )
  1507. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  1508. $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  1509. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
  1510. $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
  1511. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  1512. $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  1513. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
  1514. $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
  1515. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1516. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1517. ( cat <<\_ASBOX
  1518. ## -------------------------------------------- ##
  1519. ## Report this to http://www.rtems.org/bugzilla ##
  1520. ## -------------------------------------------- ##
  1521. _ASBOX
  1522. ) | sed "s/^/$as_me: WARNING: /" >&2
  1523. ;;
  1524. esac
  1525. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1526. $as_echo_n "checking for $2... " >&6; }
  1527. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1528. $as_echo_n "(cached) " >&6
  1529. else
  1530. eval "$3=\$ac_header_compiler"
  1531. fi
  1532. eval ac_res=\$$3
  1533. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1534. $as_echo "$ac_res" >&6; }
  1535. fi
  1536. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1537. } @%:@ ac_fn_c_check_header_mongrel
  1538. @%:@ ac_fn_c_try_run LINENO
  1539. @%:@ ----------------------
  1540. @%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes
  1541. @%:@ that executables *can* be run.
  1542. ac_fn_c_try_run ()
  1543. {
  1544. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1545. if { { ac_try="$ac_link"
  1546. case "(($ac_try" in
  1547. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1548. *) ac_try_echo=$ac_try;;
  1549. esac
  1550. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1551. $as_echo "$ac_try_echo"; } >&5
  1552. (eval "$ac_link") 2>&5
  1553. ac_status=$?
  1554. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1555. test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  1556. { { case "(($ac_try" in
  1557. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1558. *) ac_try_echo=$ac_try;;
  1559. esac
  1560. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1561. $as_echo "$ac_try_echo"; } >&5
  1562. (eval "$ac_try") 2>&5
  1563. ac_status=$?
  1564. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1565. test $ac_status = 0; }; }; then :
  1566. ac_retval=0
  1567. else
  1568. $as_echo "$as_me: program exited with status $ac_status" >&5
  1569. $as_echo "$as_me: failed program was:" >&5
  1570. sed 's/^/| /' conftest.$ac_ext >&5
  1571. ac_retval=$ac_status
  1572. fi
  1573. rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1574. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1575. as_fn_set_status $ac_retval
  1576. } @%:@ ac_fn_c_try_run
  1577. @%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  1578. @%:@ -------------------------------------------------------
  1579. @%:@ Tests whether HEADER exists and can be compiled using the include files in
  1580. @%:@ INCLUDES, setting the cache variable VAR accordingly.
  1581. ac_fn_c_check_header_compile ()
  1582. {
  1583. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1584. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1585. $as_echo_n "checking for $2... " >&6; }
  1586. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1587. $as_echo_n "(cached) " >&6
  1588. else
  1589. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1590. /* end confdefs.h. */
  1591. $4
  1592. @%:@include <$2>
  1593. _ACEOF
  1594. if ac_fn_c_try_compile "$LINENO"; then :
  1595. eval "$3=yes"
  1596. else
  1597. eval "$3=no"
  1598. fi
  1599. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1600. fi
  1601. eval ac_res=\$$3
  1602. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1603. $as_echo "$ac_res" >&6; }
  1604. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1605. } @%:@ ac_fn_c_check_header_compile
  1606. @%:@ ac_fn_c_try_link LINENO
  1607. @%:@ -----------------------
  1608. @%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded.
  1609. ac_fn_c_try_link ()
  1610. {
  1611. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1612. rm -f conftest.$ac_objext conftest$ac_exeext
  1613. if { { ac_try="$ac_link"
  1614. case "(($ac_try" in
  1615. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1616. *) ac_try_echo=$ac_try;;
  1617. esac
  1618. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1619. $as_echo "$ac_try_echo"; } >&5
  1620. (eval "$ac_link") 2>conftest.err
  1621. ac_status=$?
  1622. if test -s conftest.err; then
  1623. grep -v '^ *+' conftest.err >conftest.er1
  1624. cat conftest.er1 >&5
  1625. mv -f conftest.er1 conftest.err
  1626. fi
  1627. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1628. test $ac_status = 0; } && {
  1629. test -z "$ac_c_werror_flag" ||
  1630. test ! -s conftest.err
  1631. } && test -s conftest$ac_exeext && {
  1632. test "$cross_compiling" = yes ||
  1633. $as_test_x conftest$ac_exeext
  1634. }; then :
  1635. ac_retval=0
  1636. else
  1637. $as_echo "$as_me: failed program was:" >&5
  1638. sed 's/^/| /' conftest.$ac_ext >&5
  1639. ac_retval=1
  1640. fi
  1641. # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1642. # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1643. # interfere with the next link command; also delete a directory that is
  1644. # left behind by Apple's compiler. We do this before executing the actions.
  1645. rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1646. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1647. as_fn_set_status $ac_retval
  1648. } @%:@ ac_fn_c_try_link
  1649. @%:@ ac_fn_c_check_func LINENO FUNC VAR
  1650. @%:@ ----------------------------------
  1651. @%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
  1652. ac_fn_c_check_func ()
  1653. {
  1654. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1655. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1656. $as_echo_n "checking for $2... " >&6; }
  1657. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1658. $as_echo_n "(cached) " >&6
  1659. else
  1660. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1661. /* end confdefs.h. */
  1662. /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  1663. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1664. #define $2 innocuous_$2
  1665. /* System header to define __stub macros and hopefully few prototypes,
  1666. which can conflict with char $2 (); below.
  1667. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1668. <limits.h> exists even on freestanding compilers. */
  1669. #ifdef __STDC__
  1670. # include <limits.h>
  1671. #else
  1672. # include <assert.h>
  1673. #endif
  1674. #undef $2
  1675. /* Override any GCC internal prototype to avoid an error.
  1676. Use char because int might match the return type of a GCC
  1677. builtin and then its argument prototype would still apply. */
  1678. #ifdef __cplusplus
  1679. extern "C"
  1680. #endif
  1681. char $2 ();
  1682. /* The GNU C library defines this for functions which it implements
  1683. to always fail with ENOSYS. Some functions are actually named
  1684. something starting with __ and the normal name is an alias. */
  1685. #if defined __stub_$2 || defined __stub___$2
  1686. choke me
  1687. #endif
  1688. int
  1689. main ()
  1690. {
  1691. return $2 ();
  1692. ;
  1693. return 0;
  1694. }
  1695. _ACEOF
  1696. if ac_fn_c_try_link "$LINENO"; then :
  1697. eval "$3=yes"
  1698. else
  1699. eval "$3=no"
  1700. fi
  1701. rm -f core conftest.err conftest.$ac_objext \
  1702. conftest$ac_exeext conftest.$ac_ext
  1703. fi
  1704. eval ac_res=\$$3
  1705. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1706. $as_echo "$ac_res" >&6; }
  1707. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1708. } @%:@ ac_fn_c_check_func
  1709. @%:@ ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
  1710. @%:@ --------------------------------------------
  1711. @%:@ Tries to find the compile-time value of EXPR in a program that includes
  1712. @%:@ INCLUDES, setting VAR accordingly. Returns whether the value could be
  1713. @%:@ computed
  1714. ac_fn_c_compute_int ()
  1715. {
  1716. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1717. if test "$cross_compiling" = yes; then
  1718. # Depending upon the size, compute the lo and hi bounds.
  1719. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1720. /* end confdefs.h. */
  1721. $4
  1722. int
  1723. main ()
  1724. {
  1725. static int test_array @<:@1 - 2 * !(($2) >= 0)@:>@;
  1726. test_array @<:@0@:>@ = 0
  1727. ;
  1728. return 0;
  1729. }
  1730. _ACEOF
  1731. if ac_fn_c_try_compile "$LINENO"; then :
  1732. ac_lo=0 ac_mid=0
  1733. while :; do
  1734. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1735. /* end confdefs.h. */
  1736. $4
  1737. int
  1738. main ()
  1739. {
  1740. static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
  1741. test_array @<:@0@:>@ = 0
  1742. ;
  1743. return 0;
  1744. }
  1745. _ACEOF
  1746. if ac_fn_c_try_compile "$LINENO"; then :
  1747. ac_hi=$ac_mid; break
  1748. else
  1749. as_fn_arith $ac_mid + 1 && ac_lo=$as_val
  1750. if test $ac_lo -le $ac_mid; then
  1751. ac_lo= ac_hi=
  1752. break
  1753. fi
  1754. as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
  1755. fi
  1756. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1757. done
  1758. else
  1759. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1760. /* end confdefs.h. */
  1761. $4
  1762. int
  1763. main ()
  1764. {
  1765. static int test_array @<:@1 - 2 * !(($2) < 0)@:>@;
  1766. test_array @<:@0@:>@ = 0
  1767. ;
  1768. return 0;
  1769. }
  1770. _ACEOF
  1771. if ac_fn_c_try_compile "$LINENO"; then :
  1772. ac_hi=-1 ac_mid=-1
  1773. while :; do
  1774. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1775. /* end confdefs.h. */
  1776. $4
  1777. int
  1778. main ()
  1779. {
  1780. static int test_array @<:@1 - 2 * !(($2) >= $ac_mid)@:>@;
  1781. test_array @<:@0@:>@ = 0
  1782. ;
  1783. return 0;
  1784. }
  1785. _ACEOF
  1786. if ac_fn_c_try_compile "$LINENO"; then :
  1787. ac_lo=$ac_mid; break
  1788. else
  1789. as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
  1790. if test $ac_mid -le $ac_hi; then
  1791. ac_lo= ac_hi=
  1792. break
  1793. fi
  1794. as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
  1795. fi
  1796. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1797. done
  1798. else
  1799. ac_lo= ac_hi=
  1800. fi
  1801. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1802. fi
  1803. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1804. # Binary search between lo and hi bounds.
  1805. while test "x$ac_lo" != "x$ac_hi"; do
  1806. as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
  1807. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1808. /* end confdefs.h. */
  1809. $4
  1810. int
  1811. main ()
  1812. {
  1813. static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
  1814. test_array @<:@0@:>@ = 0
  1815. ;
  1816. return 0;
  1817. }
  1818. _ACEOF
  1819. if ac_fn_c_try_compile "$LINENO"; then :
  1820. ac_hi=$ac_mid
  1821. else
  1822. as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
  1823. fi
  1824. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1825. done
  1826. case $ac_lo in @%:@((
  1827. ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
  1828. '') ac_retval=1 ;;
  1829. esac
  1830. else
  1831. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1832. /* end confdefs.h. */
  1833. $4
  1834. static long int longval () { return $2; }
  1835. static unsigned long int ulongval () { return $2; }
  1836. @%:@include <stdio.h>
  1837. @%:@include <stdlib.h>
  1838. int
  1839. main ()
  1840. {
  1841. FILE *f = fopen ("conftest.val", "w");
  1842. if (! f)
  1843. return 1;
  1844. if (($2) < 0)
  1845. {
  1846. long int i = longval ();
  1847. if (i != ($2))
  1848. return 1;
  1849. fprintf (f, "%ld", i);
  1850. }
  1851. else
  1852. {
  1853. unsigned long int i = ulongval ();
  1854. if (i != ($2))
  1855. return 1;
  1856. fprintf (f, "%lu", i);
  1857. }
  1858. /* Do not output a trailing newline, as this causes \r\n confusion
  1859. on some platforms. */
  1860. return ferror (f) || fclose (f) != 0;
  1861. ;
  1862. return 0;
  1863. }
  1864. _ACEOF
  1865. if ac_fn_c_try_run "$LINENO"; then :
  1866. echo >>conftest.val; read $3 <conftest.val; ac_retval=0
  1867. else
  1868. ac_retval=1
  1869. fi
  1870. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1871. conftest.$ac_objext conftest.beam conftest.$ac_ext
  1872. rm -f conftest.val
  1873. fi
  1874. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1875. as_fn_set_status $ac_retval
  1876. } @%:@ ac_fn_c_compute_int
  1877. @%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  1878. @%:@ -------------------------------------------
  1879. @%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
  1880. @%:@ variable VAR accordingly.
  1881. ac_fn_c_check_type ()
  1882. {
  1883. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1884. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1885. $as_echo_n "checking for $2... " >&6; }
  1886. if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1887. $as_echo_n "(cached) " >&6
  1888. else
  1889. eval "$3=no"
  1890. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1891. /* end confdefs.h. */
  1892. $4
  1893. int
  1894. main ()
  1895. {
  1896. if (sizeof ($2))
  1897. return 0;
  1898. ;
  1899. return 0;
  1900. }
  1901. _ACEOF
  1902. if ac_fn_c_try_compile "$LINENO"; then :
  1903. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1904. /* end confdefs.h. */
  1905. $4
  1906. int
  1907. main ()
  1908. {
  1909. if (sizeof (($2)))
  1910. return 0;
  1911. ;
  1912. return 0;
  1913. }
  1914. _ACEOF
  1915. if ac_fn_c_try_compile "$LINENO"; then :
  1916. else
  1917. eval "$3=yes"
  1918. fi
  1919. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1920. fi
  1921. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1922. fi
  1923. eval ac_res=\$$3
  1924. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1925. $as_echo "$ac_res" >&6; }
  1926. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1927. } @%:@ ac_fn_c_check_type
  1928. cat >config.log <<_ACEOF
  1929. This file contains any messages produced by compilers while
  1930. running configure, to aid debugging if configure makes a mistake.
  1931. It was created by filesystem-test $as_me 1.0.0, which was
  1932. generated by GNU Autoconf 2.65. Invocation command line was
  1933. $ $0 $@
  1934. _ACEOF
  1935. exec 5>>config.log
  1936. {
  1937. cat <<_ASUNAME
  1938. ## --------- ##
  1939. ## Platform. ##
  1940. ## --------- ##
  1941. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1942. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1943. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1944. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1945. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1946. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1947. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  1948. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  1949. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  1950. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1951. /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
  1952. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  1953. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  1954. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  1955. _ASUNAME
  1956. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1957. for as_dir in $PATH
  1958. do
  1959. IFS=$as_save_IFS
  1960. test -z "$as_dir" && as_dir=.
  1961. $as_echo "PATH: $as_dir"
  1962. done
  1963. IFS=$as_save_IFS
  1964. } >&5
  1965. cat >&5 <<_ACEOF
  1966. ## ----------- ##
  1967. ## Core tests. ##
  1968. ## ----------- ##
  1969. _ACEOF
  1970. # Keep a trace of the command line.
  1971. # Strip out --no-create and --no-recursion so they do not pile up.
  1972. # Strip out --silent because we don't want to record it for future runs.
  1973. # Also quote any args containing shell meta-characters.
  1974. # Make two passes to allow for proper duplicate-argument suppression.
  1975. ac_configure_args=
  1976. ac_configure_args0=
  1977. ac_configure_args1=
  1978. ac_must_keep_next=false
  1979. for ac_pass in 1 2
  1980. do
  1981. for ac_arg
  1982. do
  1983. case $ac_arg in
  1984. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1985. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1986. | -silent | --silent | --silen | --sile | --sil)
  1987. continue ;;
  1988. *\'*)
  1989. ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1990. esac
  1991. case $ac_pass in
  1992. 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  1993. 2)
  1994. as_fn_append ac_configure_args1 " '$ac_arg'"
  1995. if test $ac_must_keep_next = true; then
  1996. ac_must_keep_next=false # Got value, back to normal.
  1997. else
  1998. case $ac_arg in
  1999. *=* | --config-cache | -C | -disable-* | --disable-* \
  2000. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  2001. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  2002. | -with-* | --with-* | -without-* | --without-* | --x)
  2003. case "$ac_configure_args0 " in
  2004. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  2005. esac
  2006. ;;
  2007. -* ) ac_must_keep_next=true ;;
  2008. esac
  2009. fi
  2010. as_fn_append ac_configure_args " '$ac_arg'"
  2011. ;;
  2012. esac
  2013. done
  2014. done
  2015. { ac_configure_args0=; unset ac_configure_args0;}
  2016. { ac_configure_args1=; unset ac_configure_args1;}
  2017. # When interrupted or exit'd, cleanup temporary files, and complete
  2018. # config.log. We remove comments because anyway the quotes in there
  2019. # would cause problems or look ugly.
  2020. # WARNING: Use '\'' to represe