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