root/ossiedev/branches/mcarrick/digitalVoiceWaveform/realChar2ComplexShort/config.status @ 10929

Revision 10929, 63.5 KB (checked in by c2dietric, 19 months ago)

adding component

  • Property svn:executable set to *
Line 
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
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/bash}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if 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
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_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.
45if 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 --'
49elif (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'
52else
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'
72fi
73
74# The user is always right.
75if 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  }
81fi
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.)
89IFS=" ""        $as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92case $0 in #((
93  *[\\/]* ) as_myself=$0 ;;
94  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95for as_dir in $PATH
96do
97  IFS=$as_save_IFS
98  test -z "$as_dir" && as_dir=.
99    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100  done
101IFS=$as_save_IFS
102
103     ;;
104esac
105# We did not find ourselves, most probably we were run as `sh COMMAND'
106# in which case we are not to be found in the path.
107if test "x$as_myself" = x; then
108  as_myself=$0
109fi
110if test ! -f "$as_myself"; then
111  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112  exit 1
113fi
114
115# Unset variables that we do not need and which cause bugs (e.g. in
116# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117# suppresses any "Segmentation fault" message there.  '((' could
118# trigger a bug in pdksh 5.2.14.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
132
133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136
137# as_fn_error ERROR [LINENO LOG_FD]
138# ---------------------------------
139# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141# script with status $?, using 1 if that was 0.
142as_fn_error ()
143{
144  as_status=$?; test $as_status -eq 0 && as_status=1
145  if test "$3"; then
146    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
148  fi
149  $as_echo "$as_me: error: $1" >&2
150  as_fn_exit $as_status
151} # as_fn_error
152
153
154# as_fn_set_status STATUS
155# -----------------------
156# Set $? to STATUS, without forking.
157as_fn_set_status ()
158{
159  return $1
160} # as_fn_set_status
161
162# as_fn_exit STATUS
163# -----------------
164# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165as_fn_exit ()
166{
167  set +e
168  as_fn_set_status $1
169  exit $1
170} # as_fn_exit
171
172# as_fn_unset VAR
173# ---------------
174# Portably unset VAR.
175as_fn_unset ()
176{
177  { eval $1=; unset $1;}
178}
179as_unset=as_fn_unset
180# as_fn_append VAR VALUE
181# ----------------------
182# Append the text in VALUE to the end of the definition contained in VAR. Take
183# advantage of any shell optimizations that allow amortized linear growth over
184# repeated appends, instead of the typical quadratic growth present in naive
185# implementations.
186if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187  eval 'as_fn_append ()
188  {
189    eval $1+=\$2
190  }'
191else
192  as_fn_append ()
193  {
194    eval $1=\$$1\$2
195  }
196fi # as_fn_append
197
198# as_fn_arith ARG...
199# ------------------
200# Perform arithmetic evaluation on the ARGs, and store the result in the
201# global $as_val. Take advantage of shells that can avoid forks. The arguments
202# must be portable across $(()) and expr.
203if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204  eval 'as_fn_arith ()
205  {
206    as_val=$(( $* ))
207  }'
208else
209  as_fn_arith ()
210  {
211    as_val=`expr "$@" || test $? -eq 1`
212  }
213fi # as_fn_arith
214
215
216if expr a : '\(a\)' >/dev/null 2>&1 &&
217   test "X`expr 00001 : '.*\(...\)'`" = X001; then
218  as_expr=expr
219else
220  as_expr=false
221fi
222
223if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224  as_basename=basename
225else
226  as_basename=false
227fi
228
229if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230  as_dirname=dirname
231else
232  as_dirname=false
233fi
234
235as_me=`$as_basename -- "$0" ||
236$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237         X"$0" : 'X\(//\)$' \| \
238         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239$as_echo X/"$0" |
240    sed '/^.*\/\([^/][^/]*\)\/*$/{
241            s//\1/
242            q
243          }
244          /^X\/\(\/\/\)$/{
245            s//\1/
246            q
247          }
248          /^X\/\(\/\).*/{
249            s//\1/
250            q
251          }
252          s/.*/./; q'`
253
254# Avoid depending upon Character Ranges.
255as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258as_cr_digits='0123456789'
259as_cr_alnum=$as_cr_Letters$as_cr_digits
260
261ECHO_C= ECHO_N= ECHO_T=
262case `echo -n x` in #(((((
263-n*)
264  case `echo 'xy\c'` in
265  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
266  xy)  ECHO_C='\c';;
267  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
268       ECHO_T=' ';;
269  esac;;
270*)
271  ECHO_N='-n';;
272esac
273
274rm -f conf$$ conf$$.exe conf$$.file
275if test -d conf$$.dir; then
276  rm -f conf$$.dir/conf$$.file
277else
278  rm -f conf$$.dir
279  mkdir conf$$.dir 2>/dev/null
280fi
281if (echo >conf$$.file) 2>/dev/null; then
282  if ln -s conf$$.file conf$$ 2>/dev/null; then
283    as_ln_s='ln -s'
284    # ... but there are two gotchas:
285    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287    # In both cases, we have to default to `cp -p'.
288    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289      as_ln_s='cp -p'
290  elif ln conf$$.file conf$$ 2>/dev/null; then
291    as_ln_s=ln
292  else
293    as_ln_s='cp -p'
294  fi
295else
296  as_ln_s='cp -p'
297fi
298rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299rmdir conf$$.dir 2>/dev/null
300
301
302# as_fn_mkdir_p
303# -------------
304# Create "$as_dir" as a directory, including parents if necessary.
305as_fn_mkdir_p ()
306{
307
308  case $as_dir in #(
309  -*) as_dir=./$as_dir;;
310  esac
311  test -d "$as_dir" || eval $as_mkdir_p || {
312    as_dirs=
313    while :; do
314      case $as_dir in #(
315      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316      *) as_qdir=$as_dir;;
317      esac
318      as_dirs="'$as_qdir' $as_dirs"
319      as_dir=`$as_dirname -- "$as_dir" ||
320$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321         X"$as_dir" : 'X\(//\)[^/]' \| \
322         X"$as_dir" : 'X\(//\)$' \| \
323         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324$as_echo X"$as_dir" |
325    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326            s//\1/
327            q
328          }
329          /^X\(\/\/\)[^/].*/{
330            s//\1/
331            q
332          }
333          /^X\(\/\/\)$/{
334            s//\1/
335            q
336          }
337          /^X\(\/\).*/{
338            s//\1/
339            q
340          }
341          s/.*/./; q'`
342      test -d "$as_dir" && break
343    done
344    test -z "$as_dirs" || eval "mkdir $as_dirs"
345  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
346
347
348} # as_fn_mkdir_p
349if mkdir -p . 2>/dev/null; then
350  as_mkdir_p='mkdir -p "$as_dir"'
351else
352  test -d ./-p && rmdir ./-p
353  as_mkdir_p=false
354fi
355
356if test -x / >/dev/null 2>&1; then
357  as_test_x='test -x'
358else
359  if ls -dL / >/dev/null 2>&1; then
360    as_ls_L_option=L
361  else
362    as_ls_L_option=
363  fi
364  as_test_x='
365    eval sh -c '\''
366      if test -d "$1"; then
367        test -d "$1/.";
368      else
369        case $1 in #(
370        -*)set "./$1";;
371        esac;
372        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373        ???[sx]*):;;*)false;;esac;fi
374    '\'' sh
375  '
376fi
377as_executable_p=$as_test_x
378
379# Sed expression to map a string onto a valid CPP name.
380as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
381
382# Sed expression to map a string onto a valid variable name.
383as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
384
385
386exec 6>&1
387## ----------------------------------- ##
388## Main body of $CONFIG_STATUS script. ##
389## ----------------------------------- ##
390# Save the log message, to keep $0 and so on meaningful, and to
391# report actual input values of CONFIG_FILES etc. instead of their
392# values after options handling.
393ac_log="
394This file was extended by realChar2ComplexShort $as_me 0.8.0, which was
395generated by GNU Autoconf 2.65.  Invocation command line was
396
397  CONFIG_FILES    = $CONFIG_FILES
398  CONFIG_HEADERS  = $CONFIG_HEADERS
399  CONFIG_LINKS    = $CONFIG_LINKS
400  CONFIG_COMMANDS = $CONFIG_COMMANDS
401  $ $0 $@
402
403on `(hostname || uname -n) 2>/dev/null | sed 1q`
404"
405
406# Files that config.status was made for.
407config_files=" Makefile"
408config_commands=" depfiles libtool"
409
410ac_cs_usage="\
411\`$as_me' instantiates files and other configuration actions
412from templates according to the current configuration.  Unless the files
413and actions are specified as TAGs, all are instantiated by default.
414
415Usage: $0 [OPTION]... [TAG]...
416
417  -h, --help       print this help, then exit
418  -V, --version    print version number and configuration settings, then exit
419      --config     print configuration, then exit
420  -q, --quiet, --silent
421                   do not print progress messages
422  -d, --debug      don't remove temporary files
423      --recheck    update $as_me by reconfiguring in the same conditions
424      --file=FILE[:TEMPLATE]
425                   instantiate the configuration file FILE
426
427Configuration files:
428$config_files
429
430Configuration commands:
431$config_commands
432
433Report bugs to the package provider."
434
435ac_cs_config=""
436ac_cs_version="\
437realChar2ComplexShort config.status 0.8.0
438configured by ./configure, generated by GNU Autoconf 2.65,
439  with options \"$ac_cs_config\"
440
441Copyright (C) 2009 Free Software Foundation, Inc.
442This config.status script is free software; the Free Software Foundation
443gives unlimited permission to copy, distribute and modify it."
444
445ac_pwd='/home/ossie/workspace/realChar2ComplexShort'
446srcdir='.'
447INSTALL='/usr/bin/install -c'
448MKDIR_P='/bin/mkdir -p'
449AWK='gawk'
450test -n "$AWK" || AWK=awk
451# The default lists apply if the user does not specify any file.
452ac_need_defaults=:
453while test $# != 0
454do
455  case $1 in
456  --*=*)
457    ac_option=`expr "X$1" : 'X\([^=]*\)='`
458    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
459    ac_shift=:
460    ;;
461  *)
462    ac_option=$1
463    ac_optarg=$2
464    ac_shift=shift
465    ;;
466  esac
467
468  case $ac_option in
469  # Handling of the options.
470  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471    ac_cs_recheck=: ;;
472  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473    $as_echo "$ac_cs_version"; exit ;;
474  --config | --confi | --conf | --con | --co | --c )
475    $as_echo "$ac_cs_config"; exit ;;
476  --debug | --debu | --deb | --de | --d | -d )
477    debug=: ;;
478  --file | --fil | --fi | --f )
479    $ac_shift
480    case $ac_optarg in
481    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482    esac
483    as_fn_append CONFIG_FILES " '$ac_optarg'"
484    ac_need_defaults=false;;
485  --he | --h |  --help | --hel | -h )
486    $as_echo "$ac_cs_usage"; exit ;;
487  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
488  | -silent | --silent | --silen | --sile | --sil | --si | --s)
489    ac_cs_silent=: ;;
490
491  # This is an error.
492  -*) as_fn_error "unrecognized option: \`$1'
493Try \`$0 --help' for more information." ;;
494
495  *) as_fn_append ac_config_targets " $1"
496     ac_need_defaults=false ;;
497
498  esac
499  shift
500done
501
502ac_configure_extra_args=
503
504if $ac_cs_silent; then
505  exec 6>/dev/null
506  ac_configure_extra_args="$ac_configure_extra_args --silent"
507fi
508
509if $ac_cs_recheck; then
510  set X '/bin/bash' './configure'  $ac_configure_extra_args --no-create --no-recursion
511  shift
512  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
513  CONFIG_SHELL='/bin/bash'
514  export CONFIG_SHELL
515  exec "$@"
516fi
517
518exec 5>>config.log
519{
520  echo
521  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
522## Running $as_me. ##
523_ASBOX
524  $as_echo "$ac_log"
525} >&5
526
527#
528# INIT-COMMANDS
529#
530AMDEP_TRUE="" ac_aux_dir="."
531
532
533# The HP-UX ksh and POSIX shell print the target directory to stdout
534# if CDPATH is set.
535(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
536
537sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
538double_quote_subst='s/\(["`\\]\)/\\\1/g'
539delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
540macro_version='2.2.6b'
541macro_revision='1.3017'
542enable_shared='yes'
543enable_static='yes'
544pic_mode='default'
545enable_fast_install='yes'
546host_alias=''
547host='i686-pc-linux-gnu'
548host_os='linux-gnu'
549build_alias=''
550build='i686-pc-linux-gnu'
551build_os='linux-gnu'
552SED='/bin/sed'
553Xsed='/bin/sed -e 1s/^X//'
554GREP='/bin/grep'
555EGREP='/bin/grep -E'
556FGREP='/bin/grep -F'
557LD='/usr/bin/ld'
558NM='/usr/bin/nm -B'
559LN_S='ln -s'
560max_cmd_len='1572864'
561ac_objext='o'
562exeext=''
563lt_unset='unset'
564lt_SP2NL='tr \040 \012'
565lt_NL2SP='tr \015\012 \040\040'
566reload_flag=' -r'
567reload_cmds='$LD$reload_flag -o $output$reload_objs'
568OBJDUMP='objdump'
569deplibs_check_method='pass_all'
570file_magic_cmd='$MAGIC_CMD'
571AR='ar'
572AR_FLAGS='cru'
573STRIP='strip'
574RANLIB='ranlib'
575old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
576old_postuninstall_cmds=''
577old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
578CC='gcc'
579CFLAGS='-g -O2'
580compiler='g++'
581GCC='yes'
582lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
583lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
584lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
585lt_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'\'''
586objdir='.libs'
587SHELL='/bin/bash'
588ECHO='echo'
589MAGIC_CMD='file'
590lt_prog_compiler_no_builtin_flag=' -fno-builtin'
591lt_prog_compiler_wl='-Wl,'
592lt_prog_compiler_pic=' -fPIC -DPIC'
593lt_prog_compiler_static='-static'
594lt_cv_prog_compiler_c_o='yes'
595need_locks='no'
596DSYMUTIL=''
597NMEDIT=''
598LIPO=''
599OTOOL=''
600OTOOL64=''
601libext='a'
602shrext_cmds='.so'
603extract_expsyms_cmds=''
604archive_cmds_need_lc='no'
605enable_shared_with_static_runtimes='no'
606export_dynamic_flag_spec='${wl}--export-dynamic'
607whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
608compiler_needs_object='no'
609old_archive_from_new_cmds=''
610old_archive_from_expsyms_cmds=''
611archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
612archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
613            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
614            echo "local: *; };" >> $output_objdir/$libname.ver~
615            $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
616module_cmds=''
617module_expsym_cmds=''
618with_gnu_ld='yes'
619allow_undefined_flag=''
620no_undefined_flag=''
621hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
622hardcode_libdir_flag_spec_ld=''
623hardcode_libdir_separator=''
624hardcode_direct='no'
625hardcode_direct_absolute='no'
626hardcode_minus_L='no'
627hardcode_shlibpath_var='unsupported'
628hardcode_automatic='no'
629inherit_rpath='no'
630link_all_deplibs='no'
631fix_srcfile_path=''
632always_export_symbols='no'
633export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
634exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
635include_expsyms=''
636prelink_cmds=''
637file_list_spec=''
638variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
639need_lib_prefix='no'
640need_version='no'
641version_type='linux'
642runpath_var='LD_RUN_PATH'
643shlibpath_var='LD_LIBRARY_PATH'
644shlibpath_overrides_runpath='no'
645libname_spec='lib$name'
646library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
647soname_spec='${libname}${release}${shared_ext}$major'
648postinstall_cmds=''
649postuninstall_cmds=''
650finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
651finish_eval=''
652hardcode_into_libs='yes'
653sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.3 /usr/lib /lib /usr/lib/i486-linux-gnu'
654sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/mesa /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so '
655hardcode_action='immediate'
656enable_dlopen='unknown'
657enable_dlopen_self='unknown'
658enable_dlopen_self_static='unknown'
659old_striplib='strip --strip-debug'
660striplib='strip --strip-unneeded'
661compiler_lib_search_dirs=''
662predep_objects=''
663postdep_objects=''
664predeps=''
665postdeps=''
666compiler_lib_search_path=''
667LD_CXX='/usr/bin/ld'
668old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
669compiler_CXX='g++'
670GCC_CXX='yes'
671lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
672lt_prog_compiler_wl_CXX='-Wl,'
673lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
674lt_prog_compiler_static_CXX='-static'
675lt_cv_prog_compiler_c_o_CXX='yes'
676archive_cmds_need_lc_CXX='no'
677enable_shared_with_static_runtimes_CXX='no'
678export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
679whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
680compiler_needs_object_CXX='no'
681old_archive_from_new_cmds_CXX=''
682old_archive_from_expsyms_cmds_CXX=''
683archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
684archive_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'
685module_cmds_CXX=''
686module_expsym_cmds_CXX=''
687with_gnu_ld_CXX='yes'
688allow_undefined_flag_CXX=''
689no_undefined_flag_CXX=''
690hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
691hardcode_libdir_flag_spec_ld_CXX=''
692hardcode_libdir_separator_CXX=''
693hardcode_direct_CXX='no'
694hardcode_direct_absolute_CXX='no'
695hardcode_minus_L_CXX='no'
696hardcode_shlibpath_var_CXX='unsupported'
697hardcode_automatic_CXX='no'
698inherit_rpath_CXX='no'
699link_all_deplibs_CXX='no'
700fix_srcfile_path_CXX=''
701always_export_symbols_CXX='no'
702export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
703exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
704include_expsyms_CXX=''
705prelink_cmds_CXX=''
706file_list_spec_CXX=''
707hardcode_action_CXX='immediate'
708compiler_lib_search_dirs_CXX='/usr/lib/gcc/i486-linux-gnu/4.4.3 /usr/lib/gcc/i486-linux-gnu/4.4.3 /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib /lib/../lib /usr/lib/../lib /usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. /usr/lib/i486-linux-gnu'
709predep_objects_CXX='/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbeginS.o'
710postdep_objects_CXX='/usr/lib/gcc/i486-linux-gnu/4.4.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o'
711predeps_CXX=''
712postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
713compiler_lib_search_path_CXX='-L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu'
714
715LTCC='gcc'
716LTCFLAGS='-g -O2'
717compiler='gcc'
718
719# Quote evaled strings.
720for var in 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 SHELL ECHO 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 finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_separator_CXX fix_srcfile_path_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
721    case `eval \\$ECHO "X\\$$var"` in
722    *[\\\`\"\$]*)
723      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
724      ;;
725    *)
726      eval "lt_$var=\\\"\$$var\\\""
727      ;;
728    esac
729done
730
731# Double-quote double-evaled strings.
732for 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 old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX; do
733    case `eval \\$ECHO "X\\$$var"` in
734    *[\\\`\"\$]*)
735      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
736      ;;
737    *)
738      eval "lt_$var=\\\"\$$var\\\""
739      ;;
740    esac
741done
742
743# Fix-up fallback echo if it was mangled by the above quoting rules.
744case $lt_ECHO in
745*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
746  ;;
747esac
748
749ac_aux_dir='.'
750xsi_shell='yes'
751lt_shell_append='yes'
752
753# See if we are running on zsh, and set the options which allow our
754# commands through without removal of \ escapes INIT.
755if test -n "${ZSH_VERSION+set}" ; then
756   setopt NO_GLOB_SUBST
757fi
758
759
760    PACKAGE='realchar2complexshort'
761    VERSION='0.8.0'
762    TIMESTAMP=''
763    RM='rm -f'
764    ofile='libtool'
765
766
767
768
769
770
771
772# Handling of arguments.
773for ac_config_target in $ac_config_targets
774do
775  case $ac_config_target in
776    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
777    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
778    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
779
780  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
781  esac
782done
783
784
785# If the user did not use the arguments to specify the items to instantiate,
786# then the envvar interface is used.  Set only those that are not.
787# We use the long form for the default assignment because of an extremely
788# bizarre bug on SunOS 4.1.3.
789if $ac_need_defaults; then
790  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
791  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
792fi
793
794# Have a temporary directory for convenience.  Make it in the build tree
795# simply because there is no reason against having it here, and in addition,
796# creating and moving files from /tmp can sometimes cause problems.
797# Hook for its removal unless debugging.
798# Note that there is a small window in which the directory will not be cleaned:
799# after its creation but before its name has been assigned to `$tmp'.
800$debug ||
801{
802  tmp=
803  trap 'exit_status=$?
804  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
805' 0
806  trap 'as_fn_exit 1' 1 2 13 15
807}
808# Create a (secure) tmp directory for tmp files.
809
810{
811  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
812  test -n "$tmp" && test -d "$tmp"
813}  ||
814{
815  tmp=./conf$$-$RANDOM
816  (umask 077 && mkdir "$tmp")
817} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
818
819# Set up the scripts for CONFIG_FILES section.
820# No need to generate them if there are no CONFIG_FILES.
821# This happens for instance with `./config.status config.h'.
822if test -n "$CONFIG_FILES"; then
823
824
825ac_cr=`echo X | tr X '\015'`
826# On cygwin, bash can eat \r inside `` if the user requested igncr.
827# But we know of no other shell where ac_cr would be empty at this
828# point, so we can use a bashism as a fallback.
829if test "x$ac_cr" = x; then
830  eval ac_cr=\$\'\\r\'
831fi
832ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
833if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
834  ac_cs_awk_cr='\r'
835else
836  ac_cs_awk_cr=$ac_cr
837fi
838
839echo 'BEGIN {' >"$tmp/subs1.awk" &&
840cat >>"$tmp/subs1.awk" <<\_ACAWK &&
841S["am__EXEEXT_FALSE"]=""
842S["am__EXEEXT_TRUE"]="#"
843S["LTLIBOBJS"]=""
844S["LIBOBJS"]=""
845S["CXXCPP"]="g++ -E"
846S["am__fastdepCXX_FALSE"]="#"
847S["am__fastdepCXX_TRUE"]=""
848S["CXXDEPMODE"]="depmode=gcc3"
849S["ac_ct_CXX"]="g++"
850S["CXXFLAGS"]="-g -O2 "
851S["CXX"]="g++"
852S["CPP"]="gcc -E"
853S["OTOOL64"]=""
854S["OTOOL"]=""
855S["LIPO"]=""
856S["NMEDIT"]=""
857S["DSYMUTIL"]=""
858S["lt_ECHO"]="echo"
859S["RANLIB"]="ranlib"
860S["AR"]="ar"
861S["OBJDUMP"]="objdump"
862S["LN_S"]="ln -s"
863S["NM"]="/usr/bin/nm -B"
864S["ac_ct_DUMPBIN"]=""
865S["DUMPBIN"]=""
866S["LD"]="/usr/bin/ld"
867S["FGREP"]="/bin/grep -F"
868S["EGREP"]="/bin/grep -E"
869S["GREP"]="/bin/grep"
870S["SED"]="/bin/sed"
871S["am__fastdepCC_FALSE"]="#"
872S["am__fastdepCC_TRUE"]=""
873S["CCDEPMODE"]="depmode=gcc3"
874S["AMDEPBACKSLASH"]="\\"
875S["AMDEP_FALSE"]="#"
876S["AMDEP_TRUE"]=""
877S["am__quote"]=""
878S["am__include"]="include"
879S["DEPDIR"]=".deps"
880S["OBJEXT"]="o"
881S["EXEEXT"]=""
882S["ac_ct_CC"]="gcc"
883S["CPPFLAGS"]=""
884S["LDFLAGS"]=""
885S["CFLAGS"]="-g -O2"
886S["CC"]="gcc"
887S["host_os"]="linux-gnu"
888S["host_vendor"]="pc"
889S["host_cpu"]="i686"
890S["host"]="i686-pc-linux-gnu"
891S["build_os"]="linux-gnu"
892S["build_vendor"]="pc"
893S["build_cpu"]="i686"
894S["build"]="i686-pc-linux-gnu"
895S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
896S["am__untar"]="${AMTAR} xf -"
897S["am__tar"]="${AMTAR} chof - \"$$tardir\""
898S["AMTAR"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run tar"
899S["am__leading_dot"]="."
900S["SET_MAKE"]=""
901S["AWK"]="gawk"
902S["mkdir_p"]="/bin/mkdir -p"
903S["MKDIR_P"]="/bin/mkdir -p"
904S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
905S["STRIP"]="strip"
906S["install_sh"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/install-sh"
907S["MAKEINFO"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run makeinfo"
908S["AUTOHEADER"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run autoheader"
909S["AUTOMAKE"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run automake-1.11"
910S["AUTOCONF"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run autoconf"
911S["ACLOCAL"]="${SHELL} /home/ossie/workspace/realChar2ComplexShort/missing --run aclocal-1.11"
912S["VERSION"]="0.8.0"
913S["PACKAGE"]="realchar2complexshort"
914S["CYGPATH_W"]="echo"
915S["am__isrc"]=""
916S["INSTALL_DATA"]="${INSTALL} -m 644"
917S["INSTALL_SCRIPT"]="${INSTALL}"
918S["INSTALL_PROGRAM"]="${INSTALL}"
919S["target_alias"]=""
920S["host_alias"]=""
921S["build_alias"]=""
922S["LIBS"]="-lliquid -lstandardInterfaces -lossiecf -lossieparser -lossieidl -lomniDynamic4 -lomnithread -lomniORB4  "
923S["ECHO_T"]=""
924S["ECHO_N"]="-n"
925S["ECHO_C"]=""
926S["DEFS"]="-DPACKAGE_NAME=\\\"realChar2ComplexShort\\\" -DPACKAGE_TARNAME=\\\"realchar2complexshort\\\" -DPACKAGE_VERSION=\\\"0.8.0\\\" -DPACKAGE_STRING=\\\"realChar2Complex"\
927"Short\\ 0.8.0\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"realchar2complexshort\\\" -DVERSION=\\\"0.8.0\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES"\
928"_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNIST"\
929"D_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\" -DHAVE_SYS_WAIT_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_L"\
930"IBOMNIORB4=1 -DHAVE_LIBOMNITHREAD=1 -DHAVE_LIBOMNIDYNAMIC4=1 -DHAVE_OMNIORB4_CORBA_H=1 -DHAVE_LIBOSSIEIDL=1 -DHAVE_LIBOSSIEPARSER=1 -DHAVE_LIBOSSIEC"\
931"F=1 -DHAVE_LIBSTANDARDINTERFACES=1 -DHAVE_STANDARDINTERFACES_COMPLEXSHORT_H=1 -DHAVE_LIBLIQUID=1 -DHAVE_LIQUID_LIQUID_H=1"
932S["mandir"]="${datarootdir}/man"
933S["localedir"]="${datarootdir}/locale"
934S["libdir"]="${exec_prefix}/lib"
935S["psdir"]="${docdir}"
936S["pdfdir"]="${docdir}"
937S["dvidir"]="${docdir}"
938S["htmldir"]="${docdir}"
939S["infodir"]="${datarootdir}/info"
940S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
941S["oldincludedir"]="/usr/include"
942S["includedir"]="${prefix}/include"
943S["localstatedir"]="${prefix}/var"
944S["sharedstatedir"]="${prefix}/com"
945S["sysconfdir"]="${prefix}/etc"
946S["datadir"]="${datarootdir}"
947S["datarootdir"]="${prefix}/share"
948S["libexecdir"]="${exec_prefix}/libexec"
949S["sbindir"]="${exec_prefix}/sbin"
950S["bindir"]="${exec_prefix}/bin"
951S["program_transform_name"]="s,x,x,"
952S["prefix"]="/sdr/"
953S["exec_prefix"]="${prefix}"
954S["PACKAGE_URL"]=""
955S["PACKAGE_BUGREPORT"]=""
956S["PACKAGE_STRING"]="realChar2ComplexShort 0.8.0"
957S["PACKAGE_VERSION"]="0.8.0"
958S["PACKAGE_TARNAME"]="realchar2complexshort"
959S["PACKAGE_NAME"]="realChar2ComplexShort"
960S["PATH_SEPARATOR"]=":"
961S["SHELL"]="/bin/bash"
962_ACAWK
963cat >>"$tmp/subs1.awk" <<_ACAWK &&
964  for (key in S) S_is_set[key] = 1
965  FS = ""
966
967}
968{
969  line = $ 0
970  nfields = split(line, field, "@")
971  substed = 0
972  len = length(field[1])
973  for (i = 2; i < nfields; i++) {
974    key = field[i]
975    keylen = length(key)
976    if (S_is_set[key]) {
977      value = S[key]
978      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
979      len += length(value) + length(field[++i])
980      substed = 1
981    } else
982      len += 1 + keylen
983  }
984
985  print line
986}
987
988_ACAWK
989if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
990  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
991else
992  cat
993fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
994  || as_fn_error "could not setup config files machinery" "$LINENO" 5
995fi # test -n "$CONFIG_FILES"
996
997
998eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
999shift
1000for ac_tag
1001do
1002  case $ac_tag in
1003  :[FHLC]) ac_mode=$ac_tag; continue;;
1004  esac
1005  case $ac_mode$ac_tag in
1006  :[FHL]*:*);;
1007  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1008  :[FH]-) ac_tag=-:-;;
1009  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1010  esac
1011  ac_save_IFS=$IFS
1012  IFS=:
1013  set x $ac_tag
1014  IFS=$ac_save_IFS
1015  shift
1016  ac_file=$1
1017  shift
1018
1019  case $ac_mode in
1020  :L) ac_source=$1;;
1021  :[FH])
1022    ac_file_inputs=
1023    for ac_f
1024    do
1025      case $ac_f in
1026      -) ac_f="$tmp/stdin";;
1027      *) # Look for the file first in the build tree, then in the source tree
1028         # (if the path is not absolute).  The absolute path cannot be DOS-style,
1029         # because $ac_f cannot contain `:'.
1030         test -f "$ac_f" ||
1031           case $ac_f in
1032           [\\/$]*) false;;
1033           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1034           esac ||
1035           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1036      esac
1037      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1038      as_fn_append ac_file_inputs " '$ac_f'"
1039    done
1040
1041    # Let's still pretend it is `configure' which instantiates (i.e., don't
1042    # use $as_me), people would be surprised to read:
1043    #    /* config.h.  Generated by config.status.  */
1044    configure_input='Generated from '`
1045          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1046        `' by configure.'
1047    if test x"$ac_file" != x-; then
1048      configure_input="$ac_file.  $configure_input"
1049      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1050$as_echo "$as_me: creating $ac_file" >&6;}
1051    fi
1052    # Neutralize special characters interpreted by sed in replacement strings.
1053    case $configure_input in #(
1054    *\&* | *\|* | *\\* )
1055       ac_sed_conf_input=`$as_echo "$configure_input" |
1056       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1057    *) ac_sed_conf_input=$configure_input;;
1058    esac
1059
1060    case $ac_tag in
1061    *:-:* | *:-) cat >"$tmp/stdin" \
1062      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1063    esac
1064    ;;
1065  esac
1066
1067  ac_dir=`$as_dirname -- "$ac_file" ||
1068$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1069         X"$ac_file" : 'X\(//\)[^/]' \| \
1070         X"$ac_file" : 'X\(//\)$' \| \
1071         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1072$as_echo X"$ac_file" |
1073    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1074            s//\1/
1075            q
1076          }
1077          /^X\(\/\/\)[^/].*/{
1078            s//\1/
1079            q
1080          }
1081          /^X\(\/\/\)$/{
1082            s//\1/
1083            q
1084          }
1085          /^X\(\/\).*/{
1086            s//\1/
1087            q
1088          }
1089          s/.*/./; q'`
1090  as_dir="$ac_dir"; as_fn_mkdir_p
1091  ac_builddir=.
1092
1093case "$ac_dir" in
1094.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1095*)
1096  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1097  # A ".." for each directory in $ac_dir_suffix.
1098  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1099  case $ac_top_builddir_sub in
1100  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1101  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1102  esac ;;
1103esac
1104ac_abs_top_builddir=$ac_pwd
1105ac_abs_builddir=$ac_pwd$ac_dir_suffix
1106# for backward compatibility:
1107ac_top_builddir=$ac_top_build_prefix
1108
1109case $srcdir in
1110  .)  # We are building in place.
1111    ac_srcdir=.
1112    ac_top_srcdir=$ac_top_builddir_sub
1113    ac_abs_top_srcdir=$ac_pwd ;;
1114  [\\/]* | ?:[\\/]* )  # Absolute name.
1115    ac_srcdir=$srcdir$ac_dir_suffix;
1116    ac_top_srcdir=$srcdir
1117    ac_abs_top_srcdir=$srcdir ;;
1118  *) # Relative name.
1119    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1120    ac_top_srcdir=$ac_top_build_prefix$srcdir
1121    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1122esac
1123ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1124
1125
1126  case $ac_mode in
1127  :F)
1128  #
1129  # CONFIG_FILE
1130  #
1131
1132  case $INSTALL in
1133  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1134  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1135  esac
1136  ac_MKDIR_P=$MKDIR_P
1137  case $MKDIR_P in
1138  [\\/$]* | ?:[\\/]* ) ;;
1139  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1140  esac
1141# If the template does not know about datarootdir, expand it.
1142# FIXME: This hack should be removed a few years after 2.60.
1143ac_datarootdir_hack=; ac_datarootdir_seen=
1144ac_sed_dataroot='
1145/datarootdir/ {
1146  p
1147  q
1148}
1149/@datadir@/p
1150/@docdir@/p
1151/@infodir@/p
1152/@localedir@/p
1153/@mandir@/p'
1154case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1155*datarootdir*) ac_datarootdir_seen=yes;;
1156*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1157  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1158$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1159  ac_datarootdir_hack='
1160  s&@datadir@&${datarootdir}&g
1161  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1162  s&@infodir@&${datarootdir}/info&g
1163  s&@localedir@&${datarootdir}/locale&g
1164  s&@mandir@&${datarootdir}/man&g
1165  s&\${datarootdir}&${prefix}/share&g' ;;
1166esac
1167ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1168s/:*\$(srcdir):*/:/
1169s/:*\${srcdir}:*/:/
1170s/:*@srcdir@:*/:/
1171s/^\([^=]*=[     ]*\):*/\1/
1172s/:*$//
1173s/^[^=]*=[       ]*$//
1174}
1175
1176:t
1177/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1178s|@configure_input@|$ac_sed_conf_input|;t t
1179s&@top_builddir@&$ac_top_builddir_sub&;t t
1180s&@top_build_prefix@&$ac_top_build_prefix&;t t
1181s&@srcdir@&$ac_srcdir&;t t
1182s&@abs_srcdir@&$ac_abs_srcdir&;t t
1183s&@top_srcdir@&$ac_top_srcdir&;t t
1184s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1185s&@builddir@&$ac_builddir&;t t
1186s&@abs_builddir@&$ac_abs_builddir&;t t
1187s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1188s&@INSTALL@&$ac_INSTALL&;t t
1189s&@MKDIR_P@&$ac_MKDIR_P&;t t
1190$ac_datarootdir_hack
1191"
1192eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1193  || as_fn_error "could not create $ac_file" "$LINENO" 5
1194
1195test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1196  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1197  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1198  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1199which seems to be undefined.  Please make sure it is defined." >&5
1200$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1201which seems to be undefined.  Please make sure it is defined." >&2;}
1202
1203  rm -f "$tmp/stdin"
1204  case $ac_file in
1205  -) cat "$tmp/out" && rm -f "$tmp/out";;
1206  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1207  esac \
1208  || as_fn_error "could not create $ac_file" "$LINENO" 5
1209 ;;
1210
1211
1212  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1213$as_echo "$as_me: executing $ac_file commands" >&6;}
1214 ;;
1215  esac
1216
1217
1218  case $ac_file$ac_mode in
1219    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1220  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1221  # are listed without --file.  Let's play safe and only enable the eval
1222  # if we detect the quoting.
1223  case $CONFIG_FILES in
1224  *\'*) eval set x "$CONFIG_FILES" ;;
1225  *)   set x $CONFIG_FILES ;;
1226  esac
1227  shift
1228  for mf
1229  do
1230    # Strip MF so we end up with the name of the file.
1231    mf=`echo "$mf" | sed -e 's/:.*$//'`
1232    # Check whether this is an Automake generated Makefile or not.
1233    # We used to match only the files named `Makefile.in', but
1234    # some people rename them; so instead we look at the file content.
1235    # Grep'ing the first line is not enough: some people post-process
1236    # each Makefile.in and add a new line on top of each file to say so.
1237    # Grep'ing the whole file is not good either: AIX grep has a line
1238    # limit of 2048, but all sed's we know have understand at least 4000.
1239    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1240      dirpart=`$as_dirname -- "$mf" ||
1241$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242         X"$mf" : 'X\(//\)[^/]' \| \
1243         X"$mf" : 'X\(//\)$' \| \
1244         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1245$as_echo X"$mf" |
1246    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247            s//\1/
1248            q
1249          }
1250          /^X\(\/\/\)[^/].*/{
1251            s//\1/
1252            q
1253          }
1254          /^X\(\/\/\)$/{
1255            s//\1/
1256            q
1257          }
1258          /^X\(\/\).*/{
1259            s//\1/
1260            q
1261          }
1262          s/.*/./; q'`
1263    else
1264      continue
1265    fi
1266    # Extract the definition of DEPDIR, am__include, and am__quote
1267    # from the Makefile without running `make'.
1268    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1269    test -z "$DEPDIR" && continue
1270    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1271    test -z "am__include" && continue
1272    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1273    # When using ansi2knr, U may be empty or an underscore; expand it
1274    U=`sed -n 's/^U = //p' < "$mf"`
1275    # Find all dependency output files, they are included files with
1276    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1277    # simplest approach to changing $(DEPDIR) to its actual value in the
1278    # expansion.
1279    for file in `sed -n "
1280      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1281         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1282      # Make sure the directory exists.
1283      test -f "$dirpart/$file" && continue
1284      fdir=`$as_dirname -- "$file" ||
1285$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1286         X"$file" : 'X\(//\)[^/]' \| \
1287         X"$file" : 'X\(//\)$' \| \
1288         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1289$as_echo X"$file" |
1290    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1291            s//\1/
1292            q
1293          }
1294          /^X\(\/\/\)[^/].*/{
1295            s//\1/
1296            q
1297          }
1298          /^X\(\/\/\)$/{
1299            s//\1/
1300            q
1301          }
1302          /^X\(\/\).*/{
1303            s//\1/
1304            q
1305          }
1306          s/.*/./; q'`
1307      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1308      # echo "creating $dirpart/$file"
1309      echo '# dummy' > "$dirpart/$file"
1310    done
1311  done
1312}
1313 ;;
1314    "libtool":C)
1315
1316    # See if we are running on zsh, and set the options which allow our
1317    # commands through without removal of \ escapes.
1318    if test -n "${ZSH_VERSION+set}" ; then
1319      setopt NO_GLOB_SUBST
1320    fi
1321
1322    cfgfile="${ofile}T"
1323    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1324    $RM "$cfgfile"
1325
1326    cat <<_LT_EOF >> "$cfgfile"
1327#! $SHELL
1328
1329# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1330# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1331# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1332# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1333#
1334#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1335#                 2006, 2007, 2008 Free Software Foundation, Inc.
1336#   Written by Gordon Matzigkeit, 1996
1337#
1338#   This file is part of GNU Libtool.
1339#
1340# GNU Libtool is free software; you can redistribute it and/or
1341# modify it under the terms of the GNU General Public License as
1342# published by the Free Software Foundation; either version 2 of
1343# the License, or (at your option) any later version.
1344#
1345# As a special exception to the GNU General Public License,
1346# if you distribute this file as part of a program or library that
1347# is built using GNU Libtool, you may include this file under the
1348# same distribution terms that you use for the rest of that program.
1349#
1350# GNU Libtool is distributed in the hope that it will be useful,
1351# but WITHOUT ANY WARRANTY; without even the implied warranty of
1352# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1353# GNU General Public License for more details.
1354#
1355# You should have received a copy of the GNU General Public License
1356# along with GNU Libtool; see the file COPYING.  If not, a copy
1357# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1358# obtained by writing to the Free Software Foundation, Inc.,
1359# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1360
1361
1362# The names of the tagged configurations supported by this script.
1363available_tags="CXX "
1364
1365# ### BEGIN LIBTOOL CONFIG
1366
1367# Which release of libtool.m4 was used?
1368macro_version=$macro_version
1369macro_revision=$macro_revision
1370
1371# Whether or not to build shared libraries.
1372build_libtool_libs=$enable_shared
1373
1374# Whether or not to build static libraries.
1375build_old_libs=$enable_static
1376
1377# What type of objects to build.
1378pic_mode=$pic_mode
1379
1380# Whether or not to optimize for fast installation.
1381fast_install=$enable_fast_install
1382
1383# The host system.
1384host_alias=$host_alias
1385host=$host
1386host_os=$host_os
1387
1388# The build system.
1389build_alias=$build_alias
1390build=$build
1391build_os=$build_os
1392
1393# A sed program that does not truncate output.
1394SED=$lt_SED
1395
1396# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1397Xsed="\$SED -e 1s/^X//"
1398
1399# A grep program that handles long lines.
1400GREP=$lt_GREP
1401
1402# An ERE matcher.
1403EGREP=$lt_EGREP
1404
1405# A literal string matcher.
1406FGREP=$lt_FGREP
1407
1408# A BSD- or MS-compatible name lister.
1409NM=$lt_NM
1410
1411# Whether we need soft or hard links.
1412LN_S=$lt_LN_S
1413
1414# What is the maximum length of a command?
1415max_cmd_len=$max_cmd_len
1416
1417# Object file suffix (normally "o").
1418objext=$ac_objext
1419
1420# Executable file suffix (normally "").
1421exeext=$exeext
1422
1423# whether the shell understands "unset".
1424lt_unset=$lt_unset
1425
1426# turn spaces into newlines.
1427SP2NL=$lt_lt_SP2NL
1428
1429# turn newlines into spaces.
1430NL2SP=$lt_lt_NL2SP
1431
1432# How to create reloadable object files.
1433reload_flag=$lt_reload_flag
1434reload_cmds=$lt_reload_cmds
1435
1436# An object symbol dumper.
1437OBJDUMP=$lt_OBJDUMP
1438
1439# Method to check whether dependent libraries are shared objects.
1440deplibs_check_method=$lt_deplibs_check_method
1441
1442# Command to use when deplibs_check_method == "file_magic".
1443file_magic_cmd=$lt_file_magic_cmd
1444
1445# The archiver.
1446AR=$lt_AR
1447AR_FLAGS=$lt_AR_FLAGS
1448
1449# A symbol stripping program.
1450STRIP=$lt_STRIP
1451
1452# Commands used to install an old-style archive.
1453RANLIB=$lt_RANLIB
1454old_postinstall_cmds=$lt_old_postinstall_cmds
1455old_postuninstall_cmds=$lt_old_postuninstall_cmds
1456
1457# A C compiler.
1458LTCC=$lt_CC
1459
1460# LTCC compiler flags.
1461LTCFLAGS=$lt_CFLAGS
1462
1463# Take the output of nm and produce a listing of raw symbols and C names.
1464global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1465
1466# Transform the output of nm in a proper C declaration.
1467global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1468
1469# Transform the output of nm in a C name address pair.
1470global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1471
1472# Transform the output of nm in a C name address pair when lib prefix is needed.
1473global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1474
1475# The name of the directory that contains temporary libtool files.
1476objdir=$objdir
1477
1478# Shell to use when invoking shell scripts.
1479SHELL=$lt_SHELL
1480
1481# An echo program that does not interpret backslashes.
1482ECHO=$lt_ECHO
1483
1484# Used to examine libraries when file_magic_cmd begins with "file".
1485MAGIC_CMD=$MAGIC_CMD
1486
1487# Must we lock files when doing compilation?
1488need_locks=$lt_need_locks
1489
1490# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1491DSYMUTIL=$lt_DSYMUTIL
1492
1493# Tool to change global to local symbols on Mac OS X.
1494NMEDIT=$lt_NMEDIT
1495
1496# Tool to manipulate fat objects and archives on Mac OS X.
1497LIPO=$lt_LIPO
1498
1499# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1500OTOOL=$lt_OTOOL
1501
1502# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1503OTOOL64=$lt_OTOOL64
1504
1505# Old archive suffix (normally "a").
1506libext=$libext
1507
1508# Shared library suffix (normally ".so").
1509shrext_cmds=$lt_shrext_cmds
1510
1511# The commands to extract the exported symbol list from a shared archive.
1512extract_expsyms_cmds=$lt_extract_expsyms_cmds
1513
1514# Variables whose values should be saved in libtool wrapper scripts and
1515# restored at link time.
1516variables_saved_for_relink=$lt_variables_saved_for_relink
1517
1518# Do we need the "lib" prefix for modules?
1519need_lib_prefix=$need_lib_prefix
1520
1521# Do we need a version for libraries?
1522need_version=$need_version
1523
1524# Library versioning type.
1525version_type=$version_type
1526
1527# Shared library runtime path variable.
1528runpath_var=$runpath_var
1529
1530# Shared library path variable.
1531shlibpath_var=$shlibpath_var
1532
1533# Is shlibpath searched before the hard-coded library search path?
1534shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1535
1536# Format of library name prefix.
1537libname_spec=$lt_libname_spec
1538
1539# List of archive names.  First name is the real one, the rest are links.
1540# The last name is the one that the linker finds with -lNAME
1541library_names_spec=$lt_library_names_spec
1542
1543# The coded name of the library, if different from the real name.
1544soname_spec=$lt_soname_spec
1545
1546# Command to use after installation of a shared archive.
1547postinstall_cmds=$lt_postinstall_cmds
1548
1549# Command to use after uninstallation of a shared archive.
1550postuninstall_cmds=$lt_postuninstall_cmds
1551
1552# Commands used to finish a libtool library installation in a directory.
1553finish_cmds=$lt_finish_cmds
1554
1555# As "finish_cmds", except a single script fragment to be evaled but
1556# not shown.
1557finish_eval=$lt_finish_eval
1558
1559# Whether we should hardcode library paths into libraries.
1560hardcode_into_libs=$hardcode_into_libs
1561
1562# Compile-time system search path for libraries.
1563sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1564
1565# Run-time system search path for libraries.
1566sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1567
1568# Whether dlopen is supported.
1569dlopen_support=$enable_dlopen
1570
1571# Whether dlopen of programs is supported.
1572dlopen_self=$enable_dlopen_self
1573
1574# Whether dlopen of statically linked programs is supported.
1575dlopen_self_static=$enable_dlopen_self_static
1576
1577# Commands to strip libraries.
1578old_striplib=$lt_old_striplib
1579striplib=$lt_striplib
1580
1581
1582# The linker used to build libraries.
1583LD=$lt_LD
1584
1585# Commands used to build an old-style archive.
1586old_archive_cmds=$lt_old_archive_cmds
1587
1588# A language specific compiler.
1589CC=$lt_compiler
1590
1591# Is the compiler the GNU compiler?
1592with_gcc=$GCC
1593
1594# Compiler flag to turn off builtin functions.
1595no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1596
1597# How to pass a linker flag through the compiler.
1598wl=$lt_lt_prog_compiler_wl
1599
1600# Additional compiler flags for building library objects.
1601pic_flag=$lt_lt_prog_compiler_pic
1602
1603# Compiler flag to prevent dynamic linking.
1604link_static_flag=$lt_lt_prog_compiler_static
1605
1606# Does compiler simultaneously support -c and -o options?
1607compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1608
1609# Whether or not to add -lc for building shared libraries.
1610build_libtool_need_lc=$archive_cmds_need_lc
1611
1612# Whether or not to disallow shared libs when runtime libs are static.
1613allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1614
1615# Compiler flag to allow reflexive dlopens.
1616export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1617
1618# Compiler flag to generate shared objects directly from archives.
1619whole_archive_flag_spec=$lt_whole_archive_flag_spec
1620
1621# Whether the compiler copes with passing no objects directly.
1622compiler_needs_object=$lt_compiler_needs_object
1623
1624# Create an old-style archive from a shared archive.
1625old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1626
1627# Create a temporary old-style archive to link instead of a shared archive.
1628old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1629
1630# Commands used to build a shared archive.
1631archive_cmds=$lt_archive_cmds
1632archive_expsym_cmds=$lt_archive_expsym_cmds
1633
1634# Commands used to build a loadable module if different from building
1635# a shared archive.
1636module_cmds=$lt_module_cmds
1637module_expsym_cmds=$lt_module_expsym_cmds
1638
1639# Whether we are building with GNU ld or not.
1640with_gnu_ld=$lt_with_gnu_ld
1641
1642# Flag that allows shared libraries with undefined symbols to be built.
1643allow_undefined_flag=$lt_allow_undefined_flag
1644
1645# Flag that enforces no undefined symbols.
1646no_undefined_flag=$lt_no_undefined_flag
1647
1648# Flag to hardcode \$libdir into a binary during linking.
1649# This must work even if \$libdir does not exist
1650hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1651
1652# If ld is used when linking, flag to hardcode \$libdir into a binary
1653# during linking.  This must work even if \$libdir does not exist.
1654hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1655
1656# Whether we need a single "-rpath" flag with a separated argument.
1657hardcode_libdir_separator=$lt_hardcode_libdir_separator
1658
1659# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1660# DIR into the resulting binary.
1661hardcode_direct=$hardcode_direct
1662
1663# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1664# DIR into the resulting binary and the resulting library dependency is
1665# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1666# library is relocated.
1667hardcode_direct_absolute=$hardcode_direct_absolute
1668
1669# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1670# into the resulting binary.
1671hardcode_minus_L=$hardcode_minus_L
1672
1673# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1674# into the resulting binary.
1675hardcode_shlibpath_var=$hardcode_shlibpath_var
1676
1677# Set to "yes" if building a shared library automatically hardcodes DIR
1678# into the library and all subsequent libraries and executables linked
1679# against it.
1680hardcode_automatic=$hardcode_automatic
1681
1682# Set to yes if linker adds runtime paths of dependent libraries
1683# to runtime path list.
1684inherit_rpath=$inherit_rpath
1685
1686# Whether libtool must link a program against all its dependency libraries.
1687link_all_deplibs=$link_all_deplibs
1688
1689# Fix the shell variable \$srcfile for the compiler.
1690fix_srcfile_path=$lt_fix_srcfile_path
1691
1692# Set to "yes" if exported symbols are required.
1693always_export_symbols=$always_export_symbols
1694
1695# The commands to list exported symbols.
1696export_symbols_cmds=$lt_export_symbols_cmds
1697
1698# Symbols that should not be listed in the preloaded symbols.
1699exclude_expsyms=$lt_exclude_expsyms
1700
1701# Symbols that must always be exported.
1702include_expsyms=$lt_include_expsyms
1703
1704# Commands necessary for linking programs (against libraries) with templates.
1705prelink_cmds=$lt_prelink_cmds
1706
1707# Specify filename containing input files.
1708file_list_spec=$lt_file_list_spec
1709
1710# How to hardcode a shared library path into an executable.
1711hardcode_action=$hardcode_action
1712
1713# The directories searched by this compiler when creating a shared library.
1714compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1715
1716# Dependencies to place before and after the objects being linked to
1717# create a shared library.
1718predep_objects=$lt_predep_objects
1719postdep_objects=$lt_postdep_objects
1720predeps=$lt_predeps
1721postdeps=$lt_postdeps
1722
1723# The library search path used internally by the compiler when linking
1724# a shared library.
1725compiler_lib_search_path=$lt_compiler_lib_search_path
1726
1727# ### END LIBTOOL CONFIG
1728
1729_LT_EOF
1730
1731  case $host_os in
1732  aix3*)
1733    cat <<\_LT_EOF >> "$cfgfile"
1734# AIX sometimes has problems with the GCC collect2 program.  For some
1735# reason, if we set the COLLECT_NAMES environment variable, the problems
1736# vanish in a puff of smoke.
1737if test "X${COLLECT_NAMES+set}" != Xset; then
1738  COLLECT_NAMES=
1739  export COLLECT_NAMES
1740fi
1741_LT_EOF
1742    ;;
1743  esac
1744
1745
1746ltmain="$ac_aux_dir/ltmain.sh"
1747
1748
1749  # We use sed instead of cat because bash on DJGPP gets confused if
1750  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1751  # text mode, it properly converts lines to CR/LF.  This bash problem
1752  # is reportedly fixed, but why not run on old versions too?
1753  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1754    || (rm -f "$cfgfile"; exit 1)
1755
1756  case $xsi_shell in
1757  yes)
1758    cat << \_LT_EOF >> "$cfgfile"
1759
1760# func_dirname file append nondir_replacement
1761# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1762# otherwise set result to NONDIR_REPLACEMENT.
1763func_dirname ()
1764{
1765  case ${1} in
1766    */*) func_dirname_result="${1%/*}${2}" ;;
1767    *  ) func_dirname_result="${3}" ;;
1768  esac
1769}
1770
1771# func_basename file
1772func_basename ()
1773{
1774  func_basename_result="${1##*/}"
1775}
1776
1777# func_dirname_and_basename file append nondir_replacement
1778# perform func_basename and func_dirname in a single function
1779# call:
1780#   dirname:  Compute the dirname of FILE.  If nonempty,
1781#             add APPEND to the result, otherwise set result
1782#             to NONDIR_REPLACEMENT.
1783#             value returned in "$func_dirname_result"
1784#   basename: Compute filename of FILE.
1785#             value retuned in "$func_basename_result"
1786# Implementation must be kept synchronized with func_dirname
1787# and func_basename. For efficiency, we do not delegate to
1788# those functions but instead duplicate the functionality here.
1789func_dirname_and_basename ()
1790{
1791  case ${1} in
1792    */*) func_dirname_result="${1%/*}${2}" ;;
1793    *  ) func_dirname_result="${3}" ;;
1794  esac
1795  func_basename_result="${1##*/}"
1796}
1797
1798# func_stripname prefix suffix name
1799# strip PREFIX and SUFFIX off of NAME.
1800# PREFIX and SUFFIX must not contain globbing or regex special
1801# characters, hashes, percent signs, but SUFFIX may contain a leading
1802# dot (in which case that matches only a dot).
1803func_stripname ()
1804{
1805  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1806  # positional parameters, so assign one to ordinary parameter first.
1807  func_stripname_result=${3}
1808  func_stripname_result=${func_stripname_result#"${1}"}
1809  func_stripname_result=${func_stripname_result%"${2}"}
1810}
1811
1812# func_opt_split
1813func_opt_split ()
1814{
1815  func_opt_split_opt=${1%%=*}
1816  func_opt_split_arg=${1#*=}
1817}
1818
1819# func_lo2o object
1820func_lo2o ()
1821{
1822  case ${1} in
1823    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1824    *)    func_lo2o_result=${1} ;;
1825  esac
1826}
1827
1828# func_xform libobj-or-source
1829func_xform ()
1830{
1831  func_xform_result=${1%.*}.lo
1832}
1833
1834# func_arith arithmetic-term...
1835func_arith ()
1836{
1837  func_arith_result=$(( $* ))
1838}
1839
1840# func_len string
1841# STRING may not start with a hyphen.
1842func_len ()
1843{
1844  func_len_result=${#1}
1845}
1846
1847_LT_EOF
1848    ;;
1849  *) # Bourne compatible functions.
1850    cat << \_LT_EOF >> "$cfgfile"
1851
1852# func_dirname file append nondir_replacement
1853# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1854# otherwise set result to NONDIR_REPLACEMENT.
1855func_dirname ()
1856{
1857  # Extract subdirectory from the argument.
1858  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1859  if test "X$func_dirname_result" = "X${1}"; then
1860    func_dirname_result="${3}"
1861  else
1862    func_dirname_result="$func_dirname_result${2}"
1863  fi
1864}
1865
1866# func_basename file
1867func_basename ()
1868{
1869  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1870}
1871
1872
1873# func_stripname prefix suffix name
1874# strip PREFIX and SUFFIX off of NAME.
1875# PREFIX and SUFFIX must not contain globbing or regex special
1876# characters, hashes, percent signs, but SUFFIX may contain a leading
1877# dot (in which case that matches only a dot).
1878# func_strip_suffix prefix name
1879func_stripname ()
1880{
1881  case ${2} in
1882    .*) func_stripname_result=`$ECHO "X${3}" \
1883           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1884    *)  func_stripname_result=`$ECHO "X${3}" \
1885           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1886  esac
1887}
1888
1889# sed scripts:
1890my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1891my_sed_long_arg='1s/^-[^=]*=//'
1892
1893# func_opt_split
1894func_opt_split ()
1895{
1896  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1897  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1898}
1899
1900# func_lo2o object
1901func_lo2o ()
1902{
1903  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1904}
1905
1906# func_xform libobj-or-source
1907func_xform ()
1908{
1909  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1910}
1911
1912# func_arith arithmetic-term...
1913func_arith ()
1914{
1915  func_arith_result=`expr "$@"`
1916}
1917
1918# func_len string
1919# STRING may not start with a hyphen.
1920func_len ()
1921{
1922  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
1923}
1924
1925_LT_EOF
1926esac
1927
1928case $lt_shell_append in
1929  yes)
1930    cat << \_LT_EOF >> "$cfgfile"
1931
1932# func_append var value
1933# Append VALUE to the end of shell variable VAR.
1934func_append ()
1935{
1936  eval "$1+=\$2"
1937}
1938_LT_EOF
1939    ;;
1940  *)
1941    cat << \_LT_EOF >> "$cfgfile"
1942
1943# func_append var value
1944# Append VALUE to the end of shell variable VAR.
1945func_append ()
1946{
1947  eval "$1=\$$1\$2"
1948}
1949
1950_LT_EOF
1951    ;;
1952  esac
1953
1954
1955  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
1956    || (rm -f "$cfgfile"; exit 1)
1957
1958  mv -f "$cfgfile" "$ofile" ||
1959    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1960  chmod +x "$ofile"
1961
1962
1963    cat <<_LT_EOF >> "$ofile"
1964
1965# ### BEGIN LIBTOOL TAG CONFIG: CXX
1966
1967# The linker used to build libraries.
1968LD=$lt_LD_CXX
1969
1970# Commands used to build an old-style archive.
1971old_archive_cmds=$lt_old_archive_cmds_CXX
1972
1973# A language specific compiler.
1974CC=$lt_compiler_CXX
1975
1976# Is the compiler the GNU compiler?
1977with_gcc=$GCC_CXX
1978
1979# Compiler flag to turn off builtin functions.
1980no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
1981
1982# How to pass a linker flag through the compiler.
1983wl=$lt_lt_prog_compiler_wl_CXX
1984
1985# Additional compiler flags for building library objects.
1986pic_flag=$lt_lt_prog_compiler_pic_CXX
1987
1988# Compiler flag to prevent dynamic linking.
1989link_static_flag=$lt_lt_prog_compiler_static_CXX
1990
1991# Does compiler simultaneously support -c and -o options?
1992compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
1993
1994# Whether or not to add -lc for building shared libraries.
1995build_libtool_need_lc=$archive_cmds_need_lc_CXX
1996
1997# Whether or not to disallow shared libs when runtime libs are static.
1998allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
1999
2000# Compiler flag to allow reflexive dlopens.
2001export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2002
2003# Compiler flag to generate shared objects directly from archives.
2004whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2005
2006# Whether the compiler copes with passing no objects directly.
2007compiler_needs_object=$lt_compiler_needs_object_CXX
2008
2009# Create an old-style archive from a shared archive.
2010old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2011
2012# Create a temporary old-style archive to link instead of a shared archive.
2013old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2014
2015# Commands used to build a shared archive.
2016archive_cmds=$lt_archive_cmds_CXX
2017archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2018
2019# Commands used to build a loadable module if different from building
2020# a shared archive.
2021module_cmds=$lt_module_cmds_CXX
2022module_expsym_cmds=$lt_module_expsym_cmds_CXX
2023
2024# Whether we are building with GNU ld or not.
2025with_gnu_ld=$lt_with_gnu_ld_CXX
2026
2027# Flag that allows shared libraries with undefined symbols to be built.
2028allow_undefined_flag=$lt_allow_undefined_flag_CXX
2029
2030# Flag that enforces no undefined symbols.
2031no_undefined_flag=$lt_no_undefined_flag_CXX
2032
2033# Flag to hardcode \$libdir into a binary during linking.
2034# This must work even if \$libdir does not exist
2035hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2036
2037# If ld is used when linking, flag to hardcode \$libdir into a binary
2038# during linking.  This must work even if \$libdir does not exist.
2039hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2040
2041# Whether we need a single "-rpath" flag with a separated argument.
2042hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2043
2044# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2045# DIR into the resulting binary.
2046hardcode_direct=$hardcode_direct_CXX
2047
2048# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2049# DIR into the resulting binary and the resulting library dependency is
2050# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2051# library is relocated.
2052hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2053
2054# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2055# into the resulting binary.
2056hardcode_minus_L=$hardcode_minus_L_CXX
2057
2058# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2059# into the resulting binary.
2060hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2061
2062# Set to "yes" if building a shared library automatically hardcodes DIR
2063# into the library and all subsequent libraries and executables linked
2064# against it.
2065hardcode_automatic=$hardcode_automatic_CXX
2066
2067# Set to yes if linker adds runtime paths of dependent libraries
2068# to runtime path list.
2069inherit_rpath=$inherit_rpath_CXX
2070
2071# Whether libtool must link a program against all its dependency libraries.
2072link_all_deplibs=$link_all_deplibs_CXX
2073
2074# Fix the shell variable \$srcfile for the compiler.
2075fix_srcfile_path=$lt_fix_srcfile_path_CXX
2076
2077# Set to "yes" if exported symbols are required.
2078always_export_symbols=$always_export_symbols_CXX
2079
2080# The commands to list exported symbols.
2081export_symbols_cmds=$lt_export_symbols_cmds_CXX
2082
2083# Symbols that should not be listed in the preloaded symbols.
2084exclude_expsyms=$lt_exclude_expsyms_CXX
2085
2086# Symbols that must always be exported.
2087include_expsyms=$lt_include_expsyms_CXX
2088
2089# Commands necessary for linking programs (against libraries) with templates.
2090prelink_cmds=$lt_prelink_cmds_CXX
2091
2092# Specify filename containing input files.
2093file_list_spec=$lt_file_list_spec_CXX
2094
2095# How to hardcode a shared library path into an executable.
2096hardcode_action=$hardcode_action_CXX
2097
2098# The directories searched by this compiler when creating a shared library.
2099compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2100
2101# Dependencies to place before and after the objects being linked to
2102# create a shared library.
2103predep_objects=$lt_predep_objects_CXX
2104postdep_objects=$lt_postdep_objects_CXX
2105predeps=$lt_predeps_CXX
2106postdeps=$lt_postdeps_CXX
2107
2108# The library search path used internally by the compiler when linking
2109# a shared library.
2110compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2111
2112# ### END LIBTOOL TAG CONFIG: CXX
2113_LT_EOF
2114
2115 ;;
2116
2117  esac
2118done # for ac_tag
2119
2120
2121as_fn_exit 0
Note: See TracBrowser for help on using the browser.