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