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 avahi $as_me 0.6.25, 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=" Makefile avahi-common/Makefile avahi-core/Makefile avahi-glib/Makefile avahi-gobject/Makefile avahi-qt/Makefile avahi-daemon/Makefile avahi-daemon/avahi-dbus.conf avahi-discover-standalone/Makefile avahi-client/Makefile initscript/Makefile initscript/debian/Makefile initscript/gentoo/Makefile initscript/archlinux/Makefile initscript/suse/Makefile initscript/fedora/Makefile initscript/lfs/Makefile initscript/mandriva/Makefile initscript/darwin/Makefile initscript/freebsd/Makefile initscript/slackware/Makefile avahi-dnsconfd/Makefile avahi-utils/Makefile avahi-python/Makefile avahi-python/avahi/Makefile avahi-python/avahi-discover/Makefile examples/Makefile common/Makefile man/Makefile tests/Makefile service-type-database/Makefile avahi-sharp/Makefile avahi-ui-sharp/Makefile avahi-compat-libdns_sd/Makefile avahi-compat-howl/Makefile avahi-compat-howl/samples/Makefile avahi-autoipd/Makefile avahi-ui/Makefile po/Makefile.in avahi-client.pc avahi-compat-howl.pc avahi-compat-libdns_sd.pc avahi-core.pc avahi-glib.pc avahi-gobject.pc avahi-qt3.pc avahi-qt4.pc avahi-ui.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="\
358avahi config.status 0.6.25
359configured by ./configure, generated by GNU Autoconf 2.63,
360  with options \"'LDFLAGS=-L${PKG_INSTALL_DIR}/usr/lib' 'CXXFLAGS=-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include' 'CFLAGS=-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' '--host=mipsel-uclibc-linux' '--disable-nls' '--enable-shared' '--enable-static' '--disable-glib' '--disable-gobject' '--disable-qt3' '--disable-qt4' '--disable-gtk' '--disable-dbus' '--with-xml=expat' '--disable-dbm' '--enable-gdbm' '--enable-libdaemon' '--disable-python' '--disable-pygtk' '--disable-python-dbus' '--disable-mono' '--disable-monodoc' '--disable-doxygen-doc' '--disable-doxygen-dot' '--disable-doxygen-man' '--disable-doxygen-rtf' '--disable-doxygen-xml' '--disable-doxygen-chm' '--disable-doxygen-chi' '--disable-doxygen-html' '--disable-doxygen-ps' '--disable-doxygen-pdf' '--disable-xmltoman' '--with-distro=none' '--with-avahi-user=root' '--with-avahi-group=root' '--with-autoipd-user=root' '--with-autoipd-group=root' '--disable-stack-protector' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' 'CPP=mipsel-linux-uclibc-gcc -E'\"
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='${TIMEMACHINE_PATH}/avahi-0.6.25'
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'  'LDFLAGS=-L${PKG_INSTALL_DIR}/usr/lib' 'CXXFLAGS=-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include' 'CFLAGS=-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' '--host=mipsel-uclibc-linux' '--disable-nls' '--enable-shared' '--enable-static' '--disable-glib' '--disable-gobject' '--disable-qt3' '--disable-qt4' '--disable-gtk' '--disable-dbus' '--with-xml=expat' '--disable-dbm' '--enable-gdbm' '--enable-libdaemon' '--disable-python' '--disable-pygtk' '--disable-python-dbus' '--disable-mono' '--disable-monodoc' '--disable-doxygen-doc' '--disable-doxygen-dot' '--disable-doxygen-man' '--disable-doxygen-rtf' '--disable-doxygen-xml' '--disable-doxygen-chm' '--disable-doxygen-chi' '--disable-doxygen-html' '--disable-doxygen-ps' '--disable-doxygen-pdf' '--disable-xmltoman' '--with-distro=none' '--with-avahi-user=root' '--with-avahi-group=root' '--with-autoipd-user=root' '--with-autoipd-group=root' '--disable-stack-protector' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' 'CPP=mipsel-linux-uclibc-gcc -E' $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='mipsel-linux-linux26-ld'
490NM='mipsel-linux-linux26-nm'
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='mipsel-linux-linux26-objdump'
501deplibs_check_method='pass_all'
502file_magic_cmd='$MAGIC_CMD'
503AR='mipsel-linux-linux26-ar'
504AR_FLAGS='cru'
505STRIP='mipsel-linux-linux26-strip'
506RANLIB='mipsel-linux-linux26-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='-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -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 -D_XOPEN_SOURCE=500 -D__EXTENSIONS__'
512compiler='mipsel-linux-uclibc-g++'
513GCC='yes'
514lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
515lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
516lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"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='mipsel-linux-linux26-strip --strip-debug'
592striplib='mipsel-linux-linux26-strip --strip-unneeded'
593compiler_lib_search_dirs=''
594predep_objects=''
595postdep_objects=''
596predeps=''
597postdeps=''
598compiler_lib_search_path=''
599LD_CXX='mipsel-linux-linux26-ld'
600old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
601compiler_CXX='mipsel-linux-uclibc-g++'
602GCC_CXX='yes'
603lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
604lt_prog_compiler_wl_CXX='-Wl,'
605lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
606lt_prog_compiler_static_CXX='-static'
607lt_cv_prog_compiler_c_o_CXX='yes'
608archive_cmds_need_lc_CXX='no'
609enable_shared_with_static_runtimes_CXX='no'
610export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
611whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
612compiler_needs_object_CXX='no'
613old_archive_from_new_cmds_CXX=''
614old_archive_from_expsyms_cmds_CXX=''
615archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
616archive_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'
617module_cmds_CXX=''
618module_expsym_cmds_CXX=''
619with_gnu_ld_CXX='yes'
620allow_undefined_flag_CXX=''
621no_undefined_flag_CXX=''
622hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
623hardcode_libdir_flag_spec_ld_CXX=''
624hardcode_libdir_separator_CXX=''
625hardcode_direct_CXX='no'
626hardcode_direct_absolute_CXX='no'
627hardcode_minus_L_CXX='no'
628hardcode_shlibpath_var_CXX='unsupported'
629hardcode_automatic_CXX='no'
630inherit_rpath_CXX='no'
631link_all_deplibs_CXX='unknown'
632fix_srcfile_path_CXX=''
633always_export_symbols_CXX='no'
634export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
635exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
636include_expsyms_CXX=''
637prelink_cmds_CXX=''
638file_list_spec_CXX=''
639hardcode_action_CXX='immediate'
640compiler_lib_search_dirs_CXX='/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/lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/lib'
641predep_objects_CXX='/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/lib/crti.o /projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3/crtbeginS.o'
642postdep_objects_CXX='/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3/crtendS.o /projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/lib/crtn.o'
643predeps_CXX=''
644postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
645compiler_lib_search_path_CXX='-L/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3 -L/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3/../../../../mipsel-linux-uclibc/lib'
646
647LTCC='mipsel-linux-uclibc-gcc'
648LTCFLAGS='-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include'
649compiler='mipsel-linux-uclibc-gcc'
650
651# Quote evaled strings.
652for 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
653    case `eval \\$ECHO "X\\$$var"` in
654    *[\\\`\"\$]*)
655      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
656      ;;
657    *)
658      eval "lt_$var=\\\"\$$var\\\""
659      ;;
660    esac
661done
662
663# Double-quote double-evaled strings.
664for 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
665    case `eval \\$ECHO "X\\$$var"` in
666    *[\\\`\"\$]*)
667      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
668      ;;
669    *)
670      eval "lt_$var=\\\"\$$var\\\""
671      ;;
672    esac
673done
674
675# Fix-up fallback echo if it was mangled by the above quoting rules.
676case $lt_ECHO in
677*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
678  ;;
679esac
680
681ac_aux_dir='.'
682xsi_shell='yes'
683lt_shell_append='yes'
684
685# See if we are running on zsh, and set the options which allow our
686# commands through without removal of \ escapes INIT.
687if test -n "${ZSH_VERSION+set}" ; then
688   setopt NO_GLOB_SUBST
689fi
690
691
692    PACKAGE='avahi'
693    VERSION='0.6.25'
694    TIMESTAMP=''
695    RM='rm -f'
696    ofile='libtool'
697
698
699
700
701
702
703
704# Handling of arguments.
705for ac_config_target in $ac_config_targets
706do
707  case $ac_config_target in
708    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
709    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
710    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
711    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
712    "avahi-common/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-common/Makefile" ;;
713    "avahi-core/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-core/Makefile" ;;
714    "avahi-glib/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-glib/Makefile" ;;
715    "avahi-gobject/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-gobject/Makefile" ;;
716    "avahi-qt/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-qt/Makefile" ;;
717    "avahi-daemon/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-daemon/Makefile" ;;
718    "avahi-daemon/avahi-dbus.conf") CONFIG_FILES="$CONFIG_FILES avahi-daemon/avahi-dbus.conf" ;;
719    "avahi-discover-standalone/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-discover-standalone/Makefile" ;;
720    "avahi-client/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-client/Makefile" ;;
721    "initscript/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/Makefile" ;;
722    "initscript/debian/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/debian/Makefile" ;;
723    "initscript/gentoo/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/gentoo/Makefile" ;;
724    "initscript/archlinux/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/archlinux/Makefile" ;;
725    "initscript/suse/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/suse/Makefile" ;;
726    "initscript/fedora/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/fedora/Makefile" ;;
727    "initscript/lfs/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/lfs/Makefile" ;;
728    "initscript/mandriva/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/mandriva/Makefile" ;;
729    "initscript/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/darwin/Makefile" ;;
730    "initscript/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/freebsd/Makefile" ;;
731    "initscript/slackware/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/slackware/Makefile" ;;
732    "avahi-dnsconfd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-dnsconfd/Makefile" ;;
733    "avahi-utils/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-utils/Makefile" ;;
734    "avahi-python/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/Makefile" ;;
735    "avahi-python/avahi/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/avahi/Makefile" ;;
736    "avahi-python/avahi-discover/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/avahi-discover/Makefile" ;;
737    "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
738    "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
739    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
740    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
741    "service-type-database/Makefile") CONFIG_FILES="$CONFIG_FILES service-type-database/Makefile" ;;
742    "avahi-sharp/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-sharp/Makefile" ;;
743    "avahi-ui-sharp/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-ui-sharp/Makefile" ;;
744    "avahi-compat-libdns_sd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-libdns_sd/Makefile" ;;
745    "avahi-compat-howl/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-howl/Makefile" ;;
746    "avahi-compat-howl/samples/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-howl/samples/Makefile" ;;
747    "avahi-autoipd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-autoipd/Makefile" ;;
748    "avahi-ui/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-ui/Makefile" ;;
749    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
750    "avahi-client.pc") CONFIG_FILES="$CONFIG_FILES avahi-client.pc" ;;
751    "avahi-compat-howl.pc") CONFIG_FILES="$CONFIG_FILES avahi-compat-howl.pc" ;;
752    "avahi-compat-libdns_sd.pc") CONFIG_FILES="$CONFIG_FILES avahi-compat-libdns_sd.pc" ;;
753    "avahi-core.pc") CONFIG_FILES="$CONFIG_FILES avahi-core.pc" ;;
754    "avahi-glib.pc") CONFIG_FILES="$CONFIG_FILES avahi-glib.pc" ;;
755    "avahi-gobject.pc") CONFIG_FILES="$CONFIG_FILES avahi-gobject.pc" ;;
756    "avahi-qt3.pc") CONFIG_FILES="$CONFIG_FILES avahi-qt3.pc" ;;
757    "avahi-qt4.pc") CONFIG_FILES="$CONFIG_FILES avahi-qt4.pc" ;;
758    "avahi-ui.pc") CONFIG_FILES="$CONFIG_FILES avahi-ui.pc" ;;
759
760  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
761$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
762   { (exit 1); exit 1; }; };;
763  esac
764done
765
766
767# If the user did not use the arguments to specify the items to instantiate,
768# then the envvar interface is used.  Set only those that are not.
769# We use the long form for the default assignment because of an extremely
770# bizarre bug on SunOS 4.1.3.
771if $ac_need_defaults; then
772  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
773  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
774  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
775fi
776
777# Have a temporary directory for convenience.  Make it in the build tree
778# simply because there is no reason against having it here, and in addition,
779# creating and moving files from /tmp can sometimes cause problems.
780# Hook for its removal unless debugging.
781# Note that there is a small window in which the directory will not be cleaned:
782# after its creation but before its name has been assigned to `$tmp'.
783$debug ||
784{
785  tmp=
786  trap 'exit_status=$?
787  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
788' 0
789  trap '{ (exit 1); exit 1; }' 1 2 13 15
790}
791# Create a (secure) tmp directory for tmp files.
792
793{
794  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
795  test -n "$tmp" && test -d "$tmp"
796}  ||
797{
798  tmp=./conf$$-$RANDOM
799  (umask 077 && mkdir "$tmp")
800} ||
801{
802   $as_echo "$as_me: cannot create a temporary directory in ." >&2
803   { (exit 1); exit 1; }
804}
805
806# Set up the scripts for CONFIG_FILES section.
807# No need to generate them if there are no CONFIG_FILES.
808# This happens for instance with `./config.status config.h'.
809if test -n "$CONFIG_FILES"; then
810
811
812ac_cr='
813'
814ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
815if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
816  ac_cs_awk_cr='\\r'
817else
818  ac_cs_awk_cr=$ac_cr
819fi
820
821echo 'BEGIN {' >"$tmp/subs1.awk" &&
822cat >>"$tmp/subs1.awk" <<\_ACAWK &&
823S["am__EXEEXT_FALSE"]=""
824S["am__EXEEXT_TRUE"]="#"
825S["LTLIBOBJS"]=" ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo"
826S["ENABLE_COMPAT_HOWL_FALSE"]=""
827S["ENABLE_COMPAT_HOWL_TRUE"]="#"
828S["ENABLE_COMPAT_LIBDNS_SD_FALSE"]=""
829S["ENABLE_COMPAT_LIBDNS_SD_TRUE"]="#"
830S["ENABLE_TESTS_FALSE"]=""
831S["ENABLE_TESTS_TRUE"]="#"
832S["BUILD_MANPAGES_FALSE"]="#"
833S["BUILD_MANPAGES_TRUE"]=""
834S["USE_XMLTOMAN_FALSE"]=""
835S["USE_XMLTOMAN_TRUE"]="#"
836S["have_xmltoman"]=""
837S["ENABLE_CORE_DOCS_FALSE"]=""
838S["ENABLE_CORE_DOCS_TRUE"]="#"
839S["DOXYGEN_PAPER_SIZE"]=""
840S["DX_COND_latex_FALSE"]=""
841S["DX_COND_latex_TRUE"]="#"
842S["DX_COND_pdf_FALSE"]=""
843S["DX_COND_pdf_TRUE"]="#"
844S["DX_PDFLATEX"]=""
845S["DX_FLAG_pdf"]="0"
846S["DX_COND_ps_FALSE"]=""
847S["DX_COND_ps_TRUE"]="#"
848S["DX_EGREP"]=""
849S["DX_DVIPS"]=""
850S["DX_MAKEINDEX"]=""
851S["DX_LATEX"]=""
852S["DX_FLAG_ps"]="0"
853S["DX_COND_html_FALSE"]=""
854S["DX_COND_html_TRUE"]="#"
855S["DX_FLAG_html"]="0"
856S["DX_COND_chi_FALSE"]=""
857S["DX_COND_chi_TRUE"]="#"
858S["DX_FLAG_chi"]="0"
859S["DX_COND_chm_FALSE"]=""
860S["DX_COND_chm_TRUE"]="#"
861S["DX_HHC"]=""
862S["DX_FLAG_chm"]="0"
863S["DX_COND_xml_FALSE"]=""
864S["DX_COND_xml_TRUE"]="#"
865S["DX_FLAG_xml"]="0"
866S["DX_COND_rtf_FALSE"]=""
867S["DX_COND_rtf_TRUE"]="#"
868S["DX_FLAG_rtf"]="0"
869S["DX_COND_man_FALSE"]=""
870S["DX_COND_man_TRUE"]="#"
871S["DX_FLAG_man"]="0"
872S["DX_COND_dot_FALSE"]=""
873S["DX_COND_dot_TRUE"]="#"
874S["DX_DOT"]=""
875S["DX_FLAG_dot"]="0"
876S["DX_COND_doc_FALSE"]=""
877S["DX_COND_doc_TRUE"]="#"
878S["DX_PERL"]=""
879S["DX_DOXYGEN"]=""
880S["DX_FLAG_doc"]="0"
881S["DX_ENV"]=" SRCDIR='.' PROJECT='avahi' DOCDIR='doxygen' VERSION='0.6.25' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP="\
882"'NO' GENERATE_CHI='NO' GENERATE_HTML='NO' GENERATE_LATEX='NO'"
883S["DX_DOCDIR"]="doxygen"
884S["DX_CONFIG"]="doxygen.cfg"
885S["DX_PROJECT"]="avahi"
886S["interfacesdir"]=""
887S["avahi_socket"]="${prefix}/var/run/avahi-daemon/socket"
888S["avahi_runtime_dir"]="${prefix}/var/run"
889S["AVAHI_AUTOIPD_GROUP"]="root"
890S["AVAHI_AUTOIPD_USER"]="root"
891S["AVAHI_PRIV_ACCESS_GROUP"]="netdev"
892S["AVAHI_GROUP"]="root"
893S["AVAHI_USER"]="root"
894S["ENABLE_AUTOIPD_FALSE"]="#"
895S["ENABLE_AUTOIPD_TRUE"]=""
896S["HAVE_MONODOC_FALSE"]=""
897S["HAVE_MONODOC_TRUE"]="#"
898S["MONODOC_DIR"]=""
899S["MDASSEMBLER"]=""
900S["MONODOCER"]=""
901S["MONODOC_LIBS"]=""
902S["MONODOC_CFLAGS"]=""
903S["HAVE_MONO_FALSE"]=""
904S["HAVE_MONO_TRUE"]="#"
905S["GACUTIL"]=""
906S["MCS"]=""
907S["HAVE_PYTHON_DBUS_FALSE"]=""
908S["HAVE_PYTHON_DBUS_TRUE"]="#"
909S["HAVE_PYGTK_FALSE"]=""
910S["HAVE_PYGTK_TRUE"]="#"
911S["HAVE_PYTHON_FALSE"]=""
912S["HAVE_PYTHON_TRUE"]="#"
913S["pkgpyexecdir"]=""
914S["pyexecdir"]=""
915S["pkgpythondir"]=""
916S["pythondir"]=""
917S["PYTHON_PLATFORM"]=""
918S["PYTHON_EXEC_PREFIX"]=""
919S["PYTHON_PREFIX"]=""
920S["PYTHON_VERSION"]=""
921S["PYTHON"]=""
922S["HAVE_LIBDAEMON_FALSE"]="#"
923S["HAVE_LIBDAEMON_TRUE"]=""
924S["LIBDAEMON_LIBS"]="-ldaemon  "
925S["LIBDAEMON_CFLAGS"]="-D_REENTRANT -I${PKG_INSTALL_DIR}/usr/include  "
926S["HAVE_DBM_FALSE"]=""
927S["HAVE_DBM_TRUE"]="#"
928S["HAVE_GDBM_FALSE"]="#"
929S["HAVE_GDBM_TRUE"]=""
930S["HAVE_XML_FALSE"]="#"
931S["HAVE_XML_TRUE"]=""
932S["XML_CFLAGS"]="-DUSE_EXPAT_H -I${PKG_INSTALL_DIR}/usr/include  "
933S["XML_LIBS"]="-lexpat "
934S["HAVE_DBUS_FALSE"]=""
935S["HAVE_DBUS_TRUE"]="#"
936S["DBUS_SYSTEM_BUS_DEFAULT_ADDRESS"]="Disabled"
937S["DBUS_SYS_DIR"]="Disabled"
938S["DBUS_LIBS"]=""
939S["DBUS_CFLAGS"]=""
940S["HAVE_GTK_FALSE"]=""
941S["HAVE_GTK_TRUE"]="#"
942S["GLADE20_LIBS"]=""
943S["GLADE20_CFLAGS"]=""
944S["GTK20_LIBS"]=""
945S["GTK20_CFLAGS"]=""
946S["HAVE_QT4_FALSE"]=""
947S["HAVE_QT4_TRUE"]="#"
948S["MOC_QT4"]=""
949S["QT4_LIBS"]=""
950S["QT4_CFLAGS"]=""
951S["HAVE_QT3_FALSE"]=""
952S["HAVE_QT3_TRUE"]="#"
953S["MOC_QT3"]=""
954S["QT3_LIBS"]=""
955S["QT3_CFLAGS"]=""
956S["HAVE_GOBJECT_FALSE"]=""
957S["HAVE_GOBJECT_TRUE"]="#"
958S["GOBJECT_LIBS"]=""
959S["GOBJECT_CFLAGS"]=""
960S["HAVE_GLIB_FALSE"]=""
961S["HAVE_GLIB_TRUE"]="#"
962S["GLIB20_LIBS"]=""
963S["GLIB20_CFLAGS"]=""
964S["PKG_CONFIG"]="/usr/bin/pkg-config"
965S["have_pkg_config"]="yes"
966S["avahilocaledir"]="${prefix}/${DATADIRNAME}/locale"
967S["HAVE_KQUEUE_FALSE"]=""
968S["HAVE_KQUEUE_TRUE"]="#"
969S["HAVE_INOTIFY_FALSE"]="#"
970S["HAVE_INOTIFY_TRUE"]=""
971S["HAVE_DLOPEN_FALSE"]="#"
972S["HAVE_DLOPEN_TRUE"]=""
973S["ENABLE_CHROOT_FALSE"]=""
974S["ENABLE_CHROOT_TRUE"]="#"
975S["VISIBILITY_HIDDEN_CFLAGS"]="-fvisibility=hidden -DHAVE_VISIBILITY_HIDDEN"
976S["LIBOBJS"]=" ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o"
977S["TARGET_SLACKWARE_FALSE"]=""
978S["TARGET_SLACKWARE_TRUE"]="#"
979S["TARGET_FREEBSD_FALSE"]=""
980S["TARGET_FREEBSD_TRUE"]="#"
981S["TARGET_NETBSD_FALSE"]=""
982S["TARGET_NETBSD_TRUE"]="#"
983S["TARGET_DARWIN_FALSE"]=""
984S["TARGET_DARWIN_TRUE"]="#"
985S["TARGET_MANDRIVA_FALSE"]=""
986S["TARGET_MANDRIVA_TRUE"]="#"
987S["TARGET_FEDORA_FALSE"]=""
988S["TARGET_FEDORA_TRUE"]="#"
989S["TARGET_ARCHLINUX_FALSE"]=""
990S["TARGET_ARCHLINUX_TRUE"]="#"
991S["TARGET_DEBIAN_FALSE"]=""
992S["TARGET_DEBIAN_TRUE"]="#"
993S["TARGET_GENTOO_FALSE"]=""
994S["TARGET_GENTOO_TRUE"]="#"
995S["TARGET_SUSE_FALSE"]=""
996S["TARGET_SUSE_TRUE"]="#"
997S["TARGET_LFS_FALSE"]=""
998S["TARGET_LFS_TRUE"]="#"
999S["HAVE_SYS_SYSCTL_H_FALSE"]=""
1000S["HAVE_SYS_SYSCTL_H_TRUE"]="#"
1001S["HAVE_SYS_FILIO_H_FALSE"]=""
1002S["HAVE_SYS_FILIO_H_TRUE"]="#"
1003S["HAVE_PF_ROUTE_FALSE"]="#"
1004S["HAVE_PF_ROUTE_TRUE"]=""
1005S["HAVE_NETLINK_FALSE"]="#"
1006S["HAVE_NETLINK_TRUE"]=""
1007S["PTHREAD_CFLAGS"]="-pthread"
1008S["PTHREAD_LIBS"]="-lpthread "
1009S["PTHREAD_CC"]="mipsel-linux-uclibc-gcc"
1010S["acx_pthread_config"]=""
1011S["CXXCPP"]="mipsel-linux-uclibc-g++ -E"
1012S["OTOOL64"]=""
1013S["OTOOL"]=""
1014S["LIPO"]=""
1015S["NMEDIT"]=""
1016S["DSYMUTIL"]=""
1017S["lt_ECHO"]="echo"
1018S["RANLIB"]="mipsel-linux-linux26-ranlib"
1019S["AR"]="mipsel-linux-linux26-ar"
1020S["OBJDUMP"]="mipsel-linux-linux26-objdump"
1021S["NM"]="mipsel-linux-linux26-nm"
1022S["ac_ct_DUMPBIN"]=""
1023S["DUMPBIN"]=""
1024S["LD"]="mipsel-linux-linux26-ld"
1025S["FGREP"]="/bin/grep -F"
1026S["SED"]="/bin/sed"
1027S["host_os"]="linux-gnu"
1028S["host_vendor"]="uclibc"
1029S["host_cpu"]="mipsel"
1030S["host"]="mipsel-uclibc-linux-gnu"
1031S["build_os"]="linux-gnu26"
1032S["build_vendor"]="uclibc"
1033S["build_cpu"]="mipsel"
1034S["build"]="mipsel-uclibc-linux-gnu26"
1035S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1036S["LN_S"]="ln -s"
1037S["EGREP"]="/bin/grep -E"
1038S["GREP"]="/bin/grep"
1039S["CPP"]="mipsel-linux-uclibc-gcc -E"
1040S["am__fastdepCXX_FALSE"]="#"
1041S["am__fastdepCXX_TRUE"]=""
1042S["CXXDEPMODE"]="depmode=gcc3"
1043S["ac_ct_CXX"]=""
1044S["CXXFLAGS"]="-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include"
1045S["CXX"]="mipsel-linux-uclibc-g++"
1046S["am__fastdepCC_FALSE"]="#"
1047S["am__fastdepCC_TRUE"]=""
1048S["CCDEPMODE"]="depmode=gcc3"
1049S["AMDEPBACKSLASH"]="\\"
1050S["AMDEP_FALSE"]="#"
1051S["AMDEP_TRUE"]=""
1052S["am__quote"]=""
1053S["am__include"]="include"
1054S["DEPDIR"]=".deps"
1055S["OBJEXT"]="o"
1056S["EXEEXT"]=""
1057S["ac_ct_CC"]=""
1058S["CPPFLAGS"]="-I${PKG_INSTALL_DIR}/usr/include -I${PKG_INSTALL_DIR}/include"
1059S["LDFLAGS"]="-L${PKG_INSTALL_DIR}/usr/lib"
1060S["CFLAGS"]="-DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -Wform"\
1061"at -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-de"\
1062"cls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE"\
1063"=500 -D__EXTENSIONS__"
1064S["CC"]="mipsel-linux-uclibc-gcc"
1065S["HOWL_COMPAT_VERSION"]="0.9.8"
1066S["LIBAVAHI_COMPAT_HOWL_VERSION_INFO"]="0:0:0"
1067S["LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO"]="1:0:0"
1068S["LIBAVAHI_UI_VERSION_INFO"]="1:1:1"
1069S["LIBAVAHI_QT4_VERSION_INFO"]="1:2:0"
1070S["LIBAVAHI_QT3_VERSION_INFO"]="1:2:0"
1071S["LIBAVAHI_GOBJECT_VERSION_INFO"]="0:1:0"
1072S["LIBAVAHI_GLIB_VERSION_INFO"]="1:1:0"
1073S["LIBAVAHI_CLIENT_VERSION_INFO"]="5:5:2"
1074S["LIBAVAHI_CORE_VERSION_INFO"]="6:1:0"
1075S["LIBAVAHI_COMMON_VERSION_INFO"]="8:1:5"
1076S["PACKAGE_URL"]="http://avahi.org/"
1077S["am__untar"]="${AMTAR} xf -"
1078S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1079S["AMTAR"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run tar"
1080S["am__leading_dot"]="."
1081S["SET_MAKE"]=""
1082S["AWK"]="gawk"
1083S["mkdir_p"]="/bin/mkdir -p"
1084S["MKDIR_P"]="/bin/mkdir -p"
1085S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1086S["STRIP"]="mipsel-linux-linux26-strip"
1087S["install_sh"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/install-sh"
1088S["MAKEINFO"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run makeinfo"
1089S["AUTOHEADER"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run autoheader"
1090S["AUTOMAKE"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run automake-1.11"
1091S["AUTOCONF"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run autoconf"
1092S["ACLOCAL"]="${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run aclocal-1.11"
1093S["VERSION"]="0.6.25"
1094S["PACKAGE"]="avahi"
1095S["CYGPATH_W"]="echo"
1096S["am__isrc"]=""
1097S["INSTALL_DATA"]="${INSTALL} -m 644"
1098S["INSTALL_SCRIPT"]="${INSTALL}"
1099S["INSTALL_PROGRAM"]="${INSTALL}"
1100S["target_alias"]="mipsel-uclibc-linux-gnu26"
1101S["host_alias"]="mipsel-uclibc-linux"
1102S["build_alias"]="mipsel-uclibc-linux-gnu26"
1103S["LIBS"]=""
1104S["ECHO_T"]=""
1105S["ECHO_N"]="-n"
1106S["ECHO_C"]=""
1107S["DEFS"]="-DHAVE_CONFIG_H"
1108S["mandir"]="${datarootdir}/man"
1109S["localedir"]="${datarootdir}/locale"
1110S["libdir"]="${exec_prefix}/lib"
1111S["psdir"]="${docdir}"
1112S["pdfdir"]="${docdir}"
1113S["dvidir"]="${docdir}"
1114S["htmldir"]="${docdir}"
1115S["infodir"]="${datarootdir}/info"
1116S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1117S["oldincludedir"]="/usr/include"
1118S["includedir"]="${prefix}/include"
1119S["localstatedir"]="${prefix}/var"
1120S["sharedstatedir"]="${prefix}/com"
1121S["sysconfdir"]="${prefix}/etc"
1122S["datadir"]="${datarootdir}"
1123S["datarootdir"]="${prefix}/share"
1124S["libexecdir"]="${exec_prefix}/libexec"
1125S["sbindir"]="${exec_prefix}/sbin"
1126S["bindir"]="${exec_prefix}/bin"
1127S["program_transform_name"]="s,x,x,"
1128S["prefix"]="/usr"
1129S["exec_prefix"]="${prefix}"
1130S["PACKAGE_BUGREPORT"]="avahi (at) lists (dot) freedesktop (dot) org"
1131S["PACKAGE_STRING"]="avahi 0.6.25"
1132S["PACKAGE_VERSION"]="0.6.25"
1133S["PACKAGE_TARNAME"]="avahi"
1134S["PACKAGE_NAME"]="avahi"
1135S["PATH_SEPARATOR"]=":"
1136S["SHELL"]="/bin/sh"
1137_ACAWK
1138cat >>"$tmp/subs1.awk" <<_ACAWK &&
1139  for (key in S) S_is_set[key] = 1
1140  FS = ""
1141
1142}
1143{
1144  line = $ 0
1145  nfields = split(line, field, "@")
1146  substed = 0
1147  len = length(field[1])
1148  for (i = 2; i < nfields; i++) {
1149    key = field[i]
1150    keylen = length(key)
1151    if (S_is_set[key]) {
1152      value = S[key]
1153      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1154      len += length(value) + length(field[++i])
1155      substed = 1
1156    } else
1157      len += 1 + keylen
1158  }
1159
1160  print line
1161}
1162
1163_ACAWK
1164if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1165  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1166else
1167  cat
1168fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1169  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
1170$as_echo "$as_me: error: could not setup config files machinery" >&2;}
1171   { (exit 1); exit 1; }; }
1172fi # test -n "$CONFIG_FILES"
1173
1174# Set up the scripts for CONFIG_HEADERS section.
1175# No need to generate them if there are no CONFIG_HEADERS.
1176# This happens for instance with `./config.status Makefile'.
1177if test -n "$CONFIG_HEADERS"; then
1178cat >"$tmp/defines.awk" <<\_ACAWK ||
1179BEGIN {
1180D["PACKAGE_NAME"]=" \"avahi\""
1181D["PACKAGE_TARNAME"]=" \"avahi\""
1182D["PACKAGE_VERSION"]=" \"0.6.25\""
1183D["PACKAGE_STRING"]=" \"avahi 0.6.25\""
1184D["PACKAGE_BUGREPORT"]=" \"avahi (at) lists (dot) freedesktop (dot) org\""
1185D["PACKAGE"]=" \"avahi\""
1186D["VERSION"]=" \"0.6.25\""
1187D["STDC_HEADERS"]=" 1"
1188D["HAVE_SYS_TYPES_H"]=" 1"
1189D["HAVE_SYS_STAT_H"]=" 1"
1190D["HAVE_STDLIB_H"]=" 1"
1191D["HAVE_STRING_H"]=" 1"
1192D["HAVE_MEMORY_H"]=" 1"
1193D["HAVE_STRINGS_H"]=" 1"
1194D["HAVE_INTTYPES_H"]=" 1"
1195D["HAVE_STDINT_H"]=" 1"
1196D["HAVE_UNISTD_H"]=" 1"
1197D["__EXTENSIONS__"]=" 1"
1198D["_ALL_SOURCE"]=" 1"
1199D["_GNU_SOURCE"]=" 1"
1200D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1201D["_TANDEM_SOURCE"]=" 1"
1202D["HAVE_DLFCN_H"]=" 1"
1203D["LT_OBJDIR"]=" \".libs/\""
1204D["HAVE_PTHREAD"]=" 1"
1205D["HAVE_NETLINK"]=" /**/"
1206D["HAVE_PF_ROUTE"]=" /**/"
1207D["HAVE_SYS_SYSCTL_H"]=" /**/"
1208D["HAVE_STRUCT_IP_MREQN"]=" /**/"
1209D["STDC_HEADERS"]=" 1"
1210D["HAVE_ARPA_INET_H"]=" 1"
1211D["HAVE_FCNTL_H"]=" 1"
1212D["HAVE_INTTYPES_H"]=" 1"
1213D["HAVE_LIMITS_H"]=" 1"
1214D["HAVE_NETINET_IN_H"]=" 1"
1215D["HAVE_STDLIB_H"]=" 1"
1216D["HAVE_STRING_H"]=" 1"
1217D["HAVE_SYS_IOCTL_H"]=" 1"
1218D["HAVE_SYS_SOCKET_H"]=" 1"
1219D["HAVE_SYS_TIME_H"]=" 1"
1220D["HAVE_UNISTD_H"]=" 1"
1221D["HAVE_NETDB_H"]=" 1"
1222D["HAVE_SYSLOG_H"]=" 1"
1223D["HAVE__BOOL"]=" 1"
1224D["HAVE_STDBOOL_H"]=" 1"
1225D["TIME_WITH_SYS_TIME"]=" 1"
1226D["HAVE_SYS_WAIT_H"]=" 1"
1227D["HAVE_SYS_SELECT_H"]=" 1"
1228D["HAVE_SYS_SOCKET_H"]=" 1"
1229D["SELECT_TYPE_ARG1"]=" int"
1230D["SELECT_TYPE_ARG234"]=" (fd_set *)"
1231D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
1232D["HAVE_GETHOSTNAME"]=" 1"
1233D["HAVE_MEMCHR"]=" 1"
1234D["HAVE_MEMMOVE"]=" 1"
1235D["HAVE_MEMSET"]=" 1"
1236D["HAVE_MKDIR"]=" 1"
1237D["HAVE_SELECT"]=" 1"
1238D["HAVE_SOCKET"]=" 1"
1239D["HAVE_STRCHR"]=" 1"
1240D["HAVE_STRCSPN"]=" 1"
1241D["HAVE_STRDUP"]=" 1"
1242D["HAVE_STRERROR"]=" 1"
1243D["HAVE_STRRCHR"]=" 1"
1244D["HAVE_STRSPN"]=" 1"
1245D["HAVE_STRSTR"]=" 1"
1246D["HAVE_UNAME"]=" 1"
1247D["HAVE_SETRESUID"]=" 1"
1248D["HAVE_SETREUID"]=" 1"
1249D["HAVE_SETRESGID"]=" 1"
1250D["HAVE_SETREGID"]=" 1"
1251D["HAVE_STRCASECMP"]=" 1"
1252D["HAVE_GETTIMEOFDAY"]=" 1"
1253D["HAVE_PUTENV"]=" 1"
1254D["HAVE_STRNCASECMP"]=" 1"
1255D["HAVE_STRLCPY"]=" 1"
1256D["HAVE_GETHOSTBYNAME"]=" 1"
1257D["HAVE_SETEUID"]=" 1"
1258D["HAVE_SETEGID"]=" 1"
1259D["HAVE_UNISTD_H"]=" 1"
1260D["HAVE_STAT_EMPTY_STRING_BUG"]=" 1"
1261D["HAVE_DECL_ENVIRON"]=" 1"
1262D["HAVE_GCC_VISIBILITY"]=" 1"
1263D["HAVE_VISIBILITY_HIDDEN"]=" /**/"
1264D["HAVE_SYS_PRCTL_H"]=" 1"
1265D["HAVE_CHROOT"]=" 1"
1266D["HAVE_DLFCN_H"]=" 1"
1267D["HAVE_DLOPEN"]=" 1"
1268D["HAVE_SYS_INOTIFY_H"]=" 1"
1269D["HAVE_INOTIFY"]=" 1"
1270D["HAVE_EXPAT_H"]=" 1"
1271D["HAVE_GDBM_H"]=" 1"
1272D["HAVE_GDBM"]=" /**/"
1273D["AVAHI_USER"]=" \"root\""
1274D["AVAHI_GROUP"]=" \"root\""
1275D["AVAHI_PRIV_ACCESS_GROUP"]=" \"netdev\""
1276D["AVAHI_AUTOIPD_USER"]=" \"root\""
1277D["AVAHI_AUTOIPD_GROUP"]=" \"root\""
1278  for (key in D) D_is_set[key] = 1
1279  FS = ""
1280}
1281/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1282  line = $ 0
1283  split(line, arg, " ")
1284  if (arg[1] == "#") {
1285    defundef = arg[2]
1286    mac1 = arg[3]
1287  } else {
1288    defundef = substr(arg[1], 2)
1289    mac1 = arg[2]
1290  }
1291  split(mac1, mac2, "(") #)
1292  macro = mac2[1]
1293  prefix = substr(line, 1, index(line, defundef) - 1)
1294  if (D_is_set[macro]) {
1295    # Preserve the white space surrounding the "#".
1296    print prefix "define", macro P[macro] D[macro]
1297    next
1298  } else {
1299    # Replace #undef with comments.  This is necessary, for example,
1300    # in the case of _POSIX_SOURCE, which is predefined and required
1301    # on some systems where configure will not decide to define it.
1302    if (defundef == "undef") {
1303      print "/*", prefix defundef, macro, "*/"
1304      next
1305    }
1306  }
1307}
1308{ print }
1309_ACAWK
1310  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1311$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1312   { (exit 1); exit 1; }; }
1313fi # test -n "$CONFIG_HEADERS"
1314
1315
1316eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1317shift
1318for ac_tag
1319do
1320  case $ac_tag in
1321  :[FHLC]) ac_mode=$ac_tag; continue;;
1322  esac
1323  case $ac_mode$ac_tag in
1324  :[FHL]*:*);;
1325  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1326$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1327   { (exit 1); exit 1; }; };;
1328  :[FH]-) ac_tag=-:-;;
1329  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1330  esac
1331  ac_save_IFS=$IFS
1332  IFS=:
1333  set x $ac_tag
1334  IFS=$ac_save_IFS
1335  shift
1336  ac_file=$1
1337  shift
1338
1339  case $ac_mode in
1340  :L) ac_source=$1;;
1341  :[FH])
1342    ac_file_inputs=
1343    for ac_f
1344    do
1345      case $ac_f in
1346      -) ac_f="$tmp/stdin";;
1347      *) # Look for the file first in the build tree, then in the source tree
1348	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1349	 # because $ac_f cannot contain `:'.
1350	 test -f "$ac_f" ||
1351	   case $ac_f in
1352	   [\\/$]*) false;;
1353	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1354	   esac ||
1355	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1356$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1357   { (exit 1); exit 1; }; };;
1358      esac
1359      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1360      ac_file_inputs="$ac_file_inputs '$ac_f'"
1361    done
1362
1363    # Let's still pretend it is `configure' which instantiates (i.e., don't
1364    # use $as_me), people would be surprised to read:
1365    #    /* config.h.  Generated by config.status.  */
1366    configure_input='Generated from '`
1367	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1368	`' by configure.'
1369    if test x"$ac_file" != x-; then
1370      configure_input="$ac_file.  $configure_input"
1371      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1372$as_echo "$as_me: creating $ac_file" >&6;}
1373    fi
1374    # Neutralize special characters interpreted by sed in replacement strings.
1375    case $configure_input in #(
1376    *\&* | *\|* | *\\* )
1377       ac_sed_conf_input=`$as_echo "$configure_input" |
1378       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1379    *) ac_sed_conf_input=$configure_input;;
1380    esac
1381
1382    case $ac_tag in
1383    *:-:* | *:-) cat >"$tmp/stdin" \
1384      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1385$as_echo "$as_me: error: could not create $ac_file" >&2;}
1386   { (exit 1); exit 1; }; } ;;
1387    esac
1388    ;;
1389  esac
1390
1391  ac_dir=`$as_dirname -- "$ac_file" ||
1392$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1393	 X"$ac_file" : 'X\(//\)[^/]' \| \
1394	 X"$ac_file" : 'X\(//\)$' \| \
1395	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1396$as_echo X"$ac_file" |
1397    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1398	    s//\1/
1399	    q
1400	  }
1401	  /^X\(\/\/\)[^/].*/{
1402	    s//\1/
1403	    q
1404	  }
1405	  /^X\(\/\/\)$/{
1406	    s//\1/
1407	    q
1408	  }
1409	  /^X\(\/\).*/{
1410	    s//\1/
1411	    q
1412	  }
1413	  s/.*/./; q'`
1414  { as_dir="$ac_dir"
1415  case $as_dir in #(
1416  -*) as_dir=./$as_dir;;
1417  esac
1418  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1419    as_dirs=
1420    while :; do
1421      case $as_dir in #(
1422      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1423      *) as_qdir=$as_dir;;
1424      esac
1425      as_dirs="'$as_qdir' $as_dirs"
1426      as_dir=`$as_dirname -- "$as_dir" ||
1427$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1428	 X"$as_dir" : 'X\(//\)[^/]' \| \
1429	 X"$as_dir" : 'X\(//\)$' \| \
1430	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1431$as_echo X"$as_dir" |
1432    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1433	    s//\1/
1434	    q
1435	  }
1436	  /^X\(\/\/\)[^/].*/{
1437	    s//\1/
1438	    q
1439	  }
1440	  /^X\(\/\/\)$/{
1441	    s//\1/
1442	    q
1443	  }
1444	  /^X\(\/\).*/{
1445	    s//\1/
1446	    q
1447	  }
1448	  s/.*/./; q'`
1449      test -d "$as_dir" && break
1450    done
1451    test -z "$as_dirs" || eval "mkdir $as_dirs"
1452  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1453$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1454   { (exit 1); exit 1; }; }; }
1455  ac_builddir=.
1456
1457case "$ac_dir" in
1458.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459*)
1460  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1461  # A ".." for each directory in $ac_dir_suffix.
1462  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1463  case $ac_top_builddir_sub in
1464  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466  esac ;;
1467esac
1468ac_abs_top_builddir=$ac_pwd
1469ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470# for backward compatibility:
1471ac_top_builddir=$ac_top_build_prefix
1472
1473case $srcdir in
1474  .)  # We are building in place.
1475    ac_srcdir=.
1476    ac_top_srcdir=$ac_top_builddir_sub
1477    ac_abs_top_srcdir=$ac_pwd ;;
1478  [\\/]* | ?:[\\/]* )  # Absolute name.
1479    ac_srcdir=$srcdir$ac_dir_suffix;
1480    ac_top_srcdir=$srcdir
1481    ac_abs_top_srcdir=$srcdir ;;
1482  *) # Relative name.
1483    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484    ac_top_srcdir=$ac_top_build_prefix$srcdir
1485    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486esac
1487ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488
1489
1490  case $ac_mode in
1491  :F)
1492  #
1493  # CONFIG_FILE
1494  #
1495
1496  case $INSTALL in
1497  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1498  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1499  esac
1500  ac_MKDIR_P=$MKDIR_P
1501  case $MKDIR_P in
1502  [\\/$]* | ?:[\\/]* ) ;;
1503  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1504  esac
1505# If the template does not know about datarootdir, expand it.
1506# FIXME: This hack should be removed a few years after 2.60.
1507ac_datarootdir_hack=; ac_datarootdir_seen=
1508
1509ac_sed_dataroot='
1510/datarootdir/ {
1511  p
1512  q
1513}
1514/@datadir@/p
1515/@docdir@/p
1516/@infodir@/p
1517/@localedir@/p
1518/@mandir@/p
1519'
1520case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1521*datarootdir*) ac_datarootdir_seen=yes;;
1522*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1523  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1524$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1525  ac_datarootdir_hack='
1526  s&@datadir@&${datarootdir}&g
1527  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1528  s&@infodir@&${datarootdir}/info&g
1529  s&@localedir@&${datarootdir}/locale&g
1530  s&@mandir@&${datarootdir}/man&g
1531    s&\${datarootdir}&${prefix}/share&g' ;;
1532esac
1533ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
1534s/:*\$(srcdir):*/:/
1535s/:*\${srcdir}:*/:/
1536s/:*@srcdir@:*/:/
1537s/^\([^=]*=[	 ]*\):*/\1/
1538s/:*$//
1539s/^[^=]*=[	 ]*$//
1540}
1541
1542:t
1543/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1544s|@configure_input@|$ac_sed_conf_input|;t t
1545s&@top_builddir@&$ac_top_builddir_sub&;t t
1546s&@top_build_prefix@&$ac_top_build_prefix&;t t
1547s&@srcdir@&$ac_srcdir&;t t
1548s&@abs_srcdir@&$ac_abs_srcdir&;t t
1549s&@top_srcdir@&$ac_top_srcdir&;t t
1550s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1551s&@builddir@&$ac_builddir&;t t
1552s&@abs_builddir@&$ac_abs_builddir&;t t
1553s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1554s&@INSTALL@&$ac_INSTALL&;t t
1555s&@MKDIR_P@&$ac_MKDIR_P&;t t
1556$ac_datarootdir_hack
1557"
1558eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1559  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1560$as_echo "$as_me: error: could not create $ac_file" >&2;}
1561   { (exit 1); exit 1; }; }
1562
1563test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1564  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1565  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1566  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1567which seems to be undefined.  Please make sure it is defined." >&5
1568$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1569which seems to be undefined.  Please make sure it is defined." >&2;}
1570
1571  rm -f "$tmp/stdin"
1572  case $ac_file in
1573  -) cat "$tmp/out" && rm -f "$tmp/out";;
1574  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1575  esac \
1576  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1577$as_echo "$as_me: error: could not create $ac_file" >&2;}
1578   { (exit 1); exit 1; }; }
1579 ;;
1580  :H)
1581  #
1582  # CONFIG_HEADER
1583  #
1584  if test x"$ac_file" != x-; then
1585    {
1586      $as_echo "/* $configure_input  */" \
1587      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1588    } >"$tmp/config.h" \
1589      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1590$as_echo "$as_me: error: could not create $ac_file" >&2;}
1591   { (exit 1); exit 1; }; }
1592    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1593      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1594$as_echo "$as_me: $ac_file is unchanged" >&6;}
1595    else
1596      rm -f "$ac_file"
1597      mv "$tmp/config.h" "$ac_file" \
1598	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1599$as_echo "$as_me: error: could not create $ac_file" >&2;}
1600   { (exit 1); exit 1; }; }
1601    fi
1602  else
1603    $as_echo "/* $configure_input  */" \
1604      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1605      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1606$as_echo "$as_me: error: could not create -" >&2;}
1607   { (exit 1); exit 1; }; }
1608  fi
1609# Compute "$ac_file"'s index in $config_headers.
1610_am_arg="$ac_file"
1611_am_stamp_count=1
1612for _am_header in $config_headers :; do
1613  case $_am_header in
1614    $_am_arg | $_am_arg:* )
1615      break ;;
1616    * )
1617      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1618  esac
1619done
1620echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1621$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1622	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1623	 X"$_am_arg" : 'X\(//\)$' \| \
1624	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1625$as_echo X"$_am_arg" |
1626    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1627	    s//\1/
1628	    q
1629	  }
1630	  /^X\(\/\/\)[^/].*/{
1631	    s//\1/
1632	    q
1633	  }
1634	  /^X\(\/\/\)$/{
1635	    s//\1/
1636	    q
1637	  }
1638	  /^X\(\/\).*/{
1639	    s//\1/
1640	    q
1641	  }
1642	  s/.*/./; q'`/stamp-h$_am_stamp_count
1643 ;;
1644
1645  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1646$as_echo "$as_me: executing $ac_file commands" >&6;}
1647 ;;
1648  esac
1649
1650
1651  case $ac_file$ac_mode in
1652    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1653  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1654  # are listed without --file.  Let's play safe and only enable the eval
1655  # if we detect the quoting.
1656  case $CONFIG_FILES in
1657  *\'*) eval set x "$CONFIG_FILES" ;;
1658  *)   set x $CONFIG_FILES ;;
1659  esac
1660  shift
1661  for mf
1662  do
1663    # Strip MF so we end up with the name of the file.
1664    mf=`echo "$mf" | sed -e 's/:.*$//'`
1665    # Check whether this is an Automake generated Makefile or not.
1666    # We used to match only the files named `Makefile.in', but
1667    # some people rename them; so instead we look at the file content.
1668    # Grep'ing the first line is not enough: some people post-process
1669    # each Makefile.in and add a new line on top of each file to say so.
1670    # Grep'ing the whole file is not good either: AIX grep has a line
1671    # limit of 2048, but all sed's we know have understand at least 4000.
1672    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1673      dirpart=`$as_dirname -- "$mf" ||
1674$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1675	 X"$mf" : 'X\(//\)[^/]' \| \
1676	 X"$mf" : 'X\(//\)$' \| \
1677	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1678$as_echo X"$mf" |
1679    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1680	    s//\1/
1681	    q
1682	  }
1683	  /^X\(\/\/\)[^/].*/{
1684	    s//\1/
1685	    q
1686	  }
1687	  /^X\(\/\/\)$/{
1688	    s//\1/
1689	    q
1690	  }
1691	  /^X\(\/\).*/{
1692	    s//\1/
1693	    q
1694	  }
1695	  s/.*/./; q'`
1696    else
1697      continue
1698    fi
1699    # Extract the definition of DEPDIR, am__include, and am__quote
1700    # from the Makefile without running `make'.
1701    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1702    test -z "$DEPDIR" && continue
1703    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1704    test -z "am__include" && continue
1705    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1706    # When using ansi2knr, U may be empty or an underscore; expand it
1707    U=`sed -n 's/^U = //p' < "$mf"`
1708    # Find all dependency output files, they are included files with
1709    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1710    # simplest approach to changing $(DEPDIR) to its actual value in the
1711    # expansion.
1712    for file in `sed -n "
1713      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1714	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1715      # Make sure the directory exists.
1716      test -f "$dirpart/$file" && continue
1717      fdir=`$as_dirname -- "$file" ||
1718$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1719	 X"$file" : 'X\(//\)[^/]' \| \
1720	 X"$file" : 'X\(//\)$' \| \
1721	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1722$as_echo X"$file" |
1723    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1724	    s//\1/
1725	    q
1726	  }
1727	  /^X\(\/\/\)[^/].*/{
1728	    s//\1/
1729	    q
1730	  }
1731	  /^X\(\/\/\)$/{
1732	    s//\1/
1733	    q
1734	  }
1735	  /^X\(\/\).*/{
1736	    s//\1/
1737	    q
1738	  }
1739	  s/.*/./; q'`
1740      { as_dir=$dirpart/$fdir
1741  case $as_dir in #(
1742  -*) as_dir=./$as_dir;;
1743  esac
1744  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1745    as_dirs=
1746    while :; do
1747      case $as_dir in #(
1748      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1749      *) as_qdir=$as_dir;;
1750      esac
1751      as_dirs="'$as_qdir' $as_dirs"
1752      as_dir=`$as_dirname -- "$as_dir" ||
1753$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1754	 X"$as_dir" : 'X\(//\)[^/]' \| \
1755	 X"$as_dir" : 'X\(//\)$' \| \
1756	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1757$as_echo X"$as_dir" |
1758    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1759	    s//\1/
1760	    q
1761	  }
1762	  /^X\(\/\/\)[^/].*/{
1763	    s//\1/
1764	    q
1765	  }
1766	  /^X\(\/\/\)$/{
1767	    s//\1/
1768	    q
1769	  }
1770	  /^X\(\/\).*/{
1771	    s//\1/
1772	    q
1773	  }
1774	  s/.*/./; q'`
1775      test -d "$as_dir" && break
1776    done
1777    test -z "$as_dirs" || eval "mkdir $as_dirs"
1778  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1779$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1780   { (exit 1); exit 1; }; }; }
1781      # echo "creating $dirpart/$file"
1782      echo '# dummy' > "$dirpart/$file"
1783    done
1784  done
1785}
1786 ;;
1787    "libtool":C)
1788
1789    # See if we are running on zsh, and set the options which allow our
1790    # commands through without removal of \ escapes.
1791    if test -n "${ZSH_VERSION+set}" ; then
1792      setopt NO_GLOB_SUBST
1793    fi
1794
1795    cfgfile="${ofile}T"
1796    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1797    $RM "$cfgfile"
1798
1799    cat <<_LT_EOF >> "$cfgfile"
1800#! $SHELL
1801
1802# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1803# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1804# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1805# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1806#
1807#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1808#                 2006, 2007, 2008 Free Software Foundation, Inc.
1809#   Written by Gordon Matzigkeit, 1996
1810#
1811#   This file is part of GNU Libtool.
1812#
1813# GNU Libtool is free software; you can redistribute it and/or
1814# modify it under the terms of the GNU General Public License as
1815# published by the Free Software Foundation; either version 2 of
1816# the License, or (at your option) any later version.
1817#
1818# As a special exception to the GNU General Public License,
1819# if you distribute this file as part of a program or library that
1820# is built using GNU Libtool, you may include this file under the
1821# same distribution terms that you use for the rest of that program.
1822#
1823# GNU Libtool is distributed in the hope that it will be useful,
1824# but WITHOUT ANY WARRANTY; without even the implied warranty of
1825# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1826# GNU General Public License for more details.
1827#
1828# You should have received a copy of the GNU General Public License
1829# along with GNU Libtool; see the file COPYING.  If not, a copy
1830# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1831# obtained by writing to the Free Software Foundation, Inc.,
1832# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1833
1834
1835# The names of the tagged configurations supported by this script.
1836available_tags="CXX "
1837
1838# ### BEGIN LIBTOOL CONFIG
1839
1840# Which release of libtool.m4 was used?
1841macro_version=$macro_version
1842macro_revision=$macro_revision
1843
1844# Whether or not to build shared libraries.
1845build_libtool_libs=$enable_shared
1846
1847# Whether or not to build static libraries.
1848build_old_libs=$enable_static
1849
1850# What type of objects to build.
1851pic_mode=$pic_mode
1852
1853# Whether or not to optimize for fast installation.
1854fast_install=$enable_fast_install
1855
1856# The host system.
1857host_alias=$host_alias
1858host=$host
1859host_os=$host_os
1860
1861# The build system.
1862build_alias=$build_alias
1863build=$build
1864build_os=$build_os
1865
1866# A sed program that does not truncate output.
1867SED=$lt_SED
1868
1869# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1870Xsed="\$SED -e 1s/^X//"
1871
1872# A grep program that handles long lines.
1873GREP=$lt_GREP
1874
1875# An ERE matcher.
1876EGREP=$lt_EGREP
1877
1878# A literal string matcher.
1879FGREP=$lt_FGREP
1880
1881# A BSD- or MS-compatible name lister.
1882NM=$lt_NM
1883
1884# Whether we need soft or hard links.
1885LN_S=$lt_LN_S
1886
1887# What is the maximum length of a command?
1888max_cmd_len=$max_cmd_len
1889
1890# Object file suffix (normally "o").
1891objext=$ac_objext
1892
1893# Executable file suffix (normally "").
1894exeext=$exeext
1895
1896# whether the shell understands "unset".
1897lt_unset=$lt_unset
1898
1899# turn spaces into newlines.
1900SP2NL=$lt_lt_SP2NL
1901
1902# turn newlines into spaces.
1903NL2SP=$lt_lt_NL2SP
1904
1905# How to create reloadable object files.
1906reload_flag=$lt_reload_flag
1907reload_cmds=$lt_reload_cmds
1908
1909# An object symbol dumper.
1910OBJDUMP=$lt_OBJDUMP
1911
1912# Method to check whether dependent libraries are shared objects.
1913deplibs_check_method=$lt_deplibs_check_method
1914
1915# Command to use when deplibs_check_method == "file_magic".
1916file_magic_cmd=$lt_file_magic_cmd
1917
1918# The archiver.
1919AR=$lt_AR
1920AR_FLAGS=$lt_AR_FLAGS
1921
1922# A symbol stripping program.
1923STRIP=$lt_STRIP
1924
1925# Commands used to install an old-style archive.
1926RANLIB=$lt_RANLIB
1927old_postinstall_cmds=$lt_old_postinstall_cmds
1928old_postuninstall_cmds=$lt_old_postuninstall_cmds
1929
1930# A C compiler.
1931LTCC=$lt_CC
1932
1933# LTCC compiler flags.
1934LTCFLAGS=$lt_CFLAGS
1935
1936# Take the output of nm and produce a listing of raw symbols and C names.
1937global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1938
1939# Transform the output of nm in a proper C declaration.
1940global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1941
1942# Transform the output of nm in a C name address pair.
1943global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1944
1945# Transform the output of nm in a C name address pair when lib prefix is needed.
1946global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1947
1948# The name of the directory that contains temporary libtool files.
1949objdir=$objdir
1950
1951# Shell to use when invoking shell scripts.
1952SHELL=$lt_SHELL
1953
1954# An echo program that does not interpret backslashes.
1955ECHO=$lt_ECHO
1956
1957# Used to examine libraries when file_magic_cmd begins with "file".
1958MAGIC_CMD=$MAGIC_CMD
1959
1960# Must we lock files when doing compilation?
1961need_locks=$lt_need_locks
1962
1963# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1964DSYMUTIL=$lt_DSYMUTIL
1965
1966# Tool to change global to local symbols on Mac OS X.
1967NMEDIT=$lt_NMEDIT
1968
1969# Tool to manipulate fat objects and archives on Mac OS X.
1970LIPO=$lt_LIPO
1971
1972# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1973OTOOL=$lt_OTOOL
1974
1975# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1976OTOOL64=$lt_OTOOL64
1977
1978# Old archive suffix (normally "a").
1979libext=$libext
1980
1981# Shared library suffix (normally ".so").
1982shrext_cmds=$lt_shrext_cmds
1983
1984# The commands to extract the exported symbol list from a shared archive.
1985extract_expsyms_cmds=$lt_extract_expsyms_cmds
1986
1987# Variables whose values should be saved in libtool wrapper scripts and
1988# restored at link time.
1989variables_saved_for_relink=$lt_variables_saved_for_relink
1990
1991# Do we need the "lib" prefix for modules?
1992need_lib_prefix=$need_lib_prefix
1993
1994# Do we need a version for libraries?
1995need_version=$need_version
1996
1997# Library versioning type.
1998version_type=$version_type
1999
2000# Shared library runtime path variable.
2001runpath_var=$runpath_var
2002
2003# Shared library path variable.
2004shlibpath_var=$shlibpath_var
2005
2006# Is shlibpath searched before the hard-coded library search path?
2007shlibpath_overrides_runpath=$shlibpath_overrides_runpath
2008
2009# Format of library name prefix.
2010libname_spec=$lt_libname_spec
2011
2012# List of archive names.  First name is the real one, the rest are links.
2013# The last name is the one that the linker finds with -lNAME
2014library_names_spec=$lt_library_names_spec
2015
2016# The coded name of the library, if different from the real name.
2017soname_spec=$lt_soname_spec
2018
2019# Command to use after installation of a shared archive.
2020postinstall_cmds=$lt_postinstall_cmds
2021
2022# Command to use after uninstallation of a shared archive.
2023postuninstall_cmds=$lt_postuninstall_cmds
2024
2025# Commands used to finish a libtool library installation in a directory.
2026finish_cmds=$lt_finish_cmds
2027
2028# As "finish_cmds", except a single script fragment to be evaled but
2029# not shown.
2030finish_eval=$lt_finish_eval
2031
2032# Whether we should hardcode library paths into libraries.
2033hardcode_into_libs=$hardcode_into_libs
2034
2035# Compile-time system search path for libraries.
2036sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
2037
2038# Run-time system search path for libraries.
2039sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
2040
2041# Whether dlopen is supported.
2042dlopen_support=$enable_dlopen
2043
2044# Whether dlopen of programs is supported.
2045dlopen_self=$enable_dlopen_self
2046
2047# Whether dlopen of statically linked programs is supported.
2048dlopen_self_static=$enable_dlopen_self_static
2049
2050# Commands to strip libraries.
2051old_striplib=$lt_old_striplib
2052striplib=$lt_striplib
2053
2054
2055# The linker used to build libraries.
2056LD=$lt_LD
2057
2058# Commands used to build an old-style archive.
2059old_archive_cmds=$lt_old_archive_cmds
2060
2061# A language specific compiler.
2062CC=$lt_compiler
2063
2064# Is the compiler the GNU compiler?
2065with_gcc=$GCC
2066
2067# Compiler flag to turn off builtin functions.
2068no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2069
2070# How to pass a linker flag through the compiler.
2071wl=$lt_lt_prog_compiler_wl
2072
2073# Additional compiler flags for building library objects.
2074pic_flag=$lt_lt_prog_compiler_pic
2075
2076# Compiler flag to prevent dynamic linking.
2077link_static_flag=$lt_lt_prog_compiler_static
2078
2079# Does compiler simultaneously support -c and -o options?
2080compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2081
2082# Whether or not to add -lc for building shared libraries.
2083build_libtool_need_lc=$archive_cmds_need_lc
2084
2085# Whether or not to disallow shared libs when runtime libs are static.
2086allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2087
2088# Compiler flag to allow reflexive dlopens.
2089export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2090
2091# Compiler flag to generate shared objects directly from archives.
2092whole_archive_flag_spec=$lt_whole_archive_flag_spec
2093
2094# Whether the compiler copes with passing no objects directly.
2095compiler_needs_object=$lt_compiler_needs_object
2096
2097# Create an old-style archive from a shared archive.
2098old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2099
2100# Create a temporary old-style archive to link instead of a shared archive.
2101old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2102
2103# Commands used to build a shared archive.
2104archive_cmds=$lt_archive_cmds
2105archive_expsym_cmds=$lt_archive_expsym_cmds
2106
2107# Commands used to build a loadable module if different from building
2108# a shared archive.
2109module_cmds=$lt_module_cmds
2110module_expsym_cmds=$lt_module_expsym_cmds
2111
2112# Whether we are building with GNU ld or not.
2113with_gnu_ld=$lt_with_gnu_ld
2114
2115# Flag that allows shared libraries with undefined symbols to be built.
2116allow_undefined_flag=$lt_allow_undefined_flag
2117
2118# Flag that enforces no undefined symbols.
2119no_undefined_flag=$lt_no_undefined_flag
2120
2121# Flag to hardcode \$libdir into a binary during linking.
2122# This must work even if \$libdir does not exist
2123hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2124
2125# If ld is used when linking, flag to hardcode \$libdir into a binary
2126# during linking.  This must work even if \$libdir does not exist.
2127hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2128
2129# Whether we need a single "-rpath" flag with a separated argument.
2130hardcode_libdir_separator=$lt_hardcode_libdir_separator
2131
2132# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2133# DIR into the resulting binary.
2134hardcode_direct=$hardcode_direct
2135
2136# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2137# DIR into the resulting binary and the resulting library dependency is
2138# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2139# library is relocated.
2140hardcode_direct_absolute=$hardcode_direct_absolute
2141
2142# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2143# into the resulting binary.
2144hardcode_minus_L=$hardcode_minus_L
2145
2146# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2147# into the resulting binary.
2148hardcode_shlibpath_var=$hardcode_shlibpath_var
2149
2150# Set to "yes" if building a shared library automatically hardcodes DIR
2151# into the library and all subsequent libraries and executables linked
2152# against it.
2153hardcode_automatic=$hardcode_automatic
2154
2155# Set to yes if linker adds runtime paths of dependent libraries
2156# to runtime path list.
2157inherit_rpath=$inherit_rpath
2158
2159# Whether libtool must link a program against all its dependency libraries.
2160link_all_deplibs=$link_all_deplibs
2161
2162# Fix the shell variable \$srcfile for the compiler.
2163fix_srcfile_path=$lt_fix_srcfile_path
2164
2165# Set to "yes" if exported symbols are required.
2166always_export_symbols=$always_export_symbols
2167
2168# The commands to list exported symbols.
2169export_symbols_cmds=$lt_export_symbols_cmds
2170
2171# Symbols that should not be listed in the preloaded symbols.
2172exclude_expsyms=$lt_exclude_expsyms
2173
2174# Symbols that must always be exported.
2175include_expsyms=$lt_include_expsyms
2176
2177# Commands necessary for linking programs (against libraries) with templates.
2178prelink_cmds=$lt_prelink_cmds
2179
2180# Specify filename containing input files.
2181file_list_spec=$lt_file_list_spec
2182
2183# How to hardcode a shared library path into an executable.
2184hardcode_action=$hardcode_action
2185
2186# The directories searched by this compiler when creating a shared library.
2187compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2188
2189# Dependencies to place before and after the objects being linked to
2190# create a shared library.
2191predep_objects=$lt_predep_objects
2192postdep_objects=$lt_postdep_objects
2193predeps=$lt_predeps
2194postdeps=$lt_postdeps
2195
2196# The library search path used internally by the compiler when linking
2197# a shared library.
2198compiler_lib_search_path=$lt_compiler_lib_search_path
2199
2200# ### END LIBTOOL CONFIG
2201
2202_LT_EOF
2203
2204  case $host_os in
2205  aix3*)
2206    cat <<\_LT_EOF >> "$cfgfile"
2207# AIX sometimes has problems with the GCC collect2 program.  For some
2208# reason, if we set the COLLECT_NAMES environment variable, the problems
2209# vanish in a puff of smoke.
2210if test "X${COLLECT_NAMES+set}" != Xset; then
2211  COLLECT_NAMES=
2212  export COLLECT_NAMES
2213fi
2214_LT_EOF
2215    ;;
2216  esac
2217
2218
2219ltmain="$ac_aux_dir/ltmain.sh"
2220
2221
2222  # We use sed instead of cat because bash on DJGPP gets confused if
2223  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2224  # text mode, it properly converts lines to CR/LF.  This bash problem
2225  # is reportedly fixed, but why not run on old versions too?
2226  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
2227    || (rm -f "$cfgfile"; exit 1)
2228
2229  case $xsi_shell in
2230  yes)
2231    cat << \_LT_EOF >> "$cfgfile"
2232
2233# func_dirname file append nondir_replacement
2234# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2235# otherwise set result to NONDIR_REPLACEMENT.
2236func_dirname ()
2237{
2238  case ${1} in
2239    */*) func_dirname_result="${1%/*}${2}" ;;
2240    *  ) func_dirname_result="${3}" ;;
2241  esac
2242}
2243
2244# func_basename file
2245func_basename ()
2246{
2247  func_basename_result="${1##*/}"
2248}
2249
2250# func_dirname_and_basename file append nondir_replacement
2251# perform func_basename and func_dirname in a single function
2252# call:
2253#   dirname:  Compute the dirname of FILE.  If nonempty,
2254#             add APPEND to the result, otherwise set result
2255#             to NONDIR_REPLACEMENT.
2256#             value returned in "$func_dirname_result"
2257#   basename: Compute filename of FILE.
2258#             value retuned in "$func_basename_result"
2259# Implementation must be kept synchronized with func_dirname
2260# and func_basename. For efficiency, we do not delegate to
2261# those functions but instead duplicate the functionality here.
2262func_dirname_and_basename ()
2263{
2264  case ${1} in
2265    */*) func_dirname_result="${1%/*}${2}" ;;
2266    *  ) func_dirname_result="${3}" ;;
2267  esac
2268  func_basename_result="${1##*/}"
2269}
2270
2271# func_stripname prefix suffix name
2272# strip PREFIX and SUFFIX off of NAME.
2273# PREFIX and SUFFIX must not contain globbing or regex special
2274# characters, hashes, percent signs, but SUFFIX may contain a leading
2275# dot (in which case that matches only a dot).
2276func_stripname ()
2277{
2278  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
2279  # positional parameters, so assign one to ordinary parameter first.
2280  func_stripname_result=${3}
2281  func_stripname_result=${func_stripname_result#"${1}"}
2282  func_stripname_result=${func_stripname_result%"${2}"}
2283}
2284
2285# func_opt_split
2286func_opt_split ()
2287{
2288  func_opt_split_opt=${1%%=*}
2289  func_opt_split_arg=${1#*=}
2290}
2291
2292# func_lo2o object
2293func_lo2o ()
2294{
2295  case ${1} in
2296    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
2297    *)    func_lo2o_result=${1} ;;
2298  esac
2299}
2300
2301# func_xform libobj-or-source
2302func_xform ()
2303{
2304  func_xform_result=${1%.*}.lo
2305}
2306
2307# func_arith arithmetic-term...
2308func_arith ()
2309{
2310  func_arith_result=$(( $* ))
2311}
2312
2313# func_len string
2314# STRING may not start with a hyphen.
2315func_len ()
2316{
2317  func_len_result=${#1}
2318}
2319
2320_LT_EOF
2321    ;;
2322  *) # Bourne compatible functions.
2323    cat << \_LT_EOF >> "$cfgfile"
2324
2325# func_dirname file append nondir_replacement
2326# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2327# otherwise set result to NONDIR_REPLACEMENT.
2328func_dirname ()
2329{
2330  # Extract subdirectory from the argument.
2331  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
2332  if test "X$func_dirname_result" = "X${1}"; then
2333    func_dirname_result="${3}"
2334  else
2335    func_dirname_result="$func_dirname_result${2}"
2336  fi
2337}
2338
2339# func_basename file
2340func_basename ()
2341{
2342  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
2343}
2344
2345
2346# func_stripname prefix suffix name
2347# strip PREFIX and SUFFIX off of NAME.
2348# PREFIX and SUFFIX must not contain globbing or regex special
2349# characters, hashes, percent signs, but SUFFIX may contain a leading
2350# dot (in which case that matches only a dot).
2351# func_strip_suffix prefix name
2352func_stripname ()
2353{
2354  case ${2} in
2355    .*) func_stripname_result=`$ECHO "X${3}" \
2356           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2357    *)  func_stripname_result=`$ECHO "X${3}" \
2358           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2359  esac
2360}
2361
2362# sed scripts:
2363my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2364my_sed_long_arg='1s/^-[^=]*=//'
2365
2366# func_opt_split
2367func_opt_split ()
2368{
2369  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2370  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2371}
2372
2373# func_lo2o object
2374func_lo2o ()
2375{
2376  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2377}
2378
2379# func_xform libobj-or-source
2380func_xform ()
2381{
2382  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2383}
2384
2385# func_arith arithmetic-term...
2386func_arith ()
2387{
2388  func_arith_result=`expr "$@"`
2389}
2390
2391# func_len string
2392# STRING may not start with a hyphen.
2393func_len ()
2394{
2395  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2396}
2397
2398_LT_EOF
2399esac
2400
2401case $lt_shell_append in
2402  yes)
2403    cat << \_LT_EOF >> "$cfgfile"
2404
2405# func_append var value
2406# Append VALUE to the end of shell variable VAR.
2407func_append ()
2408{
2409  eval "$1+=\$2"
2410}
2411_LT_EOF
2412    ;;
2413  *)
2414    cat << \_LT_EOF >> "$cfgfile"
2415
2416# func_append var value
2417# Append VALUE to the end of shell variable VAR.
2418func_append ()
2419{
2420  eval "$1=\$$1\$2"
2421}
2422
2423_LT_EOF
2424    ;;
2425  esac
2426
2427
2428  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2429    || (rm -f "$cfgfile"; exit 1)
2430
2431  mv -f "$cfgfile" "$ofile" ||
2432    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2433  chmod +x "$ofile"
2434
2435
2436    cat <<_LT_EOF >> "$ofile"
2437
2438# ### BEGIN LIBTOOL TAG CONFIG: CXX
2439
2440# The linker used to build libraries.
2441LD=$lt_LD_CXX
2442
2443# Commands used to build an old-style archive.
2444old_archive_cmds=$lt_old_archive_cmds_CXX
2445
2446# A language specific compiler.
2447CC=$lt_compiler_CXX
2448
2449# Is the compiler the GNU compiler?
2450with_gcc=$GCC_CXX
2451
2452# Compiler flag to turn off builtin functions.
2453no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2454
2455# How to pass a linker flag through the compiler.
2456wl=$lt_lt_prog_compiler_wl_CXX
2457
2458# Additional compiler flags for building library objects.
2459pic_flag=$lt_lt_prog_compiler_pic_CXX
2460
2461# Compiler flag to prevent dynamic linking.
2462link_static_flag=$lt_lt_prog_compiler_static_CXX
2463
2464# Does compiler simultaneously support -c and -o options?
2465compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2466
2467# Whether or not to add -lc for building shared libraries.
2468build_libtool_need_lc=$archive_cmds_need_lc_CXX
2469
2470# Whether or not to disallow shared libs when runtime libs are static.
2471allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2472
2473# Compiler flag to allow reflexive dlopens.
2474export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2475
2476# Compiler flag to generate shared objects directly from archives.
2477whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2478
2479# Whether the compiler copes with passing no objects directly.
2480compiler_needs_object=$lt_compiler_needs_object_CXX
2481
2482# Create an old-style archive from a shared archive.
2483old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2484
2485# Create a temporary old-style archive to link instead of a shared archive.
2486old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2487
2488# Commands used to build a shared archive.
2489archive_cmds=$lt_archive_cmds_CXX
2490archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2491
2492# Commands used to build a loadable module if different from building
2493# a shared archive.
2494module_cmds=$lt_module_cmds_CXX
2495module_expsym_cmds=$lt_module_expsym_cmds_CXX
2496
2497# Whether we are building with GNU ld or not.
2498with_gnu_ld=$lt_with_gnu_ld_CXX
2499
2500# Flag that allows shared libraries with undefined symbols to be built.
2501allow_undefined_flag=$lt_allow_undefined_flag_CXX
2502
2503# Flag that enforces no undefined symbols.
2504no_undefined_flag=$lt_no_undefined_flag_CXX
2505
2506# Flag to hardcode \$libdir into a binary during linking.
2507# This must work even if \$libdir does not exist
2508hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2509
2510# If ld is used when linking, flag to hardcode \$libdir into a binary
2511# during linking.  This must work even if \$libdir does not exist.
2512hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2513
2514# Whether we need a single "-rpath" flag with a separated argument.
2515hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2516
2517# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2518# DIR into the resulting binary.
2519hardcode_direct=$hardcode_direct_CXX
2520
2521# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2522# DIR into the resulting binary and the resulting library dependency is
2523# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2524# library is relocated.
2525hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2526
2527# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2528# into the resulting binary.
2529hardcode_minus_L=$hardcode_minus_L_CXX
2530
2531# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2532# into the resulting binary.
2533hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2534
2535# Set to "yes" if building a shared library automatically hardcodes DIR
2536# into the library and all subsequent libraries and executables linked
2537# against it.
2538hardcode_automatic=$hardcode_automatic_CXX
2539
2540# Set to yes if linker adds runtime paths of dependent libraries
2541# to runtime path list.
2542inherit_rpath=$inherit_rpath_CXX
2543
2544# Whether libtool must link a program against all its dependency libraries.
2545link_all_deplibs=$link_all_deplibs_CXX
2546
2547# Fix the shell variable \$srcfile for the compiler.
2548fix_srcfile_path=$lt_fix_srcfile_path_CXX
2549
2550# Set to "yes" if exported symbols are required.
2551always_export_symbols=$always_export_symbols_CXX
2552
2553# The commands to list exported symbols.
2554export_symbols_cmds=$lt_export_symbols_cmds_CXX
2555
2556# Symbols that should not be listed in the preloaded symbols.
2557exclude_expsyms=$lt_exclude_expsyms_CXX
2558
2559# Symbols that must always be exported.
2560include_expsyms=$lt_include_expsyms_CXX
2561
2562# Commands necessary for linking programs (against libraries) with templates.
2563prelink_cmds=$lt_prelink_cmds_CXX
2564
2565# Specify filename containing input files.
2566file_list_spec=$lt_file_list_spec_CXX
2567
2568# How to hardcode a shared library path into an executable.
2569hardcode_action=$hardcode_action_CXX
2570
2571# The directories searched by this compiler when creating a shared library.
2572compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2573
2574# Dependencies to place before and after the objects being linked to
2575# create a shared library.
2576predep_objects=$lt_predep_objects_CXX
2577postdep_objects=$lt_postdep_objects_CXX
2578predeps=$lt_predeps_CXX
2579postdeps=$lt_postdeps_CXX
2580
2581# The library search path used internally by the compiler when linking
2582# a shared library.
2583compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2584
2585# ### END LIBTOOL TAG CONFIG: CXX
2586_LT_EOF
2587
2588 ;;
2589
2590  esac
2591done # for ac_tag
2592
2593
2594{ (exit 0); exit 0; }
2595