PageRenderTime 52ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/UnitTest/RS/fec/configure

https://bitbucket.org/boblatino/isdbt-tb-remux
Shell | 4357 lines | 3547 code | 357 blank | 453 comment | 399 complexity | c58bec3f11d2c358b5d075445061a633 MD5 | raw file

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

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59.
  4. #
  5. # Copyright (C) 2003 Free Software Foundation, Inc.
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. ## --------------------- ##
  9. ## M4sh Initialization. ##
  10. ## --------------------- ##
  11. # Be Bourne compatible
  12. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  13. emulate sh
  14. NULLCMD=:
  15. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  16. # is contrary to our usage. Disable this feature.
  17. alias -g '${1+"$@"}'='"$@"'
  18. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  19. set -o posix
  20. fi
  21. DUALCASE=1; export DUALCASE # for MKS sh
  22. # Support unset when possible.
  23. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  24. as_unset=unset
  25. else
  26. as_unset=false
  27. fi
  28. # Work around bugs in pre-3.0 UWIN ksh.
  29. $as_unset ENV MAIL MAILPATH
  30. PS1='$ '
  31. PS2='> '
  32. PS4='+ '
  33. # NLS nuisances.
  34. for as_var in \
  35. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  36. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  37. LC_TELEPHONE LC_TIME
  38. do
  39. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  40. eval $as_var=C; export $as_var
  41. else
  42. $as_unset $as_var
  43. fi
  44. done
  45. # Required to use basename.
  46. if expr a : '\(a\)' >/dev/null 2>&1; then
  47. as_expr=expr
  48. else
  49. as_expr=false
  50. fi
  51. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  52. as_basename=basename
  53. else
  54. as_basename=false
  55. fi
  56. # Name of the executable.
  57. as_me=`$as_basename "$0" ||
  58. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  59. X"$0" : 'X\(//\)$' \| \
  60. X"$0" : 'X\(/\)$' \| \
  61. . : '\(.\)' 2>/dev/null ||
  62. echo X/"$0" |
  63. sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  64. /^X\/\(\/\/\)$/{ s//\1/; q; }
  65. /^X\/\(\/\).*/{ s//\1/; q; }
  66. s/.*/./; q'`
  67. # PATH needs CR, and LINENO needs CR and PATH.
  68. # Avoid depending upon Character Ranges.
  69. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  70. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  71. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  72. as_cr_digits='0123456789'
  73. as_cr_alnum=$as_cr_Letters$as_cr_digits
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76. echo "#! /bin/sh" >conf$$.sh
  77. echo "exit 0" >>conf$$.sh
  78. chmod +x conf$$.sh
  79. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  80. PATH_SEPARATOR=';'
  81. else
  82. PATH_SEPARATOR=:
  83. fi
  84. rm -f conf$$.sh
  85. fi
  86. as_lineno_1=$LINENO
  87. as_lineno_2=$LINENO
  88. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  89. test "x$as_lineno_1" != "x$as_lineno_2" &&
  90. test "x$as_lineno_3" = "x$as_lineno_2" || {
  91. # Find who we are. Look in the path if we contain no path at all
  92. # relative or not.
  93. case $0 in
  94. *[\\/]* ) as_myself=$0 ;;
  95. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  96. for as_dir in $PATH
  97. do
  98. IFS=$as_save_IFS
  99. test -z "$as_dir" && as_dir=.
  100. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  101. done
  102. ;;
  103. esac
  104. # We did not find ourselves, most probably we were run as `sh COMMAND'
  105. # in which case we are not to be found in the path.
  106. if test "x$as_myself" = x; then
  107. as_myself=$0
  108. fi
  109. if test ! -f "$as_myself"; then
  110. { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  111. { (exit 1); exit 1; }; }
  112. fi
  113. case $CONFIG_SHELL in
  114. '')
  115. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  116. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  117. do
  118. IFS=$as_save_IFS
  119. test -z "$as_dir" && as_dir=.
  120. for as_base in sh bash ksh sh5; do
  121. case $as_dir in
  122. /*)
  123. if ("$as_dir/$as_base" -c '
  124. as_lineno_1=$LINENO
  125. as_lineno_2=$LINENO
  126. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  127. test "x$as_lineno_1" != "x$as_lineno_2" &&
  128. test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
  129. $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  130. $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  131. CONFIG_SHELL=$as_dir/$as_base
  132. export CONFIG_SHELL
  133. exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  134. fi;;
  135. esac
  136. done
  137. done
  138. ;;
  139. esac
  140. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  141. # uniformly replaced by the line number. The first 'sed' inserts a
  142. # line-number line before each line; the second 'sed' does the real
  143. # work. The second script uses 'N' to pair each line-number line
  144. # with the numbered line, and appends trailing '-' during
  145. # substitution so that $LINENO is not a special case at line end.
  146. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  147. # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
  148. sed '=' <$as_myself |
  149. sed '
  150. N
  151. s,$,-,
  152. : loop
  153. s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  154. t loop
  155. s,-$,,
  156. s,^['$as_cr_digits']*\n,,
  157. ' >$as_me.lineno &&
  158. chmod +x $as_me.lineno ||
  159. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  160. { (exit 1); exit 1; }; }
  161. # Don't try to exec as it changes $[0], causing all sort of problems
  162. # (the dirname of $[0] is not the place where we might find the
  163. # original and so on. Autoconf is especially sensible to this).
  164. . ./$as_me.lineno
  165. # Exit status is that of the last command.
  166. exit
  167. }
  168. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  169. *c*,-n*) ECHO_N= ECHO_C='
  170. ' ECHO_T=' ' ;;
  171. *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  172. *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
  173. esac
  174. if expr a : '\(a\)' >/dev/null 2>&1; then
  175. as_expr=expr
  176. else
  177. as_expr=false
  178. fi
  179. rm -f conf$$ conf$$.exe conf$$.file
  180. echo >conf$$.file
  181. if ln -s conf$$.file conf$$ 2>/dev/null; then
  182. # We could just check for DJGPP; but this test a) works b) is more generic
  183. # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  184. if test -f conf$$.exe; then
  185. # Don't use ln at all; we don't have any links
  186. as_ln_s='cp -p'
  187. else
  188. as_ln_s='ln -s'
  189. fi
  190. elif ln conf$$.file conf$$ 2>/dev/null; then
  191. as_ln_s=ln
  192. else
  193. as_ln_s='cp -p'
  194. fi
  195. rm -f conf$$ conf$$.exe conf$$.file
  196. if mkdir -p . 2>/dev/null; then
  197. as_mkdir_p=:
  198. else
  199. test -d ./-p && rmdir ./-p
  200. as_mkdir_p=false
  201. fi
  202. as_executable_p="test -f"
  203. # Sed expression to map a string onto a valid CPP name.
  204. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  205. # Sed expression to map a string onto a valid variable name.
  206. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  207. # IFS
  208. # We need space, tab and new line, in precisely that order.
  209. as_nl='
  210. '
  211. IFS=" $as_nl"
  212. # CDPATH.
  213. $as_unset CDPATH
  214. # Name of the host.
  215. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  216. # so uname gets run too.
  217. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  218. exec 6>&1
  219. #
  220. # Initializations.
  221. #
  222. ac_default_prefix=/usr/local
  223. ac_config_libobj_dir=.
  224. cross_compiling=no
  225. subdirs=
  226. MFLAGS=
  227. MAKEFLAGS=
  228. SHELL=${CONFIG_SHELL-/bin/sh}
  229. # Maximum number of lines to put in a shell here document.
  230. # This variable seems obsolete. It should probably be removed, and
  231. # only ac_max_sed_lines should be used.
  232. : ${ac_max_here_lines=38}
  233. # Identity of this package.
  234. PACKAGE_NAME=
  235. PACKAGE_TARNAME=
  236. PACKAGE_VERSION=
  237. PACKAGE_STRING=
  238. PACKAGE_BUGREPORT=
  239. ac_unique_file="viterbi27.c"
  240. # Factoring default headers for most tests.
  241. ac_includes_default="\
  242. #include <stdio.h>
  243. #if HAVE_SYS_TYPES_H
  244. # include <sys/types.h>
  245. #endif
  246. #if HAVE_SYS_STAT_H
  247. # include <sys/stat.h>
  248. #endif
  249. #if STDC_HEADERS
  250. # include <stdlib.h>
  251. # include <stddef.h>
  252. #else
  253. # if HAVE_STDLIB_H
  254. # include <stdlib.h>
  255. # endif
  256. #endif
  257. #if HAVE_STRING_H
  258. # if !STDC_HEADERS && HAVE_MEMORY_H
  259. # include <memory.h>
  260. # endif
  261. # include <string.h>
  262. #endif
  263. #if HAVE_STRINGS_H
  264. # include <strings.h>
  265. #endif
  266. #if HAVE_INTTYPES_H
  267. # include <inttypes.h>
  268. #else
  269. # if HAVE_STDINT_H
  270. # include <stdint.h>
  271. # endif
  272. #endif
  273. #if HAVE_UNISTD_H
  274. # include <unistd.h>
  275. #endif"
  276. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SO_NAME VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SH_LIB REBIND MLIBS ARCH_OPTION LIBOBJS LTLIBOBJS'
  277. ac_subst_files=''
  278. # Initialize some variables set by options.
  279. ac_init_help=
  280. ac_init_version=false
  281. # The variables have the same names as the options, with
  282. # dashes changed to underlines.
  283. cache_file=/dev/null
  284. exec_prefix=NONE
  285. no_create=
  286. no_recursion=
  287. prefix=NONE
  288. program_prefix=NONE
  289. program_suffix=NONE
  290. program_transform_name=s,x,x,
  291. silent=
  292. site=
  293. srcdir=
  294. verbose=
  295. x_includes=NONE
  296. x_libraries=NONE
  297. # Installation directory options.
  298. # These are left unexpanded so users can "make install exec_prefix=/foo"
  299. # and all the variables that are supposed to be based on exec_prefix
  300. # by default will actually change.
  301. # Use braces instead of parens because sh, perl, etc. also accept them.
  302. bindir='${exec_prefix}/bin'
  303. sbindir='${exec_prefix}/sbin'
  304. libexecdir='${exec_prefix}/libexec'
  305. datadir='${prefix}/share'
  306. sysconfdir='${prefix}/etc'
  307. sharedstatedir='${prefix}/com'
  308. localstatedir='${prefix}/var'
  309. libdir='${exec_prefix}/lib'
  310. includedir='${prefix}/include'
  311. oldincludedir='/usr/include'
  312. infodir='${prefix}/info'
  313. mandir='${prefix}/man'
  314. ac_prev=
  315. for ac_option
  316. do
  317. # If the previous option needs an argument, assign it.
  318. if test -n "$ac_prev"; then
  319. eval "$ac_prev=\$ac_option"
  320. ac_prev=
  321. continue
  322. fi
  323. ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  324. # Accept the important Cygnus configure options, so we can diagnose typos.
  325. case $ac_option in
  326. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  327. ac_prev=bindir ;;
  328. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  329. bindir=$ac_optarg ;;
  330. -build | --build | --buil | --bui | --bu)
  331. ac_prev=build_alias ;;
  332. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  333. build_alias=$ac_optarg ;;
  334. -cache-file | --cache-file | --cache-fil | --cache-fi \
  335. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  336. ac_prev=cache_file ;;
  337. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  338. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  339. cache_file=$ac_optarg ;;
  340. --config-cache | -C)
  341. cache_file=config.cache ;;
  342. -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  343. ac_prev=datadir ;;
  344. -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  345. | --da=*)
  346. datadir=$ac_optarg ;;
  347. -disable-* | --disable-*)
  348. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  349. # Reject names that are not valid shell variable names.
  350. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  351. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  352. { (exit 1); exit 1; }; }
  353. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  354. eval "enable_$ac_feature=no" ;;
  355. -enable-* | --enable-*)
  356. ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  357. # Reject names that are not valid shell variable names.
  358. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  359. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  360. { (exit 1); exit 1; }; }
  361. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  362. case $ac_option in
  363. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  364. *) ac_optarg=yes ;;
  365. esac
  366. eval "enable_$ac_feature='$ac_optarg'" ;;
  367. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  368. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  369. | --exec | --exe | --ex)
  370. ac_prev=exec_prefix ;;
  371. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  372. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  373. | --exec=* | --exe=* | --ex=*)
  374. exec_prefix=$ac_optarg ;;
  375. -gas | --gas | --ga | --g)
  376. # Obsolete; use --with-gas.
  377. with_gas=yes ;;
  378. -help | --help | --hel | --he | -h)
  379. ac_init_help=long ;;
  380. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  381. ac_init_help=recursive ;;
  382. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  383. ac_init_help=short ;;
  384. -host | --host | --hos | --ho)
  385. ac_prev=host_alias ;;
  386. -host=* | --host=* | --hos=* | --ho=*)
  387. host_alias=$ac_optarg ;;
  388. -includedir | --includedir | --includedi | --included | --include \
  389. | --includ | --inclu | --incl | --inc)
  390. ac_prev=includedir ;;
  391. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  392. | --includ=* | --inclu=* | --incl=* | --inc=*)
  393. includedir=$ac_optarg ;;
  394. -infodir | --infodir | --infodi | --infod | --info | --inf)
  395. ac_prev=infodir ;;
  396. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  397. infodir=$ac_optarg ;;
  398. -libdir | --libdir | --libdi | --libd)
  399. ac_prev=libdir ;;
  400. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  401. libdir=$ac_optarg ;;
  402. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  403. | --libexe | --libex | --libe)
  404. ac_prev=libexecdir ;;
  405. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  406. | --libexe=* | --libex=* | --libe=*)
  407. libexecdir=$ac_optarg ;;
  408. -localstatedir | --localstatedir | --localstatedi | --localstated \
  409. | --localstate | --localstat | --localsta | --localst \
  410. | --locals | --local | --loca | --loc | --lo)
  411. ac_prev=localstatedir ;;
  412. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  413. | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  414. | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  415. localstatedir=$ac_optarg ;;
  416. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  417. ac_prev=mandir ;;
  418. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  419. mandir=$ac_optarg ;;
  420. -nfp | --nfp | --nf)
  421. # Obsolete; use --without-fp.
  422. with_fp=no ;;
  423. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  424. | --no-cr | --no-c | -n)
  425. no_create=yes ;;
  426. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  428. no_recursion=yes ;;
  429. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  430. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  431. | --oldin | --oldi | --old | --ol | --o)
  432. ac_prev=oldincludedir ;;
  433. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  434. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  435. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  436. oldincludedir=$ac_optarg ;;
  437. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  438. ac_prev=prefix ;;
  439. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  440. prefix=$ac_optarg ;;
  441. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  442. | --program-pre | --program-pr | --program-p)
  443. ac_prev=program_prefix ;;
  444. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  445. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  446. program_prefix=$ac_optarg ;;
  447. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  448. | --program-suf | --program-su | --program-s)
  449. ac_prev=program_suffix ;;
  450. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  451. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  452. program_suffix=$ac_optarg ;;
  453. -program-transform-name | --program-transform-name \
  454. | --program-transform-nam | --program-transform-na \
  455. | --program-transform-n | --program-transform- \
  456. | --program-transform | --program-transfor \
  457. | --program-transfo | --program-transf \
  458. | --program-trans | --program-tran \
  459. | --progr-tra | --program-tr | --program-t)
  460. ac_prev=program_transform_name ;;
  461. -program-transform-name=* | --program-transform-name=* \
  462. | --program-transform-nam=* | --program-transform-na=* \
  463. | --program-transform-n=* | --program-transform-=* \
  464. | --program-transform=* | --program-transfor=* \
  465. | --program-transfo=* | --program-transf=* \
  466. | --program-trans=* | --program-tran=* \
  467. | --progr-tra=* | --program-tr=* | --program-t=*)
  468. program_transform_name=$ac_optarg ;;
  469. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  470. | -silent | --silent | --silen | --sile | --sil)
  471. silent=yes ;;
  472. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  473. ac_prev=sbindir ;;
  474. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  475. | --sbi=* | --sb=*)
  476. sbindir=$ac_optarg ;;
  477. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  478. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  479. | --sharedst | --shareds | --shared | --share | --shar \
  480. | --sha | --sh)
  481. ac_prev=sharedstatedir ;;
  482. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  483. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  484. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  485. | --sha=* | --sh=*)
  486. sharedstatedir=$ac_optarg ;;
  487. -site | --site | --sit)
  488. ac_prev=site ;;
  489. -site=* | --site=* | --sit=*)
  490. site=$ac_optarg ;;
  491. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  492. ac_prev=srcdir ;;
  493. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  494. srcdir=$ac_optarg ;;
  495. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  496. | --syscon | --sysco | --sysc | --sys | --sy)
  497. ac_prev=sysconfdir ;;
  498. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  499. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  500. sysconfdir=$ac_optarg ;;
  501. -target | --target | --targe | --targ | --tar | --ta | --t)
  502. ac_prev=target_alias ;;
  503. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  504. target_alias=$ac_optarg ;;
  505. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  506. verbose=yes ;;
  507. -version | --version | --versio | --versi | --vers | -V)
  508. ac_init_version=: ;;
  509. -with-* | --with-*)
  510. ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  511. # Reject names that are not valid shell variable names.
  512. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  513. { echo "$as_me: error: invalid package name: $ac_package" >&2
  514. { (exit 1); exit 1; }; }
  515. ac_package=`echo $ac_package| sed 's/-/_/g'`
  516. case $ac_option in
  517. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  518. *) ac_optarg=yes ;;
  519. esac
  520. eval "with_$ac_package='$ac_optarg'" ;;
  521. -without-* | --without-*)
  522. ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  523. # Reject names that are not valid shell variable names.
  524. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  525. { echo "$as_me: error: invalid package name: $ac_package" >&2
  526. { (exit 1); exit 1; }; }
  527. ac_package=`echo $ac_package | sed 's/-/_/g'`
  528. eval "with_$ac_package=no" ;;
  529. --x)
  530. # Obsolete; use --with-x.
  531. with_x=yes ;;
  532. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  533. | --x-incl | --x-inc | --x-in | --x-i)
  534. ac_prev=x_includes ;;
  535. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  536. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  537. x_includes=$ac_optarg ;;
  538. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  539. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  540. ac_prev=x_libraries ;;
  541. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  542. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  543. x_libraries=$ac_optarg ;;
  544. -*) { echo "$as_me: error: unrecognized option: $ac_option
  545. Try \`$0 --help' for more information." >&2
  546. { (exit 1); exit 1; }; }
  547. ;;
  548. *=*)
  549. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  550. # Reject names that are not valid shell variable names.
  551. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  552. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  553. { (exit 1); exit 1; }; }
  554. ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  555. eval "$ac_envvar='$ac_optarg'"
  556. export $ac_envvar ;;
  557. *)
  558. # FIXME: should be removed in autoconf 3.0.
  559. echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  560. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  561. echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  562. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  563. ;;
  564. esac
  565. done
  566. if test -n "$ac_prev"; then
  567. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  568. { echo "$as_me: error: missing argument to $ac_option" >&2
  569. { (exit 1); exit 1; }; }
  570. fi
  571. # Be sure to have absolute paths.
  572. for ac_var in exec_prefix prefix
  573. do
  574. eval ac_val=$`echo $ac_var`
  575. case $ac_val in
  576. [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  577. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  578. { (exit 1); exit 1; }; };;
  579. esac
  580. done
  581. # Be sure to have absolute paths.
  582. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  583. localstatedir libdir includedir oldincludedir infodir mandir
  584. do
  585. eval ac_val=$`echo $ac_var`
  586. case $ac_val in
  587. [\\/$]* | ?:[\\/]* ) ;;
  588. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  589. { (exit 1); exit 1; }; };;
  590. esac
  591. done
  592. # There might be people who depend on the old broken behavior: `$host'
  593. # used to hold the argument of --host etc.
  594. # FIXME: To remove some day.
  595. build=$build_alias
  596. host=$host_alias
  597. target=$target_alias
  598. # FIXME: To remove some day.
  599. if test "x$host_alias" != x; then
  600. if test "x$build_alias" = x; then
  601. cross_compiling=maybe
  602. echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  603. If a cross compiler is detected then cross compile mode will be used." >&2
  604. elif test "x$build_alias" != "x$host_alias"; then
  605. cross_compiling=yes
  606. fi
  607. fi
  608. ac_tool_prefix=
  609. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  610. test "$silent" = yes && exec 6>/dev/null
  611. # Find the source files, if location was not specified.
  612. if test -z "$srcdir"; then
  613. ac_srcdir_defaulted=yes
  614. # Try the directory containing this script, then its parent.
  615. ac_confdir=`(dirname "$0") 2>/dev/null ||
  616. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  617. X"$0" : 'X\(//\)[^/]' \| \
  618. X"$0" : 'X\(//\)$' \| \
  619. X"$0" : 'X\(/\)' \| \
  620. . : '\(.\)' 2>/dev/null ||
  621. echo X"$0" |
  622. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  623. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  624. /^X\(\/\/\)$/{ s//\1/; q; }
  625. /^X\(\/\).*/{ s//\1/; q; }
  626. s/.*/./; q'`
  627. srcdir=$ac_confdir
  628. if test ! -r $srcdir/$ac_unique_file; then
  629. srcdir=..
  630. fi
  631. else
  632. ac_srcdir_defaulted=no
  633. fi
  634. if test ! -r $srcdir/$ac_unique_file; then
  635. if test "$ac_srcdir_defaulted" = yes; then
  636. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  637. { (exit 1); exit 1; }; }
  638. else
  639. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  640. { (exit 1); exit 1; }; }
  641. fi
  642. fi
  643. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  644. { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  645. { (exit 1); exit 1; }; }
  646. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  647. ac_env_build_alias_set=${build_alias+set}
  648. ac_env_build_alias_value=$build_alias
  649. ac_cv_env_build_alias_set=${build_alias+set}
  650. ac_cv_env_build_alias_value=$build_alias
  651. ac_env_host_alias_set=${host_alias+set}
  652. ac_env_host_alias_value=$host_alias
  653. ac_cv_env_host_alias_set=${host_alias+set}
  654. ac_cv_env_host_alias_value=$host_alias
  655. ac_env_target_alias_set=${target_alias+set}
  656. ac_env_target_alias_value=$target_alias
  657. ac_cv_env_target_alias_set=${target_alias+set}
  658. ac_cv_env_target_alias_value=$target_alias
  659. ac_env_CC_set=${CC+set}
  660. ac_env_CC_value=$CC
  661. ac_cv_env_CC_set=${CC+set}
  662. ac_cv_env_CC_value=$CC
  663. ac_env_CFLAGS_set=${CFLAGS+set}
  664. ac_env_CFLAGS_value=$CFLAGS
  665. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  666. ac_cv_env_CFLAGS_value=$CFLAGS
  667. ac_env_LDFLAGS_set=${LDFLAGS+set}
  668. ac_env_LDFLAGS_value=$LDFLAGS
  669. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  670. ac_cv_env_LDFLAGS_value=$LDFLAGS
  671. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  672. ac_env_CPPFLAGS_value=$CPPFLAGS
  673. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  674. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  675. ac_env_CPP_set=${CPP+set}
  676. ac_env_CPP_value=$CPP
  677. ac_cv_env_CPP_set=${CPP+set}
  678. ac_cv_env_CPP_value=$CPP
  679. #
  680. # Report the --help message.
  681. #
  682. if test "$ac_init_help" = "long"; then
  683. # Omit some internal or obsolete options to make the list less imposing.
  684. # This message is too long to be a string in the A/UX 3.1 sh.
  685. cat <<_ACEOF
  686. \`configure' configures this package to adapt to many kinds of systems.
  687. Usage: $0 [OPTION]... [VAR=VALUE]...
  688. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  689. VAR=VALUE. See below for descriptions of some of the useful variables.
  690. Defaults for the options are specified in brackets.
  691. Configuration:
  692. -h, --help display this help and exit
  693. --help=short display options specific to this package
  694. --help=recursive display the short help of all the included packages
  695. -V, --version display version information and exit
  696. -q, --quiet, --silent do not print \`checking...' messages
  697. --cache-file=FILE cache test results in FILE [disabled]
  698. -C, --config-cache alias for \`--cache-file=config.cache'
  699. -n, --no-create do not create output files
  700. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  701. _ACEOF
  702. cat <<_ACEOF
  703. Installation directories:
  704. --prefix=PREFIX install architecture-independent files in PREFIX
  705. [$ac_default_prefix]
  706. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  707. [PREFIX]
  708. By default, \`make install' will install all the files in
  709. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  710. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  711. for instance \`--prefix=\$HOME'.
  712. For better control, use the options below.
  713. Fine tuning of the installation directories:
  714. --bindir=DIR user executables [EPREFIX/bin]
  715. --sbindir=DIR system admin executables [EPREFIX/sbin]
  716. --libexecdir=DIR program executables [EPREFIX/libexec]
  717. --datadir=DIR read-only architecture-independent data [PREFIX/share]
  718. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  719. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  720. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  721. --libdir=DIR object code libraries [EPREFIX/lib]
  722. --includedir=DIR C header files [PREFIX/include]
  723. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  724. --infodir=DIR info documentation [PREFIX/info]
  725. --mandir=DIR man documentation [PREFIX/man]
  726. _ACEOF
  727. cat <<\_ACEOF
  728. System types:
  729. --build=BUILD configure for building on BUILD [guessed]
  730. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  731. --target=TARGET configure for building compilers for TARGET [HOST]
  732. _ACEOF
  733. fi
  734. if test -n "$ac_init_help"; then
  735. cat <<\_ACEOF
  736. Some influential environment variables:
  737. CC C compiler command
  738. CFLAGS C compiler flags
  739. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  740. nonstandard directory <lib dir>
  741. CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
  742. headers in a nonstandard directory <include dir>
  743. CPP C preprocessor
  744. Use these variables to override the choices made by `configure' or to help
  745. it to find libraries and programs with nonstandard names/locations.
  746. _ACEOF
  747. fi
  748. if test "$ac_init_help" = "recursive"; then
  749. # If there are subdirs, report their specific --help.
  750. ac_popdir=`pwd`
  751. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  752. test -d $ac_dir || continue
  753. ac_builddir=.
  754. if test "$ac_dir" != .; then
  755. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  756. # A "../" for each directory in $ac_dir_suffix.
  757. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  758. else
  759. ac_dir_suffix= ac_top_builddir=
  760. fi
  761. case $srcdir in
  762. .) # No --srcdir option. We are building in place.
  763. ac_srcdir=.
  764. if test -z "$ac_top_builddir"; then
  765. ac_top_srcdir=.
  766. else
  767. ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  768. fi ;;
  769. [\\/]* | ?:[\\/]* ) # Absolute path.
  770. ac_srcdir=$srcdir$ac_dir_suffix;
  771. ac_top_srcdir=$srcdir ;;
  772. *) # Relative path.
  773. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  774. ac_top_srcdir=$ac_top_builddir$srcdir ;;
  775. esac
  776. # Do not use `cd foo && pwd` to compute absolute paths, because
  777. # the directories may not exist.
  778. case `pwd` in
  779. .) ac_abs_builddir="$ac_dir";;
  780. *)
  781. case "$ac_dir" in
  782. .) ac_abs_builddir=`pwd`;;
  783. [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  784. *) ac_abs_builddir=`pwd`/"$ac_dir";;
  785. esac;;
  786. esac
  787. case $ac_abs_builddir in
  788. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  789. *)
  790. case ${ac_top_builddir}. in
  791. .) ac_abs_top_builddir=$ac_abs_builddir;;
  792. [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  793. *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  794. esac;;
  795. esac
  796. case $ac_abs_builddir in
  797. .) ac_abs_srcdir=$ac_srcdir;;
  798. *)
  799. case $ac_srcdir in
  800. .) ac_abs_srcdir=$ac_abs_builddir;;
  801. [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  802. *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  803. esac;;
  804. esac
  805. case $ac_abs_builddir in
  806. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  807. *)
  808. case $ac_top_srcdir in
  809. .) ac_abs_top_srcdir=$ac_abs_builddir;;
  810. [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  811. *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  812. esac;;
  813. esac
  814. cd $ac_dir
  815. # Check for guested configure; otherwise get Cygnus style configure.
  816. if test -f $ac_srcdir/configure.gnu; then
  817. echo
  818. $SHELL $ac_srcdir/configure.gnu --help=recursive
  819. elif test -f $ac_srcdir/configure; then
  820. echo
  821. $SHELL $ac_srcdir/configure --help=recursive
  822. elif test -f $ac_srcdir/configure.ac ||
  823. test -f $ac_srcdir/configure.in; then
  824. echo
  825. $ac_configure --help
  826. else
  827. echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  828. fi
  829. cd $ac_popdir
  830. done
  831. fi
  832. test -n "$ac_init_help" && exit 0
  833. if $ac_init_version; then
  834. cat <<\_ACEOF
  835. Copyright (C) 2003 Free Software Foundation, Inc.
  836. This configure script is free software; the Free Software Foundation
  837. gives unlimited permission to copy, distribute and modify it.
  838. _ACEOF
  839. exit 0
  840. fi
  841. exec 5>config.log
  842. cat >&5 <<_ACEOF
  843. This file contains any messages produced by compilers while
  844. running configure, to aid debugging if configure makes a mistake.
  845. It was created by $as_me, which was
  846. generated by GNU Autoconf 2.59. Invocation command line was
  847. $ $0 $@
  848. _ACEOF
  849. {
  850. cat <<_ASUNAME
  851. ## --------- ##
  852. ## Platform. ##
  853. ## --------- ##
  854. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  855. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  856. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  857. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  858. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  859. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  860. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  861. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  862. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  863. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  864. hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
  865. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  866. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  867. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  868. _ASUNAME
  869. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  870. for as_dir in $PATH
  871. do
  872. IFS=$as_save_IFS
  873. test -z "$as_dir" && as_dir=.
  874. echo "PATH: $as_dir"
  875. done
  876. } >&5
  877. cat >&5 <<_ACEOF
  878. ## ----------- ##
  879. ## Core tests. ##
  880. ## ----------- ##
  881. _ACEOF
  882. # Keep a trace of the command line.
  883. # Strip out --no-create and --no-recursion so they do not pile up.
  884. # Strip out --silent because we don't want to record it for future runs.
  885. # Also quote any args containing shell meta-characters.
  886. # Make two passes to allow for proper duplicate-argument suppression.
  887. ac_configure_args=
  888. ac_configure_args0=
  889. ac_configure_args1=
  890. ac_sep=
  891. ac_must_keep_next=false
  892. for ac_pass in 1 2
  893. do
  894. for ac_arg
  895. do
  896. case $ac_arg in
  897. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  898. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  899. | -silent | --silent | --silen | --sile | --sil)
  900. continue ;;
  901. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  902. ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  903. esac
  904. case $ac_pass in
  905. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  906. 2)
  907. ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  908. if test $ac_must_keep_next = true; then
  909. ac_must_keep_next=false # Got value, back to normal.
  910. else
  911. case $ac_arg in
  912. *=* | --config-cache | -C | -disable-* | --disable-* \
  913. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  914. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  915. | -with-* | --with-* | -without-* | --without-* | --x)
  916. case "$ac_configure_args0 " in
  917. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  918. esac
  919. ;;
  920. -* ) ac_must_keep_next=true ;;
  921. esac
  922. fi
  923. ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  924. # Get rid of the leading space.
  925. ac_sep=" "
  926. ;;
  927. esac
  928. done
  929. done
  930. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  931. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  932. # When interrupted or exit'd, cleanup temporary files, and complete
  933. # config.log. We remove comments because anyway the quotes in there
  934. # would cause problems or look ugly.
  935. # WARNING: Be sure not to use single quotes in there, as some shells,
  936. # such as our DU 5.0 friend, will then `close' the trap.
  937. trap 'exit_status=$?
  938. # Save into config.log some information that might help in debugging.
  939. {
  940. echo
  941. cat <<\_ASBOX
  942. ## ---------------- ##
  943. ## Cache variables. ##
  944. ## ---------------- ##
  945. _ASBOX
  946. echo
  947. # The following way of writing the cache mishandles newlines in values,
  948. {
  949. (set) 2>&1 |
  950. case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  951. *ac_space=\ *)
  952. sed -n \
  953. "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  954. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  955. ;;
  956. *)
  957. sed -n \
  958. "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  959. ;;
  960. esac;
  961. }
  962. echo
  963. cat <<\_ASBOX
  964. ## ----------------- ##
  965. ## Output variables. ##
  966. ## ----------------- ##
  967. _ASBOX
  968. echo
  969. for ac_var in $ac_subst_vars
  970. do
  971. eval ac_val=$`echo $ac_var`
  972. echo "$ac_var='"'"'$ac_val'"'"'"
  973. done | sort
  974. echo
  975. if test -n "$ac_subst_files"; then
  976. cat <<\_ASBOX
  977. ## ------------- ##
  978. ## Output files. ##
  979. ## ------------- ##
  980. _ASBOX
  981. echo
  982. for ac_var in $ac_subst_files
  983. do
  984. eval ac_val=$`echo $ac_var`
  985. echo "$ac_var='"'"'$ac_val'"'"'"
  986. done | sort
  987. echo
  988. fi
  989. if test -s confdefs.h; then
  990. cat <<\_ASBOX
  991. ## ----------- ##
  992. ## confdefs.h. ##
  993. ## ----------- ##
  994. _ASBOX
  995. echo
  996. sed "/^$/d" confdefs.h | sort
  997. echo
  998. fi
  999. test "$ac_signal" != 0 &&
  1000. echo "$as_me: caught signal $ac_signal"
  1001. echo "$as_me: exit $exit_status"
  1002. } >&5
  1003. rm -f core *.core &&
  1004. rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1005. exit $exit_status
  1006. ' 0
  1007. for ac_signal in 1 2 13 15; do
  1008. trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1009. done
  1010. ac_signal=0
  1011. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1012. rm -rf conftest* confdefs.h
  1013. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1014. echo >confdefs.h
  1015. # Predefined preprocessor variables.
  1016. cat >>confdefs.h <<_ACEOF
  1017. #define PACKAGE_NAME "$PACKAGE_NAME"
  1018. _ACEOF
  1019. cat >>confdefs.h <<_ACEOF
  1020. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1021. _ACEOF
  1022. cat >>confdefs.h <<_ACEOF
  1023. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1024. _ACEOF
  1025. cat >>confdefs.h <<_ACEOF
  1026. #define PACKAGE_STRING "$PACKAGE_STRING"
  1027. _ACEOF
  1028. cat >>confdefs.h <<_ACEOF
  1029. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1030. _ACEOF
  1031. # Let the site file select an alternate cache file if it wants to.
  1032. # Prefer explicitly selected file to automatically selected ones.
  1033. if test -z "$CONFIG_SITE"; then
  1034. if test "x$prefix" != xNONE; then
  1035. CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1036. else
  1037. CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1038. fi
  1039. fi
  1040. for ac_site_file in $CONFIG_SITE; do
  1041. if test -r "$ac_site_file"; then
  1042. { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1043. echo "$as_me: loading site script $ac_site_file" >&6;}
  1044. sed 's/^/| /' "$ac_site_file" >&5
  1045. . "$ac_site_file"
  1046. fi
  1047. done
  1048. if test -r "$cache_file"; then
  1049. # Some versions of bash will fail to source /dev/null (special
  1050. # files actually), so we avoid doing that.
  1051. if test -f "$cache_file"; then
  1052. { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1053. echo "$as_me: loading cache $cache_file" >&6;}
  1054. case $cache_file in
  1055. [\\/]* | ?:[\\/]* ) . $cache_file;;
  1056. *) . ./$cache_file;;
  1057. esac
  1058. fi
  1059. else
  1060. { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1061. echo "$as_me: creating cache $cache_file" >&6;}
  1062. >$cache_file
  1063. fi
  1064. # Check that the precious variables saved in the cache have kept the same
  1065. # value.
  1066. ac_cache_corrupted=false
  1067. for ac_var in `(set) 2>&1 |
  1068. sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1069. eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1070. eval ac_new_set=\$ac_env_${ac_var}_set
  1071. eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1072. eval ac_new_val="\$ac_env_${ac_var}_value"
  1073. case $ac_old_set,$ac_new_set in
  1074. set,)
  1075. { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1076. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1077. ac_cache_corrupted=: ;;
  1078. ,set)
  1079. { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1080. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1081. ac_cache_corrupted=: ;;
  1082. ,);;
  1083. *)
  1084. if test "x$ac_old_val" != "x$ac_new_val"; then
  1085. { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1086. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1087. { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
  1088. echo "$as_me: former value: $ac_old_val" >&2;}
  1089. { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
  1090. echo "$as_me: current value: $ac_new_val" >&2;}
  1091. ac_cache_corrupted=:
  1092. fi;;
  1093. esac
  1094. # Pass precious variables to config.status.
  1095. if test "$ac_new_set" = set; then
  1096. case $ac_new_val in
  1097. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1098. ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1099. *) ac_arg=$ac_var=$ac_new_val ;;
  1100. esac
  1101. case " $ac_configure_args " in
  1102. *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
  1103. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1104. esac
  1105. fi
  1106. done
  1107. if $ac_cache_corrupted; then
  1108. { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1109. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1110. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1111. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1112. { (exit 1); exit 1; }; }
  1113. fi
  1114. ac_ext=c
  1115. ac_cpp='$CPP $CPPFLAGS'
  1116. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1117. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1118. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1119. ac_config_headers="$ac_config_headers config.h"
  1120. SO_NAME=3
  1121. VERSION=3.0.0
  1122. ac_ext=c
  1123. ac_cpp='$CPP $CPPFLAGS'
  1124. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1125. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1126. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1127. if test -n "$ac_tool_prefix"; then
  1128. # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1129. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1130. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1131. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1132. if test "${ac_cv_prog_CC+set}" = set; then
  1133. echo $ECHO_N "(cached) $ECHO_C" >&6
  1134. else
  1135. if test -n "$CC"; then
  1136. ac_cv_prog_CC="$CC" # Let the user override the test.
  1137. else
  1138. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1139. for as_dir in $PATH
  1140. do
  1141. IFS=$as_save_IFS
  1142. test -z "$as_dir" && as_dir=.
  1143. for ac_exec_ext in '' $ac_executable_extensions; do
  1144. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1145. ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1146. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1147. break 2
  1148. fi
  1149. done
  1150. done
  1151. fi
  1152. fi
  1153. CC=$ac_cv_prog_CC
  1154. if test -n "$CC"; then
  1155. echo "$as_me:$LINENO: result: $CC" >&5
  1156. echo "${ECHO_T}$CC" >&6
  1157. else
  1158. echo "$as_me:$LINENO: result: no" >&5
  1159. echo "${ECHO_T}no" >&6
  1160. fi
  1161. fi
  1162. if test -z "$ac_cv_prog_CC"; then
  1163. ac_ct_CC=$CC
  1164. # Extract the first word of "gcc", so it can be a program name with args.
  1165. set dummy gcc; ac_word=$2
  1166. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1167. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1168. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1169. echo $ECHO_N "(cached) $ECHO_C" >&6
  1170. else
  1171. if test -n "$ac_ct_CC"; then
  1172. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1173. else
  1174. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1175. for as_dir in $PATH
  1176. do
  1177. IFS=$as_save_IFS
  1178. test -z "$as_dir" && as_dir=.
  1179. for ac_exec_ext in '' $ac_executable_extensions; do
  1180. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1181. ac_cv_prog_ac_ct_CC="gcc"
  1182. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1183. break 2
  1184. fi
  1185. done
  1186. done
  1187. fi
  1188. fi
  1189. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1190. if test -n "$ac_ct_CC"; then
  1191. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1192. echo "${ECHO_T}$ac_ct_CC" >&6
  1193. else
  1194. echo "$as_me:$LINENO: result: no" >&5
  1195. echo "${ECHO_T}no" >&6
  1196. fi
  1197. CC=$ac_ct_CC
  1198. else
  1199. CC="$ac_cv_prog_CC"
  1200. fi
  1201. if test -z "$CC"; then
  1202. if test -n "$ac_tool_prefix"; then
  1203. # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1204. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1205. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1206. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1207. if test "${ac_cv_prog_CC+set}" = set; then
  1208. echo $ECHO_N "(cached) $ECHO_C" >&6
  1209. else
  1210. if test -n "$CC"; then
  1211. ac_cv_prog_CC="$CC" # Let the user override the test.
  1212. else
  1213. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1214. for as_dir in $PATH
  1215. do
  1216. IFS=$as_save_IFS
  1217. test -z "$as_dir" && as_dir=.
  1218. for ac_exec_ext in '' $ac_executable_extensions; do
  1219. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1220. ac_cv_prog_CC="${ac_tool_prefix}cc"
  1221. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1222. break 2
  1223. fi
  1224. done
  1225. done
  1226. fi
  1227. fi
  1228. CC=$ac_cv_prog_CC
  1229. if test -n "$CC"; then
  1230. echo "$as_me:$LINENO: result: $CC" >&5
  1231. echo "${ECHO_T}$CC" >&6
  1232. else
  1233. echo "$as_me:$LINENO: result: no" >&5
  1234. echo "${ECHO_T}no" >&6
  1235. fi
  1236. fi
  1237. if test -z "$ac_cv_prog_CC"; then
  1238. ac_ct_CC=$CC
  1239. # Extract the first word of "cc", so it can be a program name with args.
  1240. set dummy cc; ac_word=$2
  1241. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1242. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1243. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1244. echo $ECHO_N "(cached) $ECHO_C" >&6
  1245. else
  1246. if test -n "$ac_ct_CC"; then
  1247. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1248. else
  1249. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1250. for as_dir in $PATH
  1251. do
  1252. IFS=$as_save_IFS
  1253. test -z "$as_dir" && as_dir=.
  1254. for ac_exec_ext in '' $ac_executable_extensions; do
  1255. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1256. ac_cv_prog_ac_ct_CC="cc"
  1257. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1258. break 2
  1259. fi
  1260. done
  1261. done
  1262. fi
  1263. fi
  1264. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1265. if test -n "$ac_ct_CC"; then
  1266. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1267. echo "${ECHO_T}$ac_ct_CC" >&6
  1268. else
  1269. echo "$as_me:$LINENO: result: no" >&5
  1270. echo "${ECHO_T}no" >&6
  1271. fi
  1272. CC=$ac_ct_CC
  1273. else
  1274. CC="$ac_cv_prog_CC"
  1275. fi
  1276. fi
  1277. if test -z "$CC"; then
  1278. # Extract the first word of "cc", so it can be a program name with args.
  1279. set dummy cc; ac_word=$2
  1280. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1281. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1282. if test "${ac_cv_prog_CC+set}" = set; then
  1283. echo $ECHO_N "(cached) $ECHO_C" >&6
  1284. else
  1285. if test -n "$CC"; then
  1286. ac_cv_prog_CC="$CC" # Let the user override the test.
  1287. else
  1288. ac_prog_rejected=no
  1289. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1290. for as_dir in $PATH
  1291. do
  1292. IFS=$as_save_IFS
  1293. test -z "$as_dir" && as_dir=.
  1294. for ac_exec_ext in '' $ac_executable_extensions; do
  1295. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1296. if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1297. ac_prog_rejected=yes
  1298. continue
  1299. fi
  1300. ac_cv_prog_CC="cc"
  1301. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1302. break 2
  1303. fi
  1304. done
  1305. done
  1306. if test $ac_prog_rejected = yes; then
  1307. # We found a bogon in the path, so make sure we never use it.
  1308. set dummy $ac_cv_prog_CC
  1309. shift
  1310. if test $# != 0; then
  1311. # We chose a different compiler from the bogus one.
  1312. # However, it has the same basename, so the bogon will be chosen
  1313. # first if we set CC to just the basename; use the full file name.
  1314. shift
  1315. ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1316. fi
  1317. fi
  1318. fi
  1319. fi
  1320. CC=$ac_cv_prog_CC
  1321. if test -n "$CC"; then
  1322. echo "$as_me:$LINENO: result: $CC" >&5
  1323. echo "${ECHO_T}$CC" >&6
  1324. else
  1325. echo "$as_me:$LINENO: result: no" >&5
  1326. echo "${ECHO_T}no" >&6
  1327. fi
  1328. fi
  1329. if test -z "$CC"; then
  1330. if test -n "$ac_tool_prefix"; then
  1331. for ac_prog in cl
  1332. do
  1333. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1334. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1335. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1336. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1337. if test "${ac_cv_prog_CC+set}" = set; then
  1338. echo $ECHO_N "(cached) $ECHO_C" >&6
  1339. else
  1340. if test -n "$CC"; then
  1341. ac_cv_prog_CC="$CC" # Let the user override the test.
  1342. else
  1343. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1344. for as_dir in $PATH
  1345. do
  1346. IFS=$as_save_IFS
  1347. test -z "$as_dir" && as_dir=.
  1348. for ac_exec_ext in '' $ac_executable_extensions; do
  1349. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1350. ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1351. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1352. break 2
  1353. fi
  1354. done
  1355. done
  1356. fi
  1357. fi
  1358. CC=$ac_cv_prog_CC
  1359. if test -n "$CC"; then
  1360. echo "$as_me:$LINENO: result: $CC" >&5
  1361. echo "${ECHO_T}$CC" >&6
  1362. else
  1363. echo "$as_me:$LINENO: result: no" >&5
  1364. echo "${ECHO_T}no" >&6
  1365. fi
  1366. test -n "$CC" && break
  1367. done
  1368. fi
  1369. if test -z "$CC"; then
  1370. ac_ct_CC=$CC
  1371. for ac_prog in cl
  1372. do
  1373. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1374. set dummy $ac_prog; ac_word=$2
  1375. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1376. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1377. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1378. echo $ECHO_N "(cached) $ECHO_C" >&6
  1379. else
  1380. if test -n "$ac_ct_CC"; then
  1381. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1382. else
  1383. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1384. for as_dir in $PATH
  1385. do
  1386. IFS=$as_save_IFS
  1387. test -z "$as_dir" && as_dir=.
  1388. for ac_exec_ext in '' $ac_executable_extensions; do
  1389. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1390. ac_cv_prog_ac_ct_CC="$ac_prog"
  1391. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1392. break 2
  1393. fi
  1394. done
  1395. done
  1396. fi
  1397. fi
  1398. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1399. if test -n "$ac_ct_CC"; then
  1400. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1401. echo "${ECHO_T}$ac_ct_CC" >&6
  1402. else
  1403. echo "$as_me:$LINENO: result: no" >&5
  1404. echo "${ECHO_T}no" >&6
  1405. fi
  1406. test -n "$ac_ct_CC" && break
  1407. done
  1408. CC=$ac_ct_CC
  1409. fi
  1410. fi
  1411. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  1412. See \`config.log' for more details." >&5
  1413. echo "$as_me: error: no acceptable C compiler found in \$PATH
  1414. See \`config.log' for more details." >&2;}
  1415. { (exit 1); exit 1; }; }
  1416. # Provide some information about the compiler.
  1417. echo "$as_me:$LINENO:" \
  1418. "checking for C compiler version" >&5
  1419. ac_compiler=`set X $ac_compile; echo $2`
  1420. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  1421. (eval $ac_compiler --version </dev/null >&5) 2>&5
  1422. ac_status=$?
  1423. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1424. (exit $ac_status); }
  1425. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  1426. (eval $ac_compiler -v </dev/null >&5) 2>&5
  1427. ac_status=$?
  1428. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1429. (exit $ac_status); }
  1430. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  1431. (eval $ac_compiler -V </dev/null >&5) 2>&5
  1432. ac_status=$?
  1433. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1434. (exit $ac_status); }
  1435. cat >conftest.$ac_ext <<_ACEOF
  1436. /* confdefs.h. */
  1437. _ACEOF
  1438. cat confdefs.h >>conftest.$ac_ext
  1439. cat >>conftest.$ac_ext <<_ACEOF
  1440. /* end confdefs.h. */
  1441. int
  1442. main ()
  1443. {
  1444. ;
  1445. return 0;
  1446. }
  1447. _ACEOF
  1448. ac_clean_files_save=$ac_clean_files
  1449. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1450. # Try to create an executable without -o first, disregard a.out.
  1451. # It will help us diagnose broken compilers, and finding out

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