PageRenderTime 100ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/configure

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
Shell | 2299 lines | 1806 code | 266 blank | 227 comment | 220 complexity | 28b6e2e6c381493b15c8f44823f41f40 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.61 for jscoverage 0.4.
  4. #
  5. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  6. # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9. ## --------------------- ##
  10. ## M4sh Initialization. ##
  11. ## --------------------- ##
  12. # Be more Bourne compatible
  13. DUALCASE=1; export DUALCASE # for MKS sh
  14. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  15. emulate sh
  16. NULLCMD=:
  17. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  18. # is contrary to our usage. Disable this feature.
  19. alias -g '${1+"$@"}'='"$@"'
  20. setopt NO_GLOB_SUBST
  21. else
  22. case `(set -o) 2>/dev/null` in
  23. *posix*) set -o posix ;;
  24. esac
  25. fi
  26. # PATH needs CR
  27. # Avoid depending upon Character Ranges.
  28. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  29. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  30. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  31. as_cr_digits='0123456789'
  32. as_cr_alnum=$as_cr_Letters$as_cr_digits
  33. # The user is always right.
  34. if test "${PATH_SEPARATOR+set}" != set; then
  35. echo "#! /bin/sh" >conf$$.sh
  36. echo "exit 0" >>conf$$.sh
  37. chmod +x conf$$.sh
  38. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  39. PATH_SEPARATOR=';'
  40. else
  41. PATH_SEPARATOR=:
  42. fi
  43. rm -f conf$$.sh
  44. fi
  45. # Support unset when possible.
  46. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  47. as_unset=unset
  48. else
  49. as_unset=false
  50. fi
  51. # IFS
  52. # We need space, tab and new line, in precisely that order. Quoting is
  53. # there to prevent editors from complaining about space-tab.
  54. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  55. # splitting by setting IFS to empty value.)
  56. as_nl='
  57. '
  58. IFS=" "" $as_nl"
  59. # Find who we are. Look in the path if we contain no directory separator.
  60. case $0 in
  61. *[\\/]* ) as_myself=$0 ;;
  62. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  63. for as_dir in $PATH
  64. do
  65. IFS=$as_save_IFS
  66. test -z "$as_dir" && as_dir=.
  67. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  68. done
  69. IFS=$as_save_IFS
  70. ;;
  71. esac
  72. # We did not find ourselves, most probably we were run as `sh COMMAND'
  73. # in which case we are not to be found in the path.
  74. if test "x$as_myself" = x; then
  75. as_myself=$0
  76. fi
  77. if test ! -f "$as_myself"; then
  78. echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  79. { (exit 1); exit 1; }
  80. fi
  81. # Work around bugs in pre-3.0 UWIN ksh.
  82. for as_var in ENV MAIL MAILPATH
  83. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  84. done
  85. PS1='$ '
  86. PS2='> '
  87. PS4='+ '
  88. # NLS nuisances.
  89. for as_var in \
  90. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  91. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  92. LC_TELEPHONE LC_TIME
  93. do
  94. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  95. eval $as_var=C; export $as_var
  96. else
  97. ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  98. fi
  99. done
  100. # Required to use basename.
  101. if expr a : '\(a\)' >/dev/null 2>&1 &&
  102. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  103. as_expr=expr
  104. else
  105. as_expr=false
  106. fi
  107. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  108. as_basename=basename
  109. else
  110. as_basename=false
  111. fi
  112. # Name of the executable.
  113. as_me=`$as_basename -- "$0" ||
  114. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  115. X"$0" : 'X\(//\)$' \| \
  116. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  117. echo X/"$0" |
  118. sed '/^.*\/\([^/][^/]*\)\/*$/{
  119. s//\1/
  120. q
  121. }
  122. /^X\/\(\/\/\)$/{
  123. s//\1/
  124. q
  125. }
  126. /^X\/\(\/\).*/{
  127. s//\1/
  128. q
  129. }
  130. s/.*/./; q'`
  131. # CDPATH.
  132. $as_unset CDPATH
  133. if test "x$CONFIG_SHELL" = x; then
  134. if (eval ":") 2>/dev/null; then
  135. as_have_required=yes
  136. else
  137. as_have_required=no
  138. fi
  139. if test $as_have_required = yes && (eval ":
  140. (as_func_return () {
  141. (exit \$1)
  142. }
  143. as_func_success () {
  144. as_func_return 0
  145. }
  146. as_func_failure () {
  147. as_func_return 1
  148. }
  149. as_func_ret_success () {
  150. return 0
  151. }
  152. as_func_ret_failure () {
  153. return 1
  154. }
  155. exitcode=0
  156. if as_func_success; then
  157. :
  158. else
  159. exitcode=1
  160. echo as_func_success failed.
  161. fi
  162. if as_func_failure; then
  163. exitcode=1
  164. echo as_func_failure succeeded.
  165. fi
  166. if as_func_ret_success; then
  167. :
  168. else
  169. exitcode=1
  170. echo as_func_ret_success failed.
  171. fi
  172. if as_func_ret_failure; then
  173. exitcode=1
  174. echo as_func_ret_failure succeeded.
  175. fi
  176. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  177. :
  178. else
  179. exitcode=1
  180. echo positional parameters were not saved.
  181. fi
  182. test \$exitcode = 0) || { (exit 1); exit 1; }
  183. (
  184. as_lineno_1=\$LINENO
  185. as_lineno_2=\$LINENO
  186. test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  187. test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  188. ") 2> /dev/null; then
  189. :
  190. else
  191. as_candidate_shells=
  192. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  193. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  194. do
  195. IFS=$as_save_IFS
  196. test -z "$as_dir" && as_dir=.
  197. case $as_dir in
  198. /*)
  199. for as_base in sh bash ksh sh5; do
  200. as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  201. done;;
  202. esac
  203. done
  204. IFS=$as_save_IFS
  205. for as_shell in $as_candidate_shells $SHELL; do
  206. # Try only shells that exist, to save several forks.
  207. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  208. { ("$as_shell") 2> /dev/null <<\_ASEOF
  209. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  210. emulate sh
  211. NULLCMD=:
  212. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  213. # is contrary to our usage. Disable this feature.
  214. alias -g '${1+"$@"}'='"$@"'
  215. setopt NO_GLOB_SUBST
  216. else
  217. case `(set -o) 2>/dev/null` in
  218. *posix*) set -o posix ;;
  219. esac
  220. fi
  221. :
  222. _ASEOF
  223. }; then
  224. CONFIG_SHELL=$as_shell
  225. as_have_required=yes
  226. if { "$as_shell" 2> /dev/null <<\_ASEOF
  227. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  228. emulate sh
  229. NULLCMD=:
  230. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  231. # is contrary to our usage. Disable this feature.
  232. alias -g '${1+"$@"}'='"$@"'
  233. setopt NO_GLOB_SUBST
  234. else
  235. case `(set -o) 2>/dev/null` in
  236. *posix*) set -o posix ;;
  237. esac
  238. fi
  239. :
  240. (as_func_return () {
  241. (exit $1)
  242. }
  243. as_func_success () {
  244. as_func_return 0
  245. }
  246. as_func_failure () {
  247. as_func_return 1
  248. }
  249. as_func_ret_success () {
  250. return 0
  251. }
  252. as_func_ret_failure () {
  253. return 1
  254. }
  255. exitcode=0
  256. if as_func_success; then
  257. :
  258. else
  259. exitcode=1
  260. echo as_func_success failed.
  261. fi
  262. if as_func_failure; then
  263. exitcode=1
  264. echo as_func_failure succeeded.
  265. fi
  266. if as_func_ret_success; then
  267. :
  268. else
  269. exitcode=1
  270. echo as_func_ret_success failed.
  271. fi
  272. if as_func_ret_failure; then
  273. exitcode=1
  274. echo as_func_ret_failure succeeded.
  275. fi
  276. if ( set x; as_func_ret_success y && test x = "$1" ); then
  277. :
  278. else
  279. exitcode=1
  280. echo positional parameters were not saved.
  281. fi
  282. test $exitcode = 0) || { (exit 1); exit 1; }
  283. (
  284. as_lineno_1=$LINENO
  285. as_lineno_2=$LINENO
  286. test "x$as_lineno_1" != "x$as_lineno_2" &&
  287. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  288. _ASEOF
  289. }; then
  290. break
  291. fi
  292. fi
  293. done
  294. if test "x$CONFIG_SHELL" != x; then
  295. for as_var in BASH_ENV ENV
  296. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  297. done
  298. export CONFIG_SHELL
  299. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  300. fi
  301. if test $as_have_required = no; then
  302. echo This script requires a shell more modern than all the
  303. echo shells that I found on your system. Please install a
  304. echo modern shell, or manually run the script under such a
  305. echo shell if you do have one.
  306. { (exit 1); exit 1; }
  307. fi
  308. fi
  309. fi
  310. (eval "as_func_return () {
  311. (exit \$1)
  312. }
  313. as_func_success () {
  314. as_func_return 0
  315. }
  316. as_func_failure () {
  317. as_func_return 1
  318. }
  319. as_func_ret_success () {
  320. return 0
  321. }
  322. as_func_ret_failure () {
  323. return 1
  324. }
  325. exitcode=0
  326. if as_func_success; then
  327. :
  328. else
  329. exitcode=1
  330. echo as_func_success failed.
  331. fi
  332. if as_func_failure; then
  333. exitcode=1
  334. echo as_func_failure succeeded.
  335. fi
  336. if as_func_ret_success; then
  337. :
  338. else
  339. exitcode=1
  340. echo as_func_ret_success failed.
  341. fi
  342. if as_func_ret_failure; then
  343. exitcode=1
  344. echo as_func_ret_failure succeeded.
  345. fi
  346. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  347. :
  348. else
  349. exitcode=1
  350. echo positional parameters were not saved.
  351. fi
  352. test \$exitcode = 0") || {
  353. echo No shell found that supports shell functions.
  354. echo Please tell autoconf@gnu.org about your system,
  355. echo including any error possibly output before this
  356. echo message
  357. }
  358. as_lineno_1=$LINENO
  359. as_lineno_2=$LINENO
  360. test "x$as_lineno_1" != "x$as_lineno_2" &&
  361. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  362. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  363. # uniformly replaced by the line number. The first 'sed' inserts a
  364. # line-number line after each line using $LINENO; the second 'sed'
  365. # does the real work. The second script uses 'N' to pair each
  366. # line-number line with the line containing $LINENO, and appends
  367. # trailing '-' during substitution so that $LINENO is not a special
  368. # case at line end.
  369. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  370. # scripts with optimization help from Paolo Bonzini. Blame Lee
  371. # E. McMahon (1931-1989) for sed's syntax. :-)
  372. sed -n '
  373. p
  374. /[$]LINENO/=
  375. ' <$as_myself |
  376. sed '
  377. s/[$]LINENO.*/&-/
  378. t lineno
  379. b
  380. :lineno
  381. N
  382. :loop
  383. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  384. t loop
  385. s/-\n.*//
  386. ' >$as_me.lineno &&
  387. chmod +x "$as_me.lineno" ||
  388. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  389. { (exit 1); exit 1; }; }
  390. # Don't try to exec as it changes $[0], causing all sort of problems
  391. # (the dirname of $[0] is not the place where we might find the
  392. # original and so on. Autoconf is especially sensitive to this).
  393. . "./$as_me.lineno"
  394. # Exit status is that of the last command.
  395. exit
  396. }
  397. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  398. as_dirname=dirname
  399. else
  400. as_dirname=false
  401. fi
  402. ECHO_C= ECHO_N= ECHO_T=
  403. case `echo -n x` in
  404. -n*)
  405. case `echo 'x\c'` in
  406. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  407. *) ECHO_C='\c';;
  408. esac;;
  409. *)
  410. ECHO_N='-n';;
  411. esac
  412. if expr a : '\(a\)' >/dev/null 2>&1 &&
  413. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  414. as_expr=expr
  415. else
  416. as_expr=false
  417. fi
  418. rm -f conf$$ conf$$.exe conf$$.file
  419. if test -d conf$$.dir; then
  420. rm -f conf$$.dir/conf$$.file
  421. else
  422. rm -f conf$$.dir
  423. mkdir conf$$.dir
  424. fi
  425. echo >conf$$.file
  426. if ln -s conf$$.file conf$$ 2>/dev/null; then
  427. as_ln_s='ln -s'
  428. # ... but there are two gotchas:
  429. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  430. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  431. # In both cases, we have to default to `cp -p'.
  432. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  433. as_ln_s='cp -p'
  434. elif ln conf$$.file conf$$ 2>/dev/null; then
  435. as_ln_s=ln
  436. else
  437. as_ln_s='cp -p'
  438. fi
  439. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  440. rmdir conf$$.dir 2>/dev/null
  441. if mkdir -p . 2>/dev/null; then
  442. as_mkdir_p=:
  443. else
  444. test -d ./-p && rmdir ./-p
  445. as_mkdir_p=false
  446. fi
  447. if test -x / >/dev/null 2>&1; then
  448. as_test_x='test -x'
  449. else
  450. if ls -dL / >/dev/null 2>&1; then
  451. as_ls_L_option=L
  452. else
  453. as_ls_L_option=
  454. fi
  455. as_test_x='
  456. eval sh -c '\''
  457. if test -d "$1"; then
  458. test -d "$1/.";
  459. else
  460. case $1 in
  461. -*)set "./$1";;
  462. esac;
  463. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  464. ???[sx]*):;;*)false;;esac;fi
  465. '\'' sh
  466. '
  467. fi
  468. as_executable_p=$as_test_x
  469. # Sed expression to map a string onto a valid CPP name.
  470. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  471. # Sed expression to map a string onto a valid variable name.
  472. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  473. exec 7<&0 </dev/null 6>&1
  474. # Name of the host.
  475. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  476. # so uname gets run too.
  477. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  478. #
  479. # Initializations.
  480. #
  481. ac_default_prefix=/usr/local
  482. ac_clean_files=
  483. ac_config_libobj_dir=.
  484. LIBOBJS=
  485. cross_compiling=no
  486. subdirs=
  487. MFLAGS=
  488. MAKEFLAGS=
  489. SHELL=${CONFIG_SHELL-/bin/sh}
  490. # Identity of this package.
  491. PACKAGE_NAME='jscoverage'
  492. PACKAGE_TARNAME='jscoverage'
  493. PACKAGE_VERSION='0.4'
  494. PACKAGE_STRING='jscoverage 0.4'
  495. PACKAGE_BUGREPORT=''
  496. ac_unique_file="jscoverage.c"
  497. # Factoring default headers for most tests.
  498. ac_includes_default="\
  499. #include <stdio.h>
  500. #ifdef HAVE_SYS_TYPES_H
  501. # include <sys/types.h>
  502. #endif
  503. #ifdef HAVE_SYS_STAT_H
  504. # include <sys/stat.h>
  505. #endif
  506. #ifdef STDC_HEADERS
  507. # include <stdlib.h>
  508. # include <stddef.h>
  509. #else
  510. # ifdef HAVE_STDLIB_H
  511. # include <stdlib.h>
  512. # endif
  513. #endif
  514. #ifdef HAVE_STRING_H
  515. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  516. # include <memory.h>
  517. # endif
  518. # include <string.h>
  519. #endif
  520. #ifdef HAVE_STRINGS_H
  521. # include <strings.h>
  522. #endif
  523. #ifdef HAVE_INTTYPES_H
  524. # include <inttypes.h>
  525. #endif
  526. #ifdef HAVE_STDINT_H
  527. # include <stdint.h>
  528. #endif
  529. #ifdef HAVE_UNISTD_H
  530. # include <unistd.h>
  531. #endif"
  532. ac_subst_vars='SHELL
  533. PATH_SEPARATOR
  534. PACKAGE_NAME
  535. PACKAGE_TARNAME
  536. PACKAGE_VERSION
  537. PACKAGE_STRING
  538. PACKAGE_BUGREPORT
  539. exec_prefix
  540. prefix
  541. program_transform_name
  542. bindir
  543. sbindir
  544. libexecdir
  545. datarootdir
  546. datadir
  547. sysconfdir
  548. sharedstatedir
  549. localstatedir
  550. includedir
  551. oldincludedir
  552. docdir
  553. infodir
  554. htmldir
  555. dvidir
  556. pdfdir
  557. psdir
  558. libdir
  559. localedir
  560. mandir
  561. DEFS
  562. ECHO_C
  563. ECHO_N
  564. ECHO_T
  565. LIBS
  566. build_alias
  567. host_alias
  568. target_alias
  569. INSTALL_PROGRAM
  570. INSTALL_SCRIPT
  571. INSTALL_DATA
  572. am__isrc
  573. CYGPATH_W
  574. PACKAGE
  575. VERSION
  576. ACLOCAL
  577. AUTOCONF
  578. AUTOMAKE
  579. AUTOHEADER
  580. MAKEINFO
  581. install_sh
  582. STRIP
  583. INSTALL_STRIP_PROGRAM
  584. mkdir_p
  585. AWK
  586. SET_MAKE
  587. am__leading_dot
  588. AMTAR
  589. am__tar
  590. am__untar
  591. build
  592. build_cpu
  593. build_vendor
  594. build_os
  595. host
  596. host_cpu
  597. host_vendor
  598. host_os
  599. CC
  600. CFLAGS
  601. LDFLAGS
  602. CPPFLAGS
  603. ac_ct_CC
  604. EXEEXT
  605. OBJEXT
  606. DEPDIR
  607. am__include
  608. am__quote
  609. AMDEP_TRUE
  610. AMDEP_FALSE
  611. AMDEPBACKSLASH
  612. CCDEPMODE
  613. am__fastdepCC_TRUE
  614. am__fastdepCC_FALSE
  615. CXX
  616. CXXFLAGS
  617. ac_ct_CXX
  618. CXXDEPMODE
  619. am__fastdepCXX_TRUE
  620. am__fastdepCXX_FALSE
  621. LIBICONV
  622. LTLIBICONV
  623. CPP
  624. GREP
  625. EGREP
  626. XP_DEF
  627. EXTRA_SOCKET_LIBS
  628. EXTRA_THREAD_LIBS
  629. EXTRA_TIMER_LIBS
  630. LIBOBJS
  631. LTLIBOBJS'
  632. ac_subst_files=''
  633. ac_precious_vars='build_alias
  634. host_alias
  635. target_alias
  636. CC
  637. CFLAGS
  638. LDFLAGS
  639. LIBS
  640. CPPFLAGS
  641. CXX
  642. CXXFLAGS
  643. CCC
  644. CPP'
  645. # Initialize some variables set by options.
  646. ac_init_help=
  647. ac_init_version=false
  648. # The variables have the same names as the options, with
  649. # dashes changed to underlines.
  650. cache_file=/dev/null
  651. exec_prefix=NONE
  652. no_create=
  653. no_recursion=
  654. prefix=NONE
  655. program_prefix=NONE
  656. program_suffix=NONE
  657. program_transform_name=s,x,x,
  658. silent=
  659. site=
  660. srcdir=
  661. verbose=
  662. x_includes=NONE
  663. x_libraries=NONE
  664. # Installation directory options.
  665. # These are left unexpanded so users can "make install exec_prefix=/foo"
  666. # and all the variables that are supposed to be based on exec_prefix
  667. # by default will actually change.
  668. # Use braces instead of parens because sh, perl, etc. also accept them.
  669. # (The list follows the same order as the GNU Coding Standards.)
  670. bindir='${exec_prefix}/bin'
  671. sbindir='${exec_prefix}/sbin'
  672. libexecdir='${exec_prefix}/libexec'
  673. datarootdir='${prefix}/share'
  674. datadir='${datarootdir}'
  675. sysconfdir='${prefix}/etc'
  676. sharedstatedir='${prefix}/com'
  677. localstatedir='${prefix}/var'
  678. includedir='${prefix}/include'
  679. oldincludedir='/usr/include'
  680. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  681. infodir='${datarootdir}/info'
  682. htmldir='${docdir}'
  683. dvidir='${docdir}'
  684. pdfdir='${docdir}'
  685. psdir='${docdir}'
  686. libdir='${exec_prefix}/lib'
  687. localedir='${datarootdir}/locale'
  688. mandir='${datarootdir}/man'
  689. ac_prev=
  690. ac_dashdash=
  691. for ac_option
  692. do
  693. # If the previous option needs an argument, assign it.
  694. if test -n "$ac_prev"; then
  695. eval $ac_prev=\$ac_option
  696. ac_prev=
  697. continue
  698. fi
  699. case $ac_option in
  700. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  701. *) ac_optarg=yes ;;
  702. esac
  703. # Accept the important Cygnus configure options, so we can diagnose typos.
  704. case $ac_dashdash$ac_option in
  705. --)
  706. ac_dashdash=yes ;;
  707. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  708. ac_prev=bindir ;;
  709. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  710. bindir=$ac_optarg ;;
  711. -build | --build | --buil | --bui | --bu)
  712. ac_prev=build_alias ;;
  713. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  714. build_alias=$ac_optarg ;;
  715. -cache-file | --cache-file | --cache-fil | --cache-fi \
  716. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  717. ac_prev=cache_file ;;
  718. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  719. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  720. cache_file=$ac_optarg ;;
  721. --config-cache | -C)
  722. cache_file=config.cache ;;
  723. -datadir | --datadir | --datadi | --datad)
  724. ac_prev=datadir ;;
  725. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  726. datadir=$ac_optarg ;;
  727. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  728. | --dataroo | --dataro | --datar)
  729. ac_prev=datarootdir ;;
  730. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  731. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  732. datarootdir=$ac_optarg ;;
  733. -disable-* | --disable-*)
  734. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  735. # Reject names that are not valid shell variable names.
  736. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  737. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  738. { (exit 1); exit 1; }; }
  739. ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  740. eval enable_$ac_feature=no ;;
  741. -docdir | --docdir | --docdi | --doc | --do)
  742. ac_prev=docdir ;;
  743. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  744. docdir=$ac_optarg ;;
  745. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  746. ac_prev=dvidir ;;
  747. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  748. dvidir=$ac_optarg ;;
  749. -enable-* | --enable-*)
  750. ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  751. # Reject names that are not valid shell variable names.
  752. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  753. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  754. { (exit 1); exit 1; }; }
  755. ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  756. eval enable_$ac_feature=\$ac_optarg ;;
  757. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  758. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  759. | --exec | --exe | --ex)
  760. ac_prev=exec_prefix ;;
  761. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  762. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  763. | --exec=* | --exe=* | --ex=*)
  764. exec_prefix=$ac_optarg ;;
  765. -gas | --gas | --ga | --g)
  766. # Obsolete; use --with-gas.
  767. with_gas=yes ;;
  768. -help | --help | --hel | --he | -h)
  769. ac_init_help=long ;;
  770. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  771. ac_init_help=recursive ;;
  772. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  773. ac_init_help=short ;;
  774. -host | --host | --hos | --ho)
  775. ac_prev=host_alias ;;
  776. -host=* | --host=* | --hos=* | --ho=*)
  777. host_alias=$ac_optarg ;;
  778. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  779. ac_prev=htmldir ;;
  780. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  781. | --ht=*)
  782. htmldir=$ac_optarg ;;
  783. -includedir | --includedir | --includedi | --included | --include \
  784. | --includ | --inclu | --incl | --inc)
  785. ac_prev=includedir ;;
  786. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  787. | --includ=* | --inclu=* | --incl=* | --inc=*)
  788. includedir=$ac_optarg ;;
  789. -infodir | --infodir | --infodi | --infod | --info | --inf)
  790. ac_prev=infodir ;;
  791. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  792. infodir=$ac_optarg ;;
  793. -libdir | --libdir | --libdi | --libd)
  794. ac_prev=libdir ;;
  795. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  796. libdir=$ac_optarg ;;
  797. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  798. | --libexe | --libex | --libe)
  799. ac_prev=libexecdir ;;
  800. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  801. | --libexe=* | --libex=* | --libe=*)
  802. libexecdir=$ac_optarg ;;
  803. -localedir | --localedir | --localedi | --localed | --locale)
  804. ac_prev=localedir ;;
  805. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  806. localedir=$ac_optarg ;;
  807. -localstatedir | --localstatedir | --localstatedi | --localstated \
  808. | --localstate | --localstat | --localsta | --localst | --locals)
  809. ac_prev=localstatedir ;;
  810. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  811. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  812. localstatedir=$ac_optarg ;;
  813. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  814. ac_prev=mandir ;;
  815. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  816. mandir=$ac_optarg ;;
  817. -nfp | --nfp | --nf)
  818. # Obsolete; use --without-fp.
  819. with_fp=no ;;
  820. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  821. | --no-cr | --no-c | -n)
  822. no_create=yes ;;
  823. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  824. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  825. no_recursion=yes ;;
  826. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  827. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  828. | --oldin | --oldi | --old | --ol | --o)
  829. ac_prev=oldincludedir ;;
  830. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  831. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  832. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  833. oldincludedir=$ac_optarg ;;
  834. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  835. ac_prev=prefix ;;
  836. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  837. prefix=$ac_optarg ;;
  838. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  839. | --program-pre | --program-pr | --program-p)
  840. ac_prev=program_prefix ;;
  841. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  842. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  843. program_prefix=$ac_optarg ;;
  844. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  845. | --program-suf | --program-su | --program-s)
  846. ac_prev=program_suffix ;;
  847. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  848. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  849. program_suffix=$ac_optarg ;;
  850. -program-transform-name | --program-transform-name \
  851. | --program-transform-nam | --program-transform-na \
  852. | --program-transform-n | --program-transform- \
  853. | --program-transform | --program-transfor \
  854. | --program-transfo | --program-transf \
  855. | --program-trans | --program-tran \
  856. | --progr-tra | --program-tr | --program-t)
  857. ac_prev=program_transform_name ;;
  858. -program-transform-name=* | --program-transform-name=* \
  859. | --program-transform-nam=* | --program-transform-na=* \
  860. | --program-transform-n=* | --program-transform-=* \
  861. | --program-transform=* | --program-transfor=* \
  862. | --program-transfo=* | --program-transf=* \
  863. | --program-trans=* | --program-tran=* \
  864. | --progr-tra=* | --program-tr=* | --program-t=*)
  865. program_transform_name=$ac_optarg ;;
  866. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  867. ac_prev=pdfdir ;;
  868. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  869. pdfdir=$ac_optarg ;;
  870. -psdir | --psdir | --psdi | --psd | --ps)
  871. ac_prev=psdir ;;
  872. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  873. psdir=$ac_optarg ;;
  874. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  875. | -silent | --silent | --silen | --sile | --sil)
  876. silent=yes ;;
  877. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  878. ac_prev=sbindir ;;
  879. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  880. | --sbi=* | --sb=*)
  881. sbindir=$ac_optarg ;;
  882. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  883. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  884. | --sharedst | --shareds | --shared | --share | --shar \
  885. | --sha | --sh)
  886. ac_prev=sharedstatedir ;;
  887. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  888. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  889. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  890. | --sha=* | --sh=*)
  891. sharedstatedir=$ac_optarg ;;
  892. -site | --site | --sit)
  893. ac_prev=site ;;
  894. -site=* | --site=* | --sit=*)
  895. site=$ac_optarg ;;
  896. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  897. ac_prev=srcdir ;;
  898. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  899. srcdir=$ac_optarg ;;
  900. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  901. | --syscon | --sysco | --sysc | --sys | --sy)
  902. ac_prev=sysconfdir ;;
  903. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  904. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  905. sysconfdir=$ac_optarg ;;
  906. -target | --target | --targe | --targ | --tar | --ta | --t)
  907. ac_prev=target_alias ;;
  908. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  909. target_alias=$ac_optarg ;;
  910. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  911. verbose=yes ;;
  912. -version | --version | --versio | --versi | --vers | -V)
  913. ac_init_version=: ;;
  914. -with-* | --with-*)
  915. ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  916. # Reject names that are not valid shell variable names.
  917. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  918. { echo "$as_me: error: invalid package name: $ac_package" >&2
  919. { (exit 1); exit 1; }; }
  920. ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  921. eval with_$ac_package=\$ac_optarg ;;
  922. -without-* | --without-*)
  923. ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  924. # Reject names that are not valid shell variable names.
  925. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  926. { echo "$as_me: error: invalid package name: $ac_package" >&2
  927. { (exit 1); exit 1; }; }
  928. ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  929. eval with_$ac_package=no ;;
  930. --x)
  931. # Obsolete; use --with-x.
  932. with_x=yes ;;
  933. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  934. | --x-incl | --x-inc | --x-in | --x-i)
  935. ac_prev=x_includes ;;
  936. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  937. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  938. x_includes=$ac_optarg ;;
  939. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  940. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  941. ac_prev=x_libraries ;;
  942. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  943. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  944. x_libraries=$ac_optarg ;;
  945. -*) { echo "$as_me: error: unrecognized option: $ac_option
  946. Try \`$0 --help' for more information." >&2
  947. { (exit 1); exit 1; }; }
  948. ;;
  949. *=*)
  950. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  951. # Reject names that are not valid shell variable names.
  952. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  953. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  954. { (exit 1); exit 1; }; }
  955. eval $ac_envvar=\$ac_optarg
  956. export $ac_envvar ;;
  957. *)
  958. # FIXME: should be removed in autoconf 3.0.
  959. echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  960. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  961. echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  962. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  963. ;;
  964. esac
  965. done
  966. if test -n "$ac_prev"; then
  967. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  968. { echo "$as_me: error: missing argument to $ac_option" >&2
  969. { (exit 1); exit 1; }; }
  970. fi
  971. # Be sure to have absolute directory names.
  972. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  973. datadir sysconfdir sharedstatedir localstatedir includedir \
  974. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  975. libdir localedir mandir
  976. do
  977. eval ac_val=\$$ac_var
  978. case $ac_val in
  979. [\\/$]* | ?:[\\/]* ) continue;;
  980. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  981. esac
  982. { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  983. { (exit 1); exit 1; }; }
  984. done
  985. # There might be people who depend on the old broken behavior: `$host'
  986. # used to hold the argument of --host etc.
  987. # FIXME: To remove some day.
  988. build=$build_alias
  989. host=$host_alias
  990. target=$target_alias
  991. # FIXME: To remove some day.
  992. if test "x$host_alias" != x; then
  993. if test "x$build_alias" = x; then
  994. cross_compiling=maybe
  995. echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  996. If a cross compiler is detected then cross compile mode will be used." >&2
  997. elif test "x$build_alias" != "x$host_alias"; then
  998. cross_compiling=yes
  999. fi
  1000. fi
  1001. ac_tool_prefix=
  1002. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1003. test "$silent" = yes && exec 6>/dev/null
  1004. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1005. ac_ls_di=`ls -di .` &&
  1006. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1007. { echo "$as_me: error: Working directory cannot be determined" >&2
  1008. { (exit 1); exit 1; }; }
  1009. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1010. { echo "$as_me: error: pwd does not report name of working directory" >&2
  1011. { (exit 1); exit 1; }; }
  1012. # Find the source files, if location was not specified.
  1013. if test -z "$srcdir"; then
  1014. ac_srcdir_defaulted=yes
  1015. # Try the directory containing this script, then the parent directory.
  1016. ac_confdir=`$as_dirname -- "$0" ||
  1017. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1018. X"$0" : 'X\(//\)[^/]' \| \
  1019. X"$0" : 'X\(//\)$' \| \
  1020. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1021. echo X"$0" |
  1022. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1023. s//\1/
  1024. q
  1025. }
  1026. /^X\(\/\/\)[^/].*/{
  1027. s//\1/
  1028. q
  1029. }
  1030. /^X\(\/\/\)$/{
  1031. s//\1/
  1032. q
  1033. }
  1034. /^X\(\/\).*/{
  1035. s//\1/
  1036. q
  1037. }
  1038. s/.*/./; q'`
  1039. srcdir=$ac_confdir
  1040. if test ! -r "$srcdir/$ac_unique_file"; then
  1041. srcdir=..
  1042. fi
  1043. else
  1044. ac_srcdir_defaulted=no
  1045. fi
  1046. if test ! -r "$srcdir/$ac_unique_file"; then
  1047. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1048. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1049. { (exit 1); exit 1; }; }
  1050. fi
  1051. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1052. ac_abs_confdir=`(
  1053. cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1054. { (exit 1); exit 1; }; }
  1055. pwd)`
  1056. # When building in place, set srcdir=.
  1057. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1058. srcdir=.
  1059. fi
  1060. # Remove unnecessary trailing slashes from srcdir.
  1061. # Double slashes in file names in object file debugging info
  1062. # mess up M-x gdb in Emacs.
  1063. case $srcdir in
  1064. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1065. esac
  1066. for ac_var in $ac_precious_vars; do
  1067. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1068. eval ac_env_${ac_var}_value=\$${ac_var}
  1069. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1070. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1071. done
  1072. #
  1073. # Report the --help message.
  1074. #
  1075. if test "$ac_init_help" = "long"; then
  1076. # Omit some internal or obsolete options to make the list less imposing.
  1077. # This message is too long to be a string in the A/UX 3.1 sh.
  1078. cat <<_ACEOF
  1079. \`configure' configures jscoverage 0.4 to adapt to many kinds of systems.
  1080. Usage: $0 [OPTION]... [VAR=VALUE]...
  1081. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1082. VAR=VALUE. See below for descriptions of some of the useful variables.
  1083. Defaults for the options are specified in brackets.
  1084. Configuration:
  1085. -h, --help display this help and exit
  1086. --help=short display options specific to this package
  1087. --help=recursive display the short help of all the included packages
  1088. -V, --version display version information and exit
  1089. -q, --quiet, --silent do not print \`checking...' messages
  1090. --cache-file=FILE cache test results in FILE [disabled]
  1091. -C, --config-cache alias for \`--cache-file=config.cache'
  1092. -n, --no-create do not create output files
  1093. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1094. Installation directories:
  1095. --prefix=PREFIX install architecture-independent files in PREFIX
  1096. [$ac_default_prefix]
  1097. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1098. [PREFIX]
  1099. By default, \`make install' will install all the files in
  1100. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1101. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1102. for instance \`--prefix=\$HOME'.
  1103. For better control, use the options below.
  1104. Fine tuning of the installation directories:
  1105. --bindir=DIR user executables [EPREFIX/bin]
  1106. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1107. --libexecdir=DIR program executables [EPREFIX/libexec]
  1108. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1109. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1110. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1111. --libdir=DIR object code libraries [EPREFIX/lib]
  1112. --includedir=DIR C header files [PREFIX/include]
  1113. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1114. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1115. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1116. --infodir=DIR info documentation [DATAROOTDIR/info]
  1117. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1118. --mandir=DIR man documentation [DATAROOTDIR/man]
  1119. --docdir=DIR documentation root [DATAROOTDIR/doc/jscoverage]
  1120. --htmldir=DIR html documentation [DOCDIR]
  1121. --dvidir=DIR dvi documentation [DOCDIR]
  1122. --pdfdir=DIR pdf documentation [DOCDIR]
  1123. --psdir=DIR ps documentation [DOCDIR]
  1124. _ACEOF
  1125. cat <<\_ACEOF
  1126. Program names:
  1127. --program-prefix=PREFIX prepend PREFIX to installed program names
  1128. --program-suffix=SUFFIX append SUFFIX to installed program names
  1129. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1130. System types:
  1131. --build=BUILD configure for building on BUILD [guessed]
  1132. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1133. _ACEOF
  1134. fi
  1135. if test -n "$ac_init_help"; then
  1136. case $ac_init_help in
  1137. short | recursive ) echo "Configuration of jscoverage 0.4:";;
  1138. esac
  1139. cat <<\_ACEOF
  1140. Optional Features:
  1141. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1142. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1143. --disable-dependency-tracking speeds up one-time build
  1144. --enable-dependency-tracking do not reject slow dependency extractors
  1145. --disable-rpath do not hardcode runtime library paths
  1146. Optional Packages:
  1147. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1148. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1149. --with-gnu-ld assume the C compiler uses GNU ld default=no
  1150. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  1151. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  1152. Some influential environment variables:
  1153. CC C compiler command
  1154. CFLAGS C compiler flags
  1155. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1156. nonstandard directory <lib dir>
  1157. LIBS libraries to pass to the linker, e.g. -l<library>
  1158. CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1159. you have headers in a nonstandard directory <include dir>
  1160. CXX C++ compiler command
  1161. CXXFLAGS C++ compiler flags
  1162. CPP C preprocessor
  1163. Use these variables to override the choices made by `configure' or to help
  1164. it to find libraries and programs with nonstandard names/locations.
  1165. _ACEOF
  1166. ac_status=$?
  1167. fi
  1168. if test "$ac_init_help" = "recursive"; then
  1169. # If there are subdirs, report their specific --help.
  1170. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1171. test -d "$ac_dir" || continue
  1172. ac_builddir=.
  1173. case "$ac_dir" in
  1174. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1175. *)
  1176. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1177. # A ".." for each directory in $ac_dir_suffix.
  1178. ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1179. case $ac_top_builddir_sub in
  1180. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1181. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1182. esac ;;
  1183. esac
  1184. ac_abs_top_builddir=$ac_pwd
  1185. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1186. # for backward compatibility:
  1187. ac_top_builddir=$ac_top_build_prefix
  1188. case $srcdir in
  1189. .) # We are building in place.
  1190. ac_srcdir=.
  1191. ac_top_srcdir=$ac_top_builddir_sub
  1192. ac_abs_top_srcdir=$ac_pwd ;;
  1193. [\\/]* | ?:[\\/]* ) # Absolute name.
  1194. ac_srcdir=$srcdir$ac_dir_suffix;
  1195. ac_top_srcdir=$srcdir
  1196. ac_abs_top_srcdir=$srcdir ;;
  1197. *) # Relative name.
  1198. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1199. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1200. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1201. esac
  1202. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1203. cd "$ac_dir" || { ac_status=$?; continue; }
  1204. # Check for guested configure.
  1205. if test -f "$ac_srcdir/configure.gnu"; then
  1206. echo &&
  1207. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1208. elif test -f "$ac_srcdir/configure"; then
  1209. echo &&
  1210. $SHELL "$ac_srcdir/configure" --help=recursive
  1211. else
  1212. echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1213. fi || ac_status=$?
  1214. cd "$ac_pwd" || { ac_status=$?; break; }
  1215. done
  1216. fi
  1217. test -n "$ac_init_help" && exit $ac_status
  1218. if $ac_init_version; then
  1219. cat <<\_ACEOF
  1220. jscoverage configure 0.4
  1221. generated by GNU Autoconf 2.61
  1222. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1223. 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1224. This configure script is free software; the Free Software Foundation
  1225. gives unlimited permission to copy, distribute and modify it.
  1226. _ACEOF
  1227. exit
  1228. fi
  1229. cat >config.log <<_ACEOF
  1230. This file contains any messages produced by compilers while
  1231. running configure, to aid debugging if configure makes a mistake.
  1232. It was created by jscoverage $as_me 0.4, which was
  1233. generated by GNU Autoconf 2.61. Invocation command line was
  1234. $ $0 $@
  1235. _ACEOF
  1236. exec 5>>config.log
  1237. {
  1238. cat <<_ASUNAME
  1239. ## --------- ##
  1240. ## Platform. ##
  1241. ## --------- ##
  1242. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1243. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1244. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1245. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1246. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1247. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1248. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  1249. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  1250. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  1251. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1252. /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
  1253. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  1254. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  1255. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  1256. _ASUNAME
  1257. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1258. for as_dir in $PATH
  1259. do
  1260. IFS=$as_save_IFS
  1261. test -z "$as_dir" && as_dir=.
  1262. echo "PATH: $as_dir"
  1263. done
  1264. IFS=$as_save_IFS
  1265. } >&5
  1266. cat >&5 <<_ACEOF
  1267. ## ----------- ##
  1268. ## Core tests. ##
  1269. ## ----------- ##
  1270. _ACEOF
  1271. # Keep a trace of the command line.
  1272. # Strip out --no-create and --no-recursion so they do not pile up.
  1273. # Strip out --silent because we don't want to record it for future runs.
  1274. # Also quote any args containing shell meta-characters.
  1275. # Make two passes to allow for proper duplicate-argument suppression.
  1276. ac_configure_args=
  1277. ac_configure_args0=
  1278. ac_configure_args1=
  1279. ac_must_keep_next=false
  1280. for ac_pass in 1 2
  1281. do
  1282. for ac_arg
  1283. do
  1284. case $ac_arg in
  1285. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1286. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1287. | -silent | --silent | --silen | --sile | --sil)
  1288. continue ;;
  1289. *\'*)
  1290. ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1291. esac
  1292. case $ac_pass in
  1293. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1294. 2)
  1295. ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1296. if test $ac_must_keep_next = true; then
  1297. ac_must_keep_next=false # Got value, back to normal.
  1298. else
  1299. case $ac_arg in
  1300. *=* | --config-cache | -C | -disable-* | --disable-* \
  1301. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1302. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1303. | -with-* | --with-* | -without-* | --without-* | --x)
  1304. case "$ac_configure_args0 " in
  1305. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1306. esac
  1307. ;;
  1308. -* ) ac_must_keep_next=true ;;
  1309. esac
  1310. fi
  1311. ac_configure_args="$ac_configure_args '$ac_arg'"
  1312. ;;
  1313. esac
  1314. done
  1315. done
  1316. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1317. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1318. # When interrupted or exit'd, cleanup temporary files, and complete
  1319. # config.log. We remove comments because anyway the quotes in there
  1320. # would cause problems or look ugly.
  1321. # WARNING: Use '\'' to represent an apostrophe within the trap.
  1322. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1323. trap 'exit_status=$?
  1324. # Save into config.log some information that might help in debugging.
  1325. {
  1326. echo
  1327. cat <<\_ASBOX
  1328. ## ---------------- ##
  1329. ## Cache variables. ##
  1330. ## ---------------- ##
  1331. _ASBOX
  1332. echo
  1333. # The following way of writing the cache mishandles newlines in values,
  1334. (
  1335. for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1336. eval ac_val=\$$ac_var
  1337. case $ac_val in #(
  1338. *${as_nl}*)
  1339. case $ac_var in #(
  1340. *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1341. echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1342. esac
  1343. case $ac_var in #(
  1344. _ | IFS | as_nl) ;; #(
  1345. *) $as_unset $ac_var ;;
  1346. esac ;;
  1347. esac
  1348. done
  1349. (set) 2>&1 |
  1350. case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1351. *${as_nl}ac_space=\ *)
  1352. sed -n \
  1353. "s/'\''/'\''\\\\'\'''\''/g;
  1354. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1355. ;; #(
  1356. *)
  1357. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1358. ;;
  1359. esac |
  1360. sort
  1361. )
  1362. echo
  1363. cat <<\_ASBOX
  1364. ## ----------------- ##
  1365. ## Output variables. ##
  1366. ## ----------------- ##
  1367. _ASBOX
  1368. echo
  1369. for ac_var in $ac_subst_vars
  1370. do
  1371. eval ac_val=\$$ac_var
  1372. case $ac_val in
  1373. *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1374. esac
  1375. echo "$ac_var='\''$ac_val'\''"
  1376. done | sort
  1377. echo
  1378. if test -n "$ac_subst_files"; then
  1379. cat <<\_ASBOX
  1380. ## ------------------- ##
  1381. ## File substitutions. ##
  1382. ## ------------------- ##
  1383. _ASBOX
  1384. echo
  1385. for ac_var in $ac_subst_files
  1386. do
  1387. eval ac_val=\$$ac_var
  1388. case $ac_val in
  1389. *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1390. esac
  1391. echo "$ac_var='\''$ac_val'\''"
  1392. done | sort
  1393. echo
  1394. fi
  1395. if test -s confdefs.h; then
  1396. cat <<\_ASBOX
  1397. ## ----------- ##
  1398. ## confdefs.h. ##
  1399. ## ----------- ##
  1400. _ASBOX
  1401. echo
  1402. cat confdefs.h
  1403. echo
  1404. fi
  1405. test "$ac_signal" != 0 &&
  1406. echo "$as_me: caught signal $ac_signal"
  1407. echo "$as_me: exit $exit_status"
  1408. } >&5
  1409. rm -f core *.core core.conftest.* &&
  1410. rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1411. exit $exit_status
  1412. ' 0
  1413. for ac_signal in 1 2 13 15; do
  1414. trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1415. done
  1416. ac_signal=0
  1417. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1418. rm -f -r conftest* confdefs.h
  1419. # Predefined preprocessor variables.
  1420. cat >>confdefs.h <<_ACEOF
  1421. #define PACKAGE_NAME "$PACKAGE_NAME"
  1422. _ACEOF
  1423. cat >>confdefs.h <<_ACEOF
  1424. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1425. _ACEOF
  1426. cat >>confdefs.h <<_ACEOF
  1427. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1428. _ACEOF
  1429. cat >>confdefs.h <<_ACEOF
  1430. #define PACKAGE_STRING "$PACKAGE_STRING"
  1431. _ACEOF
  1432. cat >>confdefs.h <<_ACEOF
  1433. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1434. _ACEOF
  1435. # Let the site file select an alternate cache file if it wants to.
  1436. # Prefer explicitly selected file to automatically selected ones.
  1437. if test -n "$CONFIG_SITE"; then
  1438. set x "$CONFIG_SITE"
  1439. elif test "x$prefix" != xNONE; then
  1440. set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1441. else
  1442. set x "$ac_default_prefix/share/config.site" \
  1443. "$ac_default_prefix/etc/config.site"
  1444. fi
  1445. shift
  1446. for ac_site_file
  1447. do
  1448. if test -r "$ac_site_file"; then
  1449. { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1450. echo "$as_me: loading site script $ac_site_file" >&6;}
  1451. sed 's/^/| /' "$ac_site_file" >&5
  1452. . "$ac_site_file"
  1453. fi
  1454. done
  1455. if test -r "$cache_file"; then
  1456. # Some versions of bash will fail to source /dev/null (special
  1457. # files actually), so we avoid doing that.
  1458. if test -f "$cache_file"; then
  1459. { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1460. echo "$as_me: loading cache $cache_file" >&6;}
  1461. case $cache_file in
  1462. [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1463. *) . "./$cache_file";;
  1464. esac
  1465. fi
  1466. else
  1467. { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1468. echo "$as_me: creating cache $cache_file" >&6;}
  1469. >$cache_file
  1470. fi
  1471. # Check that the precious variables saved in the cache have kept the same
  1472. # value.
  1473. ac_cache_corrupted=false
  1474. for ac_var in $ac_precious_vars; do
  1475. eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1476. eval ac_new_set=\$ac_env_${ac_var}_set
  1477. eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1478. eval ac_new_val=\$ac_env_${ac_var}_value
  1479. case $ac_old_set,$ac_new_set in
  1480. set,)
  1481. { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1482. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1483. ac_cache_corrupted=: ;;
  1484. ,set)
  1485. { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1486. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1487. ac_cache_corrupted=: ;;
  1488. ,);;
  1489. *)
  1490. if test "x$ac_old_val" != "x$ac_new_val"; then
  1491. { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1492. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1493. { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
  1494. echo "$as_me: former value: $ac_old_val" >&2;}
  1495. { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
  1496. echo "$as_me: current value: $ac_new_val" >&2;}
  1497. ac_cache_corrupted=:
  1498. fi;;
  1499. esac
  1500. # Pass precious variables to config.status.
  1501. if test "$ac_new_set" = set; then
  1502. case $ac_new_val in
  1503. *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1504. *) ac_arg=$ac_var=$ac_new_val ;;
  1505. esac
  1506. case " $ac_configure_args " in
  1507. *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
  1508. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1509. esac
  1510. fi
  1511. done
  1512. if $ac_cache_corrupted; then
  1513. { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1514. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1515. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1516. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1517. { (exit 1); exit 1; }; }
  1518. fi
  1519. ac_ext=c
  1520. ac_cpp='$CPP $CPPFLAGS'
  1521. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1522. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1523. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1524. am__api_version='1.10'
  1525. ac_aux_dir=
  1526. for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  1527. if test -f "$ac_dir/install-sh"; then
  1528. ac_aux_dir=$ac_dir
  1529. ac_install_sh="$ac_aux_dir/install-sh -c"
  1530. break
  1531. elif test -f "$ac_dir/install.sh"; then
  1532. ac_aux_dir=$ac_dir
  1533. ac_install_sh="$ac_aux_dir/install.sh -c"
  1534. break
  1535. elif test -f "$ac_dir/shtool"; then
  1536. ac_aux_dir=$ac_dir
  1537. ac_install_sh="$ac_aux_dir/shtool install -c"
  1538. break
  1539. fi
  1540. done
  1541. if test -z "$ac_aux_dir"; then
  1542. { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
  1543. echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
  1544. { (exit 1); exit 1; }; }
  1545. fi
  1546. # These three variables are undocumented and unsupported,
  1547. # and are intended to be withdrawn in a future Autoconf release.
  1548. # They can cause serious problems if a builder's source tree is in a directory
  1549. # whose full name contains unusual characters.
  1550. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
  1551. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
  1552. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
  1553. # Find a good install program. We prefer a C program (faster),
  1554. # so one script is as good as another. But avoid the broken or
  1555. # incompatible versions:
  1556. # SysV /etc/install, /usr/sbin/install
  1557. # SunOS /usr/etc/install
  1558. # IRIX /sbin/install
  1559. # AIX /bin/install
  1560. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1561. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1562. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1563. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1564. # OS/2's system install, which has a completely different semantic
  1565. # ./install, which can be erroneously created by make from ./install.sh.
  1566. { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1567. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1568. if test -z "$INSTALL"; then
  1569. if test "${ac_cv_path_install+set}" = set; then
  1570. echo $ECHO_N "(cached) $ECHO_C" >&6
  1571. else
  1572. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1573. for as_dir in $PATH
  1574. do
  1575. IFS=$as_save_IFS
  1576. test -z "$as_dir" && as_dir=.
  1577. # Account for people who put trailing slashes in PATH elements.
  1578. case $as_dir/ in
  1579. ./ | .// | /cC/* | \
  1580. /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1581. ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1582. /usr/ucb/* ) ;;
  1583. *)
  1584. # OSF1 and SCO ODT 3.0 have their own names for install.
  1585. # Don't use installbsd from OSF since it installs stuff as root
  1586. # by default.
  1587. for ac_prog in ginstall scoinst install; do
  1588. for ac_exec_ext in '' $ac_executable_extensions; do
  1589. if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1590. if test $ac_prog = install &&
  1591. grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1592. # AIX install. It has an incompatible calling convention.
  1593. :
  1594. elif test $ac_prog = install &&
  1595. grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1596. # program-specific install script used by HP pwplus--don't use.
  1597. :
  1598. else
  1599. ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1600. break 3
  1601. fi
  1602. fi
  1603. done
  1604. done
  1605. ;;
  1606. esac
  1607. done
  1608. IFS=$as_save_IFS
  1609. fi
  1610. if test "${ac_cv_path_install+set}" = set; then
  1611. INSTALL=$ac_cv_path_install
  1612. else
  1613. # As a last resort, use the slow shell script. Don't cache a
  1614. # value for INSTALL within a source directory, because that will
  1615. # break other packages using the cache if that directory is
  1616. # removed, or if the value is a relative name.
  1617. INSTALL=$ac_install_sh
  1618. fi
  1619. fi
  1620. { echo "$as_me:$LINENO: result: $INSTALL" >&5
  1621. echo "${ECHO_T}$INSTALL" >&6; }
  1622. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1623. # It thinks the first close brace ends the variable substitution.
  1624. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1625. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1626. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1627. { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1628. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  1629. # Just in case
  1630. sleep 1
  1631. echo timestamp > conftest.file
  1632. # Do `set' in a subshell so we don't clobber the current shell's
  1633. # arguments. Must try -L first in case configure is actually a
  1634. # symlink; some systems play weird games with the mod time of symlinks
  1635. # (eg FreeBSD returns the mod time of the symlink's containing
  1636. # directory).
  1637. if (
  1638. set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1639. if test "$*" = "X"; then
  1640. # -L didn't work.
  1641. set X `ls -t $srcdir/configure conftest.file`
  1642. fi
  1643. rm -f conftest.file
  1644. if test "$*" != "X $srcdir/configure conftest.file" \
  1645. && test "$*" != "X conftest.file $srcdir/configure"; then
  1646. # If neither matched, then we have a broken ls. This can happen
  1647. # if, for instance, CONFIG_SHELL is bash and it inherits a
  1648. # broken ls alias from the environment. This has actually
  1649. # happened. Such a system could not be considered "sane".
  1650. { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
  1651. alias in your environment" >&5
  1652. echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
  1653. alias in your environment" >&2;}
  1654. { (exit 1); exit 1; }; }
  1655. fi
  1656. test "$2" = conftest.file
  1657. )
  1658. then
  1659. # Ok.
  1660. :
  1661. else
  1662. { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1663. Check your system clock" >&5
  1664. echo "$as_me: error: newly created file is older than distributed files!
  1665. Check your system clock" >&2;}
  1666. { (exit 1); exit 1; }; }
  1667. fi
  1668. { echo "$as_me:$LINENO: result: yes" >&5
  1669. echo "${ECHO_T}yes" >&6; }
  1670. test "$program_prefix" != NONE &&
  1671. program_transform_name="s&^&$program_prefix&;$program_transform_name"
  1672. # Use a double $ so make ignores it.
  1673. test "$program_suffix" != NONE &&
  1674. program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  1675. # Double any \ or $. echo might interpret backslashes.
  1676. # By default was `s,x,x', remove it if useless.
  1677. cat <<\_ACEOF >conftest.sed
  1678. s/[\\$]/&&/g;s/;s,x,x,$//
  1679. _ACEOF
  1680. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1681. rm -f conftest.sed
  1682. # expand $ac_aux_dir to an absolute path
  1683. am_aux_dir=`cd $ac_aux_dir && pwd`
  1684. test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  1685. # Use eval to expand $SHELL
  1686. if eval "$MISSING --run true"; then
  1687. am_missing_run="$MISSING --run "
  1688. else
  1689. am_missing_run=
  1690. { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  1691. echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1692. fi
  1693. { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
  1694. echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
  1695. if test -z "$MKDIR_P"; then
  1696. if test "${ac_cv_path_mkdir+set}" = set; then
  1697. echo $ECHO_N "(cached) $ECHO_C" >&6
  1698. else
  1699. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1700. for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  1701. do
  1702. IFS=$as_save_IFS
  1703. test -z "$as_dir" && as_dir=.
  1704. for ac_prog in mkdir gmkdir; do
  1705. for ac_exec_ext in '' $ac_executable_extensions; do
  1706. { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
  1707. case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  1708. 'mkdir (GNU coreutils) '* | \
  1709. 'mkdir (coreutils) '* | \
  1710. 'mkdir (fileutils) '4.1*)
  1711. ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  1712. break 3;;
  1713. esac
  1714. done
  1715. done
  1716. done
  1717. IFS=$as_save_IFS
  1718. fi
  1719. if test "${ac_cv_path_mkdir+set}" = set; then
  1720. MKDIR_P="$ac_cv_path_mkdir -p"
  1721. else
  1722. # As a last resort, use the slow shell script. Don't cache a
  1723. # value for MKDIR_P within a source directory, because that will
  1724. # break other packages using the cache if that directory is
  1725. # removed, or if the value is a relative name.
  1726. test -d ./--version && rmdir ./--version
  1727. MKDIR_P="$ac_install_sh -d"
  1728. fi
  1729. fi
  1730. { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
  1731. echo "${ECHO_T}$MKDIR_P" >&6; }
  1732. mkdir_p="$MKDIR_P"
  1733. case $mkdir_p in
  1734. [\\/$]* | ?:[\\/]*) ;;
  1735. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  1736. esac
  1737. for ac_prog in gawk mawk nawk awk
  1738. do
  1739. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1740. set dummy $ac_prog; ac_word=$2
  1741. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1742. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1743. if test "${ac_cv_prog_AWK+set}" = set; then
  1744. echo $ECHO_N "(cached) $ECHO_C" >&6
  1745. else
  1746. if test -n "$AWK"; then
  1747. ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1748. else
  1749. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1750. for as_dir in $PATH
  1751. do
  1752. IFS=$as_save_IFS
  1753. test -z "$as_dir" && as_dir=.
  1754. for ac_exec_ext in '' $ac_executable_extensions; do
  1755. if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1756. ac_cv_prog_AWK="$ac_prog"
  1757. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1758. break 2
  1759. fi
  1760. done
  1761. done
  1762. IFS=$as_save_IFS
  1763. fi
  1764. fi
  1765. AWK=$ac_cv_prog_AWK
  1766. if test -n "$AWK"; then
  1767. { echo "$as_me:$LINENO: result: $AWK" >&5
  1768. echo "${ECHO_T}$AWK" >&6; }
  1769. else
  1770. { echo "$as_me:$LINENO: result: no" >&5
  1771. echo "${ECHO_T}no" >&6; }
  1772. fi
  1773. test -n "$AWK" && break
  1774. done
  1775. { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1776. echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  1777. set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  1778. if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  1779. echo $ECHO_N "(cached) $ECHO_C" >&6
  1780. else
  1781. cat >conftest.make <<\_ACEOF
  1782. SHELL = /bin/sh
  1783. all:
  1784. @echo '@@@%%%=$(MAKE)=@@@%%%'
  1785. _ACEOF
  1786. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1787. case `${MAKE-make} -f conftest.make 2>/dev/null` in
  1788. *@@@%%%=?*=@@@%%%*)
  1789. eval ac_cv_prog_make_${ac_make}_set=yes;;
  1790. *)
  1791. eval ac_cv_prog_make_${ac_make}_set=no;;
  1792. esac
  1793. rm -f conftest.make
  1794. fi
  1795. if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  1796. { echo "$as_me:$LINENO: result: yes" >&5
  1797. echo "${ECHO_T}yes" >&6; }
  1798. SET_MAKE=
  1799. else
  1800. { echo "$as_me:$LINENO: result: no" >&5
  1801. echo "${ECHO_T}no" >&6; }
  1802. SET_MAKE="MAKE=${MAKE-make}"
  1803. fi
  1804. rm -rf .tst 2>/dev/null
  1805. mkdir .tst 2>/dev/null
  1806. if test -d .tst; then
  1807. am__leading_dot=.
  1808. else
  1809. am__leading_dot=_
  1810. fi
  1811. rmdir .tst 2>/dev/null
  1812. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  1813. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  1814. # is not polluted with repeated "-I."
  1815. am__isrc=' -I$(srcdir)'
  1816. # test to see if srcdir already configured
  1817. if test -f $srcdir/config.status; then
  1818. { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1819. echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1820. { (exit 1); exit 1; }; }
  1821. fi
  1822. fi
  1823. # test whether we have cygpath
  1824. if test -z "$CYGPATH_W"; then
  1825. if (cygpath --version) >/dev/null 2>/dev/null; then
  1826. CYGPATH_W='cygpath -w'
  1827. else
  1828. CYGPATH_W=echo
  1829. fi
  1830. fi
  1831. # Define the identity of the package.
  1832. PACKAGE='jscoverage'
  1833. VERSION='0.4'
  1834. cat >>confdefs.h <<_ACEOF
  1835. #define PACKAGE "$PACKAGE"
  1836. _ACEOF
  1837. cat >>confdefs.h <<_ACEOF
  1838. #define VERSION "$VERSION"
  1839. _ACEOF
  1840. # Some tools Automake needs.
  1841. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1842. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1843. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1844. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1845. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1846. install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
  1847. # Installed binaries are usually stripped using `strip' when the user
  1848. # run `make install-strip'. However `strip' might not be the right
  1849. # tool to use in cross-compilation environments, therefore Automake
  1850. # will honor the `STRIP' environment variable to overrule this program.
  1851. if test "$cross_compiling" != no; then
  1852. if test -n "$ac_tool_prefix"; then
  1853. # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1854. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1855. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1856. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1857. if test "${ac_cv_prog_STRIP+set}" = set; then
  1858. echo $ECHO_N "(cached) $ECHO_C" >&6
  1859. else
  1860. if test -n "$STRIP"; then
  1861. ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1862. else
  1863. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1864. for as_dir in $PATH
  1865. do
  1866. IFS=$as_save_IFS
  1867. test -z "$as_dir" && as_dir=.
  1868. for ac_exec_ext in '' $ac_executable_extensions; do
  1869. if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1870. ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1871. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1872. break 2
  1873. fi
  1874. done
  1875. done
  1876. IFS=$as_save_IFS
  1877. fi
  1878. fi
  1879. STRIP=$ac_cv_prog_STRIP
  1880. if test -n "$STRIP"; then
  1881. { echo "$as_me:$LINENO: result: $STRIP" >&5
  1882. echo "${ECHO_T}$STRIP" >&6; }
  1883. else
  1884. { echo "$as_me:$LINENO: result: no" >&5
  1885. echo "${ECHO_T}no" >&6; }
  1886. fi
  1887. fi
  1888. if test -z "$ac_cv_prog_STRIP"; then
  1889. ac_ct_STRIP=$STRIP
  1890. # Extract the first word of "strip", so it can be a program name with args.
  1891. set dummy strip; ac_word=$2
  1892. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1893. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1894. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1895. echo $ECHO_N "(cached) $ECHO_C" >&6
  1896. else
  1897. if test -n "$ac_ct_STRIP"; then
  1898. ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1899. else
  1900. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1901. for as_dir in $PATH
  1902. do
  1903. IFS=$as_save_IFS
  1904. test -z "$as_dir" && as_dir=.
  1905. for ac_exec_ext in '' $ac_executable_extensions; do
  1906. if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1907. ac_cv_prog_ac_ct_STRIP="strip"
  1908. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1909. break 2
  1910. fi
  1911. done
  1912. done
  1913. IFS=$as_save_IFS
  1914. fi
  1915. fi
  1916. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1917. if test -n "$ac_ct_STRIP"; then
  1918. { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1919. echo "${ECHO_T}$ac_ct_STRIP" >&6; }
  1920. else
  1921. { echo "$as_me:$LINENO: result: no" >&5
  1922. echo "${ECHO_T}no" >&6; }
  1923. fi
  1924. if test "x$ac_ct_STRIP" = x; then
  1925. STRIP=":"
  1926. else
  1927. case $cross_compiling:$ac_tool_warned in
  1928. yes:)
  1929. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1930. whose name does not start with the host triplet. If you think this
  1931. configuration is useful to you, please write to autoconf@gnu.org." >&5
  1932. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1933. whose name does not start with the host triplet. If you think this
  1934. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1935. ac_tool_warned=yes ;;
  1936. esac
  1937. STRIP=$ac_ct_STRIP
  1938. fi
  1939. else
  1940. STRIP="$ac_cv_prog_STRIP"
  1941. fi
  1942. fi
  1943. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  1944. # We need awk for the "check" target. The system "awk" is bad on
  1945. # some platforms.
  1946. # Always define AMTAR for backward compatibility.
  1947. AMTAR=${AMTAR-"${am_missing_run}tar"}
  1948. am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  1949. ac_config_headers="$ac_config_headers config.h"
  1950. # Make sure we can run config.sub.
  1951. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  1952. { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  1953. echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  1954. { (exit 1); exit 1; }; }
  1955. { echo "$as_me:$LINENO: checking build system type" >&5
  1956. echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  1957. if test "${ac_cv_build+set}" = set; then
  1958. echo $ECHO_N "(cached) $ECHO_C" >&6
  1959. else
  1960. ac_build_alias=$build_alias
  1961. test "x$ac_build_alias" = x &&
  1962. ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  1963. test "x$ac_build_alias" = x &&
  1964. { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1965. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1966. { (exit 1); exit 1; }; }
  1967. ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  1968. { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  1969. echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  1970. { (exit 1); exit 1; }; }
  1971. fi
  1972. { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1973. echo "${ECHO_T}$ac_cv_build" >&6; }
  1974. case $ac_cv_build in
  1975. *-*-*) ;;
  1976. *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  1977. echo "$as_me: error: invalid value of canonical build" >&2;}
  1978. { (exit 1); exit 1; }; };;
  1979. esac
  1980. build=$ac_cv_build
  1981. ac_save_IFS=$IFS; IFS='-'
  1982. set x $ac_cv_build
  1983. shift
  1984. build_cpu=$1
  1985. build_vendor=$2
  1986. shift; shift
  1987. # Remember, the first character of IFS is used to create $*,
  1988. # except with old shells:
  1989. build_os=$*
  1990. IFS=$ac_save_IFS
  1991. case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  1992. { echo "$as_me:$LINENO: checking host system type" >&5
  1993. echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  1994. if test "${ac_cv_host+set}" = set; then
  1995. echo $ECHO_N "(cached) $ECHO_C" >&6
  1996. else
  1997. if test "x$host_alias" = x; then
  1998. ac_cv_h