PageRenderTime 266ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 3ms

/configure

https://bitbucket.org/mst/ooo340
Shell | 15916 lines | 14449 code | 846 blank | 621 comment | 946 complexity | 3d8452c21077611d34f6380bc53def6e MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, LGPL-3.0, AGPL-1.0, BSD-3-Clause-No-Nuclear-License-2014, GPL-3.0, GPL-2.0, BSD-3-Clause, LGPL-2.1

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

  1. #! /bin/sh
  2. # From configure.in Revision: 1.290 .
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated by GNU Autoconf 2.64.
  5. #
  6. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  7. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
  8. # Foundation, Inc.
  9. #
  10. # This configure script is free software; the Free Software Foundation
  11. # gives unlimited permission to copy, distribute and modify it.
  12. ## -------------------- ##
  13. ## M4sh Initialization. ##
  14. ## -------------------- ##
  15. # Be more Bourne compatible
  16. DUALCASE=1; export DUALCASE # for MKS sh
  17. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  18. emulate sh
  19. NULLCMD=:
  20. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  21. # is contrary to our usage. Disable this feature.
  22. alias -g '${1+"$@"}'='"$@"'
  23. setopt NO_GLOB_SUBST
  24. else
  25. case `(set -o) 2>/dev/null` in #(
  26. *posix*) :
  27. set -o posix ;; #(
  28. *) :
  29. ;;
  30. esac
  31. fi
  32. as_nl='
  33. '
  34. export as_nl
  35. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  36. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  37. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  38. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  39. # Prefer a ksh shell builtin over an external printf program on Solaris,
  40. # but without wasting forks for bash or zsh.
  41. if test -z "$BASH_VERSION$ZSH_VERSION" \
  42. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  43. as_echo='print -r --'
  44. as_echo_n='print -rn --'
  45. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  46. as_echo='printf %s\n'
  47. as_echo_n='printf %s'
  48. else
  49. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  50. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  51. as_echo_n='/usr/ucb/echo -n'
  52. else
  53. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  54. as_echo_n_body='eval
  55. arg=$1;
  56. case $arg in #(
  57. *"$as_nl"*)
  58. expr "X$arg" : "X\\(.*\\)$as_nl";
  59. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  60. esac;
  61. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  62. '
  63. export as_echo_n_body
  64. as_echo_n='sh -c $as_echo_n_body as_echo'
  65. fi
  66. export as_echo_body
  67. as_echo='sh -c $as_echo_body as_echo'
  68. fi
  69. # The user is always right.
  70. if test "${PATH_SEPARATOR+set}" != set; then
  71. PATH_SEPARATOR=:
  72. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  73. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  74. PATH_SEPARATOR=';'
  75. }
  76. fi
  77. # IFS
  78. # We need space, tab and new line, in precisely that order. Quoting is
  79. # there to prevent editors from complaining about space-tab.
  80. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  81. # splitting by setting IFS to empty value.)
  82. IFS=" "" $as_nl"
  83. # Find who we are. Look in the path if we contain no directory separator.
  84. case $0 in #((
  85. *[\\/]* ) as_myself=$0 ;;
  86. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  87. for as_dir in $PATH
  88. do
  89. IFS=$as_save_IFS
  90. test -z "$as_dir" && as_dir=.
  91. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  92. done
  93. IFS=$as_save_IFS
  94. ;;
  95. esac
  96. # We did not find ourselves, most probably we were run as `sh COMMAND'
  97. # in which case we are not to be found in the path.
  98. if test "x$as_myself" = x; then
  99. as_myself=$0
  100. fi
  101. if test ! -f "$as_myself"; then
  102. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  103. exit 1
  104. fi
  105. # Unset variables that we do not need and which cause bugs (e.g. in
  106. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  107. # suppresses any "Segmentation fault" message there. '((' could
  108. # trigger a bug in pdksh 5.2.14.
  109. for as_var in BASH_ENV ENV MAIL MAILPATH
  110. do eval test x\${$as_var+set} = xset \
  111. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # CDPATH.
  122. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  123. if test "x$CONFIG_SHELL" = x; then
  124. as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  125. emulate sh
  126. NULLCMD=:
  127. # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  128. # is contrary to our usage. Disable this feature.
  129. alias -g '\${1+\"\$@\"}'='\"\$@\"'
  130. setopt NO_GLOB_SUBST
  131. else
  132. case \`(set -o) 2>/dev/null\` in #(
  133. *posix*) :
  134. set -o posix ;; #(
  135. *) :
  136. ;;
  137. esac
  138. fi
  139. "
  140. as_required="as_fn_return () { (exit \$1); }
  141. as_fn_success () { as_fn_return 0; }
  142. as_fn_failure () { as_fn_return 1; }
  143. as_fn_ret_success () { return 0; }
  144. as_fn_ret_failure () { return 1; }
  145. exitcode=0
  146. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  147. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  148. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  149. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  150. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
  151. else
  152. exitcode=1; echo positional parameters were not saved.
  153. fi
  154. test x\$exitcode = x0 || exit 1"
  155. as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  156. as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  157. eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  158. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
  159. test \$(( 1 + 1 )) = 2 || exit 1"
  160. if (eval "$as_required") 2>/dev/null; then :
  161. as_have_required=yes
  162. else
  163. as_have_required=no
  164. fi
  165. if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  166. else
  167. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  168. as_found=false
  169. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  170. do
  171. IFS=$as_save_IFS
  172. test -z "$as_dir" && as_dir=.
  173. as_found=:
  174. case $as_dir in #(
  175. /*)
  176. for as_base in sh bash ksh sh5; do
  177. # Try only shells that exist, to save several forks.
  178. as_shell=$as_dir/$as_base
  179. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  180. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  181. CONFIG_SHELL=$as_shell as_have_required=yes
  182. if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  183. break 2
  184. fi
  185. fi
  186. done;;
  187. esac
  188. as_found=false
  189. done
  190. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  191. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  192. CONFIG_SHELL=$SHELL as_have_required=yes
  193. fi; }
  194. IFS=$as_save_IFS
  195. if test "x$CONFIG_SHELL" != x; then :
  196. # We cannot yet assume a decent shell, so we have to provide a
  197. # neutralization value for shells without unset; and this also
  198. # works around shells that cannot unset nonexistent variables.
  199. BASH_ENV=/dev/null
  200. ENV=/dev/null
  201. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  202. export CONFIG_SHELL
  203. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  204. fi
  205. if test x$as_have_required = xno; then :
  206. $as_echo "$0: This script requires a shell more modern than all"
  207. $as_echo "$0: the shells that I found on your system."
  208. if test x${ZSH_VERSION+set} = xset ; then
  209. $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  210. $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  211. else
  212. $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
  213. $0: including any error possibly output before this
  214. $0: message. Then install a modern shell, or manually run
  215. $0: the script under such a shell if you do have one."
  216. fi
  217. exit 1
  218. fi
  219. fi
  220. fi
  221. SHELL=${CONFIG_SHELL-/bin/sh}
  222. export SHELL
  223. # Unset more variables known to interfere with behavior of common tools.
  224. CLICOLOR_FORCE= GREP_OPTIONS=
  225. unset CLICOLOR_FORCE GREP_OPTIONS
  226. ## --------------------- ##
  227. ## M4sh Shell Functions. ##
  228. ## --------------------- ##
  229. # as_fn_unset VAR
  230. # ---------------
  231. # Portably unset VAR.
  232. as_fn_unset ()
  233. {
  234. { eval $1=; unset $1;}
  235. }
  236. as_unset=as_fn_unset
  237. # as_fn_set_status STATUS
  238. # -----------------------
  239. # Set $? to STATUS, without forking.
  240. as_fn_set_status ()
  241. {
  242. return $1
  243. } # as_fn_set_status
  244. # as_fn_exit STATUS
  245. # -----------------
  246. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  247. as_fn_exit ()
  248. {
  249. set +e
  250. as_fn_set_status $1
  251. exit $1
  252. } # as_fn_exit
  253. # as_fn_mkdir_p
  254. # -------------
  255. # Create "$as_dir" as a directory, including parents if necessary.
  256. as_fn_mkdir_p ()
  257. {
  258. case $as_dir in #(
  259. -*) as_dir=./$as_dir;;
  260. esac
  261. test -d "$as_dir" || eval $as_mkdir_p || {
  262. as_dirs=
  263. while :; do
  264. case $as_dir in #(
  265. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  266. *) as_qdir=$as_dir;;
  267. esac
  268. as_dirs="'$as_qdir' $as_dirs"
  269. as_dir=`$as_dirname -- "$as_dir" ||
  270. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  271. X"$as_dir" : 'X\(//\)[^/]' \| \
  272. X"$as_dir" : 'X\(//\)$' \| \
  273. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  274. $as_echo X"$as_dir" |
  275. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  276. s//\1/
  277. q
  278. }
  279. /^X\(\/\/\)[^/].*/{
  280. s//\1/
  281. q
  282. }
  283. /^X\(\/\/\)$/{
  284. s//\1/
  285. q
  286. }
  287. /^X\(\/\).*/{
  288. s//\1/
  289. q
  290. }
  291. s/.*/./; q'`
  292. test -d "$as_dir" && break
  293. done
  294. test -z "$as_dirs" || eval "mkdir $as_dirs"
  295. } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  296. } # as_fn_mkdir_p
  297. # as_fn_append VAR VALUE
  298. # ----------------------
  299. # Append the text in VALUE to the end of the definition contained in VAR. Take
  300. # advantage of any shell optimizations that allow amortized linear growth over
  301. # repeated appends, instead of the typical quadratic growth present in naive
  302. # implementations.
  303. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  304. eval 'as_fn_append ()
  305. {
  306. eval $1+=\$2
  307. }'
  308. else
  309. as_fn_append ()
  310. {
  311. eval $1=\$$1\$2
  312. }
  313. fi # as_fn_append
  314. # as_fn_arith ARG...
  315. # ------------------
  316. # Perform arithmetic evaluation on the ARGs, and store the result in the
  317. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  318. # must be portable across $(()) and expr.
  319. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  320. eval 'as_fn_arith ()
  321. {
  322. as_val=$(( $* ))
  323. }'
  324. else
  325. as_fn_arith ()
  326. {
  327. as_val=`expr "$@" || test $? -eq 1`
  328. }
  329. fi # as_fn_arith
  330. # as_fn_error ERROR [LINENO LOG_FD]
  331. # ---------------------------------
  332. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  333. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  334. # script with status $?, using 1 if that was 0.
  335. as_fn_error ()
  336. {
  337. as_status=$?; test $as_status -eq 0 && as_status=1
  338. if test "$3"; then
  339. as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  340. $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  341. fi
  342. $as_echo "$as_me: error: $1" >&2
  343. as_fn_exit $as_status
  344. } # as_fn_error
  345. if expr a : '\(a\)' >/dev/null 2>&1 &&
  346. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  347. as_expr=expr
  348. else
  349. as_expr=false
  350. fi
  351. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  352. as_basename=basename
  353. else
  354. as_basename=false
  355. fi
  356. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  357. as_dirname=dirname
  358. else
  359. as_dirname=false
  360. fi
  361. as_me=`$as_basename -- "$0" ||
  362. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  363. X"$0" : 'X\(//\)$' \| \
  364. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  365. $as_echo X/"$0" |
  366. sed '/^.*\/\([^/][^/]*\)\/*$/{
  367. s//\1/
  368. q
  369. }
  370. /^X\/\(\/\/\)$/{
  371. s//\1/
  372. q
  373. }
  374. /^X\/\(\/\).*/{
  375. s//\1/
  376. q
  377. }
  378. s/.*/./; q'`
  379. # Avoid depending upon Character Ranges.
  380. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  381. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  382. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  383. as_cr_digits='0123456789'
  384. as_cr_alnum=$as_cr_Letters$as_cr_digits
  385. as_lineno_1=$LINENO as_lineno_1a=$LINENO
  386. as_lineno_2=$LINENO as_lineno_2a=$LINENO
  387. eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  388. test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  389. # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
  390. sed -n '
  391. p
  392. /[$]LINENO/=
  393. ' <$as_myself |
  394. sed '
  395. s/[$]LINENO.*/&-/
  396. t lineno
  397. b
  398. :lineno
  399. N
  400. :loop
  401. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  402. t loop
  403. s/-\n.*//
  404. ' >$as_me.lineno &&
  405. chmod +x "$as_me.lineno" ||
  406. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  407. # Don't try to exec as it changes $[0], causing all sort of problems
  408. # (the dirname of $[0] is not the place where we might find the
  409. # original and so on. Autoconf is especially sensitive to this).
  410. . "./$as_me.lineno"
  411. # Exit status is that of the last command.
  412. exit
  413. }
  414. ECHO_C= ECHO_N= ECHO_T=
  415. case `echo -n x` in #(((((
  416. -n*)
  417. case `echo 'xy\c'` in
  418. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  419. xy) ECHO_C='\c';;
  420. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  421. ECHO_T=' ';;
  422. esac;;
  423. *)
  424. ECHO_N='-n';;
  425. esac
  426. rm -f conf$$ conf$$.exe conf$$.file
  427. if test -d conf$$.dir; then
  428. rm -f conf$$.dir/conf$$.file
  429. else
  430. rm -f conf$$.dir
  431. mkdir conf$$.dir 2>/dev/null
  432. fi
  433. if (echo >conf$$.file) 2>/dev/null; then
  434. if ln -s conf$$.file conf$$ 2>/dev/null; then
  435. as_ln_s='ln -s'
  436. # ... but there are two gotchas:
  437. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  438. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  439. # In both cases, we have to default to `cp -p'.
  440. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  441. as_ln_s='cp -p'
  442. elif ln conf$$.file conf$$ 2>/dev/null; then
  443. as_ln_s=ln
  444. else
  445. as_ln_s='cp -p'
  446. fi
  447. else
  448. as_ln_s='cp -p'
  449. fi
  450. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  451. rmdir conf$$.dir 2>/dev/null
  452. if mkdir -p . 2>/dev/null; then
  453. as_mkdir_p='mkdir -p "$as_dir"'
  454. else
  455. test -d ./-p && rmdir ./-p
  456. as_mkdir_p=false
  457. fi
  458. if test -x / >/dev/null 2>&1; then
  459. as_test_x='test -x'
  460. else
  461. if ls -dL / >/dev/null 2>&1; then
  462. as_ls_L_option=L
  463. else
  464. as_ls_L_option=
  465. fi
  466. as_test_x='
  467. eval sh -c '\''
  468. if test -d "$1"; then
  469. test -d "$1/.";
  470. else
  471. case $1 in #(
  472. -*)set "./$1";;
  473. esac;
  474. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  475. ???[sx]*):;;*)false;;esac;fi
  476. '\'' sh
  477. '
  478. fi
  479. as_executable_p=$as_test_x
  480. # Sed expression to map a string onto a valid CPP name.
  481. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  482. # Sed expression to map a string onto a valid variable name.
  483. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  484. exec 7<&0 </dev/null 6>&1
  485. # Name of the host.
  486. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  487. # so uname gets run too.
  488. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  489. #
  490. # Initializations.
  491. #
  492. ac_default_prefix=/usr/local
  493. ac_clean_files=
  494. ac_config_libobj_dir=.
  495. LIBOBJS=
  496. cross_compiling=no
  497. subdirs=
  498. MFLAGS=
  499. MAKEFLAGS=
  500. # Identity of this package.
  501. PACKAGE_NAME=
  502. PACKAGE_TARNAME=
  503. PACKAGE_VERSION=
  504. PACKAGE_STRING=
  505. PACKAGE_BUGREPORT=
  506. PACKAGE_URL=
  507. # Factoring default headers for most tests.
  508. ac_includes_default="\
  509. #include <stdio.h>
  510. #ifdef HAVE_SYS_TYPES_H
  511. # include <sys/types.h>
  512. #endif
  513. #ifdef HAVE_SYS_STAT_H
  514. # include <sys/stat.h>
  515. #endif
  516. #ifdef STDC_HEADERS
  517. # include <stdlib.h>
  518. # include <stddef.h>
  519. #else
  520. # ifdef HAVE_STDLIB_H
  521. # include <stdlib.h>
  522. # endif
  523. #endif
  524. #ifdef HAVE_STRING_H
  525. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  526. # include <memory.h>
  527. # endif
  528. # include <string.h>
  529. #endif
  530. #ifdef HAVE_STRINGS_H
  531. # include <strings.h>
  532. #endif
  533. #ifdef HAVE_INTTYPES_H
  534. # include <inttypes.h>
  535. #endif
  536. #ifdef HAVE_STDINT_H
  537. # include <stdint.h>
  538. #endif
  539. #ifdef HAVE_UNISTD_H
  540. # include <unistd.h>
  541. #endif"
  542. ac_subst_vars='LTLIBOBJS
  543. LIBOBJS
  544. BUILD_TYPE
  545. LOCAL_SOLVER
  546. VERBOSE
  547. ENABLE_LAYOUT
  548. ENABLE_STATIC_GTK
  549. UNIXWRAPPERNAME
  550. OOO_VENDOR
  551. ABOUT_BITMAPS
  552. INTRO_BITMAPS
  553. WITH_DICT
  554. WITH_POOR_HELP_LOCALIZATIONS
  555. WITH_LANG
  556. ANT_LIB
  557. ANT_HOME
  558. ANT
  559. XINERAMA_LINK
  560. USE_XINERAMA
  561. SCPDEFS
  562. WITHOUT_AFMS
  563. WITHOUT_PPDS
  564. WITH_FONTS
  565. ENABLE_KAB
  566. ENABLE_EVOAB2
  567. GOBJECT_LIBS
  568. GOBJECT_CFLAGS
  569. ENABLE_LOCKDOWN
  570. KDE4_LIBS
  571. KDE4_CFLAGS
  572. MOC4
  573. KDE_LIBS
  574. KDE_CFLAGS
  575. MOC
  576. COMMONS_LOGGING_JAR
  577. COMMONS_HTTPCLIENT_JAR
  578. COMMONS_LANG_JAR
  579. COMMONS_CODEC_JAR
  580. SYSTEM_APACHE_COMMONS
  581. LIBSERIALIZER_JAR
  582. LIBFONTS_JAR
  583. LIBREPOSITORY_JAR
  584. LIBFORMULA_JAR
  585. LIBLOADER_JAR
  586. LIBLAYOUT_JAR
  587. LIBBASE_JAR
  588. JFREEREPORT_JAR
  589. FLUTE_JAR
  590. LIBXML_JAR
  591. SAC_JAR
  592. SYSTEM_JFREEREPORT
  593. ENABLE_REPORTBUILDER
  594. SERVLETAPI_JAR
  595. SYSTEM_SERVLETAPI
  596. ENABLE_MEDIAWIKI
  597. SYSTEM_POPPLER
  598. ENABLE_PDFIMPORT
  599. POPPLER_LIBS
  600. POPPLER_CFLAGS
  601. ENABLE_PRESENTER_SCREEN
  602. ENABLE_MINIMIZER
  603. ENABLE_PRESENTER_EXTRA_UI
  604. ENABLE_OPENGL
  605. SYSTEM_CAIRO
  606. BUILD_PIXMAN
  607. ENABLE_CAIRO
  608. CAIRO_LIBS
  609. CAIRO_CFLAGS
  610. ENABLE_SYSTRAY_GTK
  611. ENABLE_DBUS
  612. ENABLE_GIO
  613. GIO_LIBS
  614. GIO_CFLAGS
  615. DBUS_LIBS
  616. DBUS_CFLAGS
  617. GTK_LIBS
  618. GTK_CFLAGS
  619. ENABLE_GNOMEVFS
  620. GNOMEVFS_LIBS
  621. GNOMEVFS_CFLAGS
  622. ENABLE_GCONF
  623. GCONF_LIBS
  624. GCONF_CFLAGS
  625. ENABLE_KDE4
  626. ENABLE_KDE
  627. ENABLE_GTK
  628. ZIP_HOME
  629. UNZIP
  630. ZIP
  631. ASM_HOME
  632. ML_EXE
  633. CYGWIN_PATH
  634. GNUPATCH
  635. GNUCP
  636. PATCH
  637. FLEX
  638. BISON
  639. NSIS_PATH
  640. DIRECTXSDK_LIB
  641. DIRECTXSDK_HOME
  642. WINDOWS_VISTA_PSDK
  643. PSDK_HOME
  644. SYSTEM_LPSOLVE
  645. SYSTEM_MYTHES
  646. HYPHEN_LIB
  647. SYSTEM_HYPH
  648. SYSTEM_HUNSPELL
  649. HUNSPELL_LIBS
  650. HUNSPELL_CFLAGS
  651. SYSTEM_REDLAND
  652. REDLAND_LIBS
  653. REDLAND_CFLAGS
  654. AGG_VERSION
  655. SYSTEM_AGG
  656. AGG_LIBS
  657. AGG_CFLAGS
  658. ENABLE_AGG
  659. SYSTEM_OPENSSL
  660. OPENSSL_LIBS
  661. OPENSSL_CFLAGS
  662. NEON_VERSION
  663. SYSTEM_NEON
  664. NEON_LIBS
  665. NEON_CFLAGS
  666. DISABLE_NEON
  667. ENABLE_RANDR
  668. XRANDR_DLOPEN
  669. XRANDR_LIBS
  670. XRANDR_CFLAGS
  671. XRENDER_LINK
  672. SYSTEM_XRENDER_HEADERS
  673. DISABLE_XAW
  674. XAU_LIBS
  675. XLIB
  676. XINC
  677. X_EXTRA_LIBS
  678. X_LIBS
  679. X_PRE_LIBS
  680. X_CFLAGS
  681. XMKMF
  682. SYSTEM_GRAPHITE
  683. ENABLE_GRAPHITE
  684. GRAPHITE_LIBS
  685. GRAPHITE_CFLAGS
  686. SYSTEM_ICU
  687. SYSTEM_GENCMN
  688. SYSTEM_GENCCODE
  689. SYSTEM_GENBRK
  690. SYSTEM_SANE_HEADER
  691. MOZ_LDAP_CFLAGS
  692. MOZ_LIB_XPCOM
  693. MOZ_LIB
  694. MOZ_INC
  695. MOZ_FLAVOUR
  696. SYSTEM_MOZILLA
  697. MOZILLABUILD
  698. ENABLE_NSS_MODULE
  699. BUILD_MOZAB
  700. MOZLIBREQ_LIBS
  701. MOZLIBREQ_CFLAGS
  702. MOZGTK2_LIBS
  703. MOZGTK2_CFLAGS
  704. MOZILLA_TOOLKIT
  705. MOZILLA_VERSION
  706. MOZILLAXPCOM_LIBS
  707. MOZILLAXPCOM_CFLAGS
  708. NSPR_LIB
  709. MOZ_NSPR_LIBS
  710. MOZ_NSPR_CFLAGS
  711. NSS_LIB
  712. MOZ_NSS_LIBS
  713. MOZ_NSS_CFLAGS
  714. WITH_OPENLDAP
  715. WITH_LDAP
  716. WITH_MOZILLA
  717. SYSTEM_ODBC_HEADERS
  718. SYSTEM_VIGRA
  719. SYSTEM_BOOST
  720. CURL_LIBS
  721. CURL_CFLAGS
  722. SYSTEM_CURL
  723. CURLCONFIG
  724. SAXON_JAR
  725. SYSTEM_SAXON
  726. SERIALIZER_JAR
  727. BSH_JAR
  728. SYSTEM_BSH
  729. HSQLDB_JAR
  730. SYSTEM_HSQLDB
  731. SYSTEM_MYSQL_CPPCONN
  732. LIBMYSQL_PATH
  733. MYSQL_DEFINES
  734. MYSQL_LIB
  735. MYSQL_INC
  736. SYSTEM_MYSQL
  737. MYSQLCONFIG
  738. ENABLE_MYSQLC
  739. LUCENE_ANALYZERS_JAR
  740. LUCENE_CORE_JAR
  741. SYSTEM_LUCENE
  742. DB_JAR
  743. DB_INCLUDES
  744. DB_VERSION
  745. SYSTEM_DB
  746. HOME
  747. PYTHON_LIBS
  748. PYTHON_CFLAGS
  749. SYSTEM_PYTHON
  750. BZIP2
  751. pkgpyexecdir
  752. pyexecdir
  753. pkgpythondir
  754. pythondir
  755. PYTHON_PLATFORM
  756. PYTHON_EXEC_PREFIX
  757. PYTHON_PREFIX
  758. PYTHON_VERSION
  759. PYTHON
  760. SYSTEM_LIBXML
  761. LIBXML_LIBS
  762. LIBXML_CFLAGS
  763. SYSTEM_LIBXSLT
  764. XSLTPROC
  765. LIBXSLT_LIBS
  766. LIBXSLT_CFLAGS
  767. USE_FT_EMBOLDEN
  768. FREETYPE_LIBS
  769. FREETYPE_CFLAGS
  770. SYSTEM_LIBWPD
  771. LIBWPD_LIBS
  772. LIBWPD_CFLAGS
  773. PKG_CONFIG
  774. SYSTEM_EXPAT
  775. SYSTEM_JPEG
  776. SYSTEM_ZLIB
  777. SYSTEM_STDLIBS
  778. BUILD_QADEVOOO
  779. BUILD_UNOWINREG
  780. MINGWSTRIP
  781. MINGWCXX
  782. GPERF
  783. RPM
  784. PKGFORMAT
  785. BUILD_EPM
  786. PKGMK
  787. DPKG
  788. EPM
  789. BUILD_DMAKE
  790. DMAKE
  791. JAVAFLAGS
  792. JDK
  793. JAVA_HOME
  794. JAVAAOTCOMPILER
  795. AWTLIB
  796. JAVADOC
  797. JAVACISGCJ
  798. JAVACOMPILER
  799. JAVAINTERPRETER
  800. SOLAR_JAVA
  801. BUILD_VER_STRING
  802. ALLOC
  803. HAVE_GCC_VISIBILITY_FEATURE
  804. CCACHE
  805. USE_CCACHE
  806. USE_SYSTEM_STL
  807. STLPORT_VER
  808. STLPORT4
  809. EXCEPTIONS
  810. MINGW_GXXDLL
  811. MINGW_GCCDLL
  812. MINGW_SHARED_GXXLIB
  813. MINGW_GCCLIB_EH
  814. MINGW_SHARED_GCCLIB
  815. MINGW_CLIB_DIR
  816. MINGW_BACKWARD_INCLUDE_PATH
  817. MINGW_LIB_INCLUDE_PATH
  818. GXX_INCLUDE_PATH
  819. CRYPT_LINK
  820. PAM_LINK
  821. NEW_SHADOW_API
  822. PAM
  823. VBA_EXTENSION
  824. ENABLE_VBA
  825. LFS_CFLAGS
  826. WORDS_BIGENDIAN
  827. SIZEOF_LONG
  828. CXXCPP
  829. ac_ct_CXX
  830. CXXFLAGS
  831. CXX
  832. CPP
  833. FRAME_HOME
  834. CSC_PATH
  835. MIDL_PATH
  836. USE_MINGW
  837. COMEX
  838. MSPDB_PATH
  839. PERL
  840. HAVE_LD_HASH_STYLE
  841. _cc
  842. GNUMAKE
  843. NO_HIDS
  844. ENABLE_PCH
  845. HAVE_LD_BSYMBOLIC_FUNCTIONS
  846. GCCVER
  847. COMPATH
  848. OBJEXT
  849. EXEEXT
  850. ac_ct_CC
  851. CPPFLAGS
  852. LDFLAGS
  853. CFLAGS
  854. CC
  855. GCC_HOME
  856. SHELLPATH
  857. WITH_MINGWIN
  858. USE_SHELL
  859. THES_SYSTEM_DIR
  860. HYPH_SYSTEM_DIR
  861. DICT_SYSTEM_DIR
  862. SYSTEM_DICTS
  863. WITH_MYSPELL_DICTS
  864. ENABLE_RPATH
  865. DISABLE_ATL
  866. DISABLE_ACTIVEX
  867. ENABLE_DIRECTX
  868. WITH_BINFILTER
  869. ENABLE_FONTCONFIG
  870. ENABLE_CUPS
  871. DISABLE_STRIP
  872. ENABLE_SYMBOLS
  873. PROEXT
  874. PROFULLSWITCH
  875. PRODUCT
  876. ENABLE_DEBUG
  877. ENABLE_WERROR
  878. VC_STANDARD
  879. ENABLE_CRASHDUMP
  880. PTHREAD_LIBS
  881. PTHREAD_CFLAGS
  882. OSVERSION
  883. GNUTAR
  884. target_os
  885. target_vendor
  886. target_cpu
  887. target
  888. host_os
  889. host_vendor
  890. host_cpu
  891. host
  892. build_os
  893. build_vendor
  894. build_cpu
  895. build
  896. SOURCEVERSION
  897. UPD
  898. _solenv
  899. LOCAL_SOLENV
  900. SED
  901. AWK
  902. EGREP
  903. GREP
  904. target_alias
  905. host_alias
  906. build_alias
  907. LIBS
  908. ECHO_T
  909. ECHO_N
  910. ECHO_C
  911. DEFS
  912. mandir
  913. localedir
  914. libdir
  915. psdir
  916. pdfdir
  917. dvidir
  918. htmldir
  919. infodir
  920. docdir
  921. oldincludedir
  922. includedir
  923. localstatedir
  924. sharedstatedir
  925. sysconfdir
  926. datadir
  927. datarootdir
  928. libexecdir
  929. sbindir
  930. bindir
  931. program_transform_name
  932. prefix
  933. exec_prefix
  934. PACKAGE_URL
  935. PACKAGE_BUGREPORT
  936. PACKAGE_STRING
  937. PACKAGE_VERSION
  938. PACKAGE_TARNAME
  939. PACKAGE_NAME
  940. PATH_SEPARATOR
  941. SHELL'
  942. ac_subst_files=''
  943. ac_user_opts='
  944. enable_option_checking
  945. with_gnu_patch
  946. with_agg
  947. with_gnu_cp
  948. enable_graphite
  949. with_system_graphite
  950. enable_ldap
  951. with_openldap
  952. enable_lockdown
  953. enable_vba
  954. with_vba_package_format
  955. enable_pch
  956. enable_hids
  957. enable_mozilla
  958. with_fonts
  959. with_ppds
  960. with_afms
  961. enable_epm
  962. with_epm
  963. with_package_format
  964. enable_odk
  965. enable_qadevooo
  966. enable_mathmldtd
  967. enable_evolution2
  968. with_system_stdlibs
  969. enable_cups
  970. enable_fontconfig
  971. enable_directx
  972. enable_activex
  973. enable_atl
  974. enable_symbols
  975. enable_strip_solver
  976. enable_werror
  977. enable_debug
  978. enable_dbgutil
  979. enable_crashdump
  980. enable_cl_standard
  981. enable_gtk
  982. enable_systray
  983. enable_cairo
  984. with_system_cairo
  985. enable_opengl
  986. enable_dbus
  987. enable_gconf
  988. enable_gnome_vfs
  989. enable_gio
  990. enable_static_gtk
  991. enable_layout
  992. enable_build_mozilla
  993. with_mozilla_version
  994. with_mozilla_toolkit
  995. enable_nss_module
  996. enable_kde
  997. enable_kdeab
  998. enable_kde4
  999. enable_binfilter
  1000. enable_rpath
  1001. enable_pam
  1002. enable_pam_link
  1003. enable_crypt_link
  1004. enable_xrender_link
  1005. enable_randr
  1006. enable_randr_link
  1007. with_myspell_dicts
  1008. with_system_dicts
  1009. with_external_dict_dir
  1010. with_external_hyph_dir
  1011. with_external_thes_dir
  1012. with_system_libs
  1013. with_system_headers
  1014. with_system_jars
  1015. with_system_zlib
  1016. with_system_openssl
  1017. with_system_jpeg
  1018. with_system_expat
  1019. with_system_libwpd
  1020. with_system_libxml
  1021. with_system_python
  1022. with_system_icu
  1023. with_system_poppler
  1024. with_system_db
  1025. with_system_lucene
  1026. with_lucene_core_jar
  1027. with_lucene_analyzers_jar
  1028. enable_mysql_connector
  1029. with_system_mysql
  1030. with_libmysql_path
  1031. with_system_mysql_cppconn
  1032. with_system_hsqldb
  1033. with_hsqldb_jar
  1034. with_system_beanshell
  1035. with_beanshell_jar
  1036. enable_presenter_extra_ui
  1037. enable_minimizer
  1038. enable_presenter_console
  1039. enable_pdfimport
  1040. enable_wiki_publisher
  1041. with_commons_codec_jar
  1042. with_commons_lang_jar
  1043. with_commons_httpclient_jar
  1044. with_commons_logging_jar
  1045. with_servlet_api_jar
  1046. enable_report_builder
  1047. with_system_jfreereport
  1048. with_sac_jar
  1049. with_libxml_jar
  1050. with_flute_jar
  1051. with_jfreereport_jar
  1052. with_liblayout_jar
  1053. with_libloader_jar
  1054. with_libformula_jar
  1055. with_librepository_jar
  1056. with_libfonts_jar
  1057. with_libserializer_jar
  1058. with_libbase_jar
  1059. with_system_saxon
  1060. with_saxon_jar
  1061. with_system_libxslt
  1062. with_system_odbc
  1063. with_system_sane
  1064. with_system_xrender
  1065. with_system_curl
  1066. with_system_boost
  1067. with_system_vigra
  1068. enable_neon
  1069. enable_Xaw
  1070. with_system_neon
  1071. with_system_agg
  1072. with_system_hunspell
  1073. with_system_mythes
  1074. with_system_altlinuxhyph
  1075. with_system_lpsolve
  1076. with_system_mozilla
  1077. with_stlport
  1078. with_jdk_home
  1079. with_gxx_include_path
  1080. with_java
  1081. enable_gcjaot
  1082. with_ant_home
  1083. with_perl_home
  1084. with_cl_home
  1085. with_mspdb_path
  1086. with_midl_path
  1087. with_csc_path
  1088. with_nsis_path
  1089. with_frame_home
  1090. with_psdk_home
  1091. with_directx_home
  1092. with_mozilla_build
  1093. with_local_solenv
  1094. with_local_solver
  1095. enable_check_only
  1096. enable_ccache_skip
  1097. with_lang
  1098. with_poor_help_localizations
  1099. with_dict
  1100. with_intro_bitmaps
  1101. with_about_bitmaps
  1102. with_vendor
  1103. with_unix_wrapper
  1104. with_asm_home
  1105. with_os_version
  1106. with_unzip_home
  1107. with_zip_home
  1108. with_mingwin
  1109. with_use_shell
  1110. with_build_version
  1111. with_alloc
  1112. enable_verbose
  1113. enable_largefile
  1114. with_x
  1115. '
  1116. ac_precious_vars='build_alias
  1117. host_alias
  1118. target_alias
  1119. CC
  1120. CFLAGS
  1121. LDFLAGS
  1122. LIBS
  1123. CPPFLAGS
  1124. CPP
  1125. CXX
  1126. CXXFLAGS
  1127. CCC
  1128. CXXCPP
  1129. XMKMF'
  1130. # Initialize some variables set by options.
  1131. ac_init_help=
  1132. ac_init_version=false
  1133. ac_unrecognized_opts=
  1134. ac_unrecognized_sep=
  1135. # The variables have the same names as the options, with
  1136. # dashes changed to underlines.
  1137. cache_file=/dev/null
  1138. exec_prefix=NONE
  1139. no_create=
  1140. no_recursion=
  1141. prefix=NONE
  1142. program_prefix=NONE
  1143. program_suffix=NONE
  1144. program_transform_name=s,x,x,
  1145. silent=
  1146. site=
  1147. srcdir=
  1148. verbose=
  1149. x_includes=NONE
  1150. x_libraries=NONE
  1151. # Installation directory options.
  1152. # These are left unexpanded so users can "make install exec_prefix=/foo"
  1153. # and all the variables that are supposed to be based on exec_prefix
  1154. # by default will actually change.
  1155. # Use braces instead of parens because sh, perl, etc. also accept them.
  1156. # (The list follows the same order as the GNU Coding Standards.)
  1157. bindir='${exec_prefix}/bin'
  1158. sbindir='${exec_prefix}/sbin'
  1159. libexecdir='${exec_prefix}/libexec'
  1160. datarootdir='${prefix}/share'
  1161. datadir='${datarootdir}'
  1162. sysconfdir='${prefix}/etc'
  1163. sharedstatedir='${prefix}/com'
  1164. localstatedir='${prefix}/var'
  1165. includedir='${prefix}/include'
  1166. oldincludedir='/usr/include'
  1167. docdir='${datarootdir}/doc/${PACKAGE}'
  1168. infodir='${datarootdir}/info'
  1169. htmldir='${docdir}'
  1170. dvidir='${docdir}'
  1171. pdfdir='${docdir}'
  1172. psdir='${docdir}'
  1173. libdir='${exec_prefix}/lib'
  1174. localedir='${datarootdir}/locale'
  1175. mandir='${datarootdir}/man'
  1176. ac_prev=
  1177. ac_dashdash=
  1178. for ac_option
  1179. do
  1180. # If the previous option needs an argument, assign it.
  1181. if test -n "$ac_prev"; then
  1182. eval $ac_prev=\$ac_option
  1183. ac_prev=
  1184. continue
  1185. fi
  1186. case $ac_option in
  1187. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1188. *) ac_optarg=yes ;;
  1189. esac
  1190. # Accept the important Cygnus configure options, so we can diagnose typos.
  1191. case $ac_dashdash$ac_option in
  1192. --)
  1193. ac_dashdash=yes ;;
  1194. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1195. ac_prev=bindir ;;
  1196. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1197. bindir=$ac_optarg ;;
  1198. -build | --build | --buil | --bui | --bu)
  1199. ac_prev=build_alias ;;
  1200. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1201. build_alias=$ac_optarg ;;
  1202. -cache-file | --cache-file | --cache-fil | --cache-fi \
  1203. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1204. ac_prev=cache_file ;;
  1205. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1206. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1207. cache_file=$ac_optarg ;;
  1208. --config-cache | -C)
  1209. cache_file=config.cache ;;
  1210. -datadir | --datadir | --datadi | --datad)
  1211. ac_prev=datadir ;;
  1212. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1213. datadir=$ac_optarg ;;
  1214. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1215. | --dataroo | --dataro | --datar)
  1216. ac_prev=datarootdir ;;
  1217. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1218. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1219. datarootdir=$ac_optarg ;;
  1220. -disable-* | --disable-*)
  1221. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1222. # Reject names that are not valid shell variable names.
  1223. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1224. as_fn_error "invalid feature name: $ac_useropt"
  1225. ac_useropt_orig=$ac_useropt
  1226. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1227. case $ac_user_opts in
  1228. *"
  1229. "enable_$ac_useropt"
  1230. "*) ;;
  1231. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1232. ac_unrecognized_sep=', ';;
  1233. esac
  1234. eval enable_$ac_useropt=no ;;
  1235. -docdir | --docdir | --docdi | --doc | --do)
  1236. ac_prev=docdir ;;
  1237. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1238. docdir=$ac_optarg ;;
  1239. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1240. ac_prev=dvidir ;;
  1241. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1242. dvidir=$ac_optarg ;;
  1243. -enable-* | --enable-*)
  1244. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1245. # Reject names that are not valid shell variable names.
  1246. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1247. as_fn_error "invalid feature name: $ac_useropt"
  1248. ac_useropt_orig=$ac_useropt
  1249. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1250. case $ac_user_opts in
  1251. *"
  1252. "enable_$ac_useropt"
  1253. "*) ;;
  1254. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1255. ac_unrecognized_sep=', ';;
  1256. esac
  1257. eval enable_$ac_useropt=\$ac_optarg ;;
  1258. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1259. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1260. | --exec | --exe | --ex)
  1261. ac_prev=exec_prefix ;;
  1262. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  1263. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  1264. | --exec=* | --exe=* | --ex=*)
  1265. exec_prefix=$ac_optarg ;;
  1266. -gas | --gas | --ga | --g)
  1267. # Obsolete; use --with-gas.
  1268. with_gas=yes ;;
  1269. -help | --help | --hel | --he | -h)
  1270. ac_init_help=long ;;
  1271. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1272. ac_init_help=recursive ;;
  1273. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1274. ac_init_help=short ;;
  1275. -host | --host | --hos | --ho)
  1276. ac_prev=host_alias ;;
  1277. -host=* | --host=* | --hos=* | --ho=*)
  1278. host_alias=$ac_optarg ;;
  1279. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1280. ac_prev=htmldir ;;
  1281. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1282. | --ht=*)
  1283. htmldir=$ac_optarg ;;
  1284. -includedir | --includedir | --includedi | --included | --include \
  1285. | --includ | --inclu | --incl | --inc)
  1286. ac_prev=includedir ;;
  1287. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1288. | --includ=* | --inclu=* | --incl=* | --inc=*)
  1289. includedir=$ac_optarg ;;
  1290. -infodir | --infodir | --infodi | --infod | --info | --inf)
  1291. ac_prev=infodir ;;
  1292. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1293. infodir=$ac_optarg ;;
  1294. -libdir | --libdir | --libdi | --libd)
  1295. ac_prev=libdir ;;
  1296. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1297. libdir=$ac_optarg ;;
  1298. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1299. | --libexe | --libex | --libe)
  1300. ac_prev=libexecdir ;;
  1301. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1302. | --libexe=* | --libex=* | --libe=*)
  1303. libexecdir=$ac_optarg ;;
  1304. -localedir | --localedir | --localedi | --localed | --locale)
  1305. ac_prev=localedir ;;
  1306. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1307. localedir=$ac_optarg ;;
  1308. -localstatedir | --localstatedir | --localstatedi | --localstated \
  1309. | --localstate | --localstat | --localsta | --localst | --locals)
  1310. ac_prev=localstatedir ;;
  1311. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1312. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1313. localstatedir=$ac_optarg ;;
  1314. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1315. ac_prev=mandir ;;
  1316. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1317. mandir=$ac_optarg ;;
  1318. -nfp | --nfp | --nf)
  1319. # Obsolete; use --without-fp.
  1320. with_fp=no ;;
  1321. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1322. | --no-cr | --no-c | -n)
  1323. no_create=yes ;;
  1324. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1325. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1326. no_recursion=yes ;;
  1327. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1328. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1329. | --oldin | --oldi | --old | --ol | --o)
  1330. ac_prev=oldincludedir ;;
  1331. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1332. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1333. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1334. oldincludedir=$ac_optarg ;;
  1335. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1336. ac_prev=prefix ;;
  1337. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1338. prefix=$ac_optarg ;;
  1339. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1340. | --program-pre | --program-pr | --program-p)
  1341. ac_prev=program_prefix ;;
  1342. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1343. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1344. program_prefix=$ac_optarg ;;
  1345. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1346. | --program-suf | --program-su | --program-s)
  1347. ac_prev=program_suffix ;;
  1348. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1349. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1350. program_suffix=$ac_optarg ;;
  1351. -program-transform-name | --program-transform-name \
  1352. | --program-transform-nam | --program-transform-na \
  1353. | --program-transform-n | --program-transform- \
  1354. | --program-transform | --program-transfor \
  1355. | --program-transfo | --program-transf \
  1356. | --program-trans | --program-tran \
  1357. | --progr-tra | --program-tr | --program-t)
  1358. ac_prev=program_transform_name ;;
  1359. -program-transform-name=* | --program-transform-name=* \
  1360. | --program-transform-nam=* | --program-transform-na=* \
  1361. | --program-transform-n=* | --program-transform-=* \
  1362. | --program-transform=* | --program-transfor=* \
  1363. | --program-transfo=* | --program-transf=* \
  1364. | --program-trans=* | --program-tran=* \
  1365. | --progr-tra=* | --program-tr=* | --program-t=*)
  1366. program_transform_name=$ac_optarg ;;
  1367. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1368. ac_prev=pdfdir ;;
  1369. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1370. pdfdir=$ac_optarg ;;
  1371. -psdir | --psdir | --psdi | --psd | --ps)
  1372. ac_prev=psdir ;;
  1373. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1374. psdir=$ac_optarg ;;
  1375. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1376. | -silent | --silent | --silen | --sile | --sil)
  1377. silent=yes ;;
  1378. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1379. ac_prev=sbindir ;;
  1380. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1381. | --sbi=* | --sb=*)
  1382. sbindir=$ac_optarg ;;
  1383. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1384. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1385. | --sharedst | --shareds | --shared | --share | --shar \
  1386. | --sha | --sh)
  1387. ac_prev=sharedstatedir ;;
  1388. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1389. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1390. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1391. | --sha=* | --sh=*)
  1392. sharedstatedir=$ac_optarg ;;
  1393. -site | --site | --sit)
  1394. ac_prev=site ;;
  1395. -site=* | --site=* | --sit=*)
  1396. site=$ac_optarg ;;
  1397. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1398. ac_prev=srcdir ;;
  1399. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1400. srcdir=$ac_optarg ;;
  1401. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1402. | --syscon | --sysco | --sysc | --sys | --sy)
  1403. ac_prev=sysconfdir ;;
  1404. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1405. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1406. sysconfdir=$ac_optarg ;;
  1407. -target | --target | --targe | --targ | --tar | --ta | --t)
  1408. ac_prev=target_alias ;;
  1409. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1410. target_alias=$ac_optarg ;;
  1411. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1412. verbose=yes ;;
  1413. -version | --version | --versio | --versi | --vers | -V)
  1414. ac_init_version=: ;;
  1415. -with-* | --with-*)
  1416. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1417. # Reject names that are not valid shell variable names.
  1418. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1419. as_fn_error "invalid package name: $ac_useropt"
  1420. ac_useropt_orig=$ac_useropt
  1421. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1422. case $ac_user_opts in
  1423. *"
  1424. "with_$ac_useropt"
  1425. "*) ;;
  1426. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1427. ac_unrecognized_sep=', ';;
  1428. esac
  1429. eval with_$ac_useropt=\$ac_optarg ;;
  1430. -without-* | --without-*)
  1431. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1432. # Reject names that are not valid shell variable names.
  1433. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1434. as_fn_error "invalid package name: $ac_useropt"
  1435. ac_useropt_orig=$ac_useropt
  1436. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1437. case $ac_user_opts in
  1438. *"
  1439. "with_$ac_useropt"
  1440. "*) ;;
  1441. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1442. ac_unrecognized_sep=', ';;
  1443. esac
  1444. eval with_$ac_useropt=no ;;
  1445. --x)
  1446. # Obsolete; use --with-x.
  1447. with_x=yes ;;
  1448. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1449. | --x-incl | --x-inc | --x-in | --x-i)
  1450. ac_prev=x_includes ;;
  1451. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1452. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1453. x_includes=$ac_optarg ;;
  1454. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1455. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1456. ac_prev=x_libraries ;;
  1457. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1458. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1459. x_libraries=$ac_optarg ;;
  1460. -*) as_fn_error "unrecognized option: \`$ac_option'
  1461. Try \`$0 --help' for more information."
  1462. ;;
  1463. *=*)
  1464. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1465. # Reject names that are not valid shell variable names.
  1466. case $ac_envvar in #(
  1467. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1468. as_fn_error "invalid variable name: \`$ac_envvar'" ;;
  1469. esac
  1470. eval $ac_envvar=\$ac_optarg
  1471. export $ac_envvar ;;
  1472. *)
  1473. # FIXME: should be removed in autoconf 3.0.
  1474. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1475. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1476. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1477. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1478. ;;
  1479. esac
  1480. done
  1481. if test -n "$ac_prev"; then
  1482. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1483. as_fn_error "missing argument to $ac_option"
  1484. fi
  1485. if test -n "$ac_unrecognized_opts"; then
  1486. case $enable_option_checking in
  1487. no) ;;
  1488. fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1489. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1490. esac
  1491. fi
  1492. # Check all directory arguments for consistency.
  1493. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1494. datadir sysconfdir sharedstatedir localstatedir includedir \
  1495. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1496. libdir localedir mandir
  1497. do
  1498. eval ac_val=\$$ac_var
  1499. # Remove trailing slashes.
  1500. case $ac_val in
  1501. */ )
  1502. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1503. eval $ac_var=\$ac_val;;
  1504. esac
  1505. # Be sure to have absolute directory names.
  1506. case $ac_val in
  1507. [\\/$]* | ?:[\\/]* ) continue;;
  1508. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1509. esac
  1510. as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  1511. done
  1512. # There might be people who depend on the old broken behavior: `$host'
  1513. # used to hold the argument of --host etc.
  1514. # FIXME: To remove some day.
  1515. build=$build_alias
  1516. host=$host_alias
  1517. target=$target_alias
  1518. # FIXME: To remove some day.
  1519. if test "x$host_alias" != x; then
  1520. if test "x$build_alias" = x; then
  1521. cross_compiling=maybe
  1522. $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1523. If a cross compiler is detected then cross compile mode will be used." >&2
  1524. elif test "x$build_alias" != "x$host_alias"; then
  1525. cross_compiling=yes
  1526. fi
  1527. fi
  1528. ac_tool_prefix=
  1529. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1530. test "$silent" = yes && exec 6>/dev/null
  1531. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1532. ac_ls_di=`ls -di .` &&
  1533. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1534. as_fn_error "working directory cannot be determined"
  1535. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1536. as_fn_error "pwd does not report name of working directory"
  1537. # Find the source files, if location was not specified.
  1538. if test -z "$srcdir"; then
  1539. ac_srcdir_defaulted=yes
  1540. # Try the directory containing this script, then the parent directory.
  1541. ac_confdir=`$as_dirname -- "$as_myself" ||
  1542. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1543. X"$as_myself" : 'X\(//\)[^/]' \| \
  1544. X"$as_myself" : 'X\(//\)$' \| \
  1545. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1546. $as_echo X"$as_myself" |
  1547. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1548. s//\1/
  1549. q
  1550. }
  1551. /^X\(\/\/\)[^/].*/{
  1552. s//\1/
  1553. q
  1554. }
  1555. /^X\(\/\/\)$/{
  1556. s//\1/
  1557. q
  1558. }
  1559. /^X\(\/\).*/{
  1560. s//\1/
  1561. q
  1562. }
  1563. s/.*/./; q'`
  1564. srcdir=$ac_confdir
  1565. if test ! -r "$srcdir/$ac_unique_file"; then
  1566. srcdir=..
  1567. fi
  1568. else
  1569. ac_srcdir_defaulted=no
  1570. fi
  1571. if test ! -r "$srcdir/$ac_unique_file"; then
  1572. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1573. as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  1574. fi
  1575. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1576. ac_abs_confdir=`(
  1577. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  1578. pwd)`
  1579. # When building in place, set srcdir=.
  1580. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1581. srcdir=.
  1582. fi
  1583. # Remove unnecessary trailing slashes from srcdir.
  1584. # Double slashes in file names in object file debugging info
  1585. # mess up M-x gdb in Emacs.
  1586. case $srcdir in
  1587. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1588. esac
  1589. for ac_var in $ac_precious_vars; do
  1590. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1591. eval ac_env_${ac_var}_value=\$${ac_var}
  1592. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1593. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1594. done
  1595. #
  1596. # Report the --help message.
  1597. #
  1598. if test "$ac_init_help" = "long"; then
  1599. # Omit some internal or obsolete options to make the list less imposing.
  1600. # This message is too long to be a string in the A/UX 3.1 sh.
  1601. cat <<_ACEOF
  1602. \`configure' configures this package to adapt to many kinds of systems.
  1603. Usage: $0 [OPTION]... [VAR=VALUE]...
  1604. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1605. VAR=VALUE. See below for descriptions of some of the useful variables.
  1606. Defaults for the options are specified in brackets.
  1607. Configuration:
  1608. -h, --help display this help and exit
  1609. --help=short display options specific to this package
  1610. --help=recursive display the short help of all the included packages
  1611. -V, --version display version information and exit
  1612. -q, --quiet, --silent do not print \`checking...' messages
  1613. --cache-file=FILE cache test results in FILE [disabled]
  1614. -C, --config-cache alias for \`--cache-file=config.cache'
  1615. -n, --no-create do not create output files
  1616. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1617. Installation directories:
  1618. --prefix=PREFIX install architecture-independent files in PREFIX
  1619. [$ac_default_prefix]
  1620. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1621. [PREFIX]
  1622. By default, \`make install' will install all the files in
  1623. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1624. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1625. for instance \`--prefix=\$HOME'.
  1626. For better control, use the options below.
  1627. Fine tuning of the installation directories:
  1628. --bindir=DIR user executables [EPREFIX/bin]
  1629. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1630. --libexecdir=DIR program executables [EPREFIX/libexec]
  1631. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1632. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1633. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1634. --libdir=DIR object code libraries [EPREFIX/lib]
  1635. --includedir=DIR C header files [PREFIX/include]
  1636. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1637. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1638. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1639. --infodir=DIR info documentation [DATAROOTDIR/info]
  1640. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1641. --mandir=DIR man documentation [DATAROOTDIR/man]
  1642. --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
  1643. --htmldir=DIR html documentation [DOCDIR]
  1644. --dvidir=DIR dvi documentation [DOCDIR]
  1645. --pdfdir=DIR pdf documentation [DOCDIR]
  1646. --psdir=DIR ps documentation [DOCDIR]
  1647. _ACEOF
  1648. cat <<\_ACEOF
  1649. X features:
  1650. --x-includes=DIR X include files are in DIR
  1651. --x-libraries=DIR X library files are in DIR
  1652. System types:
  1653. --build=BUILD configure for building on BUILD [guessed]
  1654. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1655. --target=TARGET configure for building compilers for TARGET [HOST]
  1656. _ACEOF
  1657. fi
  1658. if test -n "$ac_init_help"; then
  1659. cat <<\_ACEOF
  1660. Optional Features:
  1661. --disable-option-checking ignore unrecognized --enable/--with options
  1662. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1663. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1664. --enable-graphite Enables the compilation of Graphite smart font rendering
  1665. --disable-ldap Disables the use of LDAP backend via Netscape/Mozilla
  1666. or OpenLDAP LDAP SDK
  1667. --enable-lockdown Enables the gconf integration work in OOo
  1668. --disable-vba disables the vba compatibility feature
  1669. --enable-pch EXPERIMENTAL: Enables precompiled header support for C++.
  1670. --enable-hids Enables generation of HelpId lists.
  1671. --disable-mozilla OO.o usually includes a strangely hacked up mozilla
  1672. binary for your platform, to build without this
  1673. version, use this option.
  1674. --disable-epm OO.o includes self-packaging code, that requires
  1675. epm, however epm is useless for large scale
  1676. package building.
  1677. --disable-odk OO.o includes an ODK, office development kit
  1678. which some packagers may with to build without
  1679. --disable-qadevooo OO.o includes some qa testsuites which some
  1680. packagers may wish to build without
  1681. --disable-mathmldtd disable mathmldtd
  1682. (useful for distributions that want to avoid packaging
  1683. it)
  1684. --enable-evolution2 Allows the built-in evolution 2 addressbook
  1685. connectivity build to be enabled.
  1686. --disable-cups disable cups support in the psprint project
  1687. --disable-fontconfig disable support for the fontconfig library
  1688. --disable-directx Remove DirectX implementation for the new XCanvas
  1689. interface. The DirectX support requires more stuff
  1690. installed on Windows to compile.
  1691. (DirectX SDK, GDI+ libs)
  1692. --disable-activex Disable the use of ActiveX for windows build.
  1693. This switch is mandatory when using VC++ 2005/2008 Express.
  1694. --disable-atl Disable the use of ATL for windows build.
  1695. This switch is mandatory when using VC++ 2005/2008 Express.
  1696. --enable-symbols Include debugging symbols in output.
  1697. WARNING - a complete build needs 8 Gb of space and
  1698. takes much longer. (enables -g compiler flag)
  1699. --enable-symbols=SMALL sets the gcc -g1 setting
  1700. which is smaller.
  1701. Enabling symbols disables the stripping of the solver
  1702. (--disable-strip-solver).
  1703. --disable-strip-solver Disable the stripping of the solver.
  1704. By default the solver is stripped unless a build with
  1705. debugging symbols (--enable-symbols) is requested.
  1706. This switch allows to override this setting.
  1707. --enable-werror Turn warnings to errors. (Has no effect in modules
  1708. where the treating of warnings as errors is disabled
  1709. explicitely)
  1710. --enable-debug Include debugging symbols from --enable-symbols
  1711. plus extra debugging code. Extra large build!
  1712. (enables -g compiler flag and dmake debug=true)
  1713. --enable-dbgutil Include additional debugging utilities, such as
  1714. assertions, object counting, etc. Larger build.
  1715. Independent from --enable-debug
  1716. --enable-crashdump Enable the crashdump feature code.
  1717. --enable-cl-standard For Microsoft C/C++ compiler users, use non-optimizing
  1718. standard compiler. ( This just disavles optimization
  1719. options and therefore removes a lot of warnings when
  1720. using the cheaper standard compiler. )
  1721. --disable-gtk Determines whether to use Gtk+ vclplug on platforms
  1722. where Gtk+ is available.
  1723. --disable-systray Determines whether to build the systray quickstarter.
  1724. --enable-cairo Determines whether to use Cairo library on
  1725. platforms where Cairo is available.
  1726. --enable-opengl Determines whether to build the OpenGL 3D slide
  1727. transitions component
  1728. --enable-dbus Determines whether to enable presentation mode
  1729. screensaver control under GNOME via DBUS
  1730. --disable-gconf Determines whether to use the GConf support
  1731. --disable-gnome-vfs Determines whether to use the Gnome Virtual Filing
  1732. System on platforms where that VFS is available
  1733. --enable-gio …

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