root/source/config.status

Revision 159, 66.7 kB (checked in by mercyful, 19 months ago)

Small fix on INI Files.
Tested 64 Bit working now too.

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