PageRenderTime 69ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/configure

https://bitbucket.org/mike_php_net/mod-domaintree
Shell | 4959 lines | 4171 code | 410 blank | 378 comment | 384 complexity | 75efb2771def1ac2586c5f783708e0e0 MD5 | raw file
Possible License(s): Apache-2.0

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

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