PageRenderTime 69ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 3ms

/libreoffice-3.6.0.2/configure

#
Shell | 16697 lines | 14541 code | 1447 blank | 709 comment | 1383 complexity | 1bbcc5c839bd095b9a052626355da566 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, LGPL-2.1, AGPL-1.0, BSD-3-Clause-No-Nuclear-License-2014, GPL-3.0, LGPL-3.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.68 for LibreOffice 3.6.
  4. #
  5. #
  6. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  7. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
  8. # Foundation, Inc.
  9. #
  10. #
  11. # This configure script is free software; the Free Software Foundation
  12. # gives unlimited permission to copy, distribute and modify it.
  13. ## -------------------- ##
  14. ## M4sh Initialization. ##
  15. ## -------------------- ##
  16. # Be more Bourne compatible
  17. DUALCASE=1; export DUALCASE # for MKS sh
  18. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  19. emulate sh
  20. NULLCMD=:
  21. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  22. # is contrary to our usage. Disable this feature.
  23. alias -g '${1+"$@"}'='"$@"'
  24. setopt NO_GLOB_SUBST
  25. else
  26. case `(set -o) 2>/dev/null` in #(
  27. *posix*) :
  28. set -o posix ;; #(
  29. *) :
  30. ;;
  31. esac
  32. fi
  33. as_nl='
  34. '
  35. export as_nl
  36. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  37. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  38. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  39. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  40. # Prefer a ksh shell builtin over an external printf program on Solaris,
  41. # but without wasting forks for bash or zsh.
  42. if test -z "$BASH_VERSION$ZSH_VERSION" \
  43. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  44. as_echo='print -r --'
  45. as_echo_n='print -rn --'
  46. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  47. as_echo='printf %s\n'
  48. as_echo_n='printf %s'
  49. else
  50. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  51. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  52. as_echo_n='/usr/ucb/echo -n'
  53. else
  54. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  55. as_echo_n_body='eval
  56. arg=$1;
  57. case $arg in #(
  58. *"$as_nl"*)
  59. expr "X$arg" : "X\\(.*\\)$as_nl";
  60. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  61. esac;
  62. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  63. '
  64. export as_echo_n_body
  65. as_echo_n='sh -c $as_echo_n_body as_echo'
  66. fi
  67. export as_echo_body
  68. as_echo='sh -c $as_echo_body as_echo'
  69. fi
  70. # The user is always right.
  71. if test "${PATH_SEPARATOR+set}" != set; then
  72. PATH_SEPARATOR=:
  73. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  74. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  75. PATH_SEPARATOR=';'
  76. }
  77. fi
  78. # IFS
  79. # We need space, tab and new line, in precisely that order. Quoting is
  80. # there to prevent editors from complaining about space-tab.
  81. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  82. # splitting by setting IFS to empty value.)
  83. IFS=" "" $as_nl"
  84. # Find who we are. Look in the path if we contain no directory separator.
  85. as_myself=
  86. case $0 in #((
  87. *[\\/]* ) as_myself=$0 ;;
  88. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  89. for as_dir in $PATH
  90. do
  91. IFS=$as_save_IFS
  92. test -z "$as_dir" && as_dir=.
  93. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  94. done
  95. IFS=$as_save_IFS
  96. ;;
  97. esac
  98. # We did not find ourselves, most probably we were run as `sh COMMAND'
  99. # in which case we are not to be found in the path.
  100. if test "x$as_myself" = x; then
  101. as_myself=$0
  102. fi
  103. if test ! -f "$as_myself"; then
  104. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  105. exit 1
  106. fi
  107. # Unset variables that we do not need and which cause bugs (e.g. in
  108. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  109. # suppresses any "Segmentation fault" message there. '((' could
  110. # trigger a bug in pdksh 5.2.14.
  111. for as_var in BASH_ENV ENV MAIL MAILPATH
  112. do eval test x\${$as_var+set} = xset \
  113. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  114. done
  115. PS1='$ '
  116. PS2='> '
  117. PS4='+ '
  118. # NLS nuisances.
  119. LC_ALL=C
  120. export LC_ALL
  121. LANGUAGE=C
  122. export LANGUAGE
  123. # CDPATH.
  124. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  125. if test "x$CONFIG_SHELL" = x; then
  126. as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  127. emulate sh
  128. NULLCMD=:
  129. # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  130. # is contrary to our usage. Disable this feature.
  131. alias -g '\${1+\"\$@\"}'='\"\$@\"'
  132. setopt NO_GLOB_SUBST
  133. else
  134. case \`(set -o) 2>/dev/null\` in #(
  135. *posix*) :
  136. set -o posix ;; #(
  137. *) :
  138. ;;
  139. esac
  140. fi
  141. "
  142. as_required="as_fn_return () { (exit \$1); }
  143. as_fn_success () { as_fn_return 0; }
  144. as_fn_failure () { as_fn_return 1; }
  145. as_fn_ret_success () { return 0; }
  146. as_fn_ret_failure () { return 1; }
  147. exitcode=0
  148. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  149. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  150. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  151. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  152. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
  153. else
  154. exitcode=1; echo positional parameters were not saved.
  155. fi
  156. test x\$exitcode = x0 || exit 1"
  157. as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  158. as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  159. eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  160. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
  161. test \$(( 1 + 1 )) = 2 || exit 1"
  162. if (eval "$as_required") 2>/dev/null; then :
  163. as_have_required=yes
  164. else
  165. as_have_required=no
  166. fi
  167. if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  168. else
  169. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  170. as_found=false
  171. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  172. do
  173. IFS=$as_save_IFS
  174. test -z "$as_dir" && as_dir=.
  175. as_found=:
  176. case $as_dir in #(
  177. /*)
  178. for as_base in sh bash ksh sh5; do
  179. # Try only shells that exist, to save several forks.
  180. as_shell=$as_dir/$as_base
  181. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  182. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  183. CONFIG_SHELL=$as_shell as_have_required=yes
  184. if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  185. break 2
  186. fi
  187. fi
  188. done;;
  189. esac
  190. as_found=false
  191. done
  192. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  193. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  194. CONFIG_SHELL=$SHELL as_have_required=yes
  195. fi; }
  196. IFS=$as_save_IFS
  197. if test "x$CONFIG_SHELL" != x; then :
  198. # We cannot yet assume a decent shell, so we have to provide a
  199. # neutralization value for shells without unset; and this also
  200. # works around shells that cannot unset nonexistent variables.
  201. # Preserve -v and -x to the replacement shell.
  202. BASH_ENV=/dev/null
  203. ENV=/dev/null
  204. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  205. export CONFIG_SHELL
  206. case $- in # ((((
  207. *v*x* | *x*v* ) as_opts=-vx ;;
  208. *v* ) as_opts=-v ;;
  209. *x* ) as_opts=-x ;;
  210. * ) as_opts= ;;
  211. esac
  212. exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
  213. fi
  214. if test x$as_have_required = xno; then :
  215. $as_echo "$0: This script requires a shell more modern than all"
  216. $as_echo "$0: the shells that I found on your system."
  217. if test x${ZSH_VERSION+set} = xset ; then
  218. $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  219. $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  220. else
  221. $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
  222. $0: including any error possibly output before this
  223. $0: message. Then install a modern shell, or manually run
  224. $0: the script under such a shell if you do have one."
  225. fi
  226. exit 1
  227. fi
  228. fi
  229. fi
  230. SHELL=${CONFIG_SHELL-/bin/sh}
  231. export SHELL
  232. # Unset more variables known to interfere with behavior of common tools.
  233. CLICOLOR_FORCE= GREP_OPTIONS=
  234. unset CLICOLOR_FORCE GREP_OPTIONS
  235. ## --------------------- ##
  236. ## M4sh Shell Functions. ##
  237. ## --------------------- ##
  238. # as_fn_unset VAR
  239. # ---------------
  240. # Portably unset VAR.
  241. as_fn_unset ()
  242. {
  243. { eval $1=; unset $1;}
  244. }
  245. as_unset=as_fn_unset
  246. # as_fn_set_status STATUS
  247. # -----------------------
  248. # Set $? to STATUS, without forking.
  249. as_fn_set_status ()
  250. {
  251. return $1
  252. } # as_fn_set_status
  253. # as_fn_exit STATUS
  254. # -----------------
  255. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  256. as_fn_exit ()
  257. {
  258. set +e
  259. as_fn_set_status $1
  260. exit $1
  261. } # as_fn_exit
  262. # as_fn_mkdir_p
  263. # -------------
  264. # Create "$as_dir" as a directory, including parents if necessary.
  265. as_fn_mkdir_p ()
  266. {
  267. case $as_dir in #(
  268. -*) as_dir=./$as_dir;;
  269. esac
  270. test -d "$as_dir" || eval $as_mkdir_p || {
  271. as_dirs=
  272. while :; do
  273. case $as_dir in #(
  274. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  275. *) as_qdir=$as_dir;;
  276. esac
  277. as_dirs="'$as_qdir' $as_dirs"
  278. as_dir=`$as_dirname -- "$as_dir" ||
  279. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  280. X"$as_dir" : 'X\(//\)[^/]' \| \
  281. X"$as_dir" : 'X\(//\)$' \| \
  282. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  283. $as_echo X"$as_dir" |
  284. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  285. s//\1/
  286. q
  287. }
  288. /^X\(\/\/\)[^/].*/{
  289. s//\1/
  290. q
  291. }
  292. /^X\(\/\/\)$/{
  293. s//\1/
  294. q
  295. }
  296. /^X\(\/\).*/{
  297. s//\1/
  298. q
  299. }
  300. s/.*/./; q'`
  301. test -d "$as_dir" && break
  302. done
  303. test -z "$as_dirs" || eval "mkdir $as_dirs"
  304. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  305. } # as_fn_mkdir_p
  306. # as_fn_append VAR VALUE
  307. # ----------------------
  308. # Append the text in VALUE to the end of the definition contained in VAR. Take
  309. # advantage of any shell optimizations that allow amortized linear growth over
  310. # repeated appends, instead of the typical quadratic growth present in naive
  311. # implementations.
  312. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  313. eval 'as_fn_append ()
  314. {
  315. eval $1+=\$2
  316. }'
  317. else
  318. as_fn_append ()
  319. {
  320. eval $1=\$$1\$2
  321. }
  322. fi # as_fn_append
  323. # as_fn_arith ARG...
  324. # ------------------
  325. # Perform arithmetic evaluation on the ARGs, and store the result in the
  326. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  327. # must be portable across $(()) and expr.
  328. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  329. eval 'as_fn_arith ()
  330. {
  331. as_val=$(( $* ))
  332. }'
  333. else
  334. as_fn_arith ()
  335. {
  336. as_val=`expr "$@" || test $? -eq 1`
  337. }
  338. fi # as_fn_arith
  339. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  340. # ----------------------------------------
  341. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  342. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  343. # script with STATUS, using 1 if that was 0.
  344. as_fn_error ()
  345. {
  346. as_status=$1; test $as_status -eq 0 && as_status=1
  347. if test "$4"; then
  348. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  349. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  350. fi
  351. $as_echo "$as_me: error: $2" >&2
  352. as_fn_exit $as_status
  353. } # as_fn_error
  354. if expr a : '\(a\)' >/dev/null 2>&1 &&
  355. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  356. as_expr=expr
  357. else
  358. as_expr=false
  359. fi
  360. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  361. as_basename=basename
  362. else
  363. as_basename=false
  364. fi
  365. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  366. as_dirname=dirname
  367. else
  368. as_dirname=false
  369. fi
  370. as_me=`$as_basename -- "$0" ||
  371. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  372. X"$0" : 'X\(//\)$' \| \
  373. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  374. $as_echo X/"$0" |
  375. sed '/^.*\/\([^/][^/]*\)\/*$/{
  376. s//\1/
  377. q
  378. }
  379. /^X\/\(\/\/\)$/{
  380. s//\1/
  381. q
  382. }
  383. /^X\/\(\/\).*/{
  384. s//\1/
  385. q
  386. }
  387. s/.*/./; q'`
  388. # Avoid depending upon Character Ranges.
  389. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  390. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  391. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  392. as_cr_digits='0123456789'
  393. as_cr_alnum=$as_cr_Letters$as_cr_digits
  394. as_lineno_1=$LINENO as_lineno_1a=$LINENO
  395. as_lineno_2=$LINENO as_lineno_2a=$LINENO
  396. eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  397. test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  398. # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
  399. sed -n '
  400. p
  401. /[$]LINENO/=
  402. ' <$as_myself |
  403. sed '
  404. s/[$]LINENO.*/&-/
  405. t lineno
  406. b
  407. :lineno
  408. N
  409. :loop
  410. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  411. t loop
  412. s/-\n.*//
  413. ' >$as_me.lineno &&
  414. chmod +x "$as_me.lineno" ||
  415. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  416. # Don't try to exec as it changes $[0], causing all sort of problems
  417. # (the dirname of $[0] is not the place where we might find the
  418. # original and so on. Autoconf is especially sensitive to this).
  419. . "./$as_me.lineno"
  420. # Exit status is that of the last command.
  421. exit
  422. }
  423. ECHO_C= ECHO_N= ECHO_T=
  424. case `echo -n x` in #(((((
  425. -n*)
  426. case `echo 'xy\c'` in
  427. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  428. xy) ECHO_C='\c';;
  429. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  430. ECHO_T=' ';;
  431. esac;;
  432. *)
  433. ECHO_N='-n';;
  434. esac
  435. rm -f conf$$ conf$$.exe conf$$.file
  436. if test -d conf$$.dir; then
  437. rm -f conf$$.dir/conf$$.file
  438. else
  439. rm -f conf$$.dir
  440. mkdir conf$$.dir 2>/dev/null
  441. fi
  442. if (echo >conf$$.file) 2>/dev/null; then
  443. if ln -s conf$$.file conf$$ 2>/dev/null; then
  444. as_ln_s='ln -s'
  445. # ... but there are two gotchas:
  446. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  447. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  448. # In both cases, we have to default to `cp -p'.
  449. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  450. as_ln_s='cp -p'
  451. elif ln conf$$.file conf$$ 2>/dev/null; then
  452. as_ln_s=ln
  453. else
  454. as_ln_s='cp -p'
  455. fi
  456. else
  457. as_ln_s='cp -p'
  458. fi
  459. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  460. rmdir conf$$.dir 2>/dev/null
  461. if mkdir -p . 2>/dev/null; then
  462. as_mkdir_p='mkdir -p "$as_dir"'
  463. else
  464. test -d ./-p && rmdir ./-p
  465. as_mkdir_p=false
  466. fi
  467. if test -x / >/dev/null 2>&1; then
  468. as_test_x='test -x'
  469. else
  470. if ls -dL / >/dev/null 2>&1; then
  471. as_ls_L_option=L
  472. else
  473. as_ls_L_option=
  474. fi
  475. as_test_x='
  476. eval sh -c '\''
  477. if test -d "$1"; then
  478. test -d "$1/.";
  479. else
  480. case $1 in #(
  481. -*)set "./$1";;
  482. esac;
  483. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  484. ???[sx]*):;;*)false;;esac;fi
  485. '\'' sh
  486. '
  487. fi
  488. as_executable_p=$as_test_x
  489. # Sed expression to map a string onto a valid CPP name.
  490. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  491. # Sed expression to map a string onto a valid variable name.
  492. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  493. test -n "$DJDIR" || exec 7<&0 </dev/null
  494. exec 6>&1
  495. # Name of the host.
  496. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
  497. # so uname gets run too.
  498. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  499. #
  500. # Initializations.
  501. #
  502. ac_default_prefix=/usr/local
  503. ac_clean_files=
  504. ac_config_libobj_dir=.
  505. LIBOBJS=
  506. cross_compiling=no
  507. subdirs=
  508. MFLAGS=
  509. MAKEFLAGS=
  510. # Identity of this package.
  511. PACKAGE_NAME='LibreOffice'
  512. PACKAGE_TARNAME='libreoffice'
  513. PACKAGE_VERSION='3.6'
  514. PACKAGE_STRING='LibreOffice 3.6'
  515. PACKAGE_BUGREPORT=''
  516. PACKAGE_URL='http://documentfoundation.org/'
  517. # Factoring default headers for most tests.
  518. ac_includes_default="\
  519. #include <stdio.h>
  520. #ifdef HAVE_SYS_TYPES_H
  521. # include <sys/types.h>
  522. #endif
  523. #ifdef HAVE_SYS_STAT_H
  524. # include <sys/stat.h>
  525. #endif
  526. #ifdef STDC_HEADERS
  527. # include <stdlib.h>
  528. # include <stddef.h>
  529. #else
  530. # ifdef HAVE_STDLIB_H
  531. # include <stdlib.h>
  532. # endif
  533. #endif
  534. #ifdef HAVE_STRING_H
  535. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  536. # include <memory.h>
  537. # endif
  538. # include <string.h>
  539. #endif
  540. #ifdef HAVE_STRINGS_H
  541. # include <strings.h>
  542. #endif
  543. #ifdef HAVE_INTTYPES_H
  544. # include <inttypes.h>
  545. #endif
  546. #ifdef HAVE_STDINT_H
  547. # include <stdint.h>
  548. #endif
  549. #ifdef HAVE_UNISTD_H
  550. # include <unistd.h>
  551. #endif"
  552. ac_subst_vars='LTLIBOBJS
  553. LIBOBJS
  554. LO_PATH
  555. TMP_DIRECTORY
  556. TEMP_DIRECTORY
  557. SOLARLIB_FOR_BUILD
  558. SOLARINC_FOR_BUILD
  559. SOLARLIB
  560. SOLARINC
  561. BUILD_TYPE
  562. WIN_TOUCH
  563. WIN_LS
  564. WIN_GREP
  565. WIN_FIND
  566. MFC_LIB
  567. MFC_INCLUDE
  568. ATL_LIB
  569. ATL_INCLUDE
  570. GMAKE_MODULE_PARALLELISM
  571. GMAKE_PARALLELISM
  572. BUILD_MAX_JOBS
  573. MERGELIBS
  574. ILIB
  575. BUILD_NCPUS
  576. nodep
  577. ENABLE_ZENITY
  578. ZNTY
  579. VERBOSE
  580. DEVINSTALLDIR
  581. INSTALLDIR
  582. DOCDIR
  583. MANDIR
  584. DATADIR
  585. LIBDIR
  586. PREFIXDIR
  587. INSTALLDIRNAME
  588. PRODUCTNAME
  589. WITH_COMPAT_OOWRAPPERS
  590. UNIXWRAPPERNAME
  591. OOO_VENDOR
  592. STARTCENTER_SPACE_BITMAP
  593. STARTCENTER_RTL_RIGHT_BITMAP
  594. STARTCENTER_RTL_LEFT_BITMAP
  595. STARTCENTER_RIGHT_BITMAP
  596. STARTCENTER_LEFT_BITMAP
  597. FLAT_LOGO_SVG
  598. ABOUT_BACKGROUND_SVG
  599. INTRO_BITMAP
  600. PROGRESSFRAMECOLOR
  601. PROGRESSPOSITION
  602. PROGRESSSIZE
  603. PROGRESSBARCOLOR
  604. GIT_LINK_SRC
  605. WITH_POOR_HELP_LOCALIZATIONS
  606. L10N_MODULE
  607. GIT_REPO_NAMES
  608. WITH_LANG_LIST
  609. WITH_LANG
  610. ALL_LANGS
  611. PRODUCTVERSION
  612. DOXYGEN
  613. OOO_JUNIT_JAR
  614. ANT_LIB
  615. ANT_HOME
  616. ANT
  617. JVM_ONE_PATH_CHECK
  618. SYSTEM_LIBPNG
  619. SYSTEM_LIBGSF
  620. SYSTEM_PANGO
  621. SYSTEM_LIBCROCO
  622. SYSTEM_GETTEXT
  623. SYSTEM_GLIB
  624. SYSTEM_GDKPIXBUF
  625. MINGW_PNG15_DLL
  626. MINGW_PIXMAN_DLL
  627. MINGW_FREETYPE_DLL
  628. MINGW_FONTCONFIG_DLL
  629. MINGW_CAIRO_DLL
  630. SYSTEM_CAIRO
  631. CAIRO_LIBS
  632. CAIRO_CFLAGS
  633. SYSTEM_LIBRSVG
  634. ENABLE_LIBRSVG
  635. LIBRSVG_LIBS
  636. LIBRSVG_CFLAGS
  637. XINERAMA_LINK
  638. USE_XINERAMA
  639. SCPDEFS
  640. ENABLE_SILENT_MSI
  641. ENABLE_RELEASE_BUILD
  642. ENABLE_ONLINE_UPDATE
  643. ENABLE_LOMENUBAR
  644. DBUSMENUGTK_LIBS
  645. DBUSMENUGTK_CFLAGS
  646. OXYGENOFFICE_PACK
  647. ENABLE_OXYGENOFFICE
  648. OOOP_FONTS_PACK
  649. WITH_EXTRA_FONT
  650. OOOP_SAMPLES_PACK
  651. WITH_EXTRA_SAMPLE
  652. OOOP_TEMPLATES_PACK
  653. WITH_EXTRA_TEMPLATE
  654. OOOP_GALLERY_PACK
  655. WITH_EXTRA_GALLERY
  656. WITHOUT_AFMS
  657. WITHOUT_PPDS
  658. WITH_AGFA_MONOTYPE_FONTS
  659. WITH_FONTS
  660. SUNTEMPLATES_IT_PACK
  661. SUNTEMPLATES_HU_PACK
  662. SUNTEMPLATES_FR_PACK
  663. SUNTEMPLATES_ES_PACK
  664. SUNTEMPLATES_EN_US_PACK
  665. SUNTEMPLATES_DE_PACK
  666. OOOBLOGGER_EXTENSION_PACK
  667. GOOGLE_DOCS_EXTENSION_PACK
  668. TYPO_EXTENSION_PACK
  669. HUNART_EXTENSION_PACK
  670. NUMBERTEXT_EXTENSION_PACK
  671. CT2N_EXTENSION_PACK
  672. BARCODE_EXTENSION_PACK
  673. VALIDATOR_EXTENSION_PACK
  674. DIAGRAM_EXTENSION_PACK
  675. WATCH_WINDOW_EXTENSION_PACK
  676. WITH_EXTENSION_INTEGRATION
  677. WITH_HELPPACK_INTEGRATION
  678. WITH_THEMES
  679. ENABLE_KAB
  680. ENABLE_TDEAB
  681. ENABLE_EVOAB2
  682. GOBJECT_LIBS
  683. GOBJECT_CFLAGS
  684. ENABLE_LOCKDOWN
  685. KDE_HAVE_GLIB
  686. KDE4_LIBS
  687. KDE4_CFLAGS
  688. KDE_GLIB_LIBS
  689. KDE_GLIB_CFLAGS
  690. MOC4
  691. MOCQT4
  692. QMAKE4
  693. QMAKEQT4
  694. KDE_LIBS
  695. KDE_CFLAGS
  696. TDE_LIBS
  697. TDE_CFLAGS
  698. MOC
  699. ENABLE_SCRIPTING_PYTHON
  700. RHINO_JAR
  701. SYSTEM_RHINO
  702. ENABLE_SCRIPTING_JAVASCRIPT
  703. BSH_JAR
  704. SYSTEM_BSH
  705. ENABLE_SCRIPTING_BEANSHELL
  706. COMMONS_LOGGING_JAR
  707. COMMONS_HTTPCLIENT_JAR
  708. COMMONS_LANG_JAR
  709. COMMONS_CODEC_JAR
  710. SYSTEM_APACHE_COMMONS
  711. LIBSERIALIZER_JAR
  712. LIBFONTS_JAR
  713. LIBREPOSITORY_JAR
  714. LIBFORMULA_JAR
  715. LIBLOADER_JAR
  716. LIBLAYOUT_JAR
  717. LIBBASE_JAR
  718. JFREEREPORT_JAR
  719. FLUTE_JAR
  720. LIBXML_JAR
  721. SAC_JAR
  722. SYSTEM_JFREEREPORT
  723. ENABLE_REPORTBUILDER
  724. SERVLETAPI_JAR
  725. SYSTEM_SERVLETAPI
  726. ENABLE_MEDIAWIKI
  727. SYSTEM_POPPLER
  728. ENABLE_PDFIMPORT
  729. POPPLER_LIBS
  730. POPPLER_CFLAGS
  731. ENABLE_PRESENTER_SCREEN
  732. ENABLE_MINIMIZER
  733. ENABLE_OPENGL
  734. SYSTEM_MESA_HEADERS
  735. ENABLE_GSTREAMER
  736. GSTREAMER_LIBS
  737. GSTREAMER_CFLAGS
  738. ENABLE_CAIRO_CANVAS
  739. SPLIT_OPT_FEATURES
  740. SPLIT_APP_MODULES
  741. ENABLE_QUICKSTART_LIBPNG
  742. LIBPNG_LIBS
  743. LIBPNG_CFLAGS
  744. ENABLE_GTK_PRINT
  745. ENABLE_SYSTRAY_GTK
  746. ENABLE_DBUS
  747. ENABLE_GIO
  748. GIO_LIBS
  749. GIO_CFLAGS
  750. DBUS_LIBS
  751. DBUS_CFLAGS
  752. GTK_PRINT_LIBS
  753. GTK_PRINT_CFLAGS
  754. GTK210_LIBS
  755. GTK210_CFLAGS
  756. GTHREAD_LIBS
  757. GTHREAD_CFLAGS
  758. GTK_LIBS
  759. GTK_CFLAGS
  760. ENABLE_GNOMEVFS
  761. GNOMEVFS_LIBS
  762. GNOMEVFS_CFLAGS
  763. ENABLE_GCONF
  764. GCONF_LIBS
  765. GCONF_CFLAGS
  766. ENABLE_HEADLESS
  767. ENABLE_KDE4
  768. ENABLE_KDE
  769. ENABLE_TDE
  770. ENABLE_GTK
  771. ENABLE_GTK3
  772. GTK3_LIBS
  773. GTK3_CFLAGS
  774. UNZIP
  775. ZIP
  776. ML_EXE
  777. x_GNUCP
  778. GNUPATCH
  779. GNUCP
  780. PATCH
  781. FLEX
  782. ANCIENT_BISON
  783. BISON
  784. DIRECTXSDK_LIB
  785. DIRECTXSDK_HOME
  786. UUIDGEN
  787. WINDOWS_SDK_HOME
  788. SYSTEM_LIBC
  789. HAVE_READDIR_R
  790. HAVE_GETOPT
  791. SYSTEM_LIBEXTTEXTCAT_DATA
  792. SYSTEM_LIBEXTTEXTCAT
  793. LIBEXTTEXTCAT_LIBS
  794. LIBEXTTEXTCAT_CFLAGS
  795. MINGW_LPSOLVE_DLL
  796. SYSTEM_LPSOLVE
  797. MINGW_MYTHES_DLL
  798. SYSTEM_MYTHES
  799. MYTHES_LIBS
  800. MYTHES_CFLAGS
  801. MINGW_HYPHEN_DLL
  802. HYPHEN_LIB
  803. SYSTEM_HYPH
  804. MINGW_HUNSPELL_DLL
  805. SYSTEM_HUNSPELL
  806. HUNSPELL_LIBS
  807. HUNSPELL_CFLAGS
  808. MINGW_SQLITE3_DLL
  809. MINGW_REDLAND_DLL
  810. MINGW_RASQAL_DLL
  811. MINGW_RAPTOR_DLL
  812. SYSTEM_REDLAND
  813. REDLAND_LIBS
  814. REDLAND_CFLAGS
  815. MINGW_CRYPTO_DLL
  816. MINGW_SSL_DLL
  817. SYSTEM_OPENSSL
  818. OPENSSL_LIBS
  819. OPENSSL_CFLAGS
  820. MINGW_TASN1_DLL
  821. MINGW_NEON_DLL
  822. MINGW_GNUTLS_DLL
  823. NEON_VERSION
  824. SYSTEM_NEON
  825. NEON_LIBS
  826. NEON_CFLAGS
  827. DISABLE_NEON
  828. ENABLE_RANDR
  829. XRANDR_DLOPEN
  830. XRANDR_LIBS
  831. XRANDR_CFLAGS
  832. XLIB
  833. XINC
  834. X_EXTRA_LIBS
  835. X_LIBS
  836. X_PRE_LIBS
  837. X_CFLAGS
  838. XMKMF
  839. ENABLE_NSPLUGIN
  840. MINGW_GRAPHITE2_DLL
  841. SYSTEM_GRAPHITE
  842. ENABLE_GRAPHITE
  843. GRAPHITE_LIBS
  844. GRAPHITE_CFLAGS
  845. MINGW_ICUUC_DLL
  846. MINGW_ICUI18N_DLL
  847. MINGW_ICUDATA_DLL
  848. ICU_RECLASSIFIED_PREPEND_SET_EMPTY
  849. ICU_RECLASSIFIED_HEBREW_LETTER
  850. ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER
  851. ICU_RECLASSIFIED_CLOSE_PARENTHESIS
  852. ICU_MICRO
  853. ICU_MINOR
  854. ICU_MAJOR
  855. SYSTEM_ICU
  856. SYSTEM_GENCMN
  857. SYSTEM_GENCCODE
  858. SYSTEM_GENBRK
  859. ICUCONFIG_FOR_BUILD
  860. ICUCONFIG
  861. HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION
  862. SYSTEM_MOZILLA_HEADERS
  863. MOZILLA_HEADERS_LIBS
  864. MOZILLA_HEADERS_CFLAGS
  865. SYSTEM_NSS
  866. NSS_LIBS
  867. NSS_CFLAGS
  868. MOZ_LDAP_CFLAGS
  869. MOZ_LIB_XPCOM
  870. MOZ_LIB
  871. MOZ_INC
  872. MOZ_FLAVOUR
  873. SYSTEM_MOZILLA
  874. MOZILLABUILD
  875. PREBUILD_MOZAB
  876. BUILD_MOZAB
  877. MOZLIBREQ_LIBS
  878. MOZLIBREQ_CFLAGS
  879. MOZILLA_TOOLKIT
  880. MOZILLA_VERSION
  881. MOZILLAXPCOM_LIBS
  882. MOZILLAXPCOM_CFLAGS
  883. WITH_OPENLDAP
  884. WITH_LDAP
  885. ENABLE_XMLSEC
  886. WITH_MOZILLA
  887. SYSTEM_ODBC_HEADERS
  888. SYSTEM_VIGRA
  889. MDDS_CPPFLAGS
  890. SYSTEM_MDDS
  891. SYSTEM_BOOST
  892. MINGW_BOOST_DATE_TIME_DLL
  893. HAVE_BOOST_UNORDERED_MAP
  894. MINGW_SSL3_DLL
  895. MINGW_SSH2_DLL
  896. MINGW_PLDS4_DLL
  897. MINGW_PLC4_DLL
  898. MINGW_NSSUTIL3_DLL
  899. MINGW_NSS3_DLL
  900. MINGW_NSPR4_DLL
  901. MINGW_INTL_DLL
  902. MINGW_IDN_DLL
  903. MINGW_GPG_ERROR_DLL
  904. MINGW_GCRYPT_DLL
  905. MINGW_CURL_DLL
  906. SYSTEM_CURL
  907. CURLCONFIG
  908. CURL_LIBS
  909. CURL_CFLAGS
  910. BUILD_STAX
  911. SAXON_JAR
  912. SYSTEM_SAXON
  913. SERIALIZER_JAR
  914. POSTGRESQL_LIB
  915. POSTGRESQL_INC
  916. SYSTEM_POSTGRESQL
  917. BUILD_POSTGRESQL_SDBC
  918. WITH_GSSAPI
  919. WITH_KRB5
  920. PGCONFIG
  921. HSQLDB_JAR
  922. SYSTEM_HSQLDB
  923. SYSTEM_MYSQL_CPPCONN
  924. LIBMYSQL_PATH
  925. MYSQL_DEFINES
  926. MYSQL_LIB
  927. MYSQL_INC
  928. SYSTEM_MYSQL
  929. MYSQLCONFIG
  930. ENABLE_MYSQLC
  931. MINGW_DB_DLL
  932. DB_CPPLIB
  933. DB_LIB
  934. SYSTEM_DB_CFLAGS
  935. SYSTEM_DB
  936. PYTHON_LIBS
  937. PYTHON_CFLAGS
  938. SYSTEM_PYTHON
  939. BZIP2
  940. pkgpyexecdir
  941. pyexecdir
  942. pkgpythondir
  943. pythondir
  944. PYTHON_PLATFORM
  945. PYTHON_EXEC_PREFIX
  946. PYTHON_PREFIX
  947. PYTHON_VERSION
  948. PYTHON
  949. DISABLE_PYTHON
  950. MINGW_ZLIB_DLL
  951. MINGW_LIBXML_DLL
  952. SYSTEM_LIBXML
  953. XMLLINT
  954. LIBXML_LIBS
  955. LIBXML_CFLAGS
  956. MINGW_ICONV_DLL
  957. MINGW_LIBXSLT_DLL
  958. SYSTEM_LIBXSLT_FOR_BUILD
  959. SYSTEM_LIBXSLT
  960. XSLTPROC
  961. LIBXSLT_LIBS
  962. LIBXSLT_CFLAGS
  963. USE_FT_EMBOLDEN
  964. SYSTEM_LIBWPG
  965. WPG_LIBS
  966. WPG_CFLAGS
  967. SYSTEM_LIBWPS
  968. WPS_LIBS
  969. WPS_CFLAGS
  970. FREETYPE_LIBS
  971. FREETYPE_CFLAGS
  972. SYSTEM_CPPUNIT
  973. CPPUNIT_LIBS
  974. CPPUNIT_CFLAGS
  975. MINGW_LCMS2_DLL
  976. SYSTEM_LCMS2
  977. LCMS2_LIBS
  978. LCMS2_CFLAGS
  979. SYSTEM_LIBWPD
  980. WPD_LIBS
  981. WPD_CFLAGS
  982. SYSTEM_LIBCMIS
  983. LIBCMIS_LIBS
  984. LIBCMIS_CFLAGS
  985. SYSTEM_LIBVISIO
  986. VISIO_LIBS
  987. VISIO_CFLAGS
  988. SYSTEM_LIBCDR
  989. CDR_LIBS
  990. CDR_CFLAGS
  991. MINGW_EXPAT_DLL
  992. SYSTEM_EXPAT
  993. SYSTEM_CLUCENE
  994. CLUCENE_LIBS
  995. CLUCENE_CFLAGS
  996. MINGW_JPEG_DLL
  997. SYSTEM_JPEG
  998. MINGW_MINIZIP_DLL
  999. SYSTEM_MINIZIP
  1000. SYSTEM_ZLIB
  1001. MINIZIP_LIBS
  1002. MINIZIP_CFLAGS
  1003. SYSTEM_STDLIBS
  1004. BUILD_UNOWINREG
  1005. MINGWSTRIP
  1006. MINGWCXX
  1007. GPERF
  1008. PKGFORMAT
  1009. BUILD_EPM
  1010. RPM
  1011. PKGMK
  1012. DPKG
  1013. EPM
  1014. BUILD_DMAKE
  1015. DMAKE
  1016. x_JDKLIB
  1017. x_JAVALIB
  1018. XCLASSPATH
  1019. JDKLIB
  1020. JDK
  1021. JAVA_TARGET_VER
  1022. JAVA_SOURCE_VER
  1023. JAVA_HOME
  1024. JAVAIFLAGS
  1025. JAVAFLAGS
  1026. JAVALIB
  1027. CLASSPATH
  1028. AWTLIB
  1029. JAVADOC
  1030. JAVACISKAFFE
  1031. JAVACISGCJ
  1032. JAVACOMPILER
  1033. JAVAINTERPRETER
  1034. WITH_VC_REDIST
  1035. JITC_PROCESSOR_TYPE
  1036. SOLAR_JAVA
  1037. BUILD_VER_STRING
  1038. ALLOC
  1039. HAVE_POSIX_FALLOCATE
  1040. HAVE_GCC_FNO_ENFORCE_EH_SPECS
  1041. HAVE_GCC_FNO_DEFAULT_INLINE
  1042. HAVE_SFINAE_ANONYMOUS_BROKEN
  1043. HAVE_GCC_VISIBILITY_BROKEN
  1044. HAVE_GCC_VISIBILITY_FEATURE
  1045. HAVE_GCC_AVX
  1046. HAVE_GCC_NO_LONG_DOUBLE
  1047. HAVE_CXX0X
  1048. HAVE_THREADSAFE_STATICS
  1049. GXX_INCLUDE_PATH
  1050. WITH_STLPORT
  1051. EXCEPTIONS
  1052. MINGW_GXXDLL
  1053. MINGW_GCCDLL
  1054. MINGW_SHARED_LIBSTDCPP
  1055. MINGW_SHARED_GXXLIB
  1056. MINGW_SHARED_GCCLIB
  1057. MINGW_CLIB_DIR
  1058. MINGW_LIB_INCLUDE_PATH
  1059. VALGRIND_CFLAGS
  1060. ALIGNOF_DOUBLE
  1061. ALIGNOF_LONG
  1062. ALIGNOF_INT
  1063. ALIGNOF_SHORT
  1064. SIZEOF_POINTER
  1065. SIZEOF_DOUBLE
  1066. SIZEOF_LONGLONG
  1067. SIZEOF_LONG
  1068. SIZEOF_INT
  1069. SIZEOF_SHORT
  1070. LFS_CFLAGS
  1071. WORDS_BIGENDIAN
  1072. CXXCPP
  1073. ac_ct_CXX
  1074. CXXFLAGS
  1075. CXX
  1076. CSC_PATH
  1077. MIDL_PATH
  1078. WINDRES
  1079. DLLTOOL
  1080. STRIP
  1081. RANLIB
  1082. OBJDUMP
  1083. NM
  1084. AR
  1085. PERL
  1086. WITH_LINKER_HASH_STYLE
  1087. HAVE_LD_HASH_STYLE
  1088. GNUMAKE
  1089. HAVE_GNUMAKE_FILE_FUNC
  1090. SHA1SUM
  1091. THES_SYSTEM_DIR
  1092. HYPH_SYSTEM_DIR
  1093. DICT_SYSTEM_DIR
  1094. SYSTEM_DICTS
  1095. WITH_MYSPELL_DICTS
  1096. WITH_BINFILTER
  1097. DO_FETCH_TARBALLS
  1098. TARFILE_LOCATION
  1099. FONTCONFIG_LIBS
  1100. FONTCONFIG_CFLAGS
  1101. PKG_CONFIG_LIBDIR
  1102. PKG_CONFIG_PATH
  1103. PKG_CONFIG
  1104. CPP
  1105. ENABLE_CUPS
  1106. ENABLE_SYMBOLS
  1107. ENABLE_LTO
  1108. DISABLE_LINKOO
  1109. ENABLE_DEBUG_FOR
  1110. ENABLE_DEBUG
  1111. EXTERNAL_WARNINGS_NOT_ERRORS
  1112. ENABLE_CRASHDUMP
  1113. SOURCEVERSION
  1114. UPD
  1115. WORKDIR_FOR_BUILD
  1116. OUTDIR_FOR_BUILD
  1117. MACOSX_DEPLOYMENT_TARGET_FOR_BUILD
  1118. OUTPATH_FOR_BUILD
  1119. INPATH_FOR_BUILD
  1120. CXX_FOR_BUILD
  1121. CC_FOR_BUILD
  1122. CPUNAME_FOR_BUILD
  1123. CPU_FOR_BUILD
  1124. OS_FOR_BUILD
  1125. GUIBASE_FOR_BUILD
  1126. GUI_FOR_BUILD
  1127. COM_FOR_BUILD
  1128. WORKDIR
  1129. SOLARVER
  1130. P_SEP
  1131. OUTPATH
  1132. OUTDIR
  1133. OS
  1134. INPATH
  1135. GUIBASE
  1136. GUI
  1137. EPM_FLAGS
  1138. RTL_ARCH
  1139. RTL_OS
  1140. CPUNAME
  1141. CPU
  1142. COM
  1143. SHOWINCLUDES_PREFIX
  1144. COMEX
  1145. LIBMGR_X64_BINARY
  1146. LINK_X64_BINARY
  1147. CXX_X64_BINARY
  1148. BUILD_X64
  1149. MSPDB_PATH
  1150. PROEXT
  1151. PRODUCT
  1152. HAVE_LD_BSYMBOLIC_FUNCTIONS
  1153. HAVE_GCC_FNO_INLINE
  1154. HAVE_GCC_FINLINE_LIMIT
  1155. HAVE_GCC_GGDB2
  1156. COM_GCC_IS_CLANG
  1157. DISABLE_ATL
  1158. DISABLE_ACTIVEX
  1159. ENABLE_DIRECTX
  1160. CL_X64
  1161. MAC_OS_X_VERSION_MAX_ALLOWED
  1162. MAC_OS_X_VERSION_MIN_REQUIRED
  1163. MACOSX_DEPLOYMENT_TARGET
  1164. MACOSX_SDK_PATH
  1165. FRAMEWORKSHOME
  1166. _cc
  1167. COMPATH
  1168. OBJEXT
  1169. EXEEXT
  1170. ac_ct_CC
  1171. CPPFLAGS
  1172. LDFLAGS
  1173. CFLAGS
  1174. CC
  1175. GCC_HOME
  1176. CCACHE
  1177. SYSBASE
  1178. DISABLE_DYNLOADING
  1179. DISABLE_SCRIPTING
  1180. DISABLE_EXTENSIONS
  1181. DISABLE_DBCONNECTIVITY
  1182. STRIP_COMPONENTS
  1183. GNUTAR
  1184. BASH
  1185. AWK
  1186. FONTCONFIG_TARBALL
  1187. FREETYPE_TARBALL
  1188. PTHREAD_LIBS
  1189. PTHREAD_CFLAGS
  1190. OSVERSION
  1191. WITH_MINGW
  1192. DYNAMIC_CRT
  1193. use_shl_version
  1194. GAWK
  1195. ANDROID_SDK_HOME
  1196. ANDROID_NDK_HOME
  1197. SED
  1198. x_Cygwin
  1199. EXEEXT_FOR_BUILD
  1200. SRC_ROOT
  1201. EGREP
  1202. GREP
  1203. CROSS_COMPILING
  1204. host_os
  1205. host_vendor
  1206. host_cpu
  1207. host
  1208. build_os
  1209. build_vendor
  1210. build_cpu
  1211. build
  1212. target_alias
  1213. host_alias
  1214. build_alias
  1215. LIBS
  1216. ECHO_T
  1217. ECHO_N
  1218. ECHO_C
  1219. DEFS
  1220. mandir
  1221. localedir
  1222. libdir
  1223. psdir
  1224. pdfdir
  1225. dvidir
  1226. htmldir
  1227. infodir
  1228. docdir
  1229. oldincludedir
  1230. includedir
  1231. localstatedir
  1232. sharedstatedir
  1233. sysconfdir
  1234. datadir
  1235. datarootdir
  1236. libexecdir
  1237. sbindir
  1238. bindir
  1239. program_transform_name
  1240. prefix
  1241. exec_prefix
  1242. PACKAGE_URL
  1243. PACKAGE_BUGREPORT
  1244. PACKAGE_STRING
  1245. PACKAGE_VERSION
  1246. PACKAGE_TARNAME
  1247. PACKAGE_NAME
  1248. PATH_SEPARATOR
  1249. SHELL'
  1250. ac_subst_files=''
  1251. ac_user_opts='
  1252. enable_option_checking
  1253. enable_extension_integration
  1254. enable_ext_barcode
  1255. enable_database_connectivity
  1256. enable_extensions
  1257. enable_scripting
  1258. enable_dynamic_loading
  1259. enable_ext_diagram
  1260. enable_ext_google_docs
  1261. enable_ext_hunart
  1262. enable_ext_languagetool
  1263. enable_ext_mysql_connector
  1264. enable_ext_nlpsolver
  1265. enable_ext_ct2n
  1266. enable_ext_numbertext
  1267. enable_ext_oooblogger
  1268. enable_ext_pdfimport
  1269. enable_ext_presenter_console
  1270. enable_ext_presenter_minimizer
  1271. enable_ext_report_builder
  1272. enable_ext_scripting_beanshell
  1273. enable_ext_scripting_javascript
  1274. enable_ext_typo
  1275. enable_ext_validator
  1276. enable_ext_watch_window
  1277. enable_ext_wiki_publisher
  1278. enable_mergelibs
  1279. enable_graphite
  1280. enable_ldap
  1281. enable_fetch_external
  1282. enable_lockdown
  1283. enable_vba
  1284. enable_pch
  1285. enable_mozilla
  1286. enable_epm
  1287. enable_odk
  1288. enable_mathmldtd
  1289. enable_evolution2
  1290. enable_directx
  1291. enable_activex
  1292. enable_atl
  1293. enable_symbols
  1294. enable_werror
  1295. enable_debug
  1296. enable_dbgutil
  1297. enable_linkoo
  1298. enable_lto
  1299. enable_crashdump
  1300. enable_python
  1301. enable_gtk
  1302. enable_gtk3
  1303. enable_systray
  1304. enable_split_app_modules
  1305. enable_split_opt_features
  1306. enable_cairo_canvas
  1307. enable_librsvg
  1308. enable_opengl
  1309. enable_dbus
  1310. enable_gconf
  1311. enable_gnome_vfs
  1312. enable_gio
  1313. enable_build_mozilla
  1314. enable_xmlsec
  1315. enable_tde
  1316. enable_tdeab
  1317. enable_kde
  1318. enable_kdeab
  1319. enable_kde4
  1320. enable_headless
  1321. enable_unix_qstart_libpng
  1322. enable_binfilter
  1323. enable_rpath
  1324. enable_randr
  1325. enable_randr_link
  1326. enable_gstreamer
  1327. enable_neon
  1328. enable_build_unowinreg
  1329. enable_verbose
  1330. enable_dependency_tracking
  1331. enable_icecream
  1332. enable_zenity
  1333. enable_nsplugin
  1334. enable_cups
  1335. enable_ccache
  1336. enable_cl_x64
  1337. enable_extra_gallery
  1338. enable_extra_template
  1339. enable_extra_sample
  1340. enable_extra_font
  1341. enable_oxygenoffice
  1342. enable_lomenubar
  1343. enable_online_update
  1344. enable_release_build
  1345. enable_silent_msi
  1346. enable_postgresql_sdbc
  1347. with_android_ndk
  1348. with_android_sdk
  1349. with_gnu_patch
  1350. with_build_platform_configure_options
  1351. with_gnu_cp
  1352. with_external_tar
  1353. with_solver_and_workdir_root
  1354. with_linked_git
  1355. with_openldap
  1356. with_vba_package_format
  1357. with_theme
  1358. with_helppack_integration
  1359. with_fonts
  1360. with_ppds
  1361. with_afms
  1362. with_agfa_monotype_fonts
  1363. with_epm
  1364. with_package_format
  1365. with_system_libs
  1366. with_system_headers
  1367. with_system_jars
  1368. with_system_stdlibs
  1369. with_system_cairo
  1370. with_system_graphite
  1371. with_system_nss
  1372. with_mozilla_version
  1373. with_mozilla_toolkit
  1374. with_myspell_dicts
  1375. with_system_dicts
  1376. with_external_dict_dir
  1377. with_external_hyph_dir
  1378. with_external_thes_dir
  1379. with_system_zlib
  1380. with_system_openssl
  1381. with_system_jpeg
  1382. with_system_clucene
  1383. with_system_expat
  1384. with_system_libcmis
  1385. with_system_lcms2
  1386. with_system_libcdr
  1387. with_system_libvisio
  1388. with_system_libwpd
  1389. with_system_libwps
  1390. with_system_libwpg
  1391. with_system_libxml
  1392. with_system_icu
  1393. with_system_poppler
  1394. with_system_db
  1395. with_system_apache_commons
  1396. with_system_mysql
  1397. with_libmysql_path
  1398. with_system_mysql_cppconn
  1399. with_system_postgresql
  1400. with_libpq_path
  1401. with_system_hsqldb
  1402. with_hsqldb_jar
  1403. with_system_beanshell
  1404. with_beanshell_jar
  1405. with_system_rhino
  1406. with_rhino_jar
  1407. with_commons_codec_jar
  1408. with_commons_lang_jar
  1409. with_commons_httpclient_jar
  1410. with_commons_logging_jar
  1411. with_system_servlet_api
  1412. with_servlet_api_jar
  1413. with_system_jfreereport
  1414. with_sac_jar
  1415. with_libxml_jar
  1416. with_flute_jar
  1417. with_jfreereport_jar
  1418. with_liblayout_jar
  1419. with_libloader_jar
  1420. with_libformula_jar
  1421. with_librepository_jar
  1422. with_libfonts_jar
  1423. with_libserializer_jar
  1424. with_libbase_jar
  1425. with_system_saxon
  1426. with_saxon_jar
  1427. with_system_odbc
  1428. with_system_sane
  1429. with_system_xextensions_headers
  1430. with_system_mesa_headers
  1431. with_system_curl
  1432. with_system_boost
  1433. with_system_mdds
  1434. with_system_vigra
  1435. with_system_neon
  1436. with_system_hunspell
  1437. with_system_mythes
  1438. with_system_altlinuxhyph
  1439. with_system_lpsolve
  1440. with_system_libexttextcat
  1441. with_system_cppunit
  1442. with_system_redland
  1443. with_system_mozilla
  1444. with_system_mozilla_headers
  1445. with_system_gettext
  1446. with_system_libpng
  1447. with_linker_hash_style
  1448. with_stlport
  1449. with_jdk_home
  1450. with_gxx_include_path
  1451. with_help
  1452. with_java
  1453. with_java_target_version
  1454. with_jvm_path
  1455. with_ant_home
  1456. with_junit
  1457. with_perl_home
  1458. with_doxygen
  1459. with_cl_home
  1460. with_mspdb_path
  1461. with_midl_path
  1462. with_csc_path
  1463. with_dotnet_framework_home
  1464. with_windows_sdk_home
  1465. with_directx_home
  1466. with_mozilla_build
  1467. with_lang
  1468. with_krb5
  1469. with_gssapi
  1470. with_branding
  1471. with_intro_bitmap
  1472. with_intro_progressbar_color
  1473. with_intro_progressbar_size
  1474. with_intro_progressbar_position
  1475. with_intro_progressbar_frame_color
  1476. with_flat_logo_svg
  1477. with_about_background_svg
  1478. with_startcenter_left_bitmap
  1479. with_startcenter_right_bitmap
  1480. with_startcenter_rtl_left_bitmap
  1481. with_startcenter_rtl_right_bitmap
  1482. with_startcenter_space_bitmap
  1483. with_vendor
  1484. with_unix_wrapper
  1485. with_compat_oowrappers
  1486. with_asm_home
  1487. with_os_version
  1488. with_mingw_cross_compiler
  1489. with_build_version
  1490. with_alloc
  1491. with_sun_templates
  1492. with_num_cpus
  1493. with_max_jobs
  1494. with_macosx_sdk
  1495. with_macosx_version_min_required
  1496. with_macosx_version_max_allowed
  1497. with_system_boost_for_build
  1498. with_system_cppunit_for_build
  1499. with_system_db_for_build
  1500. with_system_expat_for_build
  1501. with_system_icu_for_build
  1502. with_system_libxml_for_build
  1503. enable_largefile
  1504. with_x
  1505. '
  1506. ac_precious_vars='build_alias
  1507. host_alias
  1508. target_alias
  1509. CC
  1510. CFLAGS
  1511. LDFLAGS
  1512. LIBS
  1513. CPPFLAGS
  1514. CPP
  1515. PKG_CONFIG
  1516. PKG_CONFIG_PATH
  1517. PKG_CONFIG_LIBDIR
  1518. FONTCONFIG_CFLAGS
  1519. FONTCONFIG_LIBS
  1520. CXX
  1521. CXXFLAGS
  1522. CCC
  1523. CXXCPP
  1524. MINIZIP_CFLAGS
  1525. MINIZIP_LIBS
  1526. CLUCENE_CFLAGS
  1527. CLUCENE_LIBS
  1528. CDR_CFLAGS
  1529. CDR_LIBS
  1530. VISIO_CFLAGS
  1531. VISIO_LIBS
  1532. LIBCMIS_CFLAGS
  1533. LIBCMIS_LIBS
  1534. WPD_CFLAGS
  1535. WPD_LIBS
  1536. LCMS2_CFLAGS
  1537. LCMS2_LIBS
  1538. CPPUNIT_CFLAGS
  1539. CPPUNIT_LIBS
  1540. FREETYPE_CFLAGS
  1541. FREETYPE_LIBS
  1542. WPS_CFLAGS
  1543. WPS_LIBS
  1544. WPG_CFLAGS
  1545. WPG_LIBS
  1546. LIBXSLT_CFLAGS
  1547. LIBXSLT_LIBS
  1548. LIBXML_CFLAGS
  1549. LIBXML_LIBS
  1550. CURL_CFLAGS
  1551. CURL_LIBS
  1552. MOZILLAXPCOM_CFLAGS
  1553. MOZILLAXPCOM_LIBS
  1554. MOZLIBREQ_CFLAGS
  1555. MOZLIBREQ_LIBS
  1556. NSS_CFLAGS
  1557. NSS_LIBS
  1558. MOZILLA_HEADERS_CFLAGS
  1559. MOZILLA_HEADERS_LIBS
  1560. GRAPHITE_CFLAGS
  1561. GRAPHITE_LIBS
  1562. XMKMF
  1563. XRANDR_CFLAGS
  1564. XRANDR_LIBS
  1565. NEON_CFLAGS
  1566. NEON_LIBS
  1567. OPENSSL_CFLAGS
  1568. OPENSSL_LIBS
  1569. REDLAND_CFLAGS
  1570. REDLAND_LIBS
  1571. HUNSPELL_CFLAGS
  1572. HUNSPELL_LIBS
  1573. MYTHES_CFLAGS
  1574. MYTHES_LIBS
  1575. LIBEXTTEXTCAT_CFLAGS
  1576. LIBEXTTEXTCAT_LIBS
  1577. GTK3_CFLAGS
  1578. GTK3_LIBS
  1579. GCONF_CFLAGS
  1580. GCONF_LIBS
  1581. GNOMEVFS_CFLAGS
  1582. GNOMEVFS_LIBS
  1583. GTK_CFLAGS
  1584. GTK_LIBS
  1585. GTHREAD_CFLAGS
  1586. GTHREAD_LIBS
  1587. GTK210_CFLAGS
  1588. GTK210_LIBS
  1589. GTK_PRINT_CFLAGS
  1590. GTK_PRINT_LIBS
  1591. DBUS_CFLAGS
  1592. DBUS_LIBS
  1593. GIO_CFLAGS
  1594. GIO_LIBS
  1595. LIBPNG_CFLAGS
  1596. LIBPNG_LIBS
  1597. GSTREAMER_CFLAGS
  1598. GSTREAMER_LIBS
  1599. POPPLER_CFLAGS
  1600. POPPLER_LIBS
  1601. KDE_GLIB_CFLAGS
  1602. KDE_GLIB_LIBS
  1603. GOBJECT_CFLAGS
  1604. GOBJECT_LIBS
  1605. DBUSMENUGTK_CFLAGS
  1606. DBUSMENUGTK_LIBS
  1607. LIBRSVG_CFLAGS
  1608. LIBRSVG_LIBS
  1609. CAIRO_CFLAGS
  1610. CAIRO_LIBS'
  1611. # Initialize some variables set by options.
  1612. ac_init_help=
  1613. ac_init_version=false
  1614. ac_unrecognized_opts=
  1615. ac_unrecognized_sep=
  1616. # The variables have the same names as the options, with
  1617. # dashes changed to underlines.
  1618. cache_file=/dev/null
  1619. exec_prefix=NONE
  1620. no_create=
  1621. no_recursion=
  1622. prefix=NONE
  1623. program_prefix=NONE
  1624. program_suffix=NONE
  1625. program_transform_name=s,x,x,
  1626. silent=
  1627. site=
  1628. srcdir=
  1629. verbose=
  1630. x_includes=NONE
  1631. x_libraries=NONE
  1632. # Installation directory options.
  1633. # These are left unexpanded so users can "make install exec_prefix=/foo"
  1634. # and all the variables that are supposed to be based on exec_prefix
  1635. # by default will actually change.
  1636. # Use braces instead of parens because sh, perl, etc. also accept them.
  1637. # (The list follows the same order as the GNU Coding Standards.)
  1638. bindir='${exec_prefix}/bin'
  1639. sbindir='${exec_prefix}/sbin'
  1640. libexecdir='${exec_prefix}/libexec'
  1641. datarootdir='${prefix}/share'
  1642. datadir='${datarootdir}'
  1643. sysconfdir='${prefix}/etc'
  1644. sharedstatedir='${prefix}/com'
  1645. localstatedir='${prefix}/var'
  1646. includedir='${prefix}/include'
  1647. oldincludedir='/usr/include'
  1648. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1649. infodir='${datarootdir}/info'
  1650. htmldir='${docdir}'
  1651. dvidir='${docdir}'
  1652. pdfdir='${docdir}'
  1653. psdir='${docdir}'
  1654. libdir='${exec_prefix}/lib'
  1655. localedir='${datarootdir}/locale'
  1656. mandir='${datarootdir}/man'
  1657. ac_prev=
  1658. ac_dashdash=
  1659. for ac_option
  1660. do
  1661. # If the previous option needs an argument, assign it.
  1662. if test -n "$ac_prev"; then
  1663. eval $ac_prev=\$ac_option
  1664. ac_prev=
  1665. continue
  1666. fi
  1667. case $ac_option in
  1668. *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1669. *=) ac_optarg= ;;
  1670. *) ac_optarg=yes ;;
  1671. esac
  1672. # Accept the important Cygnus configure options, so we can diagnose typos.
  1673. case $ac_dashdash$ac_option in
  1674. --)
  1675. ac_dashdash=yes ;;
  1676. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1677. ac_prev=bindir ;;
  1678. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1679. bindir=$ac_optarg ;;
  1680. -build | --build | --buil | --bui | --bu)
  1681. ac_prev=build_alias ;;
  1682. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1683. build_alias=$ac_optarg ;;
  1684. -cache-file | --cache-file | --cache-fil | --cache-fi \
  1685. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1686. ac_prev=cache_file ;;
  1687. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1688. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1689. cache_file=$ac_optarg ;;
  1690. --config-cache | -C)
  1691. cache_file=config.cache ;;
  1692. -datadir | --datadir | --datadi | --datad)
  1693. ac_prev=datadir ;;
  1694. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1695. datadir=$ac_optarg ;;
  1696. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1697. | --dataroo | --dataro | --datar)
  1698. ac_prev=datarootdir ;;
  1699. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1700. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1701. datarootdir=$ac_optarg ;;
  1702. -disable-* | --disable-*)
  1703. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1704. # Reject names that are not valid shell variable names.
  1705. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1706. as_fn_error $? "invalid feature name: $ac_useropt"
  1707. ac_useropt_orig=$ac_useropt
  1708. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1709. case $ac_user_opts in
  1710. *"
  1711. "enable_$ac_useropt"
  1712. "*) ;;
  1713. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1714. ac_unrecognized_sep=', ';;
  1715. esac
  1716. eval enable_$ac_useropt=no ;;
  1717. -docdir | --docdir | --docdi | --doc | --do)
  1718. ac_prev=docdir ;;
  1719. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1720. docdir=$ac_optarg ;;
  1721. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1722. ac_prev=dvidir ;;
  1723. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1724. dvidir=$ac_optarg ;;
  1725. -enable-* | --enable-*)
  1726. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1727. # Reject names that are not valid shell variable names.
  1728. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1729. as_fn_error $? "invalid feature name: $ac_useropt"
  1730. ac_useropt_orig=$ac_useropt
  1731. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1732. case $ac_user_opts in
  1733. *"
  1734. "enable_$ac_useropt"
  1735. "*) ;;
  1736. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1737. ac_unrecognized_sep=', ';;
  1738. esac
  1739. eval enable_$ac_useropt=\$ac_optarg ;;
  1740. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1741. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1742. | --exec | --exe | --ex)
  1743. ac_prev=exec_prefix ;;
  1744. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  1745. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  1746. | --exec=* | --exe=* | --ex=*)
  1747. exec_prefix=$ac_optarg ;;
  1748. -gas | --gas | --ga | --g)
  1749. # Obsolete; use --with-gas.
  1750. with_gas=yes ;;
  1751. -help | --help | --hel | --he | -h)
  1752. ac_init_help=long ;;
  1753. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1754. ac_init_help=recursive ;;
  1755. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1756. ac_init_help=short ;;
  1757. -host | --host | --hos | --ho)
  1758. ac_prev=host_alias ;;
  1759. -host=* | --host=* | --hos=* | --ho=*)
  1760. host_alias=$ac_optarg ;;
  1761. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1762. ac_prev=htmldir ;;
  1763. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1764. | --ht=*)
  1765. htmldir=$ac_optarg ;;
  1766. -includedir | --includedir | --includedi | --included | --include \
  1767. | --includ | --inclu | --incl | --inc)
  1768. ac_prev=includedir ;;
  1769. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1770. | --includ=* | --inclu=* | --incl=* | --inc=*)
  1771. includedir=$ac_optarg ;;
  1772. -infodir | --infodir | --infodi | --infod | --info | --inf)
  1773. ac_prev=infodir ;;
  1774. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1775. infodir=$ac_optarg ;;
  1776. -libdir | --libdir | --libdi | --libd)
  1777. ac_prev=libdir ;;
  1778. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1779. libdir=$ac_optarg ;;
  1780. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1781. | --libexe | --libex | --libe)
  1782. ac_prev=libexecdir ;;
  1783. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1784. | --libexe=* | --libex=* | --libe=*)
  1785. libexecdir=$ac_optarg ;;
  1786. -localedir | --localedir | --localedi | --localed | --locale)
  1787. ac_prev=localedir ;;
  1788. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1789. localedir=$ac_optarg ;;
  1790. -localstatedir | --localstatedir | --localstatedi | --localstated \
  1791. | --localstate | --localstat | --localsta | --localst | --locals)
  1792. ac_prev=localstatedir ;;
  1793. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1794. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1795. localstatedir=$ac_optarg ;;
  1796. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1797. ac_prev=mandir ;;
  1798. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1799. mandir=$ac_optarg ;;
  1800. -nfp | --nfp | --nf)
  1801. # Obsolete; use --without-fp.
  1802. with_fp=no ;;
  1803. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1804. | --no-cr | --no-c | -n)
  1805. no_create=yes ;;
  1806. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1807. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1808. no_recursion=yes ;;
  1809. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1810. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1811. | --oldin | --oldi | --old | --ol | --o)
  1812. ac_prev=oldincludedir ;;
  1813. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1814. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1815. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1816. oldincludedir=$ac_optarg ;;
  1817. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1818. ac_prev=prefix ;;
  1819. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1820. prefix=$ac_optarg ;;
  1821. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1822. | --program-pre | --program-pr | --program-p)
  1823. ac_prev=program_prefix ;;
  1824. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1825. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1826. program_prefix=$ac_optarg ;;
  1827. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1828. | --program-suf | --program-su | --program-s)
  1829. ac_prev=program_suffix ;;
  1830. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1831. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1832. program_suffix=$ac_optarg ;;
  1833. -program-transform-name | --program-transform-name \
  1834. | --program-transform-nam | --program-transform-na \
  1835. | --program-transform-n | --program-transform- \
  1836. | --program-transform | --program-transfor \
  1837. | --program-transfo | --program-transf \
  1838. | --program-trans | --program-tran \
  1839. | --progr-tra | --program-tr | --program-t)
  1840. ac_prev=program_transform_name ;;
  1841. -program-transform-name=* | --program-transform-name=* \
  1842. | --program-transform-nam=* | --program-transform-na=* \
  1843. | --program-transform-n=* | --program-transform-=* \
  1844. | --program-transform=* | --program-transfor=* \
  1845. | --program-transfo=* | --program-transf=* \
  1846. | --program-trans=* | --program-tran=* \
  1847. | --progr-tra=* | --program-tr=* | --program-t=*)
  1848. program_transform_name=$ac_optarg ;;
  1849. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1850. ac_prev=pdfdir ;;
  1851. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1852. pdfdir=$ac_optarg ;;
  1853. -psdir | --psdir | --psdi | --psd | --ps)
  1854. ac_prev=psdir ;;
  1855. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1856. psdir=$ac_optarg ;;
  1857. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1858. | -silent | --silent | --silen | --sile | --sil)
  1859. silent=yes ;;
  1860. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1861. ac_prev=sbindir ;;
  1862. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1863. | --sbi=* | --sb=*)
  1864. sbindir=$ac_optarg ;;
  1865. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1866. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1867. | --sharedst | --shareds | --shared | --share | --shar \
  1868. | --sha | --sh)
  1869. ac_prev=sharedstatedir ;;
  1870. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1871. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1872. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1873. | --sha=* | --sh=*)
  1874. sharedstatedir=$ac_optarg ;;
  1875. -site | --site | --sit)
  1876. ac_prev=site ;;
  1877. -site=* | --site=* | --sit=*)
  1878. site=$ac_optarg ;;
  1879. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1880. ac_prev=srcdir ;;
  1881. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1882. srcdir=$ac_optarg ;;
  1883. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1884. | --syscon | --sysco | --sysc | --sys | --sy)
  1885. ac_prev=sysconfdir ;;
  1886. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1887. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1888. sysconfdir=$ac_optarg ;;
  1889. -target | --target | --targe | --targ | --tar | --ta | --t)
  1890. ac_prev=target_alias ;;
  1891. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1892. target_alias=$ac_optarg ;;
  1893. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1894. verbose=yes ;;
  1895. -version | --version | --versio | --versi | --vers | -V)
  1896. ac_init_version=: ;;
  1897. -with-* | --with-*)
  1898. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1899. # Reject names that are not valid shell variable names.
  1900. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1901. as_fn_error $? "invalid package name: $ac_useropt"
  1902. ac_useropt_orig=$ac_useropt
  1903. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1904. case $ac_user_opts in
  1905. *"
  1906. "with_$ac_useropt"
  1907. "*) ;;
  1908. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1909. ac_unrecognized_sep=', ';;
  1910. esac
  1911. eval with_$ac_useropt=\$ac_optarg ;;
  1912. -without-* | --without-*)
  1913. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1914. # Reject names that are not valid shell variable names.
  1915. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1916. as_fn_error $? "invalid package name: $ac_useropt"
  1917. ac_useropt_orig=$ac_useropt
  1918. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1919. case $ac_user_opts in
  1920. *"
  1921. "with_$ac_useropt"
  1922. "*) ;;
  1923. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1924. ac_unrecognized_sep=', ';;
  1925. esac
  1926. eval with_$ac_useropt=no ;;
  1927. --x)
  1928. # Obsolete; use --with-x.
  1929. with_x=yes ;;
  1930. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1931. | --x-incl | --x-inc | --x-in | --x-i)
  1932. ac_prev=x_includes ;;
  1933. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1934. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1935. x_includes=$ac_optarg ;;
  1936. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1937. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1938. ac_prev=x_libraries ;;
  1939. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1940. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1941. x_libraries=$ac_optarg ;;
  1942. -*) as_fn_error $? "unrecognized option: \`$ac_option'
  1943. Try \`$0 --help' for more information"
  1944. ;;
  1945. *=*)
  1946. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1947. # Reject names that are not valid shell variable names.
  1948. case $ac_envvar in #(
  1949. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1950. as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
  1951. esac
  1952. eval $ac_envvar=\$ac_optarg
  1953. export $ac_envvar ;;
  1954. *)
  1955. # FIXME: should be removed in autoconf 3.0.
  1956. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1957. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1958. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1959. : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  1960. ;;
  1961. esac
  1962. done
  1963. if test -n "$ac_prev"; then
  1964. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1965. as_fn_error $? "missing argument to $ac_option"
  1966. fi
  1967. if test -n "$ac_unrecognized_opts"; then
  1968. case $enable_option_checking in
  1969. no) ;;
  1970. fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
  1971. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1972. esac
  1973. fi
  1974. # Check all directory arguments for consistency.
  1975. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1976. datadir sysconfdir sharedstatedir localstatedir includedir \
  1977. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1978. libdir localedir mandir
  1979. do
  1980. eval ac_val=\$$ac_var
  1981. # Remove trailing slashes.
  1982. case $ac_val in
  1983. */ )
  1984. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1985. eval $ac_var=\$ac_val;;
  1986. esac
  1987. # Be sure to have absolute directory names.
  1988. case $ac_val in
  1989. [\\/$]* | ?:[\\/]* ) continue;;
  1990. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1991. esac
  1992. as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
  1993. done
  1994. # There might be people who depend on the old broken behavior: `$host'
  1995. # used to hold the argument of --host etc.
  1996. # FIXME: To remove some day.
  1997. build=$build_alias
  1998. host=$host_alias
  1999. target=$target_alias
  2000. # FIXME: To remove some day.
  2001. if test "x$host_alias" != x; then
  2002. if test "x$build_alias" = x; then
  2003. cross_compiling=maybe
  2004. $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
  2005. If a cross compiler is detected then cross compile mode will be used" >&2
  2006. elif test "x$build_alias" != "x$host_alias"; then
  2007. cross_compiling=yes
  2008. fi
  2009. fi
  2010. ac_tool_prefix=
  2011. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  2012. test "$silent" = yes && exec 6>/dev/null
  2013. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  2014. ac_ls_di=`ls -di .` &&
  2015. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  2016. as_fn_error $? "working directory cannot be determined"
  2017. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  2018. as_fn_error $? "pwd does not report name of working directory"
  2019. # Find the source files, if location was not specified.
  2020. if test -z "$srcdir"; then
  2021. ac_srcdir_defaulted=yes
  2022. # Try the directory containing this script, then the parent directory.
  2023. ac_confdir=`$as_dirname -- "$as_myself" ||
  2024. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  2025. X"$as_myself" : 'X\(//\)[^/]' \| \
  2026. X"$as_myself" : 'X\(//\)$' \| \
  2027. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  2028. $as_echo X"$as_myself" |
  2029. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  2030. s//\1/
  2031. q
  2032. }
  2033. /^X\(\/\/\)[^/].*/{
  2034. s//\1/
  2035. q
  2036. }
  2037. /^X\(\/\/\)$/{
  2038. s//\1/
  2039. q
  2040. }
  2041. /^X\(\/\).*/{
  2042. s//\1/
  2043. q
  2044. }
  2045. s/.*/./; q'`
  2046. srcdir=$ac_confdir
  2047. if test ! -r "$srcdir/$ac_unique_file"; then
  2048. srcdir=..
  2049. fi
  2050. else
  2051. ac_srcdir_defaulted=no
  2052. fi
  2053. if test ! -r "$srcdir/$ac_unique_file"; then
  2054. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  2055. as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
  2056. fi
  2057. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  2058. ac_abs_confdir=`(
  2059. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
  2060. pwd)`
  2061. # When building in place, set srcdir=.
  2062. if test "$ac_abs_confdir" = "$ac_pwd"; then
  2063. srcdir=.
  2064. fi
  2065. # Remove unnecessary trailing slashes from srcdir.
  2066. # Double slashes in file names in object file debugging info
  2067. # mess up M-x gdb in Emacs.
  2068. case $srcdir in
  2069. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  2070. esac
  2071. for ac_var in $ac_precious_vars; do
  2072. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  2073. eval ac_env_${ac_var}_value=\$${ac_var}
  2074. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set

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