PageRenderTime 61ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/scilab-master-1333395999/configure

#
Shell | 16138 lines | 15338 code | 387 blank | 413 comment | 564 complexity | 8fbc5d78d138cfe6781dc023a0cf9cb8 MD5 | raw file
Possible License(s): LGPL-3.0, BSD-3-Clause

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

  1. #! /bin/sh
  2. # From configure.ac Revision.
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated by GNU Autoconf 2.68 for Scilab 5.
  5. #
  6. # Report bugs to <http://bugzilla.scilab.org/>.
  7. #
  8. #
  9. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  10. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
  11. # Foundation, Inc.
  12. #
  13. #
  14. # This configure script is free software; the Free Software Foundation
  15. # gives unlimited permission to copy, distribute and modify it.
  16. ## -------------------- ##
  17. ## M4sh Initialization. ##
  18. ## -------------------- ##
  19. # Be more Bourne compatible
  20. DUALCASE=1; export DUALCASE # for MKS sh
  21. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  22. emulate sh
  23. NULLCMD=:
  24. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  25. # is contrary to our usage. Disable this feature.
  26. alias -g '${1+"$@"}'='"$@"'
  27. setopt NO_GLOB_SUBST
  28. else
  29. case `(set -o) 2>/dev/null` in #(
  30. *posix*) :
  31. set -o posix ;; #(
  32. *) :
  33. ;;
  34. esac
  35. fi
  36. as_nl='
  37. '
  38. export as_nl
  39. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  40. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  42. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  43. # Prefer a ksh shell builtin over an external printf program on Solaris,
  44. # but without wasting forks for bash or zsh.
  45. if test -z "$BASH_VERSION$ZSH_VERSION" \
  46. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  47. as_echo='print -r --'
  48. as_echo_n='print -rn --'
  49. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  50. as_echo='printf %s\n'
  51. as_echo_n='printf %s'
  52. else
  53. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  54. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  55. as_echo_n='/usr/ucb/echo -n'
  56. else
  57. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  58. as_echo_n_body='eval
  59. arg=$1;
  60. case $arg in #(
  61. *"$as_nl"*)
  62. expr "X$arg" : "X\\(.*\\)$as_nl";
  63. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  64. esac;
  65. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  66. '
  67. export as_echo_n_body
  68. as_echo_n='sh -c $as_echo_n_body as_echo'
  69. fi
  70. export as_echo_body
  71. as_echo='sh -c $as_echo_body as_echo'
  72. fi
  73. # The user is always right.
  74. if test "${PATH_SEPARATOR+set}" != set; then
  75. PATH_SEPARATOR=:
  76. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  77. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  78. PATH_SEPARATOR=';'
  79. }
  80. fi
  81. # IFS
  82. # We need space, tab and new line, in precisely that order. Quoting is
  83. # there to prevent editors from complaining about space-tab.
  84. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  85. # splitting by setting IFS to empty value.)
  86. IFS=" "" $as_nl"
  87. # Find who we are. Look in the path if we contain no directory separator.
  88. as_myself=
  89. case $0 in #((
  90. *[\\/]* ) as_myself=$0 ;;
  91. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  92. for as_dir in $PATH
  93. do
  94. IFS=$as_save_IFS
  95. test -z "$as_dir" && as_dir=.
  96. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  97. done
  98. IFS=$as_save_IFS
  99. ;;
  100. esac
  101. # We did not find ourselves, most probably we were run as `sh COMMAND'
  102. # in which case we are not to be found in the path.
  103. if test "x$as_myself" = x; then
  104. as_myself=$0
  105. fi
  106. if test ! -f "$as_myself"; then
  107. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  108. exit 1
  109. fi
  110. # Unset variables that we do not need and which cause bugs (e.g. in
  111. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  112. # suppresses any "Segmentation fault" message there. '((' could
  113. # trigger a bug in pdksh 5.2.14.
  114. for as_var in BASH_ENV ENV MAIL MAILPATH
  115. do eval test x\${$as_var+set} = xset \
  116. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  117. done
  118. PS1='$ '
  119. PS2='> '
  120. PS4='+ '
  121. # NLS nuisances.
  122. LC_ALL=C
  123. export LC_ALL
  124. LANGUAGE=C
  125. export LANGUAGE
  126. # CDPATH.
  127. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  128. if test "x$CONFIG_SHELL" = x; then
  129. as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  130. emulate sh
  131. NULLCMD=:
  132. # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  133. # is contrary to our usage. Disable this feature.
  134. alias -g '\${1+\"\$@\"}'='\"\$@\"'
  135. setopt NO_GLOB_SUBST
  136. else
  137. case \`(set -o) 2>/dev/null\` in #(
  138. *posix*) :
  139. set -o posix ;; #(
  140. *) :
  141. ;;
  142. esac
  143. fi
  144. "
  145. as_required="as_fn_return () { (exit \$1); }
  146. as_fn_success () { as_fn_return 0; }
  147. as_fn_failure () { as_fn_return 1; }
  148. as_fn_ret_success () { return 0; }
  149. as_fn_ret_failure () { return 1; }
  150. exitcode=0
  151. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  152. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  153. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  154. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  155. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
  156. else
  157. exitcode=1; echo positional parameters were not saved.
  158. fi
  159. test x\$exitcode = x0 || exit 1"
  160. as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  161. as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  162. eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  163. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
  164. test \$(( 1 + 1 )) = 2 || exit 1
  165. test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
  166. ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  167. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  168. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  169. PATH=/empty FPATH=/empty; export PATH FPATH
  170. test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
  171. || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
  172. if (eval "$as_required") 2>/dev/null; then :
  173. as_have_required=yes
  174. else
  175. as_have_required=no
  176. fi
  177. if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  178. else
  179. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  180. as_found=false
  181. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  182. do
  183. IFS=$as_save_IFS
  184. test -z "$as_dir" && as_dir=.
  185. as_found=:
  186. case $as_dir in #(
  187. /*)
  188. for as_base in sh bash ksh sh5; do
  189. # Try only shells that exist, to save several forks.
  190. as_shell=$as_dir/$as_base
  191. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  192. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  193. CONFIG_SHELL=$as_shell as_have_required=yes
  194. if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  195. break 2
  196. fi
  197. fi
  198. done;;
  199. esac
  200. as_found=false
  201. done
  202. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  203. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  204. CONFIG_SHELL=$SHELL as_have_required=yes
  205. fi; }
  206. IFS=$as_save_IFS
  207. if test "x$CONFIG_SHELL" != x; then :
  208. # We cannot yet assume a decent shell, so we have to provide a
  209. # neutralization value for shells without unset; and this also
  210. # works around shells that cannot unset nonexistent variables.
  211. # Preserve -v and -x to the replacement shell.
  212. BASH_ENV=/dev/null
  213. ENV=/dev/null
  214. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  215. export CONFIG_SHELL
  216. case $- in # ((((
  217. *v*x* | *x*v* ) as_opts=-vx ;;
  218. *v* ) as_opts=-v ;;
  219. *x* ) as_opts=-x ;;
  220. * ) as_opts= ;;
  221. esac
  222. exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
  223. fi
  224. if test x$as_have_required = xno; then :
  225. $as_echo "$0: This script requires a shell more modern than all"
  226. $as_echo "$0: the shells that I found on your system."
  227. if test x${ZSH_VERSION+set} = xset ; then
  228. $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  229. $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  230. else
  231. $as_echo "$0: Please tell bug-autoconf@gnu.org and
  232. $0: http://bugzilla.scilab.org/ about your system,
  233. $0: including any error possibly output before this
  234. $0: message. Then install a modern shell, or manually run
  235. $0: the script under such a shell if you do have one."
  236. fi
  237. exit 1
  238. fi
  239. fi
  240. fi
  241. SHELL=${CONFIG_SHELL-/bin/sh}
  242. export SHELL
  243. # Unset more variables known to interfere with behavior of common tools.
  244. CLICOLOR_FORCE= GREP_OPTIONS=
  245. unset CLICOLOR_FORCE GREP_OPTIONS
  246. ## --------------------- ##
  247. ## M4sh Shell Functions. ##
  248. ## --------------------- ##
  249. # as_fn_unset VAR
  250. # ---------------
  251. # Portably unset VAR.
  252. as_fn_unset ()
  253. {
  254. { eval $1=; unset $1;}
  255. }
  256. as_unset=as_fn_unset
  257. # as_fn_set_status STATUS
  258. # -----------------------
  259. # Set $? to STATUS, without forking.
  260. as_fn_set_status ()
  261. {
  262. return $1
  263. } # as_fn_set_status
  264. # as_fn_exit STATUS
  265. # -----------------
  266. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  267. as_fn_exit ()
  268. {
  269. set +e
  270. as_fn_set_status $1
  271. exit $1
  272. } # as_fn_exit
  273. # as_fn_mkdir_p
  274. # -------------
  275. # Create "$as_dir" as a directory, including parents if necessary.
  276. as_fn_mkdir_p ()
  277. {
  278. case $as_dir in #(
  279. -*) as_dir=./$as_dir;;
  280. esac
  281. test -d "$as_dir" || eval $as_mkdir_p || {
  282. as_dirs=
  283. while :; do
  284. case $as_dir in #(
  285. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  286. *) as_qdir=$as_dir;;
  287. esac
  288. as_dirs="'$as_qdir' $as_dirs"
  289. as_dir=`$as_dirname -- "$as_dir" ||
  290. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  291. X"$as_dir" : 'X\(//\)[^/]' \| \
  292. X"$as_dir" : 'X\(//\)$' \| \
  293. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  294. $as_echo X"$as_dir" |
  295. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  296. s//\1/
  297. q
  298. }
  299. /^X\(\/\/\)[^/].*/{
  300. s//\1/
  301. q
  302. }
  303. /^X\(\/\/\)$/{
  304. s//\1/
  305. q
  306. }
  307. /^X\(\/\).*/{
  308. s//\1/
  309. q
  310. }
  311. s/.*/./; q'`
  312. test -d "$as_dir" && break
  313. done
  314. test -z "$as_dirs" || eval "mkdir $as_dirs"
  315. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  316. } # as_fn_mkdir_p
  317. # as_fn_append VAR VALUE
  318. # ----------------------
  319. # Append the text in VALUE to the end of the definition contained in VAR. Take
  320. # advantage of any shell optimizations that allow amortized linear growth over
  321. # repeated appends, instead of the typical quadratic growth present in naive
  322. # implementations.
  323. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  324. eval 'as_fn_append ()
  325. {
  326. eval $1+=\$2
  327. }'
  328. else
  329. as_fn_append ()
  330. {
  331. eval $1=\$$1\$2
  332. }
  333. fi # as_fn_append
  334. # as_fn_arith ARG...
  335. # ------------------
  336. # Perform arithmetic evaluation on the ARGs, and store the result in the
  337. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  338. # must be portable across $(()) and expr.
  339. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  340. eval 'as_fn_arith ()
  341. {
  342. as_val=$(( $* ))
  343. }'
  344. else
  345. as_fn_arith ()
  346. {
  347. as_val=`expr "$@" || test $? -eq 1`
  348. }
  349. fi # as_fn_arith
  350. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  351. # ----------------------------------------
  352. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  353. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  354. # script with STATUS, using 1 if that was 0.
  355. as_fn_error ()
  356. {
  357. as_status=$1; test $as_status -eq 0 && as_status=1
  358. if test "$4"; then
  359. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  360. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  361. fi
  362. $as_echo "$as_me: error: $2" >&2
  363. as_fn_exit $as_status
  364. } # as_fn_error
  365. if expr a : '\(a\)' >/dev/null 2>&1 &&
  366. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  367. as_expr=expr
  368. else
  369. as_expr=false
  370. fi
  371. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  372. as_basename=basename
  373. else
  374. as_basename=false
  375. fi
  376. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  377. as_dirname=dirname
  378. else
  379. as_dirname=false
  380. fi
  381. as_me=`$as_basename -- "$0" ||
  382. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  383. X"$0" : 'X\(//\)$' \| \
  384. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  385. $as_echo X/"$0" |
  386. sed '/^.*\/\([^/][^/]*\)\/*$/{
  387. s//\1/
  388. q
  389. }
  390. /^X\/\(\/\/\)$/{
  391. s//\1/
  392. q
  393. }
  394. /^X\/\(\/\).*/{
  395. s//\1/
  396. q
  397. }
  398. s/.*/./; q'`
  399. # Avoid depending upon Character Ranges.
  400. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  401. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  402. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  403. as_cr_digits='0123456789'
  404. as_cr_alnum=$as_cr_Letters$as_cr_digits
  405. as_lineno_1=$LINENO as_lineno_1a=$LINENO
  406. as_lineno_2=$LINENO as_lineno_2a=$LINENO
  407. eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  408. test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  409. # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
  410. sed -n '
  411. p
  412. /[$]LINENO/=
  413. ' <$as_myself |
  414. sed '
  415. s/[$]LINENO.*/&-/
  416. t lineno
  417. b
  418. :lineno
  419. N
  420. :loop
  421. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  422. t loop
  423. s/-\n.*//
  424. ' >$as_me.lineno &&
  425. chmod +x "$as_me.lineno" ||
  426. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  427. # Don't try to exec as it changes $[0], causing all sort of problems
  428. # (the dirname of $[0] is not the place where we might find the
  429. # original and so on. Autoconf is especially sensitive to this).
  430. . "./$as_me.lineno"
  431. # Exit status is that of the last command.
  432. exit
  433. }
  434. ECHO_C= ECHO_N= ECHO_T=
  435. case `echo -n x` in #(((((
  436. -n*)
  437. case `echo 'xy\c'` in
  438. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  439. xy) ECHO_C='\c';;
  440. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  441. ECHO_T=' ';;
  442. esac;;
  443. *)
  444. ECHO_N='-n';;
  445. esac
  446. rm -f conf$$ conf$$.exe conf$$.file
  447. if test -d conf$$.dir; then
  448. rm -f conf$$.dir/conf$$.file
  449. else
  450. rm -f conf$$.dir
  451. mkdir conf$$.dir 2>/dev/null
  452. fi
  453. if (echo >conf$$.file) 2>/dev/null; then
  454. if ln -s conf$$.file conf$$ 2>/dev/null; then
  455. as_ln_s='ln -s'
  456. # ... but there are two gotchas:
  457. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  458. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  459. # In both cases, we have to default to `cp -p'.
  460. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  461. as_ln_s='cp -p'
  462. elif ln conf$$.file conf$$ 2>/dev/null; then
  463. as_ln_s=ln
  464. else
  465. as_ln_s='cp -p'
  466. fi
  467. else
  468. as_ln_s='cp -p'
  469. fi
  470. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  471. rmdir conf$$.dir 2>/dev/null
  472. if mkdir -p . 2>/dev/null; then
  473. as_mkdir_p='mkdir -p "$as_dir"'
  474. else
  475. test -d ./-p && rmdir ./-p
  476. as_mkdir_p=false
  477. fi
  478. if test -x / >/dev/null 2>&1; then
  479. as_test_x='test -x'
  480. else
  481. if ls -dL / >/dev/null 2>&1; then
  482. as_ls_L_option=L
  483. else
  484. as_ls_L_option=
  485. fi
  486. as_test_x='
  487. eval sh -c '\''
  488. if test -d "$1"; then
  489. test -d "$1/.";
  490. else
  491. case $1 in #(
  492. -*)set "./$1";;
  493. esac;
  494. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  495. ???[sx]*):;;*)false;;esac;fi
  496. '\'' sh
  497. '
  498. fi
  499. as_executable_p=$as_test_x
  500. # Sed expression to map a string onto a valid CPP name.
  501. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  502. # Sed expression to map a string onto a valid variable name.
  503. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  504. SHELL=${CONFIG_SHELL-/bin/sh}
  505. test -n "$DJDIR" || exec 7<&0 </dev/null
  506. exec 6>&1
  507. # Name of the host.
  508. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
  509. # so uname gets run too.
  510. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  511. #
  512. # Initializations.
  513. #
  514. ac_default_prefix=/usr/local
  515. ac_clean_files=
  516. ac_config_libobj_dir=.
  517. LIBOBJS=
  518. cross_compiling=no
  519. subdirs=
  520. MFLAGS=
  521. MAKEFLAGS=
  522. # Identity of this package.
  523. PACKAGE_NAME='Scilab'
  524. PACKAGE_TARNAME='scilab'
  525. PACKAGE_VERSION='5'
  526. PACKAGE_STRING='Scilab 5'
  527. PACKAGE_BUGREPORT='http://bugzilla.scilab.org/'
  528. PACKAGE_URL=''
  529. # Factoring default headers for most tests.
  530. ac_includes_default="\
  531. #include <stdio.h>
  532. #ifdef HAVE_SYS_TYPES_H
  533. # include <sys/types.h>
  534. #endif
  535. #ifdef HAVE_SYS_STAT_H
  536. # include <sys/stat.h>
  537. #endif
  538. #ifdef STDC_HEADERS
  539. # include <stdlib.h>
  540. # include <stddef.h>
  541. #else
  542. # ifdef HAVE_STDLIB_H
  543. # include <stdlib.h>
  544. # endif
  545. #endif
  546. #ifdef HAVE_STRING_H
  547. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  548. # include <memory.h>
  549. # endif
  550. # include <string.h>
  551. #endif
  552. #ifdef HAVE_STRINGS_H
  553. # include <strings.h>
  554. #endif
  555. #ifdef HAVE_INTTYPES_H
  556. # include <inttypes.h>
  557. #endif
  558. #ifdef HAVE_STDINT_H
  559. # include <stdint.h>
  560. #endif
  561. #ifdef HAVE_UNISTD_H
  562. # include <unistd.h>
  563. #endif"
  564. gt_needs=
  565. ac_subst_vars='am__EXEEXT_FALSE
  566. am__EXEEXT_TRUE
  567. LTLIBOBJS
  568. CCACHE
  569. SPLINT
  570. ENABLE_STATIC_FALSE
  571. ENABLE_STATIC_TRUE
  572. CXXCPP
  573. OTOOL64
  574. OTOOL
  575. LIPO
  576. NMEDIT
  577. DSYMUTIL
  578. RANLIB
  579. AR
  580. OBJDUMP
  581. ac_ct_DUMPBIN
  582. DUMPBIN
  583. LD
  584. FGREP
  585. SED
  586. LIBTOOL
  587. GRAPHICS_ENABLE
  588. DEMOTOOLS_ENABLE
  589. COMPILATION_TESTS_FALSE
  590. COMPILATION_TESTS_TRUE
  591. JAVASCI_ENABLE
  592. INSTALL_HELP_XML_FALSE
  593. INSTALL_HELP_XML_TRUE
  594. BUILD_HELP_FALSE
  595. BUILD_HELP_TRUE
  596. HELP_ENABLE
  597. DOCBOOK_ROOT
  598. JLATEXMATH_FOP
  599. SAXON
  600. MATIO_FALSE
  601. MATIO_TRUE
  602. MATIO_ENABLE
  603. MATIO_LIBS
  604. MATIO_CFLAGS
  605. TCLTK_FALSE
  606. TCLTK_TRUE
  607. WITH_TKSCI
  608. TK_INC_PATH
  609. TCL_INC_PATH
  610. TCLTK_LIBS
  611. X_EXTRA_LIBS
  612. X_LIBS
  613. X_PRE_LIBS
  614. X_CFLAGS
  615. XMKMF
  616. PCRE_VERSION
  617. PCRE_LIBS
  618. PCRE_CFLAGS
  619. PCRE_CONFIG
  620. UMFPACK_FALSE
  621. UMFPACK_TRUE
  622. UMFPACK_ENABLE
  623. UMFPACK_LIB
  624. ARPACK_NG_FALSE
  625. ARPACK_NG_TRUE
  626. ARPACK_LIBS
  627. LAPACK_LIBS
  628. BLAS_LIBS
  629. FLIBS
  630. GENERATE_LOCALIZATION_FILES_FALSE
  631. GENERATE_LOCALIZATION_FILES_TRUE
  632. MSGCAT
  633. ALL_LINGUAS_DOC
  634. ALL_LINGUAS
  635. XML_VERSION
  636. XML_LIBS
  637. XML_FLAGS
  638. XML_CONFIG
  639. OPENMP_FALSE
  640. OPENMP_TRUE
  641. OPENMP_LIBS
  642. OPENMP_CXXFLAGS
  643. OPENMP_CFLAGS
  644. OPENMP_ENABLE
  645. FFTW_FALSE
  646. FFTW_TRUE
  647. FFTW_ENABLE
  648. FFTW3_LIB
  649. POSUB
  650. LTLIBINTL
  651. LIBINTL
  652. INTLLIBS
  653. LTLIBICONV
  654. LIBICONV
  655. INTL_MACOSX_LIBS
  656. XGETTEXT_EXTRA_OPTIONS
  657. MSGMERGE
  658. XGETTEXT_015
  659. XGETTEXT
  660. GMSGFMT_015
  661. MSGFMT_015
  662. GMSGFMT
  663. MSGFMT
  664. GETTEXT_MACRO_VERSION
  665. USE_NLS
  666. POW_LIB
  667. LIBM
  668. GUI_ENABLE
  669. GIWS_FALSE
  670. GIWS_TRUE
  671. SWIG_FALSE
  672. SWIG_TRUE
  673. JAVASCI_FALSE
  674. JAVASCI_TRUE
  675. GUI_FALSE
  676. GUI_TRUE
  677. NEED_JAVA_FALSE
  678. NEED_JAVA_TRUE
  679. JAVA_ENABLE
  680. GIWS_BIN
  681. PYTHON
  682. SWIG_JAVA
  683. SWIG_RUNTIME_LIBS_DIR
  684. SWIG_BIN
  685. JAVAC_DEBUG
  686. JAVA_HOME
  687. JAVA_JNI_LIBS
  688. JAVA_JNI_INCLUDE
  689. JUNIT
  690. BSH
  691. QDOX
  692. JCOMMANDER
  693. TESTNG
  694. ANTLR
  695. COMMONS_BEANUTILS
  696. CHECKSTYLE
  697. JLATEXMATH
  698. COMMONS_LOGGING
  699. XML_APIS_EXT
  700. AVALON_FRAMEWORK
  701. XMLGRAPHICS_COMMONS
  702. COMMONS_IO
  703. BATIK
  704. FOP
  705. JEUCLID_CORE
  706. JROSETTA_ENGINE
  707. JROSETTA_API
  708. JHALL
  709. GLUEGEN_RT
  710. JOGL
  711. SKINLF
  712. LOOKS
  713. FLEXDOCK
  714. JHDF5
  715. JGRAPHX
  716. ANT
  717. JDB
  718. JAVADOC
  719. JAR
  720. JAVAH
  721. JAVA_G
  722. JAVA
  723. JAVAC
  724. XCOS_FALSE
  725. XCOS_TRUE
  726. OCAML_FALSE
  727. OCAML_TRUE
  728. XCOS_ENABLE
  729. WITH_OCAML
  730. OCAMLLEX
  731. OCAMLYACC
  732. OCAMLDEP
  733. OCAMLOPT
  734. OCAMLC
  735. RT_LIB
  736. HDF5_FALSE
  737. HDF5_TRUE
  738. HDF5_ENABLE
  739. HDF5_CFLAGS
  740. HDF5_LIBS
  741. NM
  742. USE_DYNAMIC_STACK_FALSE
  743. USE_DYNAMIC_STACK_TRUE
  744. IS_64_BITS_CPU_FALSE
  745. IS_64_BITS_CPU_TRUE
  746. CODE_COVERAGE_FALSE
  747. CODE_COVERAGE_TRUE
  748. GENHTML
  749. LCOV
  750. IS_MIPS_SGI_IRIX_FALSE
  751. IS_MIPS_SGI_IRIX_TRUE
  752. IS_SOLARIS_FALSE
  753. IS_SOLARIS_TRUE
  754. IS_SPARC_FALSE
  755. IS_SPARC_TRUE
  756. IS_HPUX_FALSE
  757. IS_HPUX_TRUE
  758. IS_MACOSX_FALSE
  759. IS_MACOSX_TRUE
  760. LOGGING_LEVEL
  761. cxx_present
  762. am__fastdepCXX_FALSE
  763. am__fastdepCXX_TRUE
  764. CXXDEPMODE
  765. ac_ct_CXX
  766. CXXFLAGS
  767. CXX
  768. ac_ct_F77
  769. FFLAGS
  770. F77
  771. PKG_CONFIG
  772. am__fastdepCC_FALSE
  773. am__fastdepCC_TRUE
  774. CCDEPMODE
  775. am__nodep
  776. AMDEPBACKSLASH
  777. AMDEP_FALSE
  778. AMDEP_TRUE
  779. am__quote
  780. am__include
  781. DEPDIR
  782. am__untar
  783. am__tar
  784. AMTAR
  785. am__leading_dot
  786. SET_MAKE
  787. AWK
  788. mkdir_p
  789. MKDIR_P
  790. MAKEINFO
  791. AUTOHEADER
  792. AUTOMAKE
  793. AUTOCONF
  794. ACLOCAL
  795. VERSION
  796. PACKAGE
  797. CYGPATH_W
  798. am__isrc
  799. MAINT
  800. MAINTAINER_MODE_FALSE
  801. MAINTAINER_MODE_TRUE
  802. LIBOBJS
  803. RELOCATABLE_VIA_LD_FALSE
  804. RELOCATABLE_VIA_LD_TRUE
  805. SET_RELOCATABLE
  806. EGREP
  807. GREP
  808. CPP
  809. RELOCATABLE
  810. host_os
  811. host_vendor
  812. host_cpu
  813. host
  814. build_os
  815. build_vendor
  816. build_cpu
  817. build
  818. INSTALL_DATA
  819. INSTALL_SCRIPT
  820. INSTALL_PROGRAM
  821. OBJEXT
  822. EXEEXT
  823. ac_ct_CC
  824. CPPFLAGS
  825. LDFLAGS
  826. CFLAGS
  827. CC
  828. LN_S
  829. INSTALL_STRIP_PROGRAM
  830. STRIP
  831. install_sh
  832. SCILAB_BINARY_VERSION
  833. SCILAB_LIBRARY_VERSION
  834. SCILAB_VERSION_MAINTENANCE
  835. SCILAB_VERSION_MINOR
  836. SCILAB_VERSION_MAJOR
  837. target_alias
  838. host_alias
  839. build_alias
  840. LIBS
  841. ECHO_T
  842. ECHO_N
  843. ECHO_C
  844. DEFS
  845. mandir
  846. localedir
  847. libdir
  848. psdir
  849. pdfdir
  850. dvidir
  851. htmldir
  852. infodir
  853. docdir
  854. oldincludedir
  855. includedir
  856. localstatedir
  857. sharedstatedir
  858. sysconfdir
  859. datadir
  860. datarootdir
  861. libexecdir
  862. sbindir
  863. bindir
  864. program_transform_name
  865. prefix
  866. exec_prefix
  867. PACKAGE_URL
  868. PACKAGE_BUGREPORT
  869. PACKAGE_STRING
  870. PACKAGE_VERSION
  871. PACKAGE_TARNAME
  872. PACKAGE_NAME
  873. PATH_SEPARATOR
  874. SHELL'
  875. ac_subst_files=''
  876. ac_user_opts='
  877. enable_option_checking
  878. enable_largefile
  879. with_gnu_ld
  880. enable_relocatable
  881. enable_rpath
  882. enable_maintainer_mode
  883. enable_dependency_tracking
  884. enable_debug
  885. enable_debug_C
  886. enable_debug_CXX
  887. enable_debug_java
  888. enable_debug_fortran
  889. enable_debug_linker
  890. enable_code_coverage
  891. enable_stop_on_warning
  892. with_gcc
  893. with_gfortran
  894. with_intelcompilers
  895. with_tk
  896. with_javasci
  897. enable_compilation_tests
  898. with_gui
  899. enable_build_swig
  900. enable_build_giws
  901. with_fink_prefix
  902. with_hdf5
  903. with_hdf5_include
  904. with_hdf5_library
  905. with_xcos
  906. with_modelica
  907. with_jdk
  908. with_ant
  909. enable_nls
  910. with_libiconv_prefix
  911. with_libintl_prefix
  912. with_fftw
  913. with_fftw_include
  914. with_fftw_library
  915. with_openmp
  916. with_libxml2
  917. enable_build_localization
  918. with_blas_library
  919. with_lapack_library
  920. with_arpack_ng
  921. with_arpack_library
  922. with_umfpack
  923. with_umfpack_library
  924. with_umfpack_include
  925. with_pcre
  926. with_tcl_library
  927. with_tcl_include
  928. with_tk_library
  929. with_tk_include
  930. with_x
  931. with_matio
  932. with_matio_include
  933. with_matio_library
  934. enable_build_help
  935. with_docbook
  936. with_install_help_xml
  937. enable_static
  938. enable_shared
  939. with_pic
  940. enable_fast_install
  941. enable_libtool_lock
  942. '
  943. ac_precious_vars='build_alias
  944. host_alias
  945. target_alias
  946. CC
  947. CFLAGS
  948. LDFLAGS
  949. LIBS
  950. CPPFLAGS
  951. CPP
  952. PKG_CONFIG
  953. F77
  954. FFLAGS
  955. CXX
  956. CXXFLAGS
  957. CCC
  958. PCRE_CFLAGS
  959. PCRE_LIBS
  960. XMKMF
  961. MATIO_CFLAGS
  962. MATIO_LIBS
  963. CXXCPP'
  964. # Initialize some variables set by options.
  965. ac_init_help=
  966. ac_init_version=false
  967. ac_unrecognized_opts=
  968. ac_unrecognized_sep=
  969. # The variables have the same names as the options, with
  970. # dashes changed to underlines.
  971. cache_file=/dev/null
  972. exec_prefix=NONE
  973. no_create=
  974. no_recursion=
  975. prefix=NONE
  976. program_prefix=NONE
  977. program_suffix=NONE
  978. program_transform_name=s,x,x,
  979. silent=
  980. site=
  981. srcdir=
  982. verbose=
  983. x_includes=NONE
  984. x_libraries=NONE
  985. # Installation directory options.
  986. # These are left unexpanded so users can "make install exec_prefix=/foo"
  987. # and all the variables that are supposed to be based on exec_prefix
  988. # by default will actually change.
  989. # Use braces instead of parens because sh, perl, etc. also accept them.
  990. # (The list follows the same order as the GNU Coding Standards.)
  991. bindir='${exec_prefix}/bin'
  992. sbindir='${exec_prefix}/sbin'
  993. libexecdir='${exec_prefix}/libexec'
  994. datarootdir='${prefix}/share'
  995. datadir='${datarootdir}'
  996. sysconfdir='${prefix}/etc'
  997. sharedstatedir='${prefix}/com'
  998. localstatedir='${prefix}/var'
  999. includedir='${prefix}/include'
  1000. oldincludedir='/usr/include'
  1001. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1002. infodir='${datarootdir}/info'
  1003. htmldir='${docdir}'
  1004. dvidir='${docdir}'
  1005. pdfdir='${docdir}'
  1006. psdir='${docdir}'
  1007. libdir='${exec_prefix}/lib'
  1008. localedir='${datarootdir}/locale'
  1009. mandir='${datarootdir}/man'
  1010. ac_prev=
  1011. ac_dashdash=
  1012. for ac_option
  1013. do
  1014. # If the previous option needs an argument, assign it.
  1015. if test -n "$ac_prev"; then
  1016. eval $ac_prev=\$ac_option
  1017. ac_prev=
  1018. continue
  1019. fi
  1020. case $ac_option in
  1021. *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  1022. *=) ac_optarg= ;;
  1023. *) ac_optarg=yes ;;
  1024. esac
  1025. # Accept the important Cygnus configure options, so we can diagnose typos.
  1026. case $ac_dashdash$ac_option in
  1027. --)
  1028. ac_dashdash=yes ;;
  1029. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  1030. ac_prev=bindir ;;
  1031. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  1032. bindir=$ac_optarg ;;
  1033. -build | --build | --buil | --bui | --bu)
  1034. ac_prev=build_alias ;;
  1035. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  1036. build_alias=$ac_optarg ;;
  1037. -cache-file | --cache-file | --cache-fil | --cache-fi \
  1038. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1039. ac_prev=cache_file ;;
  1040. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1041. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  1042. cache_file=$ac_optarg ;;
  1043. --config-cache | -C)
  1044. cache_file=config.cache ;;
  1045. -datadir | --datadir | --datadi | --datad)
  1046. ac_prev=datadir ;;
  1047. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  1048. datadir=$ac_optarg ;;
  1049. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  1050. | --dataroo | --dataro | --datar)
  1051. ac_prev=datarootdir ;;
  1052. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  1053. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  1054. datarootdir=$ac_optarg ;;
  1055. -disable-* | --disable-*)
  1056. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1057. # Reject names that are not valid shell variable names.
  1058. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1059. as_fn_error $? "invalid feature name: $ac_useropt"
  1060. ac_useropt_orig=$ac_useropt
  1061. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1062. case $ac_user_opts in
  1063. *"
  1064. "enable_$ac_useropt"
  1065. "*) ;;
  1066. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1067. ac_unrecognized_sep=', ';;
  1068. esac
  1069. eval enable_$ac_useropt=no ;;
  1070. -docdir | --docdir | --docdi | --doc | --do)
  1071. ac_prev=docdir ;;
  1072. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1073. docdir=$ac_optarg ;;
  1074. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1075. ac_prev=dvidir ;;
  1076. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1077. dvidir=$ac_optarg ;;
  1078. -enable-* | --enable-*)
  1079. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1080. # Reject names that are not valid shell variable names.
  1081. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1082. as_fn_error $? "invalid feature name: $ac_useropt"
  1083. ac_useropt_orig=$ac_useropt
  1084. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1085. case $ac_user_opts in
  1086. *"
  1087. "enable_$ac_useropt"
  1088. "*) ;;
  1089. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1090. ac_unrecognized_sep=', ';;
  1091. esac
  1092. eval enable_$ac_useropt=\$ac_optarg ;;
  1093. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1094. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1095. | --exec | --exe | --ex)
  1096. ac_prev=exec_prefix ;;
  1097. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  1098. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  1099. | --exec=* | --exe=* | --ex=*)
  1100. exec_prefix=$ac_optarg ;;
  1101. -gas | --gas | --ga | --g)
  1102. # Obsolete; use --with-gas.
  1103. with_gas=yes ;;
  1104. -help | --help | --hel | --he | -h)
  1105. ac_init_help=long ;;
  1106. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1107. ac_init_help=recursive ;;
  1108. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1109. ac_init_help=short ;;
  1110. -host | --host | --hos | --ho)
  1111. ac_prev=host_alias ;;
  1112. -host=* | --host=* | --hos=* | --ho=*)
  1113. host_alias=$ac_optarg ;;
  1114. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1115. ac_prev=htmldir ;;
  1116. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1117. | --ht=*)
  1118. htmldir=$ac_optarg ;;
  1119. -includedir | --includedir | --includedi | --included | --include \
  1120. | --includ | --inclu | --incl | --inc)
  1121. ac_prev=includedir ;;
  1122. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1123. | --includ=* | --inclu=* | --incl=* | --inc=*)
  1124. includedir=$ac_optarg ;;
  1125. -infodir | --infodir | --infodi | --infod | --info | --inf)
  1126. ac_prev=infodir ;;
  1127. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1128. infodir=$ac_optarg ;;
  1129. -libdir | --libdir | --libdi | --libd)
  1130. ac_prev=libdir ;;
  1131. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1132. libdir=$ac_optarg ;;
  1133. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1134. | --libexe | --libex | --libe)
  1135. ac_prev=libexecdir ;;
  1136. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1137. | --libexe=* | --libex=* | --libe=*)
  1138. libexecdir=$ac_optarg ;;
  1139. -localedir | --localedir | --localedi | --localed | --locale)
  1140. ac_prev=localedir ;;
  1141. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1142. localedir=$ac_optarg ;;
  1143. -localstatedir | --localstatedir | --localstatedi | --localstated \
  1144. | --localstate | --localstat | --localsta | --localst | --locals)
  1145. ac_prev=localstatedir ;;
  1146. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1147. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1148. localstatedir=$ac_optarg ;;
  1149. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1150. ac_prev=mandir ;;
  1151. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1152. mandir=$ac_optarg ;;
  1153. -nfp | --nfp | --nf)
  1154. # Obsolete; use --without-fp.
  1155. with_fp=no ;;
  1156. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1157. | --no-cr | --no-c | -n)
  1158. no_create=yes ;;
  1159. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1160. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1161. no_recursion=yes ;;
  1162. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1163. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1164. | --oldin | --oldi | --old | --ol | --o)
  1165. ac_prev=oldincludedir ;;
  1166. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1167. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1168. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1169. oldincludedir=$ac_optarg ;;
  1170. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1171. ac_prev=prefix ;;
  1172. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1173. prefix=$ac_optarg ;;
  1174. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1175. | --program-pre | --program-pr | --program-p)
  1176. ac_prev=program_prefix ;;
  1177. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1178. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1179. program_prefix=$ac_optarg ;;
  1180. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1181. | --program-suf | --program-su | --program-s)
  1182. ac_prev=program_suffix ;;
  1183. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1184. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1185. program_suffix=$ac_optarg ;;
  1186. -program-transform-name | --program-transform-name \
  1187. | --program-transform-nam | --program-transform-na \
  1188. | --program-transform-n | --program-transform- \
  1189. | --program-transform | --program-transfor \
  1190. | --program-transfo | --program-transf \
  1191. | --program-trans | --program-tran \
  1192. | --progr-tra | --program-tr | --program-t)
  1193. ac_prev=program_transform_name ;;
  1194. -program-transform-name=* | --program-transform-name=* \
  1195. | --program-transform-nam=* | --program-transform-na=* \
  1196. | --program-transform-n=* | --program-transform-=* \
  1197. | --program-transform=* | --program-transfor=* \
  1198. | --program-transfo=* | --program-transf=* \
  1199. | --program-trans=* | --program-tran=* \
  1200. | --progr-tra=* | --program-tr=* | --program-t=*)
  1201. program_transform_name=$ac_optarg ;;
  1202. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1203. ac_prev=pdfdir ;;
  1204. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1205. pdfdir=$ac_optarg ;;
  1206. -psdir | --psdir | --psdi | --psd | --ps)
  1207. ac_prev=psdir ;;
  1208. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1209. psdir=$ac_optarg ;;
  1210. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1211. | -silent | --silent | --silen | --sile | --sil)
  1212. silent=yes ;;
  1213. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1214. ac_prev=sbindir ;;
  1215. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1216. | --sbi=* | --sb=*)
  1217. sbindir=$ac_optarg ;;
  1218. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1219. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1220. | --sharedst | --shareds | --shared | --share | --shar \
  1221. | --sha | --sh)
  1222. ac_prev=sharedstatedir ;;
  1223. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1224. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1225. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1226. | --sha=* | --sh=*)
  1227. sharedstatedir=$ac_optarg ;;
  1228. -site | --site | --sit)
  1229. ac_prev=site ;;
  1230. -site=* | --site=* | --sit=*)
  1231. site=$ac_optarg ;;
  1232. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1233. ac_prev=srcdir ;;
  1234. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1235. srcdir=$ac_optarg ;;
  1236. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1237. | --syscon | --sysco | --sysc | --sys | --sy)
  1238. ac_prev=sysconfdir ;;
  1239. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1240. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1241. sysconfdir=$ac_optarg ;;
  1242. -target | --target | --targe | --targ | --tar | --ta | --t)
  1243. ac_prev=target_alias ;;
  1244. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1245. target_alias=$ac_optarg ;;
  1246. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1247. verbose=yes ;;
  1248. -version | --version | --versio | --versi | --vers | -V)
  1249. ac_init_version=: ;;
  1250. -with-* | --with-*)
  1251. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1252. # Reject names that are not valid shell variable names.
  1253. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1254. as_fn_error $? "invalid package name: $ac_useropt"
  1255. ac_useropt_orig=$ac_useropt
  1256. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1257. case $ac_user_opts in
  1258. *"
  1259. "with_$ac_useropt"
  1260. "*) ;;
  1261. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1262. ac_unrecognized_sep=', ';;
  1263. esac
  1264. eval with_$ac_useropt=\$ac_optarg ;;
  1265. -without-* | --without-*)
  1266. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1267. # Reject names that are not valid shell variable names.
  1268. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1269. as_fn_error $? "invalid package name: $ac_useropt"
  1270. ac_useropt_orig=$ac_useropt
  1271. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1272. case $ac_user_opts in
  1273. *"
  1274. "with_$ac_useropt"
  1275. "*) ;;
  1276. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1277. ac_unrecognized_sep=', ';;
  1278. esac
  1279. eval with_$ac_useropt=no ;;
  1280. --x)
  1281. # Obsolete; use --with-x.
  1282. with_x=yes ;;
  1283. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1284. | --x-incl | --x-inc | --x-in | --x-i)
  1285. ac_prev=x_includes ;;
  1286. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1287. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1288. x_includes=$ac_optarg ;;
  1289. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1290. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1291. ac_prev=x_libraries ;;
  1292. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1293. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1294. x_libraries=$ac_optarg ;;
  1295. -*) as_fn_error $? "unrecognized option: \`$ac_option'
  1296. Try \`$0 --help' for more information"
  1297. ;;
  1298. *=*)
  1299. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1300. # Reject names that are not valid shell variable names.
  1301. case $ac_envvar in #(
  1302. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1303. as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
  1304. esac
  1305. eval $ac_envvar=\$ac_optarg
  1306. export $ac_envvar ;;
  1307. *)
  1308. # FIXME: should be removed in autoconf 3.0.
  1309. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1310. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1311. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1312. : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  1313. ;;
  1314. esac
  1315. done
  1316. if test -n "$ac_prev"; then
  1317. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1318. as_fn_error $? "missing argument to $ac_option"
  1319. fi
  1320. if test -n "$ac_unrecognized_opts"; then
  1321. case $enable_option_checking in
  1322. no) ;;
  1323. fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
  1324. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1325. esac
  1326. fi
  1327. # Check all directory arguments for consistency.
  1328. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1329. datadir sysconfdir sharedstatedir localstatedir includedir \
  1330. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1331. libdir localedir mandir
  1332. do
  1333. eval ac_val=\$$ac_var
  1334. # Remove trailing slashes.
  1335. case $ac_val in
  1336. */ )
  1337. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1338. eval $ac_var=\$ac_val;;
  1339. esac
  1340. # Be sure to have absolute directory names.
  1341. case $ac_val in
  1342. [\\/$]* | ?:[\\/]* ) continue;;
  1343. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1344. esac
  1345. as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
  1346. done
  1347. # There might be people who depend on the old broken behavior: `$host'
  1348. # used to hold the argument of --host etc.
  1349. # FIXME: To remove some day.
  1350. build=$build_alias
  1351. host=$host_alias
  1352. target=$target_alias
  1353. # FIXME: To remove some day.
  1354. if test "x$host_alias" != x; then
  1355. if test "x$build_alias" = x; then
  1356. cross_compiling=maybe
  1357. $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
  1358. If a cross compiler is detected then cross compile mode will be used" >&2
  1359. elif test "x$build_alias" != "x$host_alias"; then
  1360. cross_compiling=yes
  1361. fi
  1362. fi
  1363. ac_tool_prefix=
  1364. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1365. test "$silent" = yes && exec 6>/dev/null
  1366. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1367. ac_ls_di=`ls -di .` &&
  1368. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1369. as_fn_error $? "working directory cannot be determined"
  1370. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1371. as_fn_error $? "pwd does not report name of working directory"
  1372. # Find the source files, if location was not specified.
  1373. if test -z "$srcdir"; then
  1374. ac_srcdir_defaulted=yes
  1375. # Try the directory containing this script, then the parent directory.
  1376. ac_confdir=`$as_dirname -- "$as_myself" ||
  1377. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1378. X"$as_myself" : 'X\(//\)[^/]' \| \
  1379. X"$as_myself" : 'X\(//\)$' \| \
  1380. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1381. $as_echo X"$as_myself" |
  1382. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1383. s//\1/
  1384. q
  1385. }
  1386. /^X\(\/\/\)[^/].*/{
  1387. s//\1/
  1388. q
  1389. }
  1390. /^X\(\/\/\)$/{
  1391. s//\1/
  1392. q
  1393. }
  1394. /^X\(\/\).*/{
  1395. s//\1/
  1396. q
  1397. }
  1398. s/.*/./; q'`
  1399. srcdir=$ac_confdir
  1400. if test ! -r "$srcdir/$ac_unique_file"; then
  1401. srcdir=..
  1402. fi
  1403. else
  1404. ac_srcdir_defaulted=no
  1405. fi
  1406. if test ! -r "$srcdir/$ac_unique_file"; then
  1407. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1408. as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
  1409. fi
  1410. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1411. ac_abs_confdir=`(
  1412. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
  1413. pwd)`
  1414. # When building in place, set srcdir=.
  1415. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1416. srcdir=.
  1417. fi
  1418. # Remove unnecessary trailing slashes from srcdir.
  1419. # Double slashes in file names in object file debugging info
  1420. # mess up M-x gdb in Emacs.
  1421. case $srcdir in
  1422. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1423. esac
  1424. for ac_var in $ac_precious_vars; do
  1425. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1426. eval ac_env_${ac_var}_value=\$${ac_var}
  1427. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1428. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1429. done
  1430. #
  1431. # Report the --help message.
  1432. #
  1433. if test "$ac_init_help" = "long"; then
  1434. # Omit some internal or obsolete options to make the list less imposing.
  1435. # This message is too long to be a string in the A/UX 3.1 sh.
  1436. cat <<_ACEOF
  1437. \`configure' configures Scilab 5 to adapt to many kinds of systems.
  1438. Usage: $0 [OPTION]... [VAR=VALUE]...
  1439. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1440. VAR=VALUE. See below for descriptions of some of the useful variables.
  1441. Defaults for the options are specified in brackets.
  1442. Configuration:
  1443. -h, --help display this help and exit
  1444. --help=short display options specific to this package
  1445. --help=recursive display the short help of all the included packages
  1446. -V, --version display version information and exit
  1447. -q, --quiet, --silent do not print \`checking ...' messages
  1448. --cache-file=FILE cache test results in FILE [disabled]
  1449. -C, --config-cache alias for \`--cache-file=config.cache'
  1450. -n, --no-create do not create output files
  1451. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1452. Installation directories:
  1453. --prefix=PREFIX install architecture-independent files in PREFIX
  1454. [$ac_default_prefix]
  1455. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1456. [PREFIX]
  1457. By default, \`make install' will install all the files in
  1458. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1459. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1460. for instance \`--prefix=\$HOME'.
  1461. For better control, use the options below.
  1462. Fine tuning of the installation directories:
  1463. --bindir=DIR user executables [EPREFIX/bin]
  1464. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1465. --libexecdir=DIR program executables [EPREFIX/libexec]
  1466. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1467. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1468. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1469. --libdir=DIR object code libraries [EPREFIX/lib]
  1470. --includedir=DIR C header files [PREFIX/include]
  1471. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1472. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1473. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1474. --infodir=DIR info documentation [DATAROOTDIR/info]
  1475. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1476. --mandir=DIR man documentation [DATAROOTDIR/man]
  1477. --docdir=DIR documentation root [DATAROOTDIR/doc/scilab]
  1478. --htmldir=DIR html documentation [DOCDIR]
  1479. --dvidir=DIR dvi documentation [DOCDIR]
  1480. --pdfdir=DIR pdf documentation [DOCDIR]
  1481. --psdir=DIR ps documentation [DOCDIR]
  1482. _ACEOF
  1483. cat <<\_ACEOF
  1484. Program names:
  1485. --program-prefix=PREFIX prepend PREFIX to installed program names
  1486. --program-suffix=SUFFIX append SUFFIX to installed program names
  1487. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1488. X features:
  1489. --x-includes=DIR X include files are in DIR
  1490. --x-libraries=DIR X library files are in DIR
  1491. System types:
  1492. --build=BUILD configure for building on BUILD [guessed]
  1493. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1494. _ACEOF
  1495. fi
  1496. if test -n "$ac_init_help"; then
  1497. case $ac_init_help in
  1498. short | recursive ) echo "Configuration of Scilab 5:";;
  1499. esac
  1500. cat <<\_ACEOF
  1501. Optional Features:
  1502. --disable-option-checking ignore unrecognized --enable/--with options
  1503. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1504. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1505. --disable-largefile omit support for large files
  1506. --enable-relocatable install a package that can be moved in the filesystem
  1507. --disable-rpath do not hardcode runtime library paths
  1508. --enable-maintainer-mode enable make rules and dependencies not useful
  1509. (and sometimes confusing) to the casual installer
  1510. --disable-dependency-tracking speeds up one-time build
  1511. --enable-dependency-tracking do not reject slow dependency extractors
  1512. --enable-debug Do not optimize and print warning messages
  1513. (C/C++/Fortran/Java code)
  1514. --enable-debug-C Do not optimize and print warning messages (C code)
  1515. --enable-debug-CXX Do not optimize and print warning messages (C++
  1516. code)
  1517. --enable-debug-java Print warning messages and line numbers (Java code)
  1518. --enable-debug-fortran Do not optimize and print warning messages (Fortran
  1519. code)
  1520. --enable-debug-linker Print warning messages from the linker (ld)
  1521. --enable-code-coverage Enable code coverage
  1522. --enable-stop-on-warning
  1523. Stop the compilation on the first warning found in
  1524. the C/C++ code
  1525. --enable-compilation-tests
  1526. Enable unitary tests and checks at compilation time
  1527. --enable-build-swig Regenerate Java => C wrappers produces by Swig (A
  1528. Java Development Kit (JDK) is mandatory for this
  1529. option)
  1530. --enable-build-giws Regenerate C/C++ => Java wrappers produces by Giws
  1531. (A Java Development Kit (JDK) is mandatory for this
  1532. option)
  1533. --disable-nls do not use Native Language Support
  1534. --disable-build-localization
  1535. Disable the localization build
  1536. --disable-build-help Disable the help build
  1537. --enable-static[=PKGS] build static libraries [default=no]
  1538. --enable-shared[=PKGS] build shared libraries [default=yes]
  1539. --enable-fast-install[=PKGS]
  1540. optimize for fast installation [default=yes]
  1541. --disable-libtool-lock avoid locking (might break parallel builds)
  1542. Optional Packages:
  1543. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1544. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1545. --with-gnu-ld assume the C compiler uses GNU ld default=no
  1546. --with-gcc Use gcc C compiler
  1547. --with-gfortran Use gfortran, GNU Fortran 95 compiler
  1548. --with-intelcompilers Use Intel C (icc) and Fortran (ifort) proprietary
  1549. compilers (GNU/Linux only)
  1550. --without-tk Disable the interface to Tcl/Tk
  1551. --without-javasci Disable the Java/Scilab interface (javasci)
  1552. --without-gui Disable the Scilab Graphical User Interface (GUI).
  1553. Intended for embedded/clustering/grid Scilab
  1554. --with-fink-prefix Provide a fink prefix. Default: /sw/
  1555. --without-hdf5 Disable the interface to the HDF5 library
  1556. --with-hdf5-include=DIR Set the path to the HDF5 headers
  1557. --with-hdf5-library=DIR Set the path to the HDF5 libraries
  1558. --without-xcos Disable Xcos
  1559. --without-modelica Disable the OCaml module (modelica)
  1560. --with-jdk=DIR use JDK from DIR
  1561. --with-ant=DIR Use ant from DIR
  1562. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  1563. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  1564. --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
  1565. --without-libintl-prefix don't search for libintl in includedir and libdir
  1566. --without-fftw Disable the interface to the FFTW 3 library
  1567. --with-fftw-include=DIR Set the path to the FFTW headers
  1568. --with-fftw-library=DIR Set the path to the FFTW libraries
  1569. --without-openmp Disable the usage of OpenMP (parallelization of some
  1570. algoritms)
  1571. --with-libxml2=PREFIX Set the path to your libxml2 installation
  1572. --with-blas-library=DIR set the path to the BLAS (refblas, Atlas, MKL...)
  1573. library
  1574. --with-lapack-library=DIR
  1575. set the path to the LAPACK library
  1576. --without-arpack-ng Disable the interface to ARPACK-NG
  1577. --with-arpack-library=DIR
  1578. set the path to the ARPACK library
  1579. --without-umfpack Disable the interface to the UMFPACK library
  1580. --with-umfpack-library=DIR
  1581. Set the path to the UMFPACK libraries
  1582. --with-umfpack-include=DIR
  1583. Set the path to the UMFPACK headers
  1584. --with-pcre=DIR Set the path to your PCRE (Perl 5 Compatible Regular
  1585. Expression Library) installation
  1586. --with-tcl-library=DIR Set the path to the TCL library
  1587. --with-tcl-include=DIR Set the path to the TCL headers
  1588. --with-tk-library=DIR Set the path to the TK library
  1589. --with-tk-include=DIR Set the path to the TK headers
  1590. --with-x use the X Window System
  1591. --without-matio Disable the interface to Matio (MAT File I/O
  1592. library)
  1593. --with-matio-include=DIR
  1594. Set the path to the MATIO headers
  1595. --with-matio-library=DIR
  1596. Set the path to the MATIO libraries
  1597. --with-docbook=DIR Set the path to the docbook package
  1598. --with-install-help-xml make install will install XML files
  1599. --with-pic try to use only PIC/non-PIC objects [default=use
  1600. both]
  1601. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  1602. Some influential environment variables:
  1603. CC C compiler command
  1604. CFLAGS C compiler flags
  1605. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1606. nonstandard directory <lib dir>
  1607. LIBS libraries to pass to the linker, e.g. -l<library>
  1608. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1609. you have headers in a nonstandard directory <include dir>
  1610. CPP C preprocessor
  1611. PKG_CONFIG path to pkg-config utility
  1612. F77 Fortran 77 compiler command
  1613. FFLAGS Fortran 77 compiler flags
  1614. CXX C++ compiler command
  1615. CXXFLAGS C++ compiler flags
  1616. PCRE_CFLAGS C compiler flags for PCRE, overriding pkg-config
  1617. PCRE_LIBS linker flags for PCRE, overriding pkg-config
  1618. XMKMF Path to xmkmf, Makefile generator for X Window System
  1619. MATIO_CF…

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