Advertisement
Guest User

config.status scilab master configure

a guest
Dec 26th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 105.27 KB | None | 0 0
  1. #! /bin/bash
  2. # Generated by configure.
  3. # Run this file to recreate the current configuration.
  4. # Compiler output produced by configure, useful for debugging
  5. # configure, is in config.log if it exists.
  6.  
  7. debug=false
  8. ac_cs_recheck=false
  9. ac_cs_silent=false
  10.  
  11. SHELL=${CONFIG_SHELL-/bin/bash}
  12. export SHELL
  13. ## -------------------- ##
  14. ## M4sh Initialization. ##
  15. ## -------------------- ##
  16.  
  17. # Be more Bourne compatible
  18. DUALCASE=1; export DUALCASE # for MKS sh
  19. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  20.   emulate sh
  21.   NULLCMD=:
  22.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  23.   # is contrary to our usage.  Disable this feature.
  24.   alias -g '${1+"$@"}'='"$@"'
  25.   setopt NO_GLOB_SUBST
  26. else
  27.   case `(set -o) 2>/dev/null` in #(
  28.   *posix*) :
  29.     set -o posix ;; #(
  30.   *) :
  31.      ;;
  32. esac
  33. fi
  34.  
  35.  
  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.  
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76.   PATH_SEPARATOR=:
  77.   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  78.     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  79.       PATH_SEPARATOR=';'
  80.   }
  81. fi
  82.  
  83.  
  84. # IFS
  85. # We need space, tab and new line, in precisely that order.  Quoting is
  86. # there to prevent editors from complaining about space-tab.
  87. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  88. # splitting by setting IFS to empty value.)
  89. IFS=" ""    $as_nl"
  90.  
  91. # Find who we are.  Look in the path if we contain no directory separator.
  92. as_myself=
  93. case $0 in #((
  94.   *[\\/]* ) as_myself=$0 ;;
  95.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  96. for as_dir in $PATH
  97. do
  98.   IFS=$as_save_IFS
  99.   test -z "$as_dir" && as_dir=.
  100.     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  101.   done
  102. IFS=$as_save_IFS
  103.  
  104.      ;;
  105. esac
  106. # We did not find ourselves, most probably we were run as `sh COMMAND'
  107. # in which case we are not to be found in the path.
  108. if test "x$as_myself" = x; then
  109.   as_myself=$0
  110. fi
  111. if test ! -f "$as_myself"; then
  112.   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  113.   exit 1
  114. fi
  115.  
  116. # Unset variables that we do not need and which cause bugs (e.g. in
  117. # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  118. # suppresses any "Segmentation fault" message there.  '((' could
  119. # trigger a bug in pdksh 5.2.14.
  120. for as_var in BASH_ENV ENV MAIL MAILPATH
  121. do eval test x\${$as_var+set} = xset \
  122.   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  123. done
  124. PS1='$ '
  125. PS2='> '
  126. PS4='+ '
  127.  
  128. # NLS nuisances.
  129. LC_ALL=C
  130. export LC_ALL
  131. LANGUAGE=C
  132. export LANGUAGE
  133.  
  134. # CDPATH.
  135. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  136.  
  137.  
  138. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  139. # ----------------------------------------
  140. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  141. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  142. # script with STATUS, using 1 if that was 0.
  143. as_fn_error ()
  144. {
  145.   as_status=$1; test $as_status -eq 0 && as_status=1
  146.   if test "$4"; then
  147.     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  148.     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  149.   fi
  150.   $as_echo "$as_me: error: $2" >&2
  151.   as_fn_exit $as_status
  152. } # as_fn_error
  153.  
  154.  
  155. # as_fn_set_status STATUS
  156. # -----------------------
  157. # Set $? to STATUS, without forking.
  158. as_fn_set_status ()
  159. {
  160.   return $1
  161. } # as_fn_set_status
  162.  
  163. # as_fn_exit STATUS
  164. # -----------------
  165. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  166. as_fn_exit ()
  167. {
  168.   set +e
  169.   as_fn_set_status $1
  170.   exit $1
  171. } # as_fn_exit
  172.  
  173. # as_fn_unset VAR
  174. # ---------------
  175. # Portably unset VAR.
  176. as_fn_unset ()
  177. {
  178.   { eval $1=; unset $1;}
  179. }
  180. as_unset=as_fn_unset
  181. # as_fn_append VAR VALUE
  182. # ----------------------
  183. # Append the text in VALUE to the end of the definition contained in VAR. Take
  184. # advantage of any shell optimizations that allow amortized linear growth over
  185. # repeated appends, instead of the typical quadratic growth present in naive
  186. # implementations.
  187. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  188.   eval 'as_fn_append ()
  189.  {
  190.    eval $1+=\$2
  191.  }'
  192. else
  193.   as_fn_append ()
  194.   {
  195.     eval $1=\$$1\$2
  196.   }
  197. fi # as_fn_append
  198.  
  199. # as_fn_arith ARG...
  200. # ------------------
  201. # Perform arithmetic evaluation on the ARGs, and store the result in the
  202. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  203. # must be portable across $(()) and expr.
  204. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  205.   eval 'as_fn_arith ()
  206.  {
  207.    as_val=$(( $* ))
  208.  }'
  209. else
  210.   as_fn_arith ()
  211.   {
  212.     as_val=`expr "$@" || test $? -eq 1`
  213.   }
  214. fi # as_fn_arith
  215.  
  216.  
  217. if expr a : '\(a\)' >/dev/null 2>&1 &&
  218.    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  219.   as_expr=expr
  220. else
  221.   as_expr=false
  222. fi
  223.  
  224. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  225.   as_basename=basename
  226. else
  227.   as_basename=false
  228. fi
  229.  
  230. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  231.   as_dirname=dirname
  232. else
  233.   as_dirname=false
  234. fi
  235.  
  236. as_me=`$as_basename -- "$0" ||
  237. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  238.      X"$0" : 'X\(//\)$' \| \
  239.      X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  240. $as_echo X/"$0" |
  241.     sed '/^.*\/\([^/][^/]*\)\/*$/{
  242.         s//\1/
  243.         q
  244.       }
  245.       /^X\/\(\/\/\)$/{
  246.         s//\1/
  247.         q
  248.       }
  249.       /^X\/\(\/\).*/{
  250.         s//\1/
  251.         q
  252.       }
  253.       s/.*/./; q'`
  254.  
  255. # Avoid depending upon Character Ranges.
  256. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  257. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  258. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  259. as_cr_digits='0123456789'
  260. as_cr_alnum=$as_cr_Letters$as_cr_digits
  261.  
  262. ECHO_C= ECHO_N= ECHO_T=
  263. case `echo -n x` in #(((((
  264. -n*)
  265.   case `echo 'xy\c'` in
  266.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  267.   xy)  ECHO_C='\c';;
  268.   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  269.        ECHO_T=' ';;
  270.   esac;;
  271. *)
  272.   ECHO_N='-n';;
  273. esac
  274.  
  275. rm -f conf$$ conf$$.exe conf$$.file
  276. if test -d conf$$.dir; then
  277.   rm -f conf$$.dir/conf$$.file
  278. else
  279.   rm -f conf$$.dir
  280.   mkdir conf$$.dir 2>/dev/null
  281. fi
  282. if (echo >conf$$.file) 2>/dev/null; then
  283.   if ln -s conf$$.file conf$$ 2>/dev/null; then
  284.     as_ln_s='ln -s'
  285.     # ... but there are two gotchas:
  286.     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  287.     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  288.     # In both cases, we have to default to `cp -p'.
  289.     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  290.       as_ln_s='cp -p'
  291.   elif ln conf$$.file conf$$ 2>/dev/null; then
  292.     as_ln_s=ln
  293.   else
  294.     as_ln_s='cp -p'
  295.   fi
  296. else
  297.   as_ln_s='cp -p'
  298. fi
  299. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  300. rmdir conf$$.dir 2>/dev/null
  301.  
  302.  
  303. # as_fn_mkdir_p
  304. # -------------
  305. # Create "$as_dir" as a directory, including parents if necessary.
  306. as_fn_mkdir_p ()
  307. {
  308.  
  309.   case $as_dir in #(
  310.   -*) as_dir=./$as_dir;;
  311.   esac
  312.   test -d "$as_dir" || eval $as_mkdir_p || {
  313.     as_dirs=
  314.     while :; do
  315.       case $as_dir in #(
  316.       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  317.       *) as_qdir=$as_dir;;
  318.       esac
  319.       as_dirs="'$as_qdir' $as_dirs"
  320.       as_dir=`$as_dirname -- "$as_dir" ||
  321. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  322.      X"$as_dir" : 'X\(//\)[^/]' \| \
  323.      X"$as_dir" : 'X\(//\)$' \| \
  324.      X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  325. $as_echo X"$as_dir" |
  326.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  327.         s//\1/
  328.         q
  329.       }
  330.       /^X\(\/\/\)[^/].*/{
  331.         s//\1/
  332.         q
  333.       }
  334.       /^X\(\/\/\)$/{
  335.         s//\1/
  336.         q
  337.       }
  338.       /^X\(\/\).*/{
  339.         s//\1/
  340.         q
  341.       }
  342.       s/.*/./; q'`
  343.       test -d "$as_dir" && break
  344.     done
  345.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  346.   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  347.  
  348.  
  349. } # as_fn_mkdir_p
  350. if mkdir -p . 2>/dev/null; then
  351.   as_mkdir_p='mkdir -p "$as_dir"'
  352. else
  353.   test -d ./-p && rmdir ./-p
  354.   as_mkdir_p=false
  355. fi
  356.  
  357. if test -x / >/dev/null 2>&1; then
  358.   as_test_x='test -x'
  359. else
  360.   if ls -dL / >/dev/null 2>&1; then
  361.     as_ls_L_option=L
  362.   else
  363.     as_ls_L_option=
  364.   fi
  365.   as_test_x='
  366.    eval sh -c '\''
  367.      if test -d "$1"; then
  368.     test -d "$1/.";
  369.      else
  370.     case $1 in #(
  371.     -*)set "./$1";;
  372.     esac;
  373.     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  374.     ???[sx]*):;;*)false;;esac;fi
  375.    '\'' sh
  376.  '
  377. fi
  378. as_executable_p=$as_test_x
  379.  
  380. # Sed expression to map a string onto a valid CPP name.
  381. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  382.  
  383. # Sed expression to map a string onto a valid variable name.
  384. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  385.  
  386.  
  387. exec 6>&1
  388. ## ----------------------------------- ##
  389. ## Main body of $CONFIG_STATUS script. ##
  390. ## ----------------------------------- ##
  391. # Save the log message, to keep $0 and so on meaningful, and to
  392. # report actual input values of CONFIG_FILES etc. instead of their
  393. # values after options handling.
  394. ac_log="
  395. This file was extended by Scilab $as_me 5, which was
  396. generated by GNU Autoconf 2.68.  Invocation command line was
  397.  
  398.  CONFIG_FILES    = $CONFIG_FILES
  399.  CONFIG_HEADERS  = $CONFIG_HEADERS
  400.  CONFIG_LINKS    = $CONFIG_LINKS
  401.  CONFIG_COMMANDS = $CONFIG_COMMANDS
  402.  $ $0 $@
  403.  
  404. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  405. "
  406.  
  407. # Files that config.status was made for.
  408. config_files=" libs/MALLOC/Makefile libs/dynamiclibrary/Makefile libs/doublylinkedlist/Makefile libs/hashtable/Makefile libs/libst/Makefile contrib/Makefile desktop/images/icons/Makefile desktop/images/Makefile desktop/Makefile modules/helptools/Makefile modules/data_structures/Makefile modules/differential_equations/Makefile modules/optimization/Makefile modules/elementary_functions/Makefile modules/special_functions/Makefile modules/io/Makefile modules/completion/Makefile modules/history_manager/Makefile modules/jvm/Makefile modules/commons/Makefile modules/sound/Makefile modules/statistics/Makefile modules/mexlib/Makefile modules/sparse/Makefile modules/linear_algebra/Makefile modules/polynomials/Makefile modules/symbolic/Makefile modules/signal_processing/Makefile modules/arnoldi/Makefile modules/interpolation/Makefile modules/intersci/Makefile modules/localization/Makefile modules/cacsd/Makefile modules/boolean/Makefile modules/integer/Makefile modules/double/Makefile modules/fileio/Makefile modules/spreadsheet/Makefile modules/string/Makefile modules/time/Makefile modules/graphics/Makefile modules/graphic_export/Makefile modules/renderer/Makefile modules/action_binding/Makefile modules/gui/Makefile modules/randlib/Makefile modules/tclsci/Makefile modules/windows_tools/Makefile modules/core/Makefile modules/api_scilab/Makefile modules/call_scilab/Makefile modules/types/Makefile modules/hdf5/Makefile modules/fftw/Makefile modules/umfpack/Makefile modules/scicos/Makefile modules/scicos_blocks/Makefile modules/functions/Makefile modules/dynamic_link/Makefile modules/overloading/Makefile modules/javasci/Makefile modules/m2sci/Makefile modules/compatibility_functions/Makefile modules/development_tools/Makefile modules/output_stream/Makefile modules/console/Makefile modules/demo_tools/Makefile modules/genetic_algorithms/Makefile modules/simulated_annealing/Makefile modules/parameters/Makefile modules/matio/Makefile modules/atoms/Makefile modules/xcos/Makefile modules/scinotes/Makefile modules/ui_data/Makefile modules/graph/Makefile modules/parallel/Makefile modules/modules_manager/Makefile modules/history_browser/Makefile modules/xml/Makefile modules/Makefile libs/Makefile Makefile scilab.pc etc/modules.xml etc/classpath.xml etc/Info.plist etc/logging.properties scilab.properties scilab-lib.properties scilab-lib-doc.properties modules/helptools/etc/SciDocConf.xml modules/core/includes/version.h"
  409. config_headers=" modules/core/includes/machine.h"
  410. config_commands=" depfiles po-directories libtool modules/core/includes/stack.h"
  411.  
  412. ac_cs_usage="\
  413. \`$as_me' instantiates files and other configuration actions
  414. from templates according to the current configuration.  Unless the files
  415. and actions are specified as TAGs, all are instantiated by default.
  416.  
  417. Usage: $0 [OPTION]... [TAG]...
  418.  
  419.  -h, --help       print this help, then exit
  420.  -V, --version    print version number and configuration settings, then exit
  421.      --config     print configuration, then exit
  422.  -q, --quiet, --silent
  423.                   do not print progress messages
  424.  -d, --debug      don't remove temporary files
  425.      --recheck    update $as_me by reconfiguring in the same conditions
  426.      --file=FILE[:TEMPLATE]
  427.                   instantiate the configuration file FILE
  428.      --header=FILE[:TEMPLATE]
  429.                   instantiate the configuration header FILE
  430.  
  431. Configuration files:
  432. $config_files
  433.  
  434. Configuration headers:
  435. $config_headers
  436.  
  437. Configuration commands:
  438. $config_commands
  439.  
  440. Report bugs to <http://bugzilla.scilab.org/>."
  441.  
  442. ac_cs_config=""
  443. ac_cs_version="\
  444. Scilab config.status 5
  445. configured by ./configure, generated by GNU Autoconf 2.68,
  446.  with options \"$ac_cs_config\"
  447.  
  448. Copyright (C) 2010 Free Software Foundation, Inc.
  449. This config.status script is free software; the Free Software Foundation
  450. gives unlimited permission to copy, distribute and modify it."
  451.  
  452. ac_pwd='/home/rfabbri/src/scilab/scilab'
  453. srcdir='.'
  454. INSTALL='/usr/bin/install -c'
  455. MKDIR_P='/bin/mkdir -p'
  456. AWK='gawk'
  457. test -n "$AWK" || AWK=awk
  458. # The default lists apply if the user does not specify any file.
  459. ac_need_defaults=:
  460. while test $# != 0
  461. do
  462.  case $1 in
  463.  --*=?*)
  464.    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  465.    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  466.    ac_shift=:
  467.    ;;
  468.  --*=)
  469.    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  470.    ac_optarg=
  471.    ac_shift=:
  472.    ;;
  473.  *)
  474.    ac_option=$1
  475.    ac_optarg=$2
  476.    ac_shift=shift
  477.    ;;
  478.  esac
  479.  
  480.  case $ac_option in
  481.  # Handling of the options.
  482.  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  483.    ac_cs_recheck=: ;;
  484.  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  485.    $as_echo "$ac_cs_version"; exit ;;
  486.  --config | --confi | --conf | --con | --co | --c )
  487.    $as_echo "$ac_cs_config"; exit ;;
  488.  --debug | --debu | --deb | --de | --d | -d )
  489.    debug=: ;;
  490.  --file | --fil | --fi | --f )
  491.    $ac_shift
  492.    case $ac_optarg in
  493.    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  494.    '') as_fn_error $? "missing file argument" ;;
  495.    esac
  496.    as_fn_append CONFIG_FILES " '$ac_optarg'"
  497.    ac_need_defaults=false;;
  498.  --header | --heade | --head | --hea )
  499.    $ac_shift
  500.    case $ac_optarg in
  501.    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  502.     esac
  503.     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  504.     ac_need_defaults=false;;
  505.   --he | --h)
  506.     # Conflict between --help and --header
  507.     as_fn_error $? "ambiguous option: \`$1'
  508. Try \`$0 --help' for more information.";;
  509.   --help | --hel | -h )
  510.     $as_echo "$ac_cs_usage"; exit ;;
  511.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  512.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  513.     ac_cs_silent=: ;;
  514.  
  515.   # This is an error.
  516.   -*) as_fn_error $? "unrecognized option: \`$1'
  517. Try \`$0 --help' for more information." ;;
  518.  
  519.   *) as_fn_append ac_config_targets " $1"
  520.      ac_need_defaults=false ;;
  521.  
  522.   esac
  523.   shift
  524. done
  525.  
  526. ac_configure_extra_args=
  527.  
  528. if $ac_cs_silent; then
  529.   exec 6>/dev/null
  530.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  531. fi
  532.  
  533. if $ac_cs_recheck; then
  534.   set X '/bin/bash' './configure'  $ac_configure_extra_args --no-create --no-recursion
  535.   shift
  536.   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
  537.   CONFIG_SHELL='/bin/bash'
  538.   export CONFIG_SHELL
  539.   exec "$@"
  540. fi
  541.  
  542. exec 5>>config.log
  543. {
  544.   echo
  545.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  546. ## Running $as_me. ##
  547. _ASBOX
  548.   $as_echo "$ac_log"
  549. } >&5
  550.  
  551. #
  552. # INIT-COMMANDS
  553. #
  554. AMDEP_TRUE="" ac_aux_dir="config"
  555. # Capture the value of obsolete ALL_LINGUAS because we need it to compute
  556.     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
  557.     # from automake < 1.5.
  558.     eval 'OBSOLETE_ALL_LINGUAS''="fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ"'
  559.     # Capture the value of LINGUAS because we need it to compute CATALOGS.
  560.     LINGUAS="%UNSET%"
  561.  
  562.  
  563.  
  564. # The HP-UX ksh and POSIX shell print the target directory to stdout
  565. # if CDPATH is set.
  566. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  567.  
  568. sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
  569. double_quote_subst='s/\(["`\\]\)/\\\1/g'
  570. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  571. enable_static='no'
  572. macro_version='2.2.7a'
  573. macro_revision='1.3121'
  574. enable_shared='yes'
  575. pic_mode='default'
  576. enable_fast_install='yes'
  577. SHELL='/bin/bash'
  578. ECHO='printf %s\n'
  579. host_alias=''
  580. host='i686-pc-linux-gnu'
  581. host_os='linux-gnu'
  582. build_alias=''
  583. build='i686-pc-linux-gnu'
  584. build_os='linux-gnu'
  585. SED='/bin/sed'
  586. Xsed='/bin/sed -e 1s/^X//'
  587. GREP='/bin/grep'
  588. EGREP='/bin/grep -E'
  589. FGREP='/bin/grep -F'
  590. LD='/usr/bin/ld'
  591. NM='nm'
  592. LN_S='ln -s'
  593. max_cmd_len='1572864'
  594. ac_objext='o'
  595. exeext=''
  596. lt_unset='unset'
  597. lt_SP2NL='tr \040 \012'
  598. lt_NL2SP='tr \015\012 \040\040'
  599. reload_flag=' -r'
  600. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  601. OBJDUMP='objdump'
  602. deplibs_check_method='pass_all'
  603. file_magic_cmd='$MAGIC_CMD'
  604. AR='ar'
  605. AR_FLAGS='cru'
  606. STRIP='strip'
  607. RANLIB='ranlib'
  608. old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
  609. old_postuninstall_cmds=''
  610. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
  611. lock_old_archive_extraction='no'
  612. CC='gcc'
  613. CFLAGS='-g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -DNDEBUG -fno-stack-protector  -DNARROWPROTO -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -msse -rdynamic'
  614. compiler='gfortran'
  615. GCC='yes'
  616. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  617. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  618. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  619. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  620. objdir='.libs'
  621. MAGIC_CMD='file'
  622. lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  623. lt_prog_compiler_wl='-Wl,'
  624. lt_prog_compiler_pic=' -fPIC -DPIC'
  625. lt_prog_compiler_static='-static'
  626. lt_cv_prog_compiler_c_o='yes'
  627. need_locks='no'
  628. DSYMUTIL=''
  629. NMEDIT=''
  630. LIPO=''
  631. OTOOL=''
  632. OTOOL64=''
  633. libext='a'
  634. shrext_cmds='.so'
  635. extract_expsyms_cmds=''
  636. archive_cmds_need_lc='no'
  637. enable_shared_with_static_runtimes='no'
  638. export_dynamic_flag_spec='${wl}--export-dynamic'
  639. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  640. compiler_needs_object='no'
  641. old_archive_from_new_cmds=''
  642. old_archive_from_expsyms_cmds=''
  643. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  644. archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
  645.         cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  646.         echo "local: *; };" >> $output_objdir/$libname.ver~
  647.         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  648. module_cmds=''
  649. module_expsym_cmds=''
  650. with_gnu_ld='yes'
  651. allow_undefined_flag=''
  652. no_undefined_flag=''
  653. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  654. hardcode_libdir_flag_spec_ld=''
  655. hardcode_libdir_separator=''
  656. hardcode_direct='no'
  657. hardcode_direct_absolute='no'
  658. hardcode_minus_L='no'
  659. hardcode_shlibpath_var='unsupported'
  660. hardcode_automatic='no'
  661. inherit_rpath='no'
  662. link_all_deplibs='no'
  663. fix_srcfile_path=''
  664. always_export_symbols='no'
  665. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  666. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  667. include_expsyms=''
  668. prelink_cmds=''
  669. file_list_spec=''
  670. variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
  671. need_lib_prefix='no'
  672. need_version='no'
  673. version_type='linux'
  674. runpath_var='LD_RUN_PATH'
  675. shlibpath_var='LD_LIBRARY_PATH'
  676. shlibpath_overrides_runpath='no'
  677. libname_spec='lib$name'
  678. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  679. soname_spec='${libname}${release}${shared_ext}$major'
  680. install_override_mode=''
  681. postinstall_cmds=''
  682. postuninstall_cmds=''
  683. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  684. finish_eval=''
  685. hardcode_into_libs='yes'
  686. sys_lib_search_path_spec='/usr/lib/gcc/i686-linux-gnu/4.6.1 /usr/lib/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib '
  687. sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/nvidia-current /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings '
  688. hardcode_action='immediate'
  689. enable_dlopen='yes'
  690. enable_dlopen_self='yes'
  691. enable_dlopen_self_static='no'
  692. old_striplib='strip --strip-debug'
  693. striplib='strip --strip-unneeded'
  694. compiler_lib_search_dirs=''
  695. predep_objects=''
  696. postdep_objects=''
  697. predeps=''
  698. postdeps=''
  699. compiler_lib_search_path=''
  700. LD_CXX='/usr/bin/ld'
  701. LD_F77='/usr/bin/ld'
  702. reload_flag_CXX=' -r'
  703. reload_flag_F77=' -r'
  704. reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
  705. reload_cmds_F77='$LD$reload_flag -o $output$reload_objs'
  706. old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
  707. old_archive_cmds_F77='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
  708. compiler_CXX='g++'
  709. compiler_F77='gfortran'
  710. GCC_CXX='yes'
  711. GCC_F77='yes'
  712. lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  713. lt_prog_compiler_no_builtin_flag_F77=''
  714. lt_prog_compiler_wl_CXX='-Wl,'
  715. lt_prog_compiler_wl_F77='-Wl,'
  716. lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
  717. lt_prog_compiler_pic_F77=' -fPIC'
  718. lt_prog_compiler_static_CXX='-static'
  719. lt_prog_compiler_static_F77='-static'
  720. lt_cv_prog_compiler_c_o_CXX='yes'
  721. lt_cv_prog_compiler_c_o_F77='yes'
  722. archive_cmds_need_lc_CXX='no'
  723. archive_cmds_need_lc_F77='no'
  724. enable_shared_with_static_runtimes_CXX='no'
  725. enable_shared_with_static_runtimes_F77='no'
  726. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  727. export_dynamic_flag_spec_F77='${wl}--export-dynamic'
  728. whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  729. whole_archive_flag_spec_F77='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  730. compiler_needs_object_CXX='no'
  731. compiler_needs_object_F77='no'
  732. old_archive_from_new_cmds_CXX=''
  733. old_archive_from_new_cmds_F77=''
  734. old_archive_from_expsyms_cmds_CXX=''
  735. old_archive_from_expsyms_cmds_F77=''
  736. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  737. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  738. archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  739. archive_expsym_cmds_F77='echo "{ global:" > $output_objdir/$libname.ver~
  740.         cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  741.         echo "local: *; };" >> $output_objdir/$libname.ver~
  742.         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  743. module_cmds_CXX=''
  744. module_cmds_F77=''
  745. module_expsym_cmds_CXX=''
  746. module_expsym_cmds_F77=''
  747. with_gnu_ld_CXX='yes'
  748. with_gnu_ld_F77='yes'
  749. allow_undefined_flag_CXX=''
  750. allow_undefined_flag_F77=''
  751. no_undefined_flag_CXX=''
  752. no_undefined_flag_F77=''
  753. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  754. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  755. hardcode_libdir_flag_spec_ld_CXX=''
  756. hardcode_libdir_flag_spec_ld_F77=''
  757. hardcode_libdir_separator_CXX=''
  758. hardcode_libdir_separator_F77=''
  759. hardcode_direct_CXX='no'
  760. hardcode_direct_F77='no'
  761. hardcode_direct_absolute_CXX='no'
  762. hardcode_direct_absolute_F77='no'
  763. hardcode_minus_L_CXX='no'
  764. hardcode_minus_L_F77='no'
  765. hardcode_shlibpath_var_CXX='unsupported'
  766. hardcode_shlibpath_var_F77='unsupported'
  767. hardcode_automatic_CXX='no'
  768. hardcode_automatic_F77='no'
  769. inherit_rpath_CXX='no'
  770. inherit_rpath_F77='no'
  771. link_all_deplibs_CXX='unknown'
  772. link_all_deplibs_F77='unknown'
  773. fix_srcfile_path_CXX=''
  774. fix_srcfile_path_F77=''
  775. always_export_symbols_CXX='no'
  776. always_export_symbols_F77='no'
  777. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  778. export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  779. exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  780. exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  781. include_expsyms_CXX=''
  782. include_expsyms_F77=''
  783. prelink_cmds_CXX=''
  784. prelink_cmds_F77=''
  785. file_list_spec_CXX=''
  786. file_list_spec_F77=''
  787. hardcode_action_CXX='immediate'
  788. hardcode_action_F77='immediate'
  789. compiler_lib_search_dirs_CXX='/usr/lib/gcc/i686-linux-gnu/4.6.1 /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386-linux-gnu /usr/lib/../lib /usr/lib/gcc/i686-linux-gnu/4.6.1/../../..'
  790. compiler_lib_search_dirs_F77=''
  791. predep_objects_CXX='/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.6.1/crtbeginS.o'
  792. predep_objects_F77=''
  793. postdep_objects_CXX='/usr/lib/gcc/i686-linux-gnu/4.6.1/crtendS.o /usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu/crtn.o'
  794. postdep_objects_F77=''
  795. predeps_CXX=''
  796. predeps_F77=''
  797. postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
  798. postdeps_F77=''
  799. compiler_lib_search_path_CXX='-L/usr/lib/gcc/i686-linux-gnu/4.6.1 -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../..'
  800. compiler_lib_search_path_F77=''
  801.  
  802. LTCC='gcc'
  803. LTCFLAGS='-g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -DNDEBUG -fno-stack-protector  -DNARROWPROTO -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -msse'
  804. compiler='gcc'
  805.  
  806. # A function that is used when there is no print builtin or printf.
  807. func_fallback_echo ()
  808. {
  809.   eval 'cat <<_LTECHO_EOF
  810. $1
  811. _LTECHO_EOF'
  812. }
  813.  
  814. # Quote evaled strings.
  815. for var in SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX LD_F77 reload_flag_CXX reload_flag_F77 compiler_CXX compiler_F77 lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_no_builtin_flag_F77 lt_prog_compiler_wl_CXX lt_prog_compiler_wl_F77 lt_prog_compiler_pic_CXX lt_prog_compiler_pic_F77 lt_prog_compiler_static_CXX lt_prog_compiler_static_F77 lt_cv_prog_compiler_c_o_CXX lt_cv_prog_compiler_c_o_F77 export_dynamic_flag_spec_CXX export_dynamic_flag_spec_F77 whole_archive_flag_spec_CXX whole_archive_flag_spec_F77 compiler_needs_object_CXX compiler_needs_object_F77 with_gnu_ld_CXX with_gnu_ld_F77 allow_undefined_flag_CXX allow_undefined_flag_F77 no_undefined_flag_CXX no_undefined_flag_F77 hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_F77 hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_flag_spec_ld_F77 hardcode_libdir_separator_CXX hardcode_libdir_separator_F77 fix_srcfile_path_CXX fix_srcfile_path_F77 exclude_expsyms_CXX exclude_expsyms_F77 include_expsyms_CXX include_expsyms_F77 file_list_spec_CXX file_list_spec_F77 compiler_lib_search_dirs_CXX compiler_lib_search_dirs_F77 predep_objects_CXX predep_objects_F77 postdep_objects_CXX postdep_objects_F77 predeps_CXX predeps_F77 postdeps_CXX postdeps_F77 compiler_lib_search_path_CXX compiler_lib_search_path_F77; do
  816.     case `eval \\$ECHO \\""\\$$var"\\"` in
  817.     *[\\\`\"\$]*)
  818.       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
  819.       ;;
  820.     *)
  821.       eval "lt_$var=\\\"\$$var\\\""
  822.       ;;
  823.     esac
  824. done
  825.  
  826. # Double-quote double-evaled strings.
  827. for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX reload_cmds_F77 old_archive_cmds_CXX old_archive_cmds_F77 old_archive_from_new_cmds_CXX old_archive_from_new_cmds_F77 old_archive_from_expsyms_cmds_CXX old_archive_from_expsyms_cmds_F77 archive_cmds_CXX archive_cmds_F77 archive_expsym_cmds_CXX archive_expsym_cmds_F77 module_cmds_CXX module_cmds_F77 module_expsym_cmds_CXX module_expsym_cmds_F77 export_symbols_cmds_CXX export_symbols_cmds_F77 prelink_cmds_CXX prelink_cmds_F77; do
  828.     case `eval \\$ECHO \\""\\$$var"\\"` in
  829.     *[\\\`\"\$]*)
  830.       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  831.       ;;
  832.     *)
  833.       eval "lt_$var=\\\"\$$var\\\""
  834.       ;;
  835.     esac
  836. done
  837.  
  838. ac_aux_dir='config'
  839. xsi_shell='yes'
  840. lt_shell_append='yes'
  841.  
  842. # See if we are running on zsh, and set the options which allow our
  843. # commands through without removal of \ escapes INIT.
  844. if test -n "${ZSH_VERSION+set}" ; then
  845.    setopt NO_GLOB_SUBST
  846. fi
  847.  
  848.  
  849.     PACKAGE='scilab'
  850.     VERSION='5'
  851.     TIMESTAMP=''
  852.     RM='rm -f'
  853.     ofile='libtool'
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. CPP="gcc -E"
  862.    GREP="/bin/grep"
  863.    stack_h_cpp_flags=""
  864.  
  865.  
  866.  
  867. # Handling of arguments.
  868. for ac_config_target in $ac_config_targets
  869. do
  870.   case $ac_config_target in
  871.     "modules/core/includes/machine.h") CONFIG_HEADERS="$CONFIG_HEADERS modules/core/includes/machine.h" ;;
  872.     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  873.     "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
  874.     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
  875.     "libs/MALLOC/Makefile") CONFIG_FILES="$CONFIG_FILES libs/MALLOC/Makefile" ;;
  876.     "libs/dynamiclibrary/Makefile") CONFIG_FILES="$CONFIG_FILES libs/dynamiclibrary/Makefile" ;;
  877.     "libs/doublylinkedlist/Makefile") CONFIG_FILES="$CONFIG_FILES libs/doublylinkedlist/Makefile" ;;
  878.     "libs/hashtable/Makefile") CONFIG_FILES="$CONFIG_FILES libs/hashtable/Makefile" ;;
  879.     "libs/libst/Makefile") CONFIG_FILES="$CONFIG_FILES libs/libst/Makefile" ;;
  880.     "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
  881.     "desktop/images/icons/Makefile") CONFIG_FILES="$CONFIG_FILES desktop/images/icons/Makefile" ;;
  882.     "desktop/images/Makefile") CONFIG_FILES="$CONFIG_FILES desktop/images/Makefile" ;;
  883.     "desktop/Makefile") CONFIG_FILES="$CONFIG_FILES desktop/Makefile" ;;
  884.     "modules/helptools/Makefile") CONFIG_FILES="$CONFIG_FILES modules/helptools/Makefile" ;;
  885.     "modules/data_structures/Makefile") CONFIG_FILES="$CONFIG_FILES modules/data_structures/Makefile" ;;
  886.     "modules/differential_equations/Makefile") CONFIG_FILES="$CONFIG_FILES modules/differential_equations/Makefile" ;;
  887.     "modules/optimization/Makefile") CONFIG_FILES="$CONFIG_FILES modules/optimization/Makefile" ;;
  888.     "modules/elementary_functions/Makefile") CONFIG_FILES="$CONFIG_FILES modules/elementary_functions/Makefile" ;;
  889.     "modules/special_functions/Makefile") CONFIG_FILES="$CONFIG_FILES modules/special_functions/Makefile" ;;
  890.     "modules/io/Makefile") CONFIG_FILES="$CONFIG_FILES modules/io/Makefile" ;;
  891.     "modules/completion/Makefile") CONFIG_FILES="$CONFIG_FILES modules/completion/Makefile" ;;
  892.     "modules/history_manager/Makefile") CONFIG_FILES="$CONFIG_FILES modules/history_manager/Makefile" ;;
  893.     "modules/jvm/Makefile") CONFIG_FILES="$CONFIG_FILES modules/jvm/Makefile" ;;
  894.     "modules/commons/Makefile") CONFIG_FILES="$CONFIG_FILES modules/commons/Makefile" ;;
  895.     "modules/sound/Makefile") CONFIG_FILES="$CONFIG_FILES modules/sound/Makefile" ;;
  896.     "modules/statistics/Makefile") CONFIG_FILES="$CONFIG_FILES modules/statistics/Makefile" ;;
  897.     "modules/mexlib/Makefile") CONFIG_FILES="$CONFIG_FILES modules/mexlib/Makefile" ;;
  898.     "modules/sparse/Makefile") CONFIG_FILES="$CONFIG_FILES modules/sparse/Makefile" ;;
  899.     "modules/linear_algebra/Makefile") CONFIG_FILES="$CONFIG_FILES modules/linear_algebra/Makefile" ;;
  900.     "modules/polynomials/Makefile") CONFIG_FILES="$CONFIG_FILES modules/polynomials/Makefile" ;;
  901.     "modules/symbolic/Makefile") CONFIG_FILES="$CONFIG_FILES modules/symbolic/Makefile" ;;
  902.     "modules/signal_processing/Makefile") CONFIG_FILES="$CONFIG_FILES modules/signal_processing/Makefile" ;;
  903.     "modules/arnoldi/Makefile") CONFIG_FILES="$CONFIG_FILES modules/arnoldi/Makefile" ;;
  904.     "modules/interpolation/Makefile") CONFIG_FILES="$CONFIG_FILES modules/interpolation/Makefile" ;;
  905.     "modules/intersci/Makefile") CONFIG_FILES="$CONFIG_FILES modules/intersci/Makefile" ;;
  906.     "modules/localization/Makefile") CONFIG_FILES="$CONFIG_FILES modules/localization/Makefile" ;;
  907.     "modules/cacsd/Makefile") CONFIG_FILES="$CONFIG_FILES modules/cacsd/Makefile" ;;
  908.     "modules/boolean/Makefile") CONFIG_FILES="$CONFIG_FILES modules/boolean/Makefile" ;;
  909.     "modules/integer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/integer/Makefile" ;;
  910.     "modules/double/Makefile") CONFIG_FILES="$CONFIG_FILES modules/double/Makefile" ;;
  911.     "modules/fileio/Makefile") CONFIG_FILES="$CONFIG_FILES modules/fileio/Makefile" ;;
  912.     "modules/spreadsheet/Makefile") CONFIG_FILES="$CONFIG_FILES modules/spreadsheet/Makefile" ;;
  913.     "modules/string/Makefile") CONFIG_FILES="$CONFIG_FILES modules/string/Makefile" ;;
  914.     "modules/time/Makefile") CONFIG_FILES="$CONFIG_FILES modules/time/Makefile" ;;
  915.     "modules/graphics/Makefile") CONFIG_FILES="$CONFIG_FILES modules/graphics/Makefile" ;;
  916.     "modules/graphic_export/Makefile") CONFIG_FILES="$CONFIG_FILES modules/graphic_export/Makefile" ;;
  917.     "modules/renderer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/renderer/Makefile" ;;
  918.     "modules/action_binding/Makefile") CONFIG_FILES="$CONFIG_FILES modules/action_binding/Makefile" ;;
  919.     "modules/gui/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/Makefile" ;;
  920.     "modules/randlib/Makefile") CONFIG_FILES="$CONFIG_FILES modules/randlib/Makefile" ;;
  921.     "modules/tclsci/Makefile") CONFIG_FILES="$CONFIG_FILES modules/tclsci/Makefile" ;;
  922.     "modules/windows_tools/Makefile") CONFIG_FILES="$CONFIG_FILES modules/windows_tools/Makefile" ;;
  923.     "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
  924.     "modules/api_scilab/Makefile") CONFIG_FILES="$CONFIG_FILES modules/api_scilab/Makefile" ;;
  925.     "modules/call_scilab/Makefile") CONFIG_FILES="$CONFIG_FILES modules/call_scilab/Makefile" ;;
  926.     "modules/types/Makefile") CONFIG_FILES="$CONFIG_FILES modules/types/Makefile" ;;
  927.     "modules/hdf5/Makefile") CONFIG_FILES="$CONFIG_FILES modules/hdf5/Makefile" ;;
  928.     "modules/fftw/Makefile") CONFIG_FILES="$CONFIG_FILES modules/fftw/Makefile" ;;
  929.     "modules/umfpack/Makefile") CONFIG_FILES="$CONFIG_FILES modules/umfpack/Makefile" ;;
  930.     "modules/scicos/Makefile") CONFIG_FILES="$CONFIG_FILES modules/scicos/Makefile" ;;
  931.     "modules/scicos_blocks/Makefile") CONFIG_FILES="$CONFIG_FILES modules/scicos_blocks/Makefile" ;;
  932.     "modules/functions/Makefile") CONFIG_FILES="$CONFIG_FILES modules/functions/Makefile" ;;
  933.     "modules/dynamic_link/Makefile") CONFIG_FILES="$CONFIG_FILES modules/dynamic_link/Makefile" ;;
  934.     "modules/overloading/Makefile") CONFIG_FILES="$CONFIG_FILES modules/overloading/Makefile" ;;
  935.     "modules/javasci/Makefile") CONFIG_FILES="$CONFIG_FILES modules/javasci/Makefile" ;;
  936.     "modules/m2sci/Makefile") CONFIG_FILES="$CONFIG_FILES modules/m2sci/Makefile" ;;
  937.     "modules/compatibility_functions/Makefile") CONFIG_FILES="$CONFIG_FILES modules/compatibility_functions/Makefile" ;;
  938.     "modules/development_tools/Makefile") CONFIG_FILES="$CONFIG_FILES modules/development_tools/Makefile" ;;
  939.     "modules/output_stream/Makefile") CONFIG_FILES="$CONFIG_FILES modules/output_stream/Makefile" ;;
  940.     "modules/console/Makefile") CONFIG_FILES="$CONFIG_FILES modules/console/Makefile" ;;
  941.     "modules/demo_tools/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demo_tools/Makefile" ;;
  942.     "modules/genetic_algorithms/Makefile") CONFIG_FILES="$CONFIG_FILES modules/genetic_algorithms/Makefile" ;;
  943.     "modules/simulated_annealing/Makefile") CONFIG_FILES="$CONFIG_FILES modules/simulated_annealing/Makefile" ;;
  944.     "modules/parameters/Makefile") CONFIG_FILES="$CONFIG_FILES modules/parameters/Makefile" ;;
  945.     "modules/matio/Makefile") CONFIG_FILES="$CONFIG_FILES modules/matio/Makefile" ;;
  946.     "modules/atoms/Makefile") CONFIG_FILES="$CONFIG_FILES modules/atoms/Makefile" ;;
  947.     "modules/xcos/Makefile") CONFIG_FILES="$CONFIG_FILES modules/xcos/Makefile" ;;
  948.     "modules/scinotes/Makefile") CONFIG_FILES="$CONFIG_FILES modules/scinotes/Makefile" ;;
  949.     "modules/ui_data/Makefile") CONFIG_FILES="$CONFIG_FILES modules/ui_data/Makefile" ;;
  950.     "modules/graph/Makefile") CONFIG_FILES="$CONFIG_FILES modules/graph/Makefile" ;;
  951.     "modules/parallel/Makefile") CONFIG_FILES="$CONFIG_FILES modules/parallel/Makefile" ;;
  952.     "modules/modules_manager/Makefile") CONFIG_FILES="$CONFIG_FILES modules/modules_manager/Makefile" ;;
  953.     "modules/history_browser/Makefile") CONFIG_FILES="$CONFIG_FILES modules/history_browser/Makefile" ;;
  954.     "modules/xml/Makefile") CONFIG_FILES="$CONFIG_FILES modules/xml/Makefile" ;;
  955.     "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
  956.     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
  957.     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  958.     "scilab.pc") CONFIG_FILES="$CONFIG_FILES scilab.pc" ;;
  959.     "etc/modules.xml") CONFIG_FILES="$CONFIG_FILES etc/modules.xml" ;;
  960.     "etc/classpath.xml") CONFIG_FILES="$CONFIG_FILES etc/classpath.xml" ;;
  961.     "etc/Info.plist") CONFIG_FILES="$CONFIG_FILES etc/Info.plist" ;;
  962.     "etc/logging.properties") CONFIG_FILES="$CONFIG_FILES etc/logging.properties" ;;
  963.     "scilab.properties") CONFIG_FILES="$CONFIG_FILES scilab.properties" ;;
  964.     "scilab-lib.properties") CONFIG_FILES="$CONFIG_FILES scilab-lib.properties" ;;
  965.     "scilab-lib-doc.properties") CONFIG_FILES="$CONFIG_FILES scilab-lib-doc.properties" ;;
  966.     "modules/helptools/etc/SciDocConf.xml") CONFIG_FILES="$CONFIG_FILES modules/helptools/etc/SciDocConf.xml" ;;
  967.     "modules/core/includes/version.h") CONFIG_FILES="$CONFIG_FILES modules/core/includes/version.h" ;;
  968.     "modules/development_tools/src/fake/Makefile") CONFIG_FILES="$CONFIG_FILES modules/development_tools/src/fake/Makefile" ;;
  969.     "modules/core/includes/stack.h") CONFIG_COMMANDS="$CONFIG_COMMANDS modules/core/includes/stack.h" ;;
  970.  
  971.   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  972.  esac
  973. done
  974.  
  975.  
  976. # If the user did not use the arguments to specify the items to instantiate,
  977. # then the envvar interface is used.  Set only those that are not.
  978. # We use the long form for the default assignment because of an extremely
  979. # bizarre bug on SunOS 4.1.3.
  980. if $ac_need_defaults; then
  981.  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  982.  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  983.  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  984. fi
  985.  
  986. # Have a temporary directory for convenience.  Make it in the build tree
  987. # simply because there is no reason against having it here, and in addition,
  988. # creating and moving files from /tmp can sometimes cause problems.
  989. # Hook for its removal unless debugging.
  990. # Note that there is a small window in which the directory will not be cleaned:
  991. # after its creation but before its name has been assigned to `$tmp'.
  992. $debug ||
  993. {
  994.  tmp= ac_tmp=
  995.  trap 'exit_status=$?
  996.  : "${ac_tmp:=$tmp}"
  997.  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  998. ' 0
  999.  trap 'as_fn_exit 1' 1 2 13 15
  1000. }
  1001. # Create a (secure) tmp directory for tmp files.
  1002.  
  1003. {
  1004.  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1005.  test -d "$tmp"
  1006. }  ||
  1007. {
  1008.  tmp=./conf$$-$RANDOM
  1009.  (umask 077 && mkdir "$tmp")
  1010. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  1011. ac_tmp=$tmp
  1012.  
  1013. # Set up the scripts for CONFIG_FILES section.
  1014. # No need to generate them if there are no CONFIG_FILES.
  1015. # This happens for instance with `./config.status config.h'.
  1016. if test -n "$CONFIG_FILES"; then
  1017.  
  1018.  
  1019. ac_cr=`echo X | tr X '\015'`
  1020. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  1021. # But we know of no other shell where ac_cr would be empty at this
  1022. # point, so we can use a bashism as a fallback.
  1023. if test "x$ac_cr" = x; then
  1024.  eval ac_cr=\$\'\\r\'
  1025. fi
  1026. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  1027. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  1028.  ac_cs_awk_cr='\\r'
  1029. else
  1030.  ac_cs_awk_cr=$ac_cr
  1031. fi
  1032.  
  1033. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  1034. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  1035. S["am__EXEEXT_FALSE"]=""
  1036. S["am__EXEEXT_TRUE"]="#"
  1037. S["LTLIBOBJS"]=""
  1038. S["CCACHE"]=""
  1039. S["SPLINT"]="no"
  1040. S["ENABLE_STATIC_FALSE"]=""
  1041. S["ENABLE_STATIC_TRUE"]="#"
  1042. S["CXXCPP"]="g++ -E"
  1043. S["OTOOL64"]=""
  1044. S["OTOOL"]=""
  1045. S["LIPO"]=""
  1046. S["NMEDIT"]=""
  1047. S["DSYMUTIL"]=""
  1048. S["RANLIB"]="ranlib"
  1049. S["AR"]="ar"
  1050. S["OBJDUMP"]="objdump"
  1051. S["ac_ct_DUMPBIN"]=""
  1052. S["DUMPBIN"]=""
  1053. S["LD"]="/usr/bin/ld"
  1054. S["FGREP"]="/bin/grep -F"
  1055. S["SED"]="/bin/sed"
  1056. S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
  1057. S["GRAPHICS_ENABLE"]="yes"
  1058. S["DEMOTOOLS_ENABLE"]="yes"
  1059. S["COMPILATION_TESTS_FALSE"]=""
  1060. S["COMPILATION_TESTS_TRUE"]="#"
  1061. S["JAVASCI_ENABLE"]="yes"
  1062. S["INSTALL_HELP_XML_FALSE"]="#"
  1063. S["INSTALL_HELP_XML_TRUE"]=""
  1064. S["BUILD_HELP_FALSE"]="#"
  1065. S["BUILD_HELP_TRUE"]=""
  1066. S["HELP_ENABLE"]="yes"
  1067. S["DOCBOOK_ROOT"]="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh"
  1068. S["JLATEXMATH_FOP"]="/usr/share/java/jlatexmath-fop.jar"
  1069. S["SAXON"]="/usr/share/java/saxon.jar"
  1070. S["MATIO_FALSE"]="#"
  1071. S["MATIO_TRUE"]=""
  1072. S["MATIO_ENABLE"]="yes"
  1073. S["MATIO_LIBS"]="-lmatio -lz  "
  1074. S["MATIO_CFLAGS"]=" "
  1075. S["TCLTK_FALSE"]="#"
  1076. S["TCLTK_TRUE"]=""
  1077. S["WITH_TKSCI"]="yes"
  1078. S["TK_INC_PATH"]="-I/usr/include/tcl8.5"
  1079. S["TCL_INC_PATH"]="-I/usr/include/tcl8.5"
  1080. S["TCLTK_LIBS"]=" -L/usr/lib -ltk8.5   -L/usr/lib -ltcl8.5  -ldl"
  1081. S["X_EXTRA_LIBS"]=""
  1082. S["X_LIBS"]=""
  1083. S["X_PRE_LIBS"]=" -lSM -lICE"
  1084. S["X_CFLAGS"]=""
  1085. S["XMKMF"]=""
  1086. S["PCRE_VERSION"]="8.12"
  1087. S["PCRE_LIBS"]="-L/usr/lib/i386-linux-gnu -lpcreposix -lpcre"
  1088. S["PCRE_CFLAGS"]=" "
  1089. S["PCRE_CONFIG"]="pcre-config"
  1090. S["UMFPACK_FALSE"]="#"
  1091. S["UMFPACK_TRUE"]=""
  1092. S["UMFPACK_ENABLE"]="yes"
  1093. S["UMFPACK_LIB"]="-lumfpack -lamd"
  1094. S["LAPACK_LIBS"]="-llapack"
  1095. S["BLAS_LIBS"]="-lblas"
  1096. S["FLIBS"]=" -L/usr/lib/gcc/i686-linux-gnu/4.6.1 -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../../lib"\
  1097. " -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.6.1/../../.. -lpthread -ldl -lcurse"\
  1098. "s -lgfortran -lm -lquadmath"
  1099. S["GENERATE_LOCALIZATION_FILES_FALSE"]="#"
  1100. S["GENERATE_LOCALIZATION_FILES_TRUE"]=""
  1101. S["MSGCAT"]="/usr/bin/msgcat"
  1102. S["ALL_LINGUAS_DOC"]="en_US fr_FR pt_BR ja_JP"
  1103. S["ALL_LINGUAS"]="fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ"
  1104. S["XML_VERSION"]="2.7.8"
  1105. S["XML_LIBS"]="-lxml2"
  1106. S["XML_FLAGS"]="-I/usr/include/libxml2"
  1107. S["XML_CONFIG"]="xml2-config"
  1108. S["OPENMP_FALSE"]="#"
  1109. S["OPENMP_TRUE"]=""
  1110. S["OPENMP_LIBS"]="-lgomp"
  1111. S["OPENMP_CXXFLAGS"]="-fopenmp"
  1112. S["OPENMP_CFLAGS"]="-fopenmp"
  1113. S["OPENMP_ENABLE"]="yes"
  1114. S["FFTW_FALSE"]="#"
  1115. S["FFTW_TRUE"]=""
  1116. S["FFTW_ENABLE"]="yes"
  1117. S["FFTW3_LIB"]="-lfftw3"
  1118. S["POSUB"]="po"
  1119. S["LTLIBINTL"]=""
  1120. S["LIBINTL"]=""
  1121. S["INTLLIBS"]=""
  1122. S["LTLIBICONV"]="-liconv"
  1123. S["LIBICONV"]="-liconv"
  1124. S["INTL_MACOSX_LIBS"]=""
  1125. S["XGETTEXT_EXTRA_OPTIONS"]=""
  1126. S["MSGMERGE"]="/usr/bin/msgmerge"
  1127. S["XGETTEXT_015"]="/usr/bin/xgettext"
  1128. S["XGETTEXT"]="/usr/bin/xgettext"
  1129. S["GMSGFMT_015"]="/usr/bin/msgfmt"
  1130. S["MSGFMT_015"]="/usr/bin/msgfmt"
  1131. S["GMSGFMT"]="/usr/bin/msgfmt"
  1132. S["MSGFMT"]="/usr/bin/msgfmt"
  1133. S["GETTEXT_MACRO_VERSION"]="0.18"
  1134. S["USE_NLS"]="yes"
  1135. S["POW_LIB"]=""
  1136. S["LIBM"]="-lm"
  1137. S["GUI_ENABLE"]="yes"
  1138. S["GIWS_FALSE"]=""
  1139. S["GIWS_TRUE"]="#"
  1140. S["SWIG_FALSE"]=""
  1141. S["SWIG_TRUE"]="#"
  1142. S["JAVASCI_FALSE"]="#"
  1143. S["JAVASCI_TRUE"]=""
  1144. S["GUI_FALSE"]="#"
  1145. S["GUI_TRUE"]=""
  1146. S["NEED_JAVA_FALSE"]="#"
  1147. S["NEED_JAVA_TRUE"]=""
  1148. S["JAVA_ENABLE"]="yes"
  1149. S["GIWS_BIN"]=""
  1150. S["PYTHON"]=""
  1151. S["SWIG_JAVA"]=""
  1152. S["SWIG_RUNTIME_LIBS_DIR"]=""
  1153. S["SWIG_BIN"]=""
  1154. S["JAVAC_DEBUG"]="off"
  1155. S["JAVA_HOME"]="/usr/lib/jvm/java-6-openjdk"
  1156. S["JAVA_JNI_LIBS"]="-L/usr/lib/jvm/java-6-openjdk/jre/lib/i386 -ljava -lverify -L/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client -ljvm -L/usr/lib/jvm/java-6-openjdk/jre"\
  1157. "/lib/i386/native_threads"
  1158. S["JAVA_JNI_INCLUDE"]="-I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux"
  1159. S["JUNIT"]=""
  1160. S["BSH"]="/usr/share/java/bsh.jar"
  1161. S["QDOX"]="/usr/share/java/qdox.jar"
  1162. S["JCOMMANDER"]=""
  1163. S["TESTNG"]=""
  1164. S["ANTLR"]="/usr/share/java/antlr.jar"
  1165. S["COMMONS_BEANUTILS"]=""
  1166. S["CHECKSTYLE"]=""
  1167. S["JLATEXMATH"]="/usr/share/java/jlatexmath.jar"
  1168. S["COMMONS_LOGGING"]="/usr/share/java/commons-logging.jar"
  1169. S["XML_APIS_EXT"]="/usr/share/java/xml-apis-ext.jar"
  1170. S["AVALON_FRAMEWORK"]="/usr/share/java/avalon-framework.jar"
  1171. S["XMLGRAPHICS_COMMONS"]="/usr/share/java/xmlgraphics-commons.jar"
  1172. S["COMMONS_IO"]="/usr/share/java/commons-io.jar"
  1173. S["BATIK"]="/usr/share/java/batik-all.jar"
  1174. S["FOP"]="/usr/share/java/fop.jar"
  1175. S["JEUCLID_CORE"]="/usr/share/java/jeuclid-core.jar"
  1176. S["JROSETTA_ENGINE"]="/usr/share/java/jrosetta-engine.jar"
  1177. S["JROSETTA_API"]="/usr/share/java/jrosetta-API.jar"
  1178. S["JHALL"]="/usr/share/java/jhall.jar"
  1179. S["GLUEGEN_RT"]="/usr/share/java/gluegen-rt.jar"
  1180. S["JOGL"]="/usr/share/java/jogl.jar"
  1181. S["SKINLF"]="/usr/share/java/skinlf.jar"
  1182. S["LOOKS"]="/usr/share/java/looks.jar"
  1183. S["FLEXDOCK"]="/usr/share/java/flexdock.jar"
  1184. S["JHDF5"]="/usr/share/java/jhdf5.jar"
  1185. S["JGRAPHX"]="/usr/share/java/jgraphx.jar"
  1186. S["ANT"]="/usr/bin/ant"
  1187. S["JDB"]="/usr/lib/jvm/java-6-openjdk/bin/jdb"
  1188. S["JAVADOC"]="/usr/lib/jvm/java-6-openjdk/bin/javadoc"
  1189. S["JAR"]="/usr/lib/jvm/java-6-openjdk/bin/jar"
  1190. S["JAVAH"]="/usr/lib/jvm/java-6-openjdk/bin/javah"
  1191. S["JAVA_G"]="/usr/lib/jvm/java-6-openjdk/bin/java"
  1192. S["JAVA"]="/usr/lib/jvm/java-6-openjdk/bin/java"
  1193. S["JAVAC"]="/usr/lib/jvm/java-6-openjdk/bin/javac"
  1194. S["XCOS_FALSE"]="#"
  1195. S["XCOS_TRUE"]=""
  1196. S["OCAML_FALSE"]="#"
  1197. S["OCAML_TRUE"]=""
  1198. S["XCOS_ENABLE"]="yes"
  1199. S["WITH_OCAML"]=""
  1200. S["OCAMLLEX"]="ocamllex"
  1201. S["OCAMLYACC"]="ocamlyacc"
  1202. S["OCAMLDEP"]="ocamldep"
  1203. S["OCAMLOPT"]="ocamlopt"
  1204. S["OCAMLC"]="ocamlc"
  1205. S["RT_LIB"]="-lrt"
  1206. S["HDF5_FALSE"]="#"
  1207. S["HDF5_TRUE"]=""
  1208. S["HDF5_ENABLE"]="yes"
  1209. S["HDF5_CFLAGS"]=""
  1210. S["HDF5_LIBS"]="-lhdf5"
  1211. S["NM"]="nm"
  1212. S["USE_DYNAMIC_STACK_FALSE"]=""
  1213. S["USE_DYNAMIC_STACK_TRUE"]="#"
  1214. S["IS_64_BITS_CPU_FALSE"]=""
  1215. S["IS_64_BITS_CPU_TRUE"]="#"
  1216. S["CODE_COVERAGE_FALSE"]=""
  1217. S["CODE_COVERAGE_TRUE"]="#"
  1218. S["GENHTML"]=""
  1219. S["LCOV"]=""
  1220. S["IS_MIPS_SGI_IRIX_FALSE"]=""
  1221. S["IS_MIPS_SGI_IRIX_TRUE"]="#"
  1222. S["IS_SOLARIS_FALSE"]=""
  1223. S["IS_SOLARIS_TRUE"]="#"
  1224. S["IS_SPARC_FALSE"]=""
  1225. S["IS_SPARC_TRUE"]="#"
  1226. S["IS_HPUX_FALSE"]=""
  1227. S["IS_HPUX_TRUE"]="#"
  1228. S["IS_MACOSX_FALSE"]=""
  1229. S["IS_MACOSX_TRUE"]="#"
  1230. S["LOGGING_LEVEL"]="INFO"
  1231. S["cxx_present"]="yes"
  1232. S["am__fastdepCXX_FALSE"]="#"
  1233. S["am__fastdepCXX_TRUE"]=""
  1234. S["CXXDEPMODE"]="depmode=gcc3"
  1235. S["ac_ct_CXX"]="g++"
  1236. S["CXXFLAGS"]="-g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC"\
  1237. "/includes/ -I$(top_srcdir)/modules/localization/includes/ -rdynamic"
  1238. S["CXX"]="g++"
  1239. S["ac_ct_F77"]="gfortran"
  1240. S["FFLAGS"]="-g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I$(top_srcdir)/modules/core/includes/ -msse -rdynamic"
  1241. S["F77"]="gfortran"
  1242. S["PKG_CONFIG"]="/usr/bin/pkg-config"
  1243. S["am__fastdepCC_FALSE"]="#"
  1244. S["am__fastdepCC_TRUE"]=""
  1245. S["CCDEPMODE"]="depmode=gcc3"
  1246. S["AMDEPBACKSLASH"]="\\"
  1247. S["AMDEP_FALSE"]="#"
  1248. S["AMDEP_TRUE"]=""
  1249. S["am__quote"]=""
  1250. S["am__include"]="include"
  1251. S["DEPDIR"]=".deps"
  1252. S["am__untar"]="${AMTAR} xf -"
  1253. S["am__tar"]="${AMTAR} chof - \"$$tardir\""
  1254. S["AMTAR"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run tar"
  1255. S["am__leading_dot"]="."
  1256. S["SET_MAKE"]=""
  1257. S["AWK"]="gawk"
  1258. S["mkdir_p"]="/bin/mkdir -p"
  1259. S["MKDIR_P"]="/bin/mkdir -p"
  1260. S["MAKEINFO"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run makeinfo"
  1261. S["AUTOHEADER"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run autoheader"
  1262. S["AUTOMAKE"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run automake-1.11"
  1263. S["AUTOCONF"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run autoconf"
  1264. S["ACLOCAL"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/missing --run aclocal-1.11"
  1265. S["VERSION"]="5"
  1266. S["PACKAGE"]="scilab"
  1267. S["CYGPATH_W"]="echo"
  1268. S["am__isrc"]=""
  1269. S["MAINT"]="#"
  1270. S["MAINTAINER_MODE_FALSE"]=""
  1271. S["MAINTAINER_MODE_TRUE"]="#"
  1272. S["LIBOBJS"]=""
  1273. S["RELOCATABLE_VIA_LD_FALSE"]=""
  1274. S["RELOCATABLE_VIA_LD_TRUE"]="#"
  1275. S["SET_RELOCATABLE"]=""
  1276. S["EGREP"]="/bin/grep -E"
  1277. S["GREP"]="/bin/grep"
  1278. S["CPP"]="gcc -E"
  1279. S["RELOCATABLE"]="no"
  1280. S["host_os"]="linux-gnu"
  1281. S["host_vendor"]="pc"
  1282. S["host_cpu"]="i686"
  1283. S["host"]="i686-pc-linux-gnu"
  1284. S["build_os"]="linux-gnu"
  1285. S["build_vendor"]="pc"
  1286. S["build_cpu"]="i686"
  1287. S["build"]="i686-pc-linux-gnu"
  1288. S["INSTALL_DATA"]="${INSTALL} -m 644"
  1289. S["INSTALL_SCRIPT"]="${INSTALL}"
  1290. S["INSTALL_PROGRAM"]="${INSTALL}"
  1291. S["OBJEXT"]="o"
  1292. S["EXEEXT"]=""
  1293. S["ac_ct_CC"]="gcc"
  1294. S["CPPFLAGS"]=" -msse"
  1295. S["LDFLAGS"]=" -Wl,--no-as-needed"
  1296. S["CFLAGS"]="-g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -DNDEBUG -fno-stack-protector  -DNARROWPROTO -I$(top_srcdir)/modules/core/includes/ -I$(top_src"\
  1297. "dir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -msse -rdynamic"
  1298. S["CC"]="gcc"
  1299. S["LN_S"]="ln -s"
  1300. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  1301. S["STRIP"]="strip"
  1302. S["install_sh"]="${SHELL} /home/rfabbri/src/scilab/scilab/config/install-sh"
  1303. S["SCILAB_BINARY_VERSION"]="5.4.0"
  1304. S["SCILAB_LIBRARY_VERSION"]="5:4:0"
  1305. S["SCILAB_VERSION_MAINTENANCE"]="0"
  1306. S["SCILAB_VERSION_MINOR"]="4"
  1307. S["SCILAB_VERSION_MAJOR"]="5"
  1308. S["target_alias"]=""
  1309. S["host_alias"]=""
  1310. S["build_alias"]=""
  1311. S["LIBS"]="-lpthread -ldl -lcurses  -lm"
  1312. S["ECHO_T"]=""
  1313. S["ECHO_N"]="-n"
  1314. S["ECHO_C"]=""
  1315. S["DEFS"]="-DHAVE_CONFIG_H"
  1316. S["mandir"]="${datarootdir}/man"
  1317. S["localedir"]="${datarootdir}/locale"
  1318. S["libdir"]="${exec_prefix}/lib"
  1319. S["psdir"]="${docdir}"
  1320. S["pdfdir"]="${docdir}"
  1321. S["dvidir"]="${docdir}"
  1322. S["htmldir"]="${docdir}"
  1323. S["infodir"]="${datarootdir}/info"
  1324. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  1325. S["oldincludedir"]="/usr/include"
  1326. S["includedir"]="${prefix}/include"
  1327. S["localstatedir"]="${prefix}/var"
  1328. S["sharedstatedir"]="${prefix}/com"
  1329. S["sysconfdir"]="${prefix}/etc"
  1330. S["datadir"]="${datarootdir}"
  1331. S["datarootdir"]="${prefix}/share"
  1332. S["libexecdir"]="${exec_prefix}/libexec"
  1333. S["sbindir"]="${exec_prefix}/sbin"
  1334. S["bindir"]="${exec_prefix}/bin"
  1335. S["program_transform_name"]="s,x,x,"
  1336. S["prefix"]="/usr/local"
  1337. S["exec_prefix"]="${prefix}"
  1338. S["PACKAGE_URL"]=""
  1339. S["PACKAGE_BUGREPORT"]="http://bugzilla.scilab.org/"
  1340. S["PACKAGE_STRING"]="Scilab 5"
  1341. S["PACKAGE_VERSION"]="5"
  1342. S["PACKAGE_TARNAME"]="scilab"
  1343. S["PACKAGE_NAME"]="Scilab"
  1344. S["PATH_SEPARATOR"]=":"
  1345. S["SHELL"]="/bin/bash"
  1346. _ACAWK
  1347. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  1348.  for (key in S) S_is_set[key] = 1
  1349.  FS = ""
  1350.  
  1351. }
  1352. {
  1353.  line = $ 0
  1354.  nfields = split(line, field, "@")
  1355.  substed = 0
  1356.  len = length(field[1])
  1357.  for (i = 2; i < nfields; i++) {
  1358.    key = field[i]
  1359.    keylen = length(key)
  1360.    if (S_is_set[key]) {
  1361.      value = S[key]
  1362.      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  1363.      len += length(value) + length(field[++i])
  1364.      substed = 1
  1365.    } else
  1366.      len += 1 + keylen
  1367.  }
  1368.  
  1369.  print line
  1370. }
  1371.  
  1372. _ACAWK
  1373. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1374.  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1375. else
  1376.  cat
  1377. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1378.  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1379. fi # test -n "$CONFIG_FILES"
  1380.  
  1381. # Set up the scripts for CONFIG_HEADERS section.
  1382. # No need to generate them if there are no CONFIG_HEADERS.
  1383. # This happens for instance with `./config.status Makefile'.
  1384. if test -n "$CONFIG_HEADERS"; then
  1385. cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1386. BEGIN {
  1387. D["PACKAGE_NAME"]=" \"Scilab\""
  1388. D["PACKAGE_TARNAME"]=" \"scilab\""
  1389. D["PACKAGE_VERSION"]=" \"5\""
  1390. D["PACKAGE_STRING"]=" \"Scilab 5\""
  1391. D["PACKAGE_BUGREPORT"]=" \"http://bugzilla.scilab.org/\""
  1392. D["PACKAGE_URL"]=" \"\""
  1393. D["_FILE_OFFSET_BITS"]=" 64"
  1394. D["INSTALLPREFIX"]=" \"/usr/local\""
  1395. D["STDC_HEADERS"]=" 1"
  1396. D["HAVE_SYS_TYPES_H"]=" 1"
  1397. D["HAVE_SYS_STAT_H"]=" 1"
  1398. D["HAVE_STDLIB_H"]=" 1"
  1399. D["HAVE_STRING_H"]=" 1"
  1400. D["HAVE_MEMORY_H"]=" 1"
  1401. D["HAVE_STRINGS_H"]=" 1"
  1402. D["HAVE_INTTYPES_H"]=" 1"
  1403. D["HAVE_STDINT_H"]=" 1"
  1404. D["HAVE_UNISTD_H"]=" 1"
  1405. D["INSTALLPREFIX"]=" \"/usr/local\""
  1406. D["PACKAGE"]=" \"scilab\""
  1407. D["VERSION"]=" \"5\""
  1408. D["G95_FORTRAN"]=" /**/"
  1409. D["SIZEOF_INT"]=" 4"
  1410. D["SIZEOF_LONG"]=" 4"
  1411. D["WTU"]=" /**/"
  1412. P["CNAME"]="(name1,name2)"
  1413. D["CNAME"]=" name1##name2"
  1414. P["C2F"]="(name)"
  1415. D["C2F"]=" name##_"
  1416. P["F2C"]="(name)"
  1417. D["F2C"]=" name##_"
  1418. D["HAVE_LIBHDF5"]=" 1"
  1419. D["WITH_HDF5"]=" /**/"
  1420. D["WITH_XCOS"]=" /**/"
  1421. D["HAVE_CLOCK_GETTIME"]=" 1"
  1422. D["WITH_OCAML"]=" /**/"
  1423. D["WITH_GUI"]=" /**/"
  1424. D["HAVE_SLEEP"]=" 1"
  1425. D["HAVE_USLEEP"]=" 1"
  1426. D["HAVE_DUP2"]=" 1"
  1427. D["HAVE_GETCWD"]=" 1"
  1428. D["HAVE_GETPAGESIZE"]=" 1"
  1429. D["HAVE_GETPASS"]=" 1"
  1430. D["HAVE_RMDIR"]=" 1"
  1431. D["HAVE_GETWD"]=" 1"
  1432. D["HAVE_REGCOMP"]=" 1"
  1433. D["HAVE_ATEXIT"]=" 1"
  1434. D["HAVE_PUTENV"]=" 1"
  1435. D["HAVE_SETENV"]=" 1"
  1436. D["HAVE_BZERO"]=" 1"
  1437. D["HAVE_MEMMOVE"]=" 1"
  1438. D["HAVE_MEMSET"]=" 1"
  1439. D["HAVE_STRCASECMP"]=" 1"
  1440. D["HAVE_STRERROR"]=" 1"
  1441. D["HAVE_STRCHR"]=" 1"
  1442. D["HAVE_STRDUP"]=" 1"
  1443. D["HAVE_STRPBRK"]=" 1"
  1444. D["HAVE_STRRCHR"]=" 1"
  1445. D["HAVE_STRSTR"]=" 1"
  1446. D["HAVE_STRTOL"]=" 1"
  1447. D["HAVE_SELECT"]=" 1"
  1448. D["HAVE_ENDPWENT"]=" 1"
  1449. D["HAVE_GETHOSTBYADDR"]=" 1"
  1450. D["HAVE_GETHOSTBYNAME"]=" 1"
  1451. D["HAVE_GETHOSTNAME"]=" 1"
  1452. D["HAVE_GETTIMEOFDAY"]=" 1"
  1453. D["HAVE_ISASCII"]=" 1"
  1454. D["HAVE_ISWPRINT"]=" 1"
  1455. D["HAVE_MKDIR"]=" 1"
  1456. D["HAVE_MUNMAP"]=" 1"
  1457. D["HAVE_STRSIGNAL"]=" 1"
  1458. D["HAVE_POW"]=" 1"
  1459. D["HAVE_SQRT"]=" 1"
  1460. D["HAVE_FINITE"]=" 1"
  1461. D["HAVE_FLOOR"]=" 1"
  1462. D["HAVE_EXP10"]=" 1"
  1463. D["HAVE_RE_COMP"]=" 1"
  1464. D["HAVE_SOCKET"]=" 1"
  1465. D["HAVE_UNAME"]=" 1"
  1466. D["HAVE_SETLOCALE"]=" 1"
  1467. D["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
  1468. D["HAVE_LIMITS_H"]=" 1"
  1469. D["HAVE_VALUES_H"]=" 1"
  1470. D["HAVE_FCNTL_H"]=" 1"
  1471. D["HAVE_FLOAT_H"]=" 1"
  1472. D["HAVE_LIBINTL_H"]=" 1"
  1473. D["HAVE_LOCALE_H"]=" 1"
  1474. D["HAVE_MALLOC_H"]=" 1"
  1475. D["HAVE_NETDB_H"]=" 1"
  1476. D["HAVE_NETINET_IN_H"]=" 1"
  1477. D["HAVE_SGTTY_H"]=" 1"
  1478. D["HAVE_STDDEF_H"]=" 1"
  1479. D["HAVE_SYS_FILE_H"]=" 1"
  1480. D["HAVE_SYS_IOCTL_H"]=" 1"
  1481. D["HAVE_SYS_PARAM_H"]=" 1"
  1482. D["HAVE_SYS_SOCKET_H"]=" 1"
  1483. D["HAVE_SYS_TIME_H"]=" 1"
  1484. D["HAVE_SYS_TIMEB_H"]=" 1"
  1485. D["HAVE_SYS_UTSNAME_H"]=" 1"
  1486. D["HAVE_SYSLOG_H"]=" 1"
  1487. D["HAVE_TERM_H"]=" 1"
  1488. D["HAVE_TERMCAP_H"]=" 1"
  1489. D["HAVE_TERMIO_H"]=" 1"
  1490. D["HAVE_TERMIOS_H"]=" 1"
  1491. D["HAVE_WCHAR_H"]=" 1"
  1492. D["HAVE_WCTYPE_H"]=" 1"
  1493. D["HAVE_TIME_H"]=" 1"
  1494. D["HAVE_DIRENT_H"]=" 1"
  1495. D["TIME_WITH_SYS_TIME"]=" 1"
  1496. D["HAVE_SYS_WAIT_H"]=" 1"
  1497. D["HAVE_STRUCT_STAT_ST_BLKSIZE"]=" 1"
  1498. D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
  1499. D["ENABLE_NLS"]=" 1"
  1500. D["HAVE_GETTEXT"]=" 1"
  1501. D["HAVE_DCGETTEXT"]=" 1"
  1502. D["RETSIGTYPE"]=" void"
  1503. D["HAVE_STRUCT_STAT_ST_BLOCKS"]=" 1"
  1504. D["HAVE_ST_BLOCKS"]=" 1"
  1505. D["HAVE_LIBCURSES"]=" 1"
  1506. D["HAVE_NCURSES_H"]=" 1"
  1507. D["HAVE_CURSES_H"]=" 1"
  1508. D["HAVE_TERMCAP"]=" /**/"
  1509. D["HAVE_LIBDL"]=" 1"
  1510. D["WITH_FFTW"]=" /**/"
  1511. D["HAVE_OMP_H"]=" 1"
  1512. D["HAVE_LIBXML2"]=" 1"
  1513. D["LIBXML_FLAGS"]=" \"-I/usr/include/libxml2\""
  1514. D["LIBXML_LIBS"]=" \"-lxml2\""
  1515. D["HAVE_BIND_TEXTDOMAIN_CODESET"]=" 1"
  1516. D["UMFPACK_SUITESPARSE"]=" "
  1517. D["WITH_UMFPACK"]=" /**/"
  1518. D["HAVE_LIBPCRE"]=" 1"
  1519. D["HAVE_LIBPCREPOSIX"]=" 1"
  1520. D["HAVE_PCRE_H"]=" 1"
  1521. D["PCRE_CFLAGS"]=" \" \""
  1522. D["PCRE_LIBS"]=" \"-L/usr/lib/i386-linux-gnu -lpcreposix -lpcre\""
  1523. D["PCRE_VERSION"]=" \"8.12\""
  1524. D["HAVE_X11_XLIB_H"]=" 1"
  1525. D["WITH_TK"]=" /**/"
  1526. D["HAVE_MATIO_H"]=" 1"
  1527. D["HAVE_MATIOCONFIG_H"]=" 1"
  1528. D["HAVE_LIBMATIO"]=" 1"
  1529. D["WITH_MATIO"]=" /**/"
  1530. D["HAVE_DLFCN_H"]=" 1"
  1531. D["LT_OBJDIR"]=" \".libs/\""
  1532. D["HAVE_GLIBC_BACKTRACE"]=" 1"
  1533. D["PATH_SEPARATOR"]=" \":\""
  1534. D["SHARED_LIB_EXT"]=" \".so\""
  1535.   for (key in D) D_is_set[key] = 1
  1536.   FS = ""
  1537. }
  1538. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  1539.   line = $ 0
  1540.   split(line, arg, " ")
  1541.   if (arg[1] == "#") {
  1542.     defundef = arg[2]
  1543.     mac1 = arg[3]
  1544.   } else {
  1545.     defundef = substr(arg[1], 2)
  1546.     mac1 = arg[2]
  1547.   }
  1548.   split(mac1, mac2, "(") #)
  1549.   macro = mac2[1]
  1550.   prefix = substr(line, 1, index(line, defundef) - 1)
  1551.   if (D_is_set[macro]) {
  1552.     # Preserve the white space surrounding the "#".
  1553.     print prefix "define", macro P[macro] D[macro]
  1554.     next
  1555.   } else {
  1556.     # Replace #undef with comments.  This is necessary, for example,
  1557.     # in the case of _POSIX_SOURCE, which is predefined and required
  1558.     # on some systems where configure will not decide to define it.
  1559.     if (defundef == "undef") {
  1560.       print "/*", prefix defundef, macro, "*/"
  1561.       next
  1562.     }
  1563.   }
  1564. }
  1565. { print }
  1566. _ACAWK
  1567.   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  1568. fi # test -n "$CONFIG_HEADERS"
  1569.  
  1570.  
  1571. eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  1572. shift
  1573. for ac_tag
  1574. do
  1575.   case $ac_tag in
  1576.   :[FHLC]) ac_mode=$ac_tag; continue;;
  1577.   esac
  1578.   case $ac_mode$ac_tag in
  1579.   :[FHL]*:*);;
  1580.   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1581.  :[FH]-) ac_tag=-:-;;
  1582.  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1583.  esac
  1584.  ac_save_IFS=$IFS
  1585.  IFS=:
  1586.  set x $ac_tag
  1587.  IFS=$ac_save_IFS
  1588.  shift
  1589.  ac_file=$1
  1590.  shift
  1591.  
  1592.  case $ac_mode in
  1593.  :L) ac_source=$1;;
  1594.  :[FH])
  1595.    ac_file_inputs=
  1596.    for ac_f
  1597.    do
  1598.      case $ac_f in
  1599.      -) ac_f="$ac_tmp/stdin";;
  1600.      *) # Look for the file first in the build tree, then in the source tree
  1601.      # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1602.      # because $ac_f cannot contain `:'.
  1603.      test -f "$ac_f" ||
  1604.        case $ac_f in
  1605.        [\\/$]*) false;;
  1606.        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1607.        esac ||
  1608.        as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1609.      esac
  1610.      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1611.       as_fn_append ac_file_inputs " '$ac_f'"
  1612.     done
  1613.  
  1614.     # Let's still pretend it is `configure' which instantiates (i.e., don't
  1615.     # use $as_me), people would be surprised to read:
  1616.     #    /* config.h.  Generated by config.status.  */
  1617.     configure_input='Generated from '`
  1618.       $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1619.     `' by configure.'
  1620.     if test x"$ac_file" != x-; then
  1621.       configure_input="$ac_file.  $configure_input"
  1622.       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1623. $as_echo "$as_me: creating $ac_file" >&6;}
  1624.     fi
  1625.     # Neutralize special characters interpreted by sed in replacement strings.
  1626.     case $configure_input in #(
  1627.     *\&* | *\|* | *\\* )
  1628.        ac_sed_conf_input=`$as_echo "$configure_input" |
  1629.        sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1630.     *) ac_sed_conf_input=$configure_input;;
  1631.     esac
  1632.  
  1633.     case $ac_tag in
  1634.     *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1635.       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1636.     esac
  1637.     ;;
  1638.   esac
  1639.  
  1640.   ac_dir=`$as_dirname -- "$ac_file" ||
  1641. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1642.      X"$ac_file" : 'X\(//\)[^/]' \| \
  1643.      X"$ac_file" : 'X\(//\)$' \| \
  1644.      X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1645. $as_echo X"$ac_file" |
  1646.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1647.         s//\1/
  1648.         q
  1649.       }
  1650.       /^X\(\/\/\)[^/].*/{
  1651.         s//\1/
  1652.         q
  1653.       }
  1654.       /^X\(\/\/\)$/{
  1655.         s//\1/
  1656.         q
  1657.       }
  1658.       /^X\(\/\).*/{
  1659.         s//\1/
  1660.         q
  1661.       }
  1662.       s/.*/./; q'`
  1663.   as_dir="$ac_dir"; as_fn_mkdir_p
  1664.   ac_builddir=.
  1665.  
  1666. case "$ac_dir" in
  1667. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1668. *)
  1669.   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1670.   # A ".." for each directory in $ac_dir_suffix.
  1671.   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1672.   case $ac_top_builddir_sub in
  1673.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1674.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1675.   esac ;;
  1676. esac
  1677. ac_abs_top_builddir=$ac_pwd
  1678. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1679. # for backward compatibility:
  1680. ac_top_builddir=$ac_top_build_prefix
  1681.  
  1682. case $srcdir in
  1683.   .)  # We are building in place.
  1684.     ac_srcdir=.
  1685.     ac_top_srcdir=$ac_top_builddir_sub
  1686.     ac_abs_top_srcdir=$ac_pwd ;;
  1687.   [\\/]* | ?:[\\/]* )  # Absolute name.
  1688.     ac_srcdir=$srcdir$ac_dir_suffix;
  1689.     ac_top_srcdir=$srcdir
  1690.     ac_abs_top_srcdir=$srcdir ;;
  1691.   *) # Relative name.
  1692.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1693.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1694.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1695. esac
  1696. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1697.  
  1698.  
  1699.   case $ac_mode in
  1700.   :F)
  1701.   #
  1702.   # CONFIG_FILE
  1703.   #
  1704.  
  1705.   case $INSTALL in
  1706.   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1707.   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1708.   esac
  1709.   ac_MKDIR_P=$MKDIR_P
  1710.   case $MKDIR_P in
  1711.   [\\/$]* | ?:[\\/]* ) ;;
  1712.   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  1713.   esac
  1714. # If the template does not know about datarootdir, expand it.
  1715. # FIXME: This hack should be removed a few years after 2.60.
  1716. ac_datarootdir_hack=; ac_datarootdir_seen=
  1717. ac_sed_dataroot='
  1718. /datarootdir/ {
  1719.  p
  1720.  q
  1721. }
  1722. /@datadir@/p
  1723. /@docdir@/p
  1724. /@infodir@/p
  1725. /@localedir@/p
  1726. /@mandir@/p'
  1727. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1728. *datarootdir*) ac_datarootdir_seen=yes;;
  1729. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1730.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1731. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1732.   ac_datarootdir_hack='
  1733.  s&@datadir@&${datarootdir}&g
  1734.  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  1735.  s&@infodir@&${datarootdir}/info&g
  1736.  s&@localedir@&${datarootdir}/locale&g
  1737.  s&@mandir@&${datarootdir}/man&g
  1738.  s&\${datarootdir}&${prefix}/share&g' ;;
  1739. esac
  1740. ac_sed_extra="/^[    ]*VPATH[    ]*=[    ]*/{
  1741. h
  1742. s///
  1743. s/^/:/
  1744. s/[  ]*$/:/
  1745. s/:\$(srcdir):/:/g
  1746. s/:\${srcdir}:/:/g
  1747. s/:@srcdir@:/:/g
  1748. s/^:*//
  1749. s/:*$//
  1750. x
  1751. s/\(=[   ]*\).*/\1/
  1752. G
  1753. s/\n//
  1754. s/^[^=]*=[   ]*$//
  1755. }
  1756.  
  1757. :t
  1758. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1759. s|@configure_input@|$ac_sed_conf_input|;t t
  1760. s&@top_builddir@&$ac_top_builddir_sub&;t t
  1761. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1762. s&@srcdir@&$ac_srcdir&;t t
  1763. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1764. s&@top_srcdir@&$ac_top_srcdir&;t t
  1765. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1766. s&@builddir@&$ac_builddir&;t t
  1767. s&@abs_builddir@&$ac_abs_builddir&;t t
  1768. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1769. s&@INSTALL@&$ac_INSTALL&;t t
  1770. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  1771. $ac_datarootdir_hack
  1772. "
  1773. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  1774.   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1775.  
  1776. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1777.   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1778.   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
  1779.       "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1780.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1781. which seems to be undefined.  Please make sure it is defined" >&5
  1782. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1783. which seems to be undefined.  Please make sure it is defined" >&2;}
  1784.  
  1785.   rm -f "$ac_tmp/stdin"
  1786.   case $ac_file in
  1787.   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1788.   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1789.   esac \
  1790.   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1791.  ;;
  1792.   :H)
  1793.   #
  1794.   # CONFIG_HEADER
  1795.   #
  1796.   if test x"$ac_file" != x-; then
  1797.     {
  1798.       $as_echo "/* $configure_input  */" \
  1799.       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1800.     } >"$ac_tmp/config.h" \
  1801.       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1802.     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1803.       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1804. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1805.     else
  1806.       rm -f "$ac_file"
  1807.       mv "$ac_tmp/config.h" "$ac_file" \
  1808.     || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1809.     fi
  1810.   else
  1811.     $as_echo "/* $configure_input  */" \
  1812.       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1813.       || as_fn_error $? "could not create -" "$LINENO" 5
  1814.   fi
  1815. # Compute "$ac_file"'s index in $config_headers.
  1816. _am_arg="$ac_file"
  1817. _am_stamp_count=1
  1818. for _am_header in $config_headers :; do
  1819.   case $_am_header in
  1820.     $_am_arg | $_am_arg:* )
  1821.       break ;;
  1822.     * )
  1823.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1824.   esac
  1825. done
  1826. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  1827. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1828.      X"$_am_arg" : 'X\(//\)[^/]' \| \
  1829.      X"$_am_arg" : 'X\(//\)$' \| \
  1830.      X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1831. $as_echo X"$_am_arg" |
  1832.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1833.         s//\1/
  1834.         q
  1835.       }
  1836.       /^X\(\/\/\)[^/].*/{
  1837.         s//\1/
  1838.         q
  1839.       }
  1840.       /^X\(\/\/\)$/{
  1841.         s//\1/
  1842.         q
  1843.       }
  1844.       /^X\(\/\).*/{
  1845.         s//\1/
  1846.         q
  1847.       }
  1848.       s/.*/./; q'`/stamp-h$_am_stamp_count
  1849.  ;;
  1850.  
  1851.   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1852. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1853.  ;;
  1854.   esac
  1855.  
  1856.  
  1857.   case $ac_file$ac_mode in
  1858.     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1859.   # Autoconf 2.62 quotes --file arguments for eval, but not when files
  1860.   # are listed without --file.  Let's play safe and only enable the eval
  1861.   # if we detect the quoting.
  1862.   case $CONFIG_FILES in
  1863.   *\'*) eval set x "$CONFIG_FILES" ;;
  1864.   *)   set x $CONFIG_FILES ;;
  1865.   esac
  1866.   shift
  1867.   for mf
  1868.   do
  1869.     # Strip MF so we end up with the name of the file.
  1870.     mf=`echo "$mf" | sed -e 's/:.*$//'`
  1871.     # Check whether this is an Automake generated Makefile or not.
  1872.     # We used to match only the files named `Makefile.in', but
  1873.     # some people rename them; so instead we look at the file content.
  1874.     # Grep'ing the first line is not enough: some people post-process
  1875.     # each Makefile.in and add a new line on top of each file to say so.
  1876.     # Grep'ing the whole file is not good either: AIX grep has a line
  1877.     # limit of 2048, but all sed's we know have understand at least 4000.
  1878.     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1879.       dirpart=`$as_dirname -- "$mf" ||
  1880. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1881.      X"$mf" : 'X\(//\)[^/]' \| \
  1882.      X"$mf" : 'X\(//\)$' \| \
  1883.      X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1884. $as_echo X"$mf" |
  1885.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1886.         s//\1/
  1887.         q
  1888.       }
  1889.       /^X\(\/\/\)[^/].*/{
  1890.         s//\1/
  1891.         q
  1892.       }
  1893.       /^X\(\/\/\)$/{
  1894.         s//\1/
  1895.         q
  1896.       }
  1897.       /^X\(\/\).*/{
  1898.         s//\1/
  1899.         q
  1900.       }
  1901.       s/.*/./; q'`
  1902.     else
  1903.       continue
  1904.     fi
  1905.     # Extract the definition of DEPDIR, am__include, and am__quote
  1906.     # from the Makefile without running `make'.
  1907.     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1908.     test -z "$DEPDIR" && continue
  1909.     am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1910.     test -z "am__include" && continue
  1911.     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1912.     # When using ansi2knr, U may be empty or an underscore; expand it
  1913.     U=`sed -n 's/^U = //p' < "$mf"`
  1914.     # Find all dependency output files, they are included files with
  1915.     # $(DEPDIR) in their names.  We invoke sed twice because it is the
  1916.     # simplest approach to changing $(DEPDIR) to its actual value in the
  1917.     # expansion.
  1918.     for file in `sed -n "
  1919.      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1920.      sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1921.       # Make sure the directory exists.
  1922.       test -f "$dirpart/$file" && continue
  1923.       fdir=`$as_dirname -- "$file" ||
  1924. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1925.      X"$file" : 'X\(//\)[^/]' \| \
  1926.      X"$file" : 'X\(//\)$' \| \
  1927.      X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1928. $as_echo X"$file" |
  1929.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1930.         s//\1/
  1931.         q
  1932.       }
  1933.       /^X\(\/\/\)[^/].*/{
  1934.         s//\1/
  1935.         q
  1936.       }
  1937.       /^X\(\/\/\)$/{
  1938.         s//\1/
  1939.         q
  1940.       }
  1941.       /^X\(\/\).*/{
  1942.         s//\1/
  1943.         q
  1944.       }
  1945.       s/.*/./; q'`
  1946.       as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1947.       # echo "creating $dirpart/$file"
  1948.       echo '# dummy' > "$dirpart/$file"
  1949.     done
  1950.   done
  1951. }
  1952.  ;;
  1953.     "po-directories":C)
  1954.     for ac_file in $CONFIG_FILES; do
  1955.       # Support "outfile[:infile[:infile...]]"
  1956.       case "$ac_file" in
  1957.         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1958.       esac
  1959.       # PO directories have a Makefile.in generated from Makefile.in.in.
  1960.       case "$ac_file" in */Makefile.in)
  1961.         # Adjust a relative srcdir.
  1962.         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  1963.         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
  1964.         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  1965.         # In autoconf-2.13 it is called $ac_given_srcdir.
  1966.         # In autoconf-2.50 it is called $srcdir.
  1967.         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  1968.         case "$ac_given_srcdir" in
  1969.           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  1970.           /*) top_srcdir="$ac_given_srcdir" ;;
  1971.           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1972.         esac
  1973.         # Treat a directory as a PO directory if and only if it has a
  1974.         # POTFILES.in file. This allows packages to have multiple PO
  1975.         # directories under different names or in different locations.
  1976.         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  1977.           rm -f "$ac_dir/POTFILES"
  1978.           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  1979.           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
  1980.           POMAKEFILEDEPS="POTFILES.in"
  1981.           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
  1982.           # on $ac_dir but don't depend on user-specified configuration
  1983.           # parameters.
  1984.           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
  1985.             # The LINGUAS file contains the set of available languages.
  1986.             if test -n "$OBSOLETE_ALL_LINGUAS"; then
  1987.               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
  1988.             fi
  1989.             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
  1990.             # Hide the ALL_LINGUAS assigment from automake < 1.5.
  1991.             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
  1992.             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
  1993.           else
  1994.             # The set of available languages was given in configure.in.
  1995.             # Hide the ALL_LINGUAS assigment from automake < 1.5.
  1996.             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
  1997.           fi
  1998.           # Compute POFILES
  1999.           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
  2000.           # Compute UPDATEPOFILES
  2001.           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
  2002.           # Compute DUMMYPOFILES
  2003.           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
  2004.           # Compute GMOFILES
  2005.           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
  2006.           case "$ac_given_srcdir" in
  2007.             .) srcdirpre= ;;
  2008.             *) srcdirpre='$(srcdir)/' ;;
  2009.           esac
  2010.           POFILES=
  2011.           UPDATEPOFILES=
  2012.           DUMMYPOFILES=
  2013.           GMOFILES=
  2014.           for lang in $ALL_LINGUAS; do
  2015.             POFILES="$POFILES $srcdirpre$lang.po"
  2016.             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
  2017.             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
  2018.             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
  2019.           done
  2020.           # CATALOGS depends on both $ac_dir and the user's LINGUAS
  2021.           # environment variable.
  2022.           INST_LINGUAS=
  2023.           if test -n "$ALL_LINGUAS"; then
  2024.             for presentlang in $ALL_LINGUAS; do
  2025.               useit=no
  2026.               if test "%UNSET%" != "$LINGUAS"; then
  2027.                 desiredlanguages="$LINGUAS"
  2028.               else
  2029.                 desiredlanguages="$ALL_LINGUAS"
  2030.               fi
  2031.               for desiredlang in $desiredlanguages; do
  2032.                 # Use the presentlang catalog if desiredlang is
  2033.                 #   a. equal to presentlang, or
  2034.                 #   b. a variant of presentlang (because in this case,
  2035.                 #      presentlang can be used as a fallback for messages
  2036.                 #      which are not translated in the desiredlang catalog).
  2037.                 case "$desiredlang" in
  2038.                   "$presentlang"*) useit=yes;;
  2039.                 esac
  2040.               done
  2041.               if test $useit = yes; then
  2042.                 INST_LINGUAS="$INST_LINGUAS $presentlang"
  2043.               fi
  2044.             done
  2045.           fi
  2046.           CATALOGS=
  2047.           if test -n "$INST_LINGUAS"; then
  2048.             for lang in $INST_LINGUAS; do
  2049.               CATALOGS="$CATALOGS $lang.gmo"
  2050.             done
  2051.           fi
  2052.           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  2053.           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  2054.           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
  2055.             if test -f "$f"; then
  2056.               case "$f" in
  2057.                 *.orig | *.bak | *~) ;;
  2058.                 *) cat "$f" >> "$ac_dir/Makefile" ;;
  2059.               esac
  2060.             fi
  2061.           done
  2062.         fi
  2063.         ;;
  2064.       esac
  2065.     done ;;
  2066.     "libtool":C)
  2067.  
  2068.     # See if we are running on zsh, and set the options which allow our
  2069.     # commands through without removal of \ escapes.
  2070.     if test -n "${ZSH_VERSION+set}" ; then
  2071.       setopt NO_GLOB_SUBST
  2072.     fi
  2073.  
  2074.     cfgfile="${ofile}T"
  2075.     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
  2076.     $RM "$cfgfile"
  2077.  
  2078.     cat <<_LT_EOF >> "$cfgfile"
  2079. #! $SHELL
  2080.  
  2081. # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2082. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
  2083. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2084. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  2085. #
  2086. #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
  2087. #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  2088. #   Written by Gordon Matzigkeit, 1996
  2089. #
  2090. #   This file is part of GNU Libtool.
  2091. #
  2092. # GNU Libtool is free software; you can redistribute it and/or
  2093. # modify it under the terms of the GNU General Public License as
  2094. # published by the Free Software Foundation; either version 2 of
  2095. # the License, or (at your option) any later version.
  2096. #
  2097. # As a special exception to the GNU General Public License,
  2098. # if you distribute this file as part of a program or library that
  2099. # is built using GNU Libtool, you may include this file under the
  2100. # same distribution terms that you use for the rest of that program.
  2101. #
  2102. # GNU Libtool is distributed in the hope that it will be useful,
  2103. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2104. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2105. # GNU General Public License for more details.
  2106. #
  2107. # You should have received a copy of the GNU General Public License
  2108. # along with GNU Libtool; see the file COPYING.  If not, a copy
  2109. # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
  2110. # obtained by writing to the Free Software Foundation, Inc.,
  2111. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  2112.  
  2113.  
  2114. # The names of the tagged configurations supported by this script.
  2115. available_tags="CXX F77 "
  2116.  
  2117. # ### BEGIN LIBTOOL CONFIG
  2118.  
  2119. # Whether or not to build static libraries.
  2120. build_old_libs=$enable_static
  2121.  
  2122. # Which release of libtool.m4 was used?
  2123. macro_version=$macro_version
  2124. macro_revision=$macro_revision
  2125.  
  2126. # Whether or not to build shared libraries.
  2127. build_libtool_libs=$enable_shared
  2128.  
  2129. # What type of objects to build.
  2130. pic_mode=$pic_mode
  2131.  
  2132. # Whether or not to optimize for fast installation.
  2133. fast_install=$enable_fast_install
  2134.  
  2135. # Shell to use when invoking shell scripts.
  2136. SHELL=$lt_SHELL
  2137.  
  2138. # An echo program that protects backslashes.
  2139. ECHO=$lt_ECHO
  2140.  
  2141. # The host system.
  2142. host_alias=$host_alias
  2143. host=$host
  2144. host_os=$host_os
  2145.  
  2146. # The build system.
  2147. build_alias=$build_alias
  2148. build=$build
  2149. build_os=$build_os
  2150.  
  2151. # A sed program that does not truncate output.
  2152. SED=$lt_SED
  2153.  
  2154. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2155. Xsed="\$SED -e 1s/^X//"
  2156.  
  2157. # A grep program that handles long lines.
  2158. GREP=$lt_GREP
  2159.  
  2160. # An ERE matcher.
  2161. EGREP=$lt_EGREP
  2162.  
  2163. # A literal string matcher.
  2164. FGREP=$lt_FGREP
  2165.  
  2166. # A BSD- or MS-compatible name lister.
  2167. NM=$lt_NM
  2168.  
  2169. # Whether we need soft or hard links.
  2170. LN_S=$lt_LN_S
  2171.  
  2172. # What is the maximum length of a command?
  2173. max_cmd_len=$max_cmd_len
  2174.  
  2175. # Object file suffix (normally "o").
  2176. objext=$ac_objext
  2177.  
  2178. # Executable file suffix (normally "").
  2179. exeext=$exeext
  2180.  
  2181. # whether the shell understands "unset".
  2182. lt_unset=$lt_unset
  2183.  
  2184. # turn spaces into newlines.
  2185. SP2NL=$lt_lt_SP2NL
  2186.  
  2187. # turn newlines into spaces.
  2188. NL2SP=$lt_lt_NL2SP
  2189.  
  2190. # An object symbol dumper.
  2191. OBJDUMP=$lt_OBJDUMP
  2192.  
  2193. # Method to check whether dependent libraries are shared objects.
  2194. deplibs_check_method=$lt_deplibs_check_method
  2195.  
  2196. # Command to use when deplibs_check_method == "file_magic".
  2197. file_magic_cmd=$lt_file_magic_cmd
  2198.  
  2199. # The archiver.
  2200. AR=$lt_AR
  2201. AR_FLAGS=$lt_AR_FLAGS
  2202.  
  2203. # A symbol stripping program.
  2204. STRIP=$lt_STRIP
  2205.  
  2206. # Commands used to install an old-style archive.
  2207. RANLIB=$lt_RANLIB
  2208. old_postinstall_cmds=$lt_old_postinstall_cmds
  2209. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  2210.  
  2211. # Whether to use a lock for old archive extraction.
  2212. lock_old_archive_extraction=$lock_old_archive_extraction
  2213.  
  2214. # A C compiler.
  2215. LTCC=$lt_CC
  2216.  
  2217. # LTCC compiler flags.
  2218. LTCFLAGS=$lt_CFLAGS
  2219.  
  2220. # Take the output of nm and produce a listing of raw symbols and C names.
  2221. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  2222.  
  2223. # Transform the output of nm in a proper C declaration.
  2224. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  2225.  
  2226. # Transform the output of nm in a C name address pair.
  2227. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  2228.  
  2229. # Transform the output of nm in a C name address pair when lib prefix is needed.
  2230. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
  2231.  
  2232. # The name of the directory that contains temporary libtool files.
  2233. objdir=$objdir
  2234.  
  2235. # Used to examine libraries when file_magic_cmd begins with "file".
  2236. MAGIC_CMD=$MAGIC_CMD
  2237.  
  2238. # Must we lock files when doing compilation?
  2239. need_locks=$lt_need_locks
  2240.  
  2241. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  2242. DSYMUTIL=$lt_DSYMUTIL
  2243.  
  2244. # Tool to change global to local symbols on Mac OS X.
  2245. NMEDIT=$lt_NMEDIT
  2246.  
  2247. # Tool to manipulate fat objects and archives on Mac OS X.
  2248. LIPO=$lt_LIPO
  2249.  
  2250. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  2251. OTOOL=$lt_OTOOL
  2252.  
  2253. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  2254. OTOOL64=$lt_OTOOL64
  2255.  
  2256. # Old archive suffix (normally "a").
  2257. libext=$libext
  2258.  
  2259. # Shared library suffix (normally ".so").
  2260. shrext_cmds=$lt_shrext_cmds
  2261.  
  2262. # The commands to extract the exported symbol list from a shared archive.
  2263. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  2264.  
  2265. # Variables whose values should be saved in libtool wrapper scripts and
  2266. # restored at link time.
  2267. variables_saved_for_relink=$lt_variables_saved_for_relink
  2268.  
  2269. # Do we need the "lib" prefix for modules?
  2270. need_lib_prefix=$need_lib_prefix
  2271.  
  2272. # Do we need a version for libraries?
  2273. need_version=$need_version
  2274.  
  2275. # Library versioning type.
  2276. version_type=$version_type
  2277.  
  2278. # Shared library runtime path variable.
  2279. runpath_var=$runpath_var
  2280.  
  2281. # Shared library path variable.
  2282. shlibpath_var=$shlibpath_var
  2283.  
  2284. # Is shlibpath searched before the hard-coded library search path?
  2285. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2286.  
  2287. # Format of library name prefix.
  2288. libname_spec=$lt_libname_spec
  2289.  
  2290. # List of archive names.  First name is the real one, the rest are links.
  2291. # The last name is the one that the linker finds with -lNAME
  2292. library_names_spec=$lt_library_names_spec
  2293.  
  2294. # The coded name of the library, if different from the real name.
  2295. soname_spec=$lt_soname_spec
  2296.  
  2297. # Permission mode override for installation of shared libraries.
  2298. install_override_mode=$lt_install_override_mode
  2299.  
  2300. # Command to use after installation of a shared archive.
  2301. postinstall_cmds=$lt_postinstall_cmds
  2302.  
  2303. # Command to use after uninstallation of a shared archive.
  2304. postuninstall_cmds=$lt_postuninstall_cmds
  2305.  
  2306. # Commands used to finish a libtool library installation in a directory.
  2307. finish_cmds=$lt_finish_cmds
  2308.  
  2309. # As "finish_cmds", except a single script fragment to be evaled but
  2310. # not shown.
  2311. finish_eval=$lt_finish_eval
  2312.  
  2313. # Whether we should hardcode library paths into libraries.
  2314. hardcode_into_libs=$hardcode_into_libs
  2315.  
  2316. # Compile-time system search path for libraries.
  2317. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  2318.  
  2319. # Run-time system search path for libraries.
  2320. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  2321.  
  2322. # Whether dlopen is supported.
  2323. dlopen_support=$enable_dlopen
  2324.  
  2325. # Whether dlopen of programs is supported.
  2326. dlopen_self=$enable_dlopen_self
  2327.  
  2328. # Whether dlopen of statically linked programs is supported.
  2329. dlopen_self_static=$enable_dlopen_self_static
  2330.  
  2331. # Commands to strip libraries.
  2332. old_striplib=$lt_old_striplib
  2333. striplib=$lt_striplib
  2334.  
  2335.  
  2336. # The linker used to build libraries.
  2337. LD=$lt_LD
  2338.  
  2339. # How to create reloadable object files.
  2340. reload_flag=$lt_reload_flag
  2341. reload_cmds=$lt_reload_cmds
  2342.  
  2343. # Commands used to build an old-style archive.
  2344. old_archive_cmds=$lt_old_archive_cmds
  2345.  
  2346. # A language specific compiler.
  2347. CC=$lt_compiler
  2348.  
  2349. # Is the compiler the GNU compiler?
  2350. with_gcc=$GCC
  2351.  
  2352. # Compiler flag to turn off builtin functions.
  2353. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  2354.  
  2355. # How to pass a linker flag through the compiler.
  2356. wl=$lt_lt_prog_compiler_wl
  2357.  
  2358. # Additional compiler flags for building library objects.
  2359. pic_flag=$lt_lt_prog_compiler_pic
  2360.  
  2361. # Compiler flag to prevent dynamic linking.
  2362. link_static_flag=$lt_lt_prog_compiler_static
  2363.  
  2364. # Does compiler simultaneously support -c and -o options?
  2365. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  2366.  
  2367. # Whether or not to add -lc for building shared libraries.
  2368. build_libtool_need_lc=$archive_cmds_need_lc
  2369.  
  2370. # Whether or not to disallow shared libs when runtime libs are static.
  2371. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  2372.  
  2373. # Compiler flag to allow reflexive dlopens.
  2374. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  2375.  
  2376. # Compiler flag to generate shared objects directly from archives.
  2377. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  2378.  
  2379. # Whether the compiler copes with passing no objects directly.
  2380. compiler_needs_object=$lt_compiler_needs_object
  2381.  
  2382. # Create an old-style archive from a shared archive.
  2383. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  2384.  
  2385. # Create a temporary old-style archive to link instead of a shared archive.
  2386. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  2387.  
  2388. # Commands used to build a shared archive.
  2389. archive_cmds=$lt_archive_cmds
  2390. archive_expsym_cmds=$lt_archive_expsym_cmds
  2391.  
  2392. # Commands used to build a loadable module if different from building
  2393. # a shared archive.
  2394. module_cmds=$lt_module_cmds
  2395. module_expsym_cmds=$lt_module_expsym_cmds
  2396.  
  2397. # Whether we are building with GNU ld or not.
  2398. with_gnu_ld=$lt_with_gnu_ld
  2399.  
  2400. # Flag that allows shared libraries with undefined symbols to be built.
  2401. allow_undefined_flag=$lt_allow_undefined_flag
  2402.  
  2403. # Flag that enforces no undefined symbols.
  2404. no_undefined_flag=$lt_no_undefined_flag
  2405.  
  2406. # Flag to hardcode \$libdir into a binary during linking.
  2407. # This must work even if \$libdir does not exist
  2408. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  2409.  
  2410. # If ld is used when linking, flag to hardcode \$libdir into a binary
  2411. # during linking.  This must work even if \$libdir does not exist.
  2412. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
  2413.  
  2414. # Whether we need a single "-rpath" flag with a separated argument.
  2415. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  2416.  
  2417. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2418. # DIR into the resulting binary.
  2419. hardcode_direct=$hardcode_direct
  2420.  
  2421. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2422. # DIR into the resulting binary and the resulting library dependency is
  2423. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2424. # library is relocated.
  2425. hardcode_direct_absolute=$hardcode_direct_absolute
  2426.  
  2427. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2428. # into the resulting binary.
  2429. hardcode_minus_L=$hardcode_minus_L
  2430.  
  2431. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2432. # into the resulting binary.
  2433. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2434.  
  2435. # Set to "yes" if building a shared library automatically hardcodes DIR
  2436. # into the library and all subsequent libraries and executables linked
  2437. # against it.
  2438. hardcode_automatic=$hardcode_automatic
  2439.  
  2440. # Set to yes if linker adds runtime paths of dependent libraries
  2441. # to runtime path list.
  2442. inherit_rpath=$inherit_rpath
  2443.  
  2444. # Whether libtool must link a program against all its dependency libraries.
  2445. link_all_deplibs=$link_all_deplibs
  2446.  
  2447. # Fix the shell variable \$srcfile for the compiler.
  2448. fix_srcfile_path=$lt_fix_srcfile_path
  2449.  
  2450. # Set to "yes" if exported symbols are required.
  2451. always_export_symbols=$always_export_symbols
  2452.  
  2453. # The commands to list exported symbols.
  2454. export_symbols_cmds=$lt_export_symbols_cmds
  2455.  
  2456. # Symbols that should not be listed in the preloaded symbols.
  2457. exclude_expsyms=$lt_exclude_expsyms
  2458.  
  2459. # Symbols that must always be exported.
  2460. include_expsyms=$lt_include_expsyms
  2461.  
  2462. # Commands necessary for linking programs (against libraries) with templates.
  2463. prelink_cmds=$lt_prelink_cmds
  2464.  
  2465. # Specify filename containing input files.
  2466. file_list_spec=$lt_file_list_spec
  2467.  
  2468. # How to hardcode a shared library path into an executable.
  2469. hardcode_action=$hardcode_action
  2470.  
  2471. # The directories searched by this compiler when creating a shared library.
  2472. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
  2473.  
  2474. # Dependencies to place before and after the objects being linked to
  2475. # create a shared library.
  2476. predep_objects=$lt_predep_objects
  2477. postdep_objects=$lt_postdep_objects
  2478. predeps=$lt_predeps
  2479. postdeps=$lt_postdeps
  2480.  
  2481. # The library search path used internally by the compiler when linking
  2482. # a shared library.
  2483. compiler_lib_search_path=$lt_compiler_lib_search_path
  2484.  
  2485. # ### END LIBTOOL CONFIG
  2486.  
  2487. _LT_EOF
  2488.  
  2489.   case $host_os in
  2490.   aix3*)
  2491.     cat <<\_LT_EOF >> "$cfgfile"
  2492. # AIX sometimes has problems with the GCC collect2 program.  For some
  2493. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2494. # vanish in a puff of smoke.
  2495. if test "X${COLLECT_NAMES+set}" != Xset; then
  2496.   COLLECT_NAMES=
  2497.   export COLLECT_NAMES
  2498. fi
  2499. _LT_EOF
  2500.     ;;
  2501.   esac
  2502.  
  2503.  
  2504. ltmain="$ac_aux_dir/ltmain.sh"
  2505.  
  2506.  
  2507.   # We use sed instead of cat because bash on DJGPP gets confused if
  2508.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  2509.   # text mode, it properly converts lines to CR/LF.  This bash problem
  2510.   # is reportedly fixed, but why not run on old versions too?
  2511.   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
  2512.     || (rm -f "$cfgfile"; exit 1)
  2513.  
  2514.   case $xsi_shell in
  2515.   yes)
  2516.     cat << \_LT_EOF >> "$cfgfile"
  2517.  
  2518. # func_dirname file append nondir_replacement
  2519. # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  2520. # otherwise set result to NONDIR_REPLACEMENT.
  2521. func_dirname ()
  2522. {
  2523.   case ${1} in
  2524.     */*) func_dirname_result="${1%/*}${2}" ;;
  2525.     *  ) func_dirname_result="${3}" ;;
  2526.   esac
  2527. }
  2528.  
  2529. # func_basename file
  2530. func_basename ()
  2531. {
  2532.   func_basename_result="${1##*/}"
  2533. }
  2534.  
  2535. # func_dirname_and_basename file append nondir_replacement
  2536. # perform func_basename and func_dirname in a single function
  2537. # call:
  2538. #   dirname:  Compute the dirname of FILE.  If nonempty,
  2539. #             add APPEND to the result, otherwise set result
  2540. #             to NONDIR_REPLACEMENT.
  2541. #             value returned in "$func_dirname_result"
  2542. #   basename: Compute filename of FILE.
  2543. #             value retuned in "$func_basename_result"
  2544. # Implementation must be kept synchronized with func_dirname
  2545. # and func_basename. For efficiency, we do not delegate to
  2546. # those functions but instead duplicate the functionality here.
  2547. func_dirname_and_basename ()
  2548. {
  2549.   case ${1} in
  2550.     */*) func_dirname_result="${1%/*}${2}" ;;
  2551.     *  ) func_dirname_result="${3}" ;;
  2552.   esac
  2553.   func_basename_result="${1##*/}"
  2554. }
  2555.  
  2556. # func_stripname prefix suffix name
  2557. # strip PREFIX and SUFFIX off of NAME.
  2558. # PREFIX and SUFFIX must not contain globbing or regex special
  2559. # characters, hashes, percent signs, but SUFFIX may contain a leading
  2560. # dot (in which case that matches only a dot).
  2561. func_stripname ()
  2562. {
  2563.   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
  2564.   # positional parameters, so assign one to ordinary parameter first.
  2565.   func_stripname_result=${3}
  2566.   func_stripname_result=${func_stripname_result#"${1}"}
  2567.  func_stripname_result=${func_stripname_result%"${2}"}
  2568. }
  2569.  
  2570. # func_opt_split
  2571. func_opt_split ()
  2572. {
  2573.   func_opt_split_opt=${1%%=*}
  2574.   func_opt_split_arg=${1#*=}
  2575. }
  2576.  
  2577. # func_lo2o object
  2578. func_lo2o ()
  2579. {
  2580.   case ${1} in
  2581.     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
  2582.     *)    func_lo2o_result=${1} ;;
  2583.   esac
  2584. }
  2585.  
  2586. # func_xform libobj-or-source
  2587. func_xform ()
  2588. {
  2589.   func_xform_result=${1%.*}.lo
  2590. }
  2591.  
  2592. # func_arith arithmetic-term...
  2593. func_arith ()
  2594. {
  2595.   func_arith_result=$(( $* ))
  2596. }
  2597.  
  2598. # func_len string
  2599. # STRING may not start with a hyphen.
  2600. func_len ()
  2601. {
  2602.   func_len_result=${#1}
  2603. }
  2604.  
  2605. _LT_EOF
  2606.     ;;
  2607.   *) # Bourne compatible functions.
  2608.     cat << \_LT_EOF >> "$cfgfile"
  2609.  
  2610. # func_dirname file append nondir_replacement
  2611. # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  2612. # otherwise set result to NONDIR_REPLACEMENT.
  2613. func_dirname ()
  2614. {
  2615.   # Extract subdirectory from the argument.
  2616.   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
  2617.   if test "X$func_dirname_result" = "X${1}"; then
  2618.     func_dirname_result="${3}"
  2619.   else
  2620.     func_dirname_result="$func_dirname_result${2}"
  2621.   fi
  2622. }
  2623.  
  2624. # func_basename file
  2625. func_basename ()
  2626. {
  2627.   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
  2628. }
  2629.  
  2630.  
  2631. # func_stripname prefix suffix name
  2632. # strip PREFIX and SUFFIX off of NAME.
  2633. # PREFIX and SUFFIX must not contain globbing or regex special
  2634. # characters, hashes, percent signs, but SUFFIX may contain a leading
  2635. # dot (in which case that matches only a dot).
  2636. # func_strip_suffix prefix name
  2637. func_stripname ()
  2638. {
  2639.   case ${2} in
  2640.     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
  2641.     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
  2642.   esac
  2643. }
  2644.  
  2645. # sed scripts:
  2646. my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
  2647. my_sed_long_arg='1s/^-[^=]*=//'
  2648.  
  2649. # func_opt_split
  2650. func_opt_split ()
  2651. {
  2652.   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
  2653.   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
  2654. }
  2655.  
  2656. # func_lo2o object
  2657. func_lo2o ()
  2658. {
  2659.   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
  2660. }
  2661.  
  2662. # func_xform libobj-or-source
  2663. func_xform ()
  2664. {
  2665.   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
  2666. }
  2667.  
  2668. # func_arith arithmetic-term...
  2669. func_arith ()
  2670. {
  2671.   func_arith_result=`expr "$@"`
  2672. }
  2673.  
  2674. # func_len string
  2675. # STRING may not start with a hyphen.
  2676. func_len ()
  2677. {
  2678.   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
  2679. }
  2680.  
  2681. _LT_EOF
  2682. esac
  2683.  
  2684. case $lt_shell_append in
  2685.   yes)
  2686.     cat << \_LT_EOF >> "$cfgfile"
  2687.  
  2688. # func_append var value
  2689. # Append VALUE to the end of shell variable VAR.
  2690. func_append ()
  2691. {
  2692.   eval "$1+=\$2"
  2693. }
  2694. _LT_EOF
  2695.     ;;
  2696.   *)
  2697.     cat << \_LT_EOF >> "$cfgfile"
  2698.  
  2699. # func_append var value
  2700. # Append VALUE to the end of shell variable VAR.
  2701. func_append ()
  2702. {
  2703.   eval "$1=\$$1\$2"
  2704. }
  2705.  
  2706. _LT_EOF
  2707.     ;;
  2708.   esac
  2709.  
  2710.  
  2711.   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
  2712.     || (rm -f "$cfgfile"; exit 1)
  2713.  
  2714.   mv -f "$cfgfile" "$ofile" ||
  2715.     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  2716.   chmod +x "$ofile"
  2717.  
  2718.  
  2719.     cat <<_LT_EOF >> "$ofile"
  2720.  
  2721. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  2722.  
  2723. # The linker used to build libraries.
  2724. LD=$lt_LD_CXX
  2725.  
  2726. # How to create reloadable object files.
  2727. reload_flag=$lt_reload_flag_CXX
  2728. reload_cmds=$lt_reload_cmds_CXX
  2729.  
  2730. # Commands used to build an old-style archive.
  2731. old_archive_cmds=$lt_old_archive_cmds_CXX
  2732.  
  2733. # A language specific compiler.
  2734. CC=$lt_compiler_CXX
  2735.  
  2736. # Is the compiler the GNU compiler?
  2737. with_gcc=$GCC_CXX
  2738.  
  2739. # Compiler flag to turn off builtin functions.
  2740. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  2741.  
  2742. # How to pass a linker flag through the compiler.
  2743. wl=$lt_lt_prog_compiler_wl_CXX
  2744.  
  2745. # Additional compiler flags for building library objects.
  2746. pic_flag=$lt_lt_prog_compiler_pic_CXX
  2747.  
  2748. # Compiler flag to prevent dynamic linking.
  2749. link_static_flag=$lt_lt_prog_compiler_static_CXX
  2750.  
  2751. # Does compiler simultaneously support -c and -o options?
  2752. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  2753.  
  2754. # Whether or not to add -lc for building shared libraries.
  2755. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  2756.  
  2757. # Whether or not to disallow shared libs when runtime libs are static.
  2758. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  2759.  
  2760. # Compiler flag to allow reflexive dlopens.
  2761. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  2762.  
  2763. # Compiler flag to generate shared objects directly from archives.
  2764. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  2765.  
  2766. # Whether the compiler copes with passing no objects directly.
  2767. compiler_needs_object=$lt_compiler_needs_object_CXX
  2768.  
  2769. # Create an old-style archive from a shared archive.
  2770. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  2771.  
  2772. # Create a temporary old-style archive to link instead of a shared archive.
  2773. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  2774.  
  2775. # Commands used to build a shared archive.
  2776. archive_cmds=$lt_archive_cmds_CXX
  2777. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  2778.  
  2779. # Commands used to build a loadable module if different from building
  2780. # a shared archive.
  2781. module_cmds=$lt_module_cmds_CXX
  2782. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  2783.  
  2784. # Whether we are building with GNU ld or not.
  2785. with_gnu_ld=$lt_with_gnu_ld_CXX
  2786.  
  2787. # Flag that allows shared libraries with undefined symbols to be built.
  2788. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  2789.  
  2790. # Flag that enforces no undefined symbols.
  2791. no_undefined_flag=$lt_no_undefined_flag_CXX
  2792.  
  2793. # Flag to hardcode \$libdir into a binary during linking.
  2794. # This must work even if \$libdir does not exist
  2795. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  2796.  
  2797. # If ld is used when linking, flag to hardcode \$libdir into a binary
  2798. # during linking.  This must work even if \$libdir does not exist.
  2799. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
  2800.  
  2801. # Whether we need a single "-rpath" flag with a separated argument.
  2802. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  2803.  
  2804. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2805. # DIR into the resulting binary.
  2806. hardcode_direct=$hardcode_direct_CXX
  2807.  
  2808. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2809. # DIR into the resulting binary and the resulting library dependency is
  2810. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2811. # library is relocated.
  2812. hardcode_direct_absolute=$hardcode_direct_absolute_CXX
  2813.  
  2814. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2815. # into the resulting binary.
  2816. hardcode_minus_L=$hardcode_minus_L_CXX
  2817.  
  2818. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2819. # into the resulting binary.
  2820. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  2821.  
  2822. # Set to "yes" if building a shared library automatically hardcodes DIR
  2823. # into the library and all subsequent libraries and executables linked
  2824. # against it.
  2825. hardcode_automatic=$hardcode_automatic_CXX
  2826.  
  2827. # Set to yes if linker adds runtime paths of dependent libraries
  2828. # to runtime path list.
  2829. inherit_rpath=$inherit_rpath_CXX
  2830.  
  2831. # Whether libtool must link a program against all its dependency libraries.
  2832. link_all_deplibs=$link_all_deplibs_CXX
  2833.  
  2834. # Fix the shell variable \$srcfile for the compiler.
  2835. fix_srcfile_path=$lt_fix_srcfile_path_CXX
  2836.  
  2837. # Set to "yes" if exported symbols are required.
  2838. always_export_symbols=$always_export_symbols_CXX
  2839.  
  2840. # The commands to list exported symbols.
  2841. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  2842.  
  2843. # Symbols that should not be listed in the preloaded symbols.
  2844. exclude_expsyms=$lt_exclude_expsyms_CXX
  2845.  
  2846. # Symbols that must always be exported.
  2847. include_expsyms=$lt_include_expsyms_CXX
  2848.  
  2849. # Commands necessary for linking programs (against libraries) with templates.
  2850. prelink_cmds=$lt_prelink_cmds_CXX
  2851.  
  2852. # Specify filename containing input files.
  2853. file_list_spec=$lt_file_list_spec_CXX
  2854.  
  2855. # How to hardcode a shared library path into an executable.
  2856. hardcode_action=$hardcode_action_CXX
  2857.  
  2858. # The directories searched by this compiler when creating a shared library.
  2859. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
  2860.  
  2861. # Dependencies to place before and after the objects being linked to
  2862. # create a shared library.
  2863. predep_objects=$lt_predep_objects_CXX
  2864. postdep_objects=$lt_postdep_objects_CXX
  2865. predeps=$lt_predeps_CXX
  2866. postdeps=$lt_postdeps_CXX
  2867.  
  2868. # The library search path used internally by the compiler when linking
  2869. # a shared library.
  2870. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  2871.  
  2872. # ### END LIBTOOL TAG CONFIG: CXX
  2873. _LT_EOF
  2874.  
  2875.  
  2876.     cat <<_LT_EOF >> "$ofile"
  2877.  
  2878. # ### BEGIN LIBTOOL TAG CONFIG: F77
  2879.  
  2880. # The linker used to build libraries.
  2881. LD=$lt_LD_F77
  2882.  
  2883. # How to create reloadable object files.
  2884. reload_flag=$lt_reload_flag_F77
  2885. reload_cmds=$lt_reload_cmds_F77
  2886.  
  2887. # Commands used to build an old-style archive.
  2888. old_archive_cmds=$lt_old_archive_cmds_F77
  2889.  
  2890. # A language specific compiler.
  2891. CC=$lt_compiler_F77
  2892.  
  2893. # Is the compiler the GNU compiler?
  2894. with_gcc=$GCC_F77
  2895.  
  2896. # Compiler flag to turn off builtin functions.
  2897. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
  2898.  
  2899. # How to pass a linker flag through the compiler.
  2900. wl=$lt_lt_prog_compiler_wl_F77
  2901.  
  2902. # Additional compiler flags for building library objects.
  2903. pic_flag=$lt_lt_prog_compiler_pic_F77
  2904.  
  2905. # Compiler flag to prevent dynamic linking.
  2906. link_static_flag=$lt_lt_prog_compiler_static_F77
  2907.  
  2908. # Does compiler simultaneously support -c and -o options?
  2909. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
  2910.  
  2911. # Whether or not to add -lc for building shared libraries.
  2912. build_libtool_need_lc=$archive_cmds_need_lc_F77
  2913.  
  2914. # Whether or not to disallow shared libs when runtime libs are static.
  2915. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
  2916.  
  2917. # Compiler flag to allow reflexive dlopens.
  2918. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
  2919.  
  2920. # Compiler flag to generate shared objects directly from archives.
  2921. whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
  2922.  
  2923. # Whether the compiler copes with passing no objects directly.
  2924. compiler_needs_object=$lt_compiler_needs_object_F77
  2925.  
  2926. # Create an old-style archive from a shared archive.
  2927. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
  2928.  
  2929. # Create a temporary old-style archive to link instead of a shared archive.
  2930. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
  2931.  
  2932. # Commands used to build a shared archive.
  2933. archive_cmds=$lt_archive_cmds_F77
  2934. archive_expsym_cmds=$lt_archive_expsym_cmds_F77
  2935.  
  2936. # Commands used to build a loadable module if different from building
  2937. # a shared archive.
  2938. module_cmds=$lt_module_cmds_F77
  2939. module_expsym_cmds=$lt_module_expsym_cmds_F77
  2940.  
  2941. # Whether we are building with GNU ld or not.
  2942. with_gnu_ld=$lt_with_gnu_ld_F77
  2943.  
  2944. # Flag that allows shared libraries with undefined symbols to be built.
  2945. allow_undefined_flag=$lt_allow_undefined_flag_F77
  2946.  
  2947. # Flag that enforces no undefined symbols.
  2948. no_undefined_flag=$lt_no_undefined_flag_F77
  2949.  
  2950. # Flag to hardcode \$libdir into a binary during linking.
  2951. # This must work even if \$libdir does not exist
  2952. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
  2953.  
  2954. # If ld is used when linking, flag to hardcode \$libdir into a binary
  2955. # during linking.  This must work even if \$libdir does not exist.
  2956. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
  2957.  
  2958. # Whether we need a single "-rpath" flag with a separated argument.
  2959. hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
  2960.  
  2961. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2962. # DIR into the resulting binary.
  2963. hardcode_direct=$hardcode_direct_F77
  2964.  
  2965. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2966. # DIR into the resulting binary and the resulting library dependency is
  2967. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2968. # library is relocated.
  2969. hardcode_direct_absolute=$hardcode_direct_absolute_F77
  2970.  
  2971. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2972. # into the resulting binary.
  2973. hardcode_minus_L=$hardcode_minus_L_F77
  2974.  
  2975. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2976. # into the resulting binary.
  2977. hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
  2978.  
  2979. # Set to "yes" if building a shared library automatically hardcodes DIR
  2980. # into the library and all subsequent libraries and executables linked
  2981. # against it.
  2982. hardcode_automatic=$hardcode_automatic_F77
  2983.  
  2984. # Set to yes if linker adds runtime paths of dependent libraries
  2985. # to runtime path list.
  2986. inherit_rpath=$inherit_rpath_F77
  2987.  
  2988. # Whether libtool must link a program against all its dependency libraries.
  2989. link_all_deplibs=$link_all_deplibs_F77
  2990.  
  2991. # Fix the shell variable \$srcfile for the compiler.
  2992. fix_srcfile_path=$lt_fix_srcfile_path_F77
  2993.  
  2994. # Set to "yes" if exported symbols are required.
  2995. always_export_symbols=$always_export_symbols_F77
  2996.  
  2997. # The commands to list exported symbols.
  2998. export_symbols_cmds=$lt_export_symbols_cmds_F77
  2999.  
  3000. # Symbols that should not be listed in the preloaded symbols.
  3001. exclude_expsyms=$lt_exclude_expsyms_F77
  3002.  
  3003. # Symbols that must always be exported.
  3004. include_expsyms=$lt_include_expsyms_F77
  3005.  
  3006. # Commands necessary for linking programs (against libraries) with templates.
  3007. prelink_cmds=$lt_prelink_cmds_F77
  3008.  
  3009. # Specify filename containing input files.
  3010. file_list_spec=$lt_file_list_spec_F77
  3011.  
  3012. # How to hardcode a shared library path into an executable.
  3013. hardcode_action=$hardcode_action_F77
  3014.  
  3015. # The directories searched by this compiler when creating a shared library.
  3016. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
  3017.  
  3018. # Dependencies to place before and after the objects being linked to
  3019. # create a shared library.
  3020. predep_objects=$lt_predep_objects_F77
  3021. postdep_objects=$lt_postdep_objects_F77
  3022. predeps=$lt_predeps_F77
  3023. postdeps=$lt_postdeps_F77
  3024.  
  3025. # The library search path used internally by the compiler when linking
  3026. # a shared library.
  3027. compiler_lib_search_path=$lt_compiler_lib_search_path_F77
  3028.  
  3029. # ### END LIBTOOL TAG CONFIG: F77
  3030. _LT_EOF
  3031.  
  3032.  ;;
  3033.     "modules/core/includes/stack.h":C) if ! $CPP $stack_h_cpp_flags - < $srcdir/modules/core/includes/stack.h.in |\
  3034.               $GREP -v '^#' > $srcdir/modules/core/includes/stack.h ; then
  3035.      as_fn_error $? "stack.h generation failed" "$LINENO" 5
  3036.    fi ;;
  3037.  
  3038.   esac
  3039. done # for ac_tag
  3040.  
  3041.  
  3042. as_fn_exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement