blob: a5385ce8f8aec14fc0da297c5886cd3ad7c8fa03 [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 $as_me, 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=" src/ccgnu2-config src/libccext2.pc src/libccgnu2.pc src/Makefile w32/Makefile w32/vs2008/Makefile w32/vs2008/ccext2.vcproj w32/vs2008/ccgnu2.vcproj w32/vs2008/common.sln m4/Makefile doc/Doxyfile doc/Makefile demo/Makefile inc/Makefile inc/cc++/Makefile Makefile commoncpp2.spec tests/Makefile commoncpp2.list w32/ccgnu2.dsp w32/ccext2.dsp w32/ccgnu2.vcproj w32/ccext2.vcproj"
409config_headers=" config.h"
410config_commands=" libtool depfiles"
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 the package provider."
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' 'host_alias=arm-linux-androideabi' 'CXXFLAGS=-Wno-psabi'"
443ac_cs_version="\
444config.status
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/commoncpp2-1.8.1-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' 'host_alias=arm-linux-androideabi' 'CXXFLAGS=-Wno-psabi' $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#
554
555
556# The HP-UX ksh and POSIX shell print the target directory to stdout
557# if CDPATH is set.
558(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
559
560sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
561double_quote_subst='s/\(["`\\]\)/\\\1/g'
562delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
563AS='as'
564DLLTOOL='dlltool'
565OBJDUMP='objdump'
566macro_version='2.4'
567macro_revision='1.3293'
568enable_shared='yes'
569enable_static='yes'
570pic_mode='default'
571enable_fast_install='yes'
572SHELL='/bin/bash'
573ECHO='printf %s\n'
574host_alias='arm-linux-androideabi'
575host='arm-unknown-linux-androideabi'
576host_os='linux-androideabi'
577build_alias=''
578build='x86_64-unknown-linux-gnu'
579build_os='linux-gnu'
580SED='/bin/sed'
581Xsed='/bin/sed -e 1s/^X//'
582GREP='/bin/grep'
583EGREP='/bin/grep -E'
584FGREP='/bin/grep -F'
585LD='/home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld'
586NM='/home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B'
587LN_S='ln -s'
588max_cmd_len='1572864'
589ac_objext='o'
590exeext=''
591lt_unset='unset'
592lt_SP2NL='tr \040 \012'
593lt_NL2SP='tr \015\012 \040\040'
594lt_cv_to_host_file_cmd='func_convert_file_noop'
595lt_cv_to_tool_file_cmd='func_convert_file_noop'
596reload_flag=' -r'
597reload_cmds='$LD$reload_flag -o $output$reload_objs'
598deplibs_check_method='pass_all'
599file_magic_cmd='$MAGIC_CMD'
600file_magic_glob=''
601want_nocaseglob='no'
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 AS DLLTOOL OBJDUMP SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob 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='autoconf'
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='commoncpp2'
801 VERSION='1.8.1'
802 TIMESTAMP=''
803 RM='rm -f'
804 ofile='libtool'
805
806
807
808
809
810AMDEP_TRUE="" ac_aux_dir="autoconf"
811
812
813# Handling of arguments.
814for ac_config_target in $ac_config_targets
815do
816 case $ac_config_target in
817 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
818 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
819 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
820 "src/ccgnu2-config") CONFIG_FILES="$CONFIG_FILES src/ccgnu2-config" ;;
821 "src/libccext2.pc") CONFIG_FILES="$CONFIG_FILES src/libccext2.pc" ;;
822 "src/libccgnu2.pc") CONFIG_FILES="$CONFIG_FILES src/libccgnu2.pc" ;;
823 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
824 "w32/Makefile") CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;
825 "w32/vs2008/Makefile") CONFIG_FILES="$CONFIG_FILES w32/vs2008/Makefile" ;;
826 "w32/vs2008/ccext2.vcproj") CONFIG_FILES="$CONFIG_FILES w32/vs2008/ccext2.vcproj" ;;
827 "w32/vs2008/ccgnu2.vcproj") CONFIG_FILES="$CONFIG_FILES w32/vs2008/ccgnu2.vcproj" ;;
828 "w32/vs2008/common.sln") CONFIG_FILES="$CONFIG_FILES w32/vs2008/common.sln" ;;
829 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
830 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
831 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
832 "demo/Makefile") CONFIG_FILES="$CONFIG_FILES demo/Makefile" ;;
833 "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
834 "inc/cc++/Makefile") CONFIG_FILES="$CONFIG_FILES inc/cc++/Makefile" ;;
835 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
836 "commoncpp2.spec") CONFIG_FILES="$CONFIG_FILES commoncpp2.spec" ;;
837 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
838 "commoncpp2.list") CONFIG_FILES="$CONFIG_FILES commoncpp2.list" ;;
839 "w32/ccgnu2.dsp") CONFIG_FILES="$CONFIG_FILES w32/ccgnu2.dsp" ;;
840 "w32/ccext2.dsp") CONFIG_FILES="$CONFIG_FILES w32/ccext2.dsp" ;;
841 "w32/ccgnu2.vcproj") CONFIG_FILES="$CONFIG_FILES w32/ccgnu2.vcproj" ;;
842 "w32/ccext2.vcproj") CONFIG_FILES="$CONFIG_FILES w32/ccext2.vcproj" ;;
843
844 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
845 esac
846done
847
848
849# If the user did not use the arguments to specify the items to instantiate,
850# then the envvar interface is used. Set only those that are not.
851# We use the long form for the default assignment because of an extremely
852# bizarre bug on SunOS 4.1.3.
853if $ac_need_defaults; then
854 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
855 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
856 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
857fi
858
859# Have a temporary directory for convenience. Make it in the build tree
860# simply because there is no reason against having it here, and in addition,
861# creating and moving files from /tmp can sometimes cause problems.
862# Hook for its removal unless debugging.
863# Note that there is a small window in which the directory will not be cleaned:
864# after its creation but before its name has been assigned to `$tmp'.
865$debug ||
866{
867 tmp= ac_tmp=
868 trap 'exit_status=$?
869 : "${ac_tmp:=$tmp}"
870 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
871' 0
872 trap 'as_fn_exit 1' 1 2 13 15
873}
874# Create a (secure) tmp directory for tmp files.
875
876{
877 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
878 test -d "$tmp"
879} ||
880{
881 tmp=./conf$$-$RANDOM
882 (umask 077 && mkdir "$tmp")
883} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
884ac_tmp=$tmp
885
886# Set up the scripts for CONFIG_FILES section.
887# No need to generate them if there are no CONFIG_FILES.
888# This happens for instance with `./config.status config.h'.
889if test -n "$CONFIG_FILES"; then
890
891
892ac_cr=`echo X | tr X '\015'`
893# On cygwin, bash can eat \r inside `` if the user requested igncr.
894# But we know of no other shell where ac_cr would be empty at this
895# point, so we can use a bashism as a fallback.
896if test "x$ac_cr" = x; then
897 eval ac_cr=\$\'\\r\'
898fi
899ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
900if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
901 ac_cs_awk_cr='\\r'
902else
903 ac_cs_awk_cr=$ac_cr
904fi
905
906echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
907cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
908S["am__EXEEXT_FALSE"]=""
909S["am__EXEEXT_TRUE"]="#"
910S["LTLIBOBJS"]=""
911S["LIBOBJS"]=""
912S["LIB_MAJOR"]="0"
913S["LIB_VERSION"]="1_8"
914S["GETOPT_LONG_FALSE"]=""
915S["GETOPT_LONG_TRUE"]="#"
916S["DOXY_FALSE"]=""
917S["DOXY_TRUE"]="#"
918S["DOXYGEN"]="no"
919S["etc_confdir"]="/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/etc"
920S["STAGE2"]=""
921S["BASE_LIB"]="../src/libccgnu2.la"
922S["MODULE_FLAGS"]="-module -shared -avoid-version"
923S["SHARED_FLAGS"]=""
924S["COMMON_FLAGS"]="-D_GNU_SOURCE -I/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/include"
925S["ost_cv_dynloader"]="yes"
926S["EXTRAS_FALSE"]="#"
927S["EXTRAS_TRUE"]=""
928S["WIN32_FALSE"]=""
929S["WIN32_TRUE"]="#"
930S["incprefix"]=""
931S["CCXX_DIR"]="$(top_srcdir)/inc"
932S["KDOC_DIR"]="$(top_srcdir)/doc"
933S["WARN_FLAGS"]="-pedantic -Wall"
934S["WITH_CPPUNIT_TESTS_FALSE"]=""
935S["WITH_CPPUNIT_TESTS_TRUE"]="#"
936S["CPPUNIT_LIBS"]=" "
937S["SSL_LIBS"]=""
938S["ZSTREAM_LIBS"]="-lz"
939S["SOCKET_LIBS"]=""
940S["PTHREAD_CC"]=""
941S["THREAD_LIBS"]=" -pthread"
942S["THREAD_FLAGS"]=""
943S["thrprefix"]="/usr/include"
944S["DYN_LOADER"]="-ldl"
945S["LIBGETOPTOBJS"]=""
946S["GETOPT_LIBS"]=""
947S["WINVERSION"]="1,8,1,0"
948S["FTPDIR"]=""
949S["MAINT"]="#"
950S["MAINTAINER_MODE_FALSE"]=""
951S["MAINTAINER_MODE_TRUE"]="#"
952S["LT_CCXX_VERSION"]="-version-info 0:1"
953S["LT_MINOR"]="1"
954S["LT_MAJOR"]="0"
955S["LT_SUBVER"]="0.1"
956S["LT_RELEASE"]="1.8"
957S["am__fastdepCXX_FALSE"]="#"
958S["am__fastdepCXX_TRUE"]=""
959S["CXXDEPMODE"]="depmode=gcc3"
960S["am__fastdepCC_FALSE"]="#"
961S["am__fastdepCC_TRUE"]=""
962S["CCDEPMODE"]="depmode=gcc3"
963S["AMDEPBACKSLASH"]="\\"
964S["AMDEP_FALSE"]="#"
965S["AMDEP_TRUE"]=""
966S["am__quote"]=""
967S["am__include"]="include"
968S["DEPDIR"]=".deps"
969S["am__untar"]="${AMTAR} xf -"
970S["am__tar"]="${AMTAR} chof - \"$$tardir\""
971S["AMTAR"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run tar"
972S["am__leading_dot"]="."
973S["SET_MAKE"]=""
974S["mkdir_p"]="/bin/mkdir -p"
975S["MKDIR_P"]="/bin/mkdir -p"
976S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
977S["install_sh"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/install-sh"
978S["MAKEINFO"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run makeinfo"
979S["AUTOHEADER"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoheader"
980S["AUTOMAKE"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run automake-1.11"
981S["AUTOCONF"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoconf"
982S["ACLOCAL"]="${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run aclocal-1.11"
983S["VERSION"]="1.8.1"
984S["PACKAGE"]="commoncpp2"
985S["CYGPATH_W"]="echo"
986S["am__isrc"]=""
987S["INSTALL_DATA"]="${INSTALL} -m 644"
988S["INSTALL_SCRIPT"]="${INSTALL}"
989S["INSTALL_PROGRAM"]="${INSTALL}"
990S["OTOOL64"]=""
991S["OTOOL"]=""
992S["LIPO"]=""
993S["NMEDIT"]=""
994S["DSYMUTIL"]=""
995S["MANIFEST_TOOL"]=":"
996S["AWK"]="gawk"
997S["RANLIB"]="arm-linux-androideabi-ranlib"
998S["STRIP"]="arm-linux-androideabi-strip"
999S["ac_ct_AR"]=""
1000S["AR"]="arm-linux-androideabi-ar"
1001S["LN_S"]="ln -s"
1002S["NM"]="/home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B"
1003S["ac_ct_DUMPBIN"]=""
1004S["DUMPBIN"]=""
1005S["LD"]="/home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld"
1006S["FGREP"]="/bin/grep -F"
1007S["SED"]="/bin/sed"
1008S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1009S["OBJDUMP"]="objdump"
1010S["DLLTOOL"]="dlltool"
1011S["AS"]="as"
1012S["MSWIN32_FALSE"]=""
1013S["MSWIN32_TRUE"]="#"
1014S["EGREP"]="/bin/grep -E"
1015S["GREP"]="/bin/grep"
1016S["CXXCPP"]="arm-linux-androideabi-g++ -E"
1017S["ac_ct_CXX"]=""
1018S["CXXFLAGS"]="-Wno-psabi"
1019S["CPP"]="arm-linux-androideabi-gcc -E"
1020S["OBJEXT"]="o"
1021S["EXEEXT"]=""
1022S["ac_ct_CC"]=""
1023S["CPPFLAGS"]=""
1024S["LDFLAGS"]=""
1025S["CFLAGS"]="-g -O2"
1026S["target_os"]="linux-androideabi"
1027S["target_vendor"]="unknown"
1028S["target_cpu"]="arm"
1029S["target"]="arm-unknown-linux-androideabi"
1030S["host_os"]="linux-androideabi"
1031S["host_vendor"]="unknown"
1032S["host_cpu"]="arm"
1033S["host"]="arm-unknown-linux-androideabi"
1034S["build_os"]="linux-gnu"
1035S["build_vendor"]="unknown"
1036S["build_cpu"]="x86_64"
1037S["build"]="x86_64-unknown-linux-gnu"
1038S["ccincludedir"]="${includedir}/cc++2"
1039S["CXX"]="arm-linux-androideabi-g++"
1040S["CC"]="arm-linux-androideabi-gcc"
1041S["target_alias"]=""
1042S["host_alias"]="arm-linux-androideabi"
1043S["build_alias"]=""
1044S["LIBS"]=" -L/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib"
1045S["ECHO_T"]=""
1046S["ECHO_N"]="-n"
1047S["ECHO_C"]=""
1048S["DEFS"]="-DHAVE_CONFIG_H"
1049S["mandir"]="${datarootdir}/man"
1050S["localedir"]="${datarootdir}/locale"
1051S["libdir"]="${exec_prefix}/lib"
1052S["psdir"]="${docdir}"
1053S["pdfdir"]="${docdir}"
1054S["dvidir"]="${docdir}"
1055S["htmldir"]="${docdir}"
1056S["infodir"]="${datarootdir}/info"
1057S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1058S["oldincludedir"]="/usr/include"
1059S["includedir"]="${prefix}/include"
1060S["localstatedir"]="${prefix}/var"
1061S["sharedstatedir"]="${prefix}/com"
1062S["sysconfdir"]="${prefix}/etc"
1063S["datadir"]="${datarootdir}"
1064S["datarootdir"]="${prefix}/share"
1065S["libexecdir"]="${exec_prefix}/libexec"
1066S["sbindir"]="${exec_prefix}/sbin"
1067S["bindir"]="${exec_prefix}/bin"
1068S["program_transform_name"]="s,x,x,"
1069S["prefix"]="/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr"
1070S["exec_prefix"]="${prefix}"
1071S["PACKAGE_URL"]=""
1072S["PACKAGE_BUGREPORT"]=""
1073S["PACKAGE_STRING"]=""
1074S["PACKAGE_VERSION"]=""
1075S["PACKAGE_TARNAME"]=""
1076S["PACKAGE_NAME"]=""
1077S["PATH_SEPARATOR"]=":"
1078S["SHELL"]="/bin/bash"
1079_ACAWK
1080cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1081 for (key in S) S_is_set[key] = 1
1082 FS = ""
1083
1084}
1085{
1086 line = $ 0
1087 nfields = split(line, field, "@")
1088 substed = 0
1089 len = length(field[1])
1090 for (i = 2; i < nfields; i++) {
1091 key = field[i]
1092 keylen = length(key)
1093 if (S_is_set[key]) {
1094 value = S[key]
1095 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1096 len += length(value) + length(field[++i])
1097 substed = 1
1098 } else
1099 len += 1 + keylen
1100 }
1101
1102 print line
1103}
1104
1105_ACAWK
1106if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1107 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1108else
1109 cat
1110fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1111 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1112fi # test -n "$CONFIG_FILES"
1113
1114# Set up the scripts for CONFIG_HEADERS section.
1115# No need to generate them if there are no CONFIG_HEADERS.
1116# This happens for instance with `./config.status Makefile'.
1117if test -n "$CONFIG_HEADERS"; then
1118cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1119BEGIN {
1120D["PACKAGE_NAME"]=" \"\""
1121D["PACKAGE_TARNAME"]=" \"\""
1122D["PACKAGE_VERSION"]=" \"\""
1123D["PACKAGE_STRING"]=" \"\""
1124D["PACKAGE_BUGREPORT"]=" \"\""
1125D["PACKAGE_URL"]=" \"\""
1126D["STDC_HEADERS"]=" 1"
1127D["HAVE_SYS_TYPES_H"]=" 1"
1128D["HAVE_SYS_STAT_H"]=" 1"
1129D["HAVE_STDLIB_H"]=" 1"
1130D["HAVE_STRING_H"]=" 1"
1131D["HAVE_MEMORY_H"]=" 1"
1132D["HAVE_STRINGS_H"]=" 1"
1133D["HAVE_INTTYPES_H"]=" 1"
1134D["HAVE_STDINT_H"]=" 1"
1135D["HAVE_UNISTD_H"]=" 1"
1136D["__EXTENSIONS__"]=" 1"
1137D["_ALL_SOURCE"]=" 1"
1138D["_GNU_SOURCE"]=" 1"
1139D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1140D["_TANDEM_SOURCE"]=" 1"
1141D["HAVE_DLFCN_H"]=" 1"
1142D["LT_OBJDIR"]=" \".libs/\""
1143D["PACKAGE"]=" \"commoncpp2\""
1144D["VERSION"]=" \"1.8.1\""
1145D["restrict"]=" __restrict"
1146D["HAVE_UNISTD_H"]=" 1"
1147D["HAVE_FEATURES_H"]=" 1"
1148D["HAVE_FCNTL_H"]=" 1"
1149D["TIME_WITH_SYS_TIME"]=" 1"
1150D["HAVE_SYS_TIME_H"]=" 1"
1151D["HAVE_SYS_TYPES_H"]=" 1"
1152D["HAVE_SYS_TYPES_STD"]=" 1"
1153D["HAVE_SYS_TYPES_64"]=" 1"
1154D["HAVE_LONG_LONG"]=" 1"
1155D["HAVE_ENDIAN_H"]=" 1"
1156D["HAVE_SIGACTION"]=" 1"
1157D["HAVE_SETITIMER"]=" 1"
1158D["HAVE_SIGWAIT"]=" 1"
1159D["RETSIGTYPE"]=" void"
1160D["HAVE_SIGWAIT2"]=" 1"
1161D["HAVE_STRCASECMP"]=" 1"
1162D["HAVE_STRINGS_H"]=" 1"
1163D["HAVE_ALLOCA_H"]=" 1"
1164D["HAVE_GETOPT"]=" 1"
1165D["HAVE_GETOPT"]=" 1"
1166D["HAVE_GETOPT_H"]=" 1"
1167D["HAVE_GETOPT_LONG"]=" 1"
1168D["HAVE_GETOPT_LONG"]=" 1"
1169D["HAVE_DLFCN_H"]=" 1"
1170D["HAVE_MODULES"]=" 1"
1171D["HAVE_PTHREAD_H"]=" 1"
1172D["HAVE_PTHREAD_H"]=" 1"
1173D["HAVE_PTHREAD_NANOSLEEP"]=" 1"
1174D["HAVE_CLOCK_GETTIME"]=" 1"
1175D["HAVE_HIRES_TIMER"]=" 1"
1176D["HAVE_MLOCK"]=" 1"
1177D["HAVE_SEMAPHORE_H"]=" 1"
1178D["HAVE_SCHED_H"]=" 1"
1179D["HAVE_SCHED_GETSCHEDULER"]=" 1"
1180D["PTHREAD_MUTEXTYPE_RECURSIVE"]=" PTHREAD_MUTEX_RECURSIVE_NP"
1181D["HAVE_PTHREAD_MUTEXATTR_SETTYPE"]=" 1"
1182D["HAVE_PTHREAD_RWLOCK"]=" 1"
1183D["HAVE_PREAD_PWRITE"]=" 1"
1184D["HAVE_PTHREAD_ATTR_SETSTACKSIZE"]=" 1"
1185D["HAVE_PTHREAD_SCHED_YIELD"]=" 1"
1186D["HAVE_SETENV"]=" 1"
1187D["HAVE_STRTOK_R"]=" 1"
1188D["HAVE_LOCALTIME_R"]=" 1"
1189D["HAVE_READDIR_R"]=" 1"
1190D["HAVE_STRERROR_R"]=" 1"
1191D["HAVE_POLL_H"]=" 1"
1192D["HAVE_SYS_POLL_H"]=" 1"
1193D["HAVE_POLL"]=" 1"
1194D["HAVE_NET_IF_H"]=" 1"
1195D["HAVE_SYS_SOCKET_H"]=" 1"
1196D["HAVE_SYS_SELECT_H"]=" 1"
1197D["HAVE_NETINET_IN_SYSTM_H"]=" 1"
1198D["HAVE_NETINET_IP_H"]=" 1"
1199D["HAVE_NETINET_IN_H"]=" 1"
1200D["HAVE_ARPA_INET_H"]=" 1"
1201D["HAVE_GETADDRINFO"]=" 1"
1202D["HAVE_LINUX_IN6_H"]=" 1"
1203D["HAVE_INET_PTON"]=" 1"
1204D["HAVE_GETHOSTBYNAME2"]=" 1"
1205D["HAVE_INET_SOCKETS"]=" 1"
1206D["HAVE_INET_ATON"]=" 1"
1207D["HAVE_SOCKLEN_T"]=" 1"
1208D["HAVE_ERRNO_H"]=" 1"
1209D["HAVE_LIMITS_H"]=" 1"
1210D["HAVE_SYS_TYPES_H"]=" 1"
1211D["HAVE_SYS_SOCKET_H"]=" 1"
1212D["HAVE_SYS_IOCTL_H"]=" 1"
1213D["HAVE_UNISTD_H"]=" 1"
1214D["HAVE_NET_IF_H"]=" 1"
1215D["HAVE_LINUX_NETFILTER_IPV4_H"]=" 1"
1216D["HAVE_LINUX_NETFILTER_IPV6_H"]=" 1"
1217D["HAVE_NAT_NETFILTER"]=" 1"
1218D["CCXX_NAT"]=" 1"
1219D["USE_MONOTONIC_TIMER"]=" 1"
1220D["HAVE_EXTRAS"]=" 1"
1221D["HAVE_ZLIB_H"]=" 1"
1222D["HAVE_ZLIB_H"]=" 1"
1223D["HAVE_SYS_FILE_H"]=" 1"
1224D["HAVE_SYS_PARAM_H"]=" 1"
1225D["HAVE_SYS_WAIT_H"]=" 1"
1226D["HAVE_SYSLOG_H"]=" 1"
1227D["HAVE_REALPATH"]=" 1"
1228D["HAVE_LSTAT"]=" 1"
1229D["HAVE_SNPRINTF"]=" 1"
1230D["HAVE_MEMMOVE"]=" 1"
1231D["HAVE_STRDUP"]=" 1"
1232D["HAVE_WAITPID"]=" 1"
1233D["HAVE_GETTIMEOFDAY"]=" 1"
1234D["HAVE_SETEGID"]=" 1"
1235D["HAVE_SETPGRP"]=" 1"
1236D["HAVE_BOOL_TYPE"]=" 1"
1237D["CCXX_EXCEPTIONS"]=" 1"
1238D["HAVE_OLD_IOSTREAM"]=" 1"
1239D["ETC_CONFDIR"]=" \"/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/etc/\""
1240 for (key in D) D_is_set[key] = 1
1241 FS = ""
1242}
1243/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1244 line = $ 0
1245 split(line, arg, " ")
1246 if (arg[1] == "#") {
1247 defundef = arg[2]
1248 mac1 = arg[3]
1249 } else {
1250 defundef = substr(arg[1], 2)
1251 mac1 = arg[2]
1252 }
1253 split(mac1, mac2, "(") #)
1254 macro = mac2[1]
1255 prefix = substr(line, 1, index(line, defundef) - 1)
1256 if (D_is_set[macro]) {
1257 # Preserve the white space surrounding the "#".
1258 print prefix "define", macro P[macro] D[macro]
1259 next
1260 } else {
1261 # Replace #undef with comments. This is necessary, for example,
1262 # in the case of _POSIX_SOURCE, which is predefined and required
1263 # on some systems where configure will not decide to define it.
1264 if (defundef == "undef") {
1265 print "/*", prefix defundef, macro, "*/"
1266 next
1267 }
1268 }
1269}
1270{ print }
1271_ACAWK
1272 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1273fi # test -n "$CONFIG_HEADERS"
1274
1275
1276eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1277shift
1278for ac_tag
1279do
1280 case $ac_tag in
1281 :[FHLC]) ac_mode=$ac_tag; continue;;
1282 esac
1283 case $ac_mode$ac_tag in
1284 :[FHL]*:*);;
1285 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1286 :[FH]-) ac_tag=-:-;;
1287 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1288 esac
1289 ac_save_IFS=$IFS
1290 IFS=:
1291 set x $ac_tag
1292 IFS=$ac_save_IFS
1293 shift
1294 ac_file=$1
1295 shift
1296
1297 case $ac_mode in
1298 :L) ac_source=$1;;
1299 :[FH])
1300 ac_file_inputs=
1301 for ac_f
1302 do
1303 case $ac_f in
1304 -) ac_f="$ac_tmp/stdin";;
1305 *) # Look for the file first in the build tree, then in the source tree
1306 # (if the path is not absolute). The absolute path cannot be DOS-style,
1307 # because $ac_f cannot contain `:'.
1308 test -f "$ac_f" ||
1309 case $ac_f in
1310 [\\/$]*) false;;
1311 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1312 esac ||
1313 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1314 esac
1315 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1316 as_fn_append ac_file_inputs " '$ac_f'"
1317 done
1318
1319 # Let's still pretend it is `configure' which instantiates (i.e., don't
1320 # use $as_me), people would be surprised to read:
1321 # /* config.h. Generated by config.status. */
1322 configure_input='Generated from '`
1323 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1324 `' by configure.'
1325 if test x"$ac_file" != x-; then
1326 configure_input="$ac_file. $configure_input"
1327 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1328$as_echo "$as_me: creating $ac_file" >&6;}
1329 fi
1330 # Neutralize special characters interpreted by sed in replacement strings.
1331 case $configure_input in #(
1332 *\&* | *\|* | *\\* )
1333 ac_sed_conf_input=`$as_echo "$configure_input" |
1334 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1335 *) ac_sed_conf_input=$configure_input;;
1336 esac
1337
1338 case $ac_tag in
1339 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1341 esac
1342 ;;
1343 esac
1344
1345 ac_dir=`$as_dirname -- "$ac_file" ||
1346$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1347 X"$ac_file" : 'X\(//\)[^/]' \| \
1348 X"$ac_file" : 'X\(//\)$' \| \
1349 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1350$as_echo X"$ac_file" |
1351 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1352 s//\1/
1353 q
1354 }
1355 /^X\(\/\/\)[^/].*/{
1356 s//\1/
1357 q
1358 }
1359 /^X\(\/\/\)$/{
1360 s//\1/
1361 q
1362 }
1363 /^X\(\/\).*/{
1364 s//\1/
1365 q
1366 }
1367 s/.*/./; q'`
1368 as_dir="$ac_dir"; as_fn_mkdir_p
1369 ac_builddir=.
1370
1371case "$ac_dir" in
1372.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1373*)
1374 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1375 # A ".." for each directory in $ac_dir_suffix.
1376 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1377 case $ac_top_builddir_sub in
1378 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1379 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1380 esac ;;
1381esac
1382ac_abs_top_builddir=$ac_pwd
1383ac_abs_builddir=$ac_pwd$ac_dir_suffix
1384# for backward compatibility:
1385ac_top_builddir=$ac_top_build_prefix
1386
1387case $srcdir in
1388 .) # We are building in place.
1389 ac_srcdir=.
1390 ac_top_srcdir=$ac_top_builddir_sub
1391 ac_abs_top_srcdir=$ac_pwd ;;
1392 [\\/]* | ?:[\\/]* ) # Absolute name.
1393 ac_srcdir=$srcdir$ac_dir_suffix;
1394 ac_top_srcdir=$srcdir
1395 ac_abs_top_srcdir=$srcdir ;;
1396 *) # Relative name.
1397 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1398 ac_top_srcdir=$ac_top_build_prefix$srcdir
1399 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1400esac
1401ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1402
1403
1404 case $ac_mode in
1405 :F)
1406 #
1407 # CONFIG_FILE
1408 #
1409
1410 case $INSTALL in
1411 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1412 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1413 esac
1414 ac_MKDIR_P=$MKDIR_P
1415 case $MKDIR_P in
1416 [\\/$]* | ?:[\\/]* ) ;;
1417 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1418 esac
1419# If the template does not know about datarootdir, expand it.
1420# FIXME: This hack should be removed a few years after 2.60.
1421ac_datarootdir_hack=; ac_datarootdir_seen=
1422ac_sed_dataroot='
1423/datarootdir/ {
1424 p
1425 q
1426}
1427/@datadir@/p
1428/@docdir@/p
1429/@infodir@/p
1430/@localedir@/p
1431/@mandir@/p'
1432case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1433*datarootdir*) ac_datarootdir_seen=yes;;
1434*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1436$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1437 ac_datarootdir_hack='
1438 s&@datadir@&${datarootdir}&g
1439 s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1440 s&@infodir@&${datarootdir}/info&g
1441 s&@localedir@&${datarootdir}/locale&g
1442 s&@mandir@&${datarootdir}/man&g
1443 s&\${datarootdir}&${prefix}/share&g' ;;
1444esac
1445ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1446h
1447s///
1448s/^/:/
1449s/[ ]*$/:/
1450s/:\$(srcdir):/:/g
1451s/:\${srcdir}:/:/g
1452s/:@srcdir@:/:/g
1453s/^:*//
1454s/:*$//
1455x
1456s/\(=[ ]*\).*/\1/
1457G
1458s/\n//
1459s/^[^=]*=[ ]*$//
1460}
1461
1462:t
1463/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1464s|@configure_input@|$ac_sed_conf_input|;t t
1465s&@top_builddir@&$ac_top_builddir_sub&;t t
1466s&@top_build_prefix@&$ac_top_build_prefix&;t t
1467s&@srcdir@&$ac_srcdir&;t t
1468s&@abs_srcdir@&$ac_abs_srcdir&;t t
1469s&@top_srcdir@&$ac_top_srcdir&;t t
1470s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1471s&@builddir@&$ac_builddir&;t t
1472s&@abs_builddir@&$ac_abs_builddir&;t t
1473s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1474s&@INSTALL@&$ac_INSTALL&;t t
1475s&@MKDIR_P@&$ac_MKDIR_P&;t t
1476$ac_datarootdir_hack
1477"
1478eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1479 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1480
1481test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1482 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1483 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1484 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1486which seems to be undefined. Please make sure it is defined" >&5
1487$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1488which seems to be undefined. Please make sure it is defined" >&2;}
1489
1490 rm -f "$ac_tmp/stdin"
1491 case $ac_file in
1492 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1493 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1494 esac \
1495 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1496 ;;
1497 :H)
1498 #
1499 # CONFIG_HEADER
1500 #
1501 if test x"$ac_file" != x-; then
1502 {
1503 $as_echo "/* $configure_input */" \
1504 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1505 } >"$ac_tmp/config.h" \
1506 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1507 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1508 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1509$as_echo "$as_me: $ac_file is unchanged" >&6;}
1510 else
1511 rm -f "$ac_file"
1512 mv "$ac_tmp/config.h" "$ac_file" \
1513 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1514 fi
1515 else
1516 $as_echo "/* $configure_input */" \
1517 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1518 || as_fn_error $? "could not create -" "$LINENO" 5
1519 fi
1520# Compute "$ac_file"'s index in $config_headers.
1521_am_arg="$ac_file"
1522_am_stamp_count=1
1523for _am_header in $config_headers :; do
1524 case $_am_header in
1525 $_am_arg | $_am_arg:* )
1526 break ;;
1527 * )
1528 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1529 esac
1530done
1531echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1532$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1533 X"$_am_arg" : 'X\(//\)[^/]' \| \
1534 X"$_am_arg" : 'X\(//\)$' \| \
1535 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1536$as_echo X"$_am_arg" |
1537 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1538 s//\1/
1539 q
1540 }
1541 /^X\(\/\/\)[^/].*/{
1542 s//\1/
1543 q
1544 }
1545 /^X\(\/\/\)$/{
1546 s//\1/
1547 q
1548 }
1549 /^X\(\/\).*/{
1550 s//\1/
1551 q
1552 }
1553 s/.*/./; q'`/stamp-h$_am_stamp_count
1554 ;;
1555
1556 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1557$as_echo "$as_me: executing $ac_file commands" >&6;}
1558 ;;
1559 esac
1560
1561
1562 case $ac_file$ac_mode in
1563 "libtool":C)
1564
1565 # See if we are running on zsh, and set the options which allow our
1566 # commands through without removal of \ escapes.
1567 if test -n "${ZSH_VERSION+set}" ; then
1568 setopt NO_GLOB_SUBST
1569 fi
1570
1571 cfgfile="${ofile}T"
1572 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1573 $RM "$cfgfile"
1574
1575 cat <<_LT_EOF >> "$cfgfile"
1576#! $SHELL
1577
1578# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1579# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1580# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1581# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1582#
1583# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1584# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1585# Inc.
1586# Written by Gordon Matzigkeit, 1996
1587#
1588# This file is part of GNU Libtool.
1589#
1590# GNU Libtool is free software; you can redistribute it and/or
1591# modify it under the terms of the GNU General Public License as
1592# published by the Free Software Foundation; either version 2 of
1593# the License, or (at your option) any later version.
1594#
1595# As a special exception to the GNU General Public License,
1596# if you distribute this file as part of a program or library that
1597# is built using GNU Libtool, you may include this file under the
1598# same distribution terms that you use for the rest of that program.
1599#
1600# GNU Libtool is distributed in the hope that it will be useful,
1601# but WITHOUT ANY WARRANTY; without even the implied warranty of
1602# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1603# GNU General Public License for more details.
1604#
1605# You should have received a copy of the GNU General Public License
1606# along with GNU Libtool; see the file COPYING. If not, a copy
1607# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1608# obtained by writing to the Free Software Foundation, Inc.,
1609# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1610
1611
1612# The names of the tagged configurations supported by this script.
1613available_tags="CXX "
1614
1615# ### BEGIN LIBTOOL CONFIG
1616
1617# Assembler program.
1618AS=$lt_AS
1619
1620# DLL creation program.
1621DLLTOOL=$lt_DLLTOOL
1622
1623# Object dumper program.
1624OBJDUMP=$lt_OBJDUMP
1625
1626# Which release of libtool.m4 was used?
1627macro_version=$macro_version
1628macro_revision=$macro_revision
1629
1630# Whether or not to build shared libraries.
1631build_libtool_libs=$enable_shared
1632
1633# Whether or not to build static libraries.
1634build_old_libs=$enable_static
1635
1636# What type of objects to build.
1637pic_mode=$pic_mode
1638
1639# Whether or not to optimize for fast installation.
1640fast_install=$enable_fast_install
1641
1642# Shell to use when invoking shell scripts.
1643SHELL=$lt_SHELL
1644
1645# An echo program that protects backslashes.
1646ECHO=$lt_ECHO
1647
1648# The host system.
1649host_alias=$host_alias
1650host=$host
1651host_os=$host_os
1652
1653# The build system.
1654build_alias=$build_alias
1655build=$build
1656build_os=$build_os
1657
1658# A sed program that does not truncate output.
1659SED=$lt_SED
1660
1661# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1662Xsed="\$SED -e 1s/^X//"
1663
1664# A grep program that handles long lines.
1665GREP=$lt_GREP
1666
1667# An ERE matcher.
1668EGREP=$lt_EGREP
1669
1670# A literal string matcher.
1671FGREP=$lt_FGREP
1672
1673# A BSD- or MS-compatible name lister.
1674NM=$lt_NM
1675
1676# Whether we need soft or hard links.
1677LN_S=$lt_LN_S
1678
1679# What is the maximum length of a command?
1680max_cmd_len=$max_cmd_len
1681
1682# Object file suffix (normally "o").
1683objext=$ac_objext
1684
1685# Executable file suffix (normally "").
1686exeext=$exeext
1687
1688# whether the shell understands "unset".
1689lt_unset=$lt_unset
1690
1691# turn spaces into newlines.
1692SP2NL=$lt_lt_SP2NL
1693
1694# turn newlines into spaces.
1695NL2SP=$lt_lt_NL2SP
1696
1697# convert \$build file names to \$host format.
1698to_host_file_cmd=$lt_cv_to_host_file_cmd
1699
1700# convert \$build files to toolchain format.
1701to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1702
1703# Method to check whether dependent libraries are shared objects.
1704deplibs_check_method=$lt_deplibs_check_method
1705
1706# Command to use when deplibs_check_method = "file_magic".
1707file_magic_cmd=$lt_file_magic_cmd
1708
1709# How to find potential files when deplibs_check_method = "file_magic".
1710file_magic_glob=$lt_file_magic_glob
1711
1712# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1713want_nocaseglob=$lt_want_nocaseglob
1714
1715# Command to associate shared and link libraries.
1716sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1717
1718# The archiver.
1719AR=$lt_AR
1720
1721# Flags to create an archive.
1722AR_FLAGS=$lt_AR_FLAGS
1723
1724# How to feed a file listing to the archiver.
1725archiver_list_spec=$lt_archiver_list_spec
1726
1727# A symbol stripping program.
1728STRIP=$lt_STRIP
1729
1730# Commands used to install an old-style archive.
1731RANLIB=$lt_RANLIB
1732old_postinstall_cmds=$lt_old_postinstall_cmds
1733old_postuninstall_cmds=$lt_old_postuninstall_cmds
1734
1735# Whether to use a lock for old archive extraction.
1736lock_old_archive_extraction=$lock_old_archive_extraction
1737
1738# A C compiler.
1739LTCC=$lt_CC
1740
1741# LTCC compiler flags.
1742LTCFLAGS=$lt_CFLAGS
1743
1744# Take the output of nm and produce a listing of raw symbols and C names.
1745global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1746
1747# Transform the output of nm in a proper C declaration.
1748global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1749
1750# Transform the output of nm in a C name address pair.
1751global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1752
1753# Transform the output of nm in a C name address pair when lib prefix is needed.
1754global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1755
1756# Specify filename containing input files for \$NM.
1757nm_file_list_spec=$lt_nm_file_list_spec
1758
1759# The root where to search for dependent libraries,and in which our libraries should be installed.
1760lt_sysroot=$lt_sysroot
1761
1762# The name of the directory that contains temporary libtool files.
1763objdir=$objdir
1764
1765# Used to examine libraries when file_magic_cmd begins with "file".
1766MAGIC_CMD=$MAGIC_CMD
1767
1768# Must we lock files when doing compilation?
1769need_locks=$lt_need_locks
1770
1771# Manifest tool.
1772MANIFEST_TOOL=$lt_MANIFEST_TOOL
1773
1774# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1775DSYMUTIL=$lt_DSYMUTIL
1776
1777# Tool to change global to local symbols on Mac OS X.
1778NMEDIT=$lt_NMEDIT
1779
1780# Tool to manipulate fat objects and archives on Mac OS X.
1781LIPO=$lt_LIPO
1782
1783# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1784OTOOL=$lt_OTOOL
1785
1786# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1787OTOOL64=$lt_OTOOL64
1788
1789# Old archive suffix (normally "a").
1790libext=$libext
1791
1792# Shared library suffix (normally ".so").
1793shrext_cmds=$lt_shrext_cmds
1794
1795# The commands to extract the exported symbol list from a shared archive.
1796extract_expsyms_cmds=$lt_extract_expsyms_cmds
1797
1798# Variables whose values should be saved in libtool wrapper scripts and
1799# restored at link time.
1800variables_saved_for_relink=$lt_variables_saved_for_relink
1801
1802# Do we need the "lib" prefix for modules?
1803need_lib_prefix=$need_lib_prefix
1804
1805# Do we need a version for libraries?
1806need_version=$need_version
1807
1808# Library versioning type.
1809version_type=$version_type
1810
1811# Shared library runtime path variable.
1812runpath_var=$runpath_var
1813
1814# Shared library path variable.
1815shlibpath_var=$shlibpath_var
1816
1817# Is shlibpath searched before the hard-coded library search path?
1818shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1819
1820# Format of library name prefix.
1821libname_spec=$lt_libname_spec
1822
1823# List of archive names. First name is the real one, the rest are links.
1824# The last name is the one that the linker finds with -lNAME
1825library_names_spec=$lt_library_names_spec
1826
1827# The coded name of the library, if different from the real name.
1828soname_spec=$lt_soname_spec
1829
1830# Permission mode override for installation of shared libraries.
1831install_override_mode=$lt_install_override_mode
1832
1833# Command to use after installation of a shared archive.
1834postinstall_cmds=$lt_postinstall_cmds
1835
1836# Command to use after uninstallation of a shared archive.
1837postuninstall_cmds=$lt_postuninstall_cmds
1838
1839# Commands used to finish a libtool library installation in a directory.
1840finish_cmds=$lt_finish_cmds
1841
1842# As "finish_cmds", except a single script fragment to be evaled but
1843# not shown.
1844finish_eval=$lt_finish_eval
1845
1846# Whether we should hardcode library paths into libraries.
1847hardcode_into_libs=$hardcode_into_libs
1848
1849# Compile-time system search path for libraries.
1850sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1851
1852# Run-time system search path for libraries.
1853sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1854
1855# Whether dlopen is supported.
1856dlopen_support=$enable_dlopen
1857
1858# Whether dlopen of programs is supported.
1859dlopen_self=$enable_dlopen_self
1860
1861# Whether dlopen of statically linked programs is supported.
1862dlopen_self_static=$enable_dlopen_self_static
1863
1864# Commands to strip libraries.
1865old_striplib=$lt_old_striplib
1866striplib=$lt_striplib
1867
1868
1869# The linker used to build libraries.
1870LD=$lt_LD
1871
1872# How to create reloadable object files.
1873reload_flag=$lt_reload_flag
1874reload_cmds=$lt_reload_cmds
1875
1876# Commands used to build an old-style archive.
1877old_archive_cmds=$lt_old_archive_cmds
1878
1879# A language specific compiler.
1880CC=$lt_compiler
1881
1882# Is the compiler the GNU compiler?
1883with_gcc=$GCC
1884
1885# Compiler flag to turn off builtin functions.
1886no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1887
1888# Additional compiler flags for building library objects.
1889pic_flag=$lt_lt_prog_compiler_pic
1890
1891# How to pass a linker flag through the compiler.
1892wl=$lt_lt_prog_compiler_wl
1893
1894# Compiler flag to prevent dynamic linking.
1895link_static_flag=$lt_lt_prog_compiler_static
1896
1897# Does compiler simultaneously support -c and -o options?
1898compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1899
1900# Whether or not to add -lc for building shared libraries.
1901build_libtool_need_lc=$archive_cmds_need_lc
1902
1903# Whether or not to disallow shared libs when runtime libs are static.
1904allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1905
1906# Compiler flag to allow reflexive dlopens.
1907export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1908
1909# Compiler flag to generate shared objects directly from archives.
1910whole_archive_flag_spec=$lt_whole_archive_flag_spec
1911
1912# Whether the compiler copes with passing no objects directly.
1913compiler_needs_object=$lt_compiler_needs_object
1914
1915# Create an old-style archive from a shared archive.
1916old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1917
1918# Create a temporary old-style archive to link instead of a shared archive.
1919old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1920
1921# Commands used to build a shared archive.
1922archive_cmds=$lt_archive_cmds
1923archive_expsym_cmds=$lt_archive_expsym_cmds
1924
1925# Commands used to build a loadable module if different from building
1926# a shared archive.
1927module_cmds=$lt_module_cmds
1928module_expsym_cmds=$lt_module_expsym_cmds
1929
1930# Whether we are building with GNU ld or not.
1931with_gnu_ld=$lt_with_gnu_ld
1932
1933# Flag that allows shared libraries with undefined symbols to be built.
1934allow_undefined_flag=$lt_allow_undefined_flag
1935
1936# Flag that enforces no undefined symbols.
1937no_undefined_flag=$lt_no_undefined_flag
1938
1939# Flag to hardcode \$libdir into a binary during linking.
1940# This must work even if \$libdir does not exist
1941hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1942
1943# If ld is used when linking, flag to hardcode \$libdir into a binary
1944# during linking. This must work even if \$libdir does not exist.
1945hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1946
1947# Whether we need a single "-rpath" flag with a separated argument.
1948hardcode_libdir_separator=$lt_hardcode_libdir_separator
1949
1950# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1951# DIR into the resulting binary.
1952hardcode_direct=$hardcode_direct
1953
1954# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1955# DIR into the resulting binary and the resulting library dependency is
1956# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1957# library is relocated.
1958hardcode_direct_absolute=$hardcode_direct_absolute
1959
1960# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1961# into the resulting binary.
1962hardcode_minus_L=$hardcode_minus_L
1963
1964# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1965# into the resulting binary.
1966hardcode_shlibpath_var=$hardcode_shlibpath_var
1967
1968# Set to "yes" if building a shared library automatically hardcodes DIR
1969# into the library and all subsequent libraries and executables linked
1970# against it.
1971hardcode_automatic=$hardcode_automatic
1972
1973# Set to yes if linker adds runtime paths of dependent libraries
1974# to runtime path list.
1975inherit_rpath=$inherit_rpath
1976
1977# Whether libtool must link a program against all its dependency libraries.
1978link_all_deplibs=$link_all_deplibs
1979
1980# Set to "yes" if exported symbols are required.
1981always_export_symbols=$always_export_symbols
1982
1983# The commands to list exported symbols.
1984export_symbols_cmds=$lt_export_symbols_cmds
1985
1986# Symbols that should not be listed in the preloaded symbols.
1987exclude_expsyms=$lt_exclude_expsyms
1988
1989# Symbols that must always be exported.
1990include_expsyms=$lt_include_expsyms
1991
1992# Commands necessary for linking programs (against libraries) with templates.
1993prelink_cmds=$lt_prelink_cmds
1994
1995# Commands necessary for finishing linking programs.
1996postlink_cmds=$lt_postlink_cmds
1997
1998# Specify filename containing input files.
1999file_list_spec=$lt_file_list_spec
2000
2001# How to hardcode a shared library path into an executable.
2002hardcode_action=$hardcode_action
2003
2004# The directories searched by this compiler when creating a shared library.
2005compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2006
2007# Dependencies to place before and after the objects being linked to
2008# create a shared library.
2009predep_objects=$lt_predep_objects
2010postdep_objects=$lt_postdep_objects
2011predeps=$lt_predeps
2012postdeps=$lt_postdeps
2013
2014# The library search path used internally by the compiler when linking
2015# a shared library.
2016compiler_lib_search_path=$lt_compiler_lib_search_path
2017
2018# ### END LIBTOOL CONFIG
2019
2020_LT_EOF
2021
2022 case $host_os in
2023 aix3*)
2024 cat <<\_LT_EOF >> "$cfgfile"
2025# AIX sometimes has problems with the GCC collect2 program. For some
2026# reason, if we set the COLLECT_NAMES environment variable, the problems
2027# vanish in a puff of smoke.
2028if test "X${COLLECT_NAMES+set}" != Xset; then
2029 COLLECT_NAMES=
2030 export COLLECT_NAMES
2031fi
2032_LT_EOF
2033 ;;
2034 esac
2035
2036
2037ltmain="$ac_aux_dir/ltmain.sh"
2038
2039
2040 # We use sed instead of cat because bash on DJGPP gets confused if
2041 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2042 # text mode, it properly converts lines to CR/LF. This bash problem
2043 # is reportedly fixed, but why not run on old versions too?
2044 sed '$q' "$ltmain" >> "$cfgfile" \
2045 || (rm -f "$cfgfile"; exit 1)
2046
2047 if test x"$xsi_shell" = xyes; then
2048 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2049func_dirname ()\
2050{\
2051\ case ${1} in\
2052\ */*) func_dirname_result="${1%/*}${2}" ;;\
2053\ * ) func_dirname_result="${3}" ;;\
2054\ esac\
2055} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2056 && mv -f "$cfgfile.tmp" "$cfgfile" \
2057 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2058test 0 -eq $? || _lt_function_replace_fail=:
2059
2060
2061 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2062func_basename ()\
2063{\
2064\ func_basename_result="${1##*/}"\
2065} # Extended-shell func_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_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2072func_dirname_and_basename ()\
2073{\
2074\ case ${1} in\
2075\ */*) func_dirname_result="${1%/*}${2}" ;;\
2076\ * ) func_dirname_result="${3}" ;;\
2077\ esac\
2078\ func_basename_result="${1##*/}"\
2079} # Extended-shell func_dirname_and_basename 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_stripname ()$/,/^} # func_stripname /c\
2086func_stripname ()\
2087{\
2088\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2089\ # positional parameters, so assign one to ordinary parameter first.\
2090\ func_stripname_result=${3}\
2091\ func_stripname_result=${func_stripname_result#"${1}"}\
2092\ func_stripname_result=${func_stripname_result%"${2}"}\
2093} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2094 && mv -f "$cfgfile.tmp" "$cfgfile" \
2095 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2096test 0 -eq $? || _lt_function_replace_fail=:
2097
2098
2099 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2100func_split_long_opt ()\
2101{\
2102\ func_split_long_opt_name=${1%%=*}\
2103\ func_split_long_opt_arg=${1#*=}\
2104} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2105 && mv -f "$cfgfile.tmp" "$cfgfile" \
2106 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2107test 0 -eq $? || _lt_function_replace_fail=:
2108
2109
2110 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2111func_split_short_opt ()\
2112{\
2113\ func_split_short_opt_arg=${1#??}\
2114\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2115} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2116 && mv -f "$cfgfile.tmp" "$cfgfile" \
2117 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2118test 0 -eq $? || _lt_function_replace_fail=:
2119
2120
2121 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2122func_lo2o ()\
2123{\
2124\ case ${1} in\
2125\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2126\ *) func_lo2o_result=${1} ;;\
2127\ esac\
2128} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2129 && mv -f "$cfgfile.tmp" "$cfgfile" \
2130 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2131test 0 -eq $? || _lt_function_replace_fail=:
2132
2133
2134 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2135func_xform ()\
2136{\
2137 func_xform_result=${1%.*}.lo\
2138} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2139 && mv -f "$cfgfile.tmp" "$cfgfile" \
2140 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2141test 0 -eq $? || _lt_function_replace_fail=:
2142
2143
2144 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2145func_arith ()\
2146{\
2147 func_arith_result=$(( $* ))\
2148} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2149 && mv -f "$cfgfile.tmp" "$cfgfile" \
2150 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2151test 0 -eq $? || _lt_function_replace_fail=:
2152
2153
2154 sed -e '/^func_len ()$/,/^} # func_len /c\
2155func_len ()\
2156{\
2157 func_len_result=${#1}\
2158} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2159 && mv -f "$cfgfile.tmp" "$cfgfile" \
2160 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2161test 0 -eq $? || _lt_function_replace_fail=:
2162
2163fi
2164
2165if test x"$lt_shell_append" = xyes; then
2166 sed -e '/^func_append ()$/,/^} # func_append /c\
2167func_append ()\
2168{\
2169 eval "${1}+=\\${2}"\
2170} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2171 && mv -f "$cfgfile.tmp" "$cfgfile" \
2172 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2173test 0 -eq $? || _lt_function_replace_fail=:
2174
2175
2176 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2177func_append_quoted ()\
2178{\
2179\ func_quote_for_eval "${2}"\
2180\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2181} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2182 && mv -f "$cfgfile.tmp" "$cfgfile" \
2183 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2184test 0 -eq $? || _lt_function_replace_fail=:
2185
2186
2187 # Save a `func_append' function call where possible by direct use of '+='
2188 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2189 && mv -f "$cfgfile.tmp" "$cfgfile" \
2190 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2191 test 0 -eq $? || _lt_function_replace_fail=:
2192else
2193 # Save a `func_append' function call even when '+=' is not available
2194 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2195 && mv -f "$cfgfile.tmp" "$cfgfile" \
2196 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2197 test 0 -eq $? || _lt_function_replace_fail=:
2198fi
2199
2200if test x"$_lt_function_replace_fail" = x":"; then
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2202$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2203fi
2204
2205
2206 mv -f "$cfgfile" "$ofile" ||
2207 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2208 chmod +x "$ofile"
2209
2210
2211 cat <<_LT_EOF >> "$ofile"
2212
2213# ### BEGIN LIBTOOL TAG CONFIG: CXX
2214
2215# The linker used to build libraries.
2216LD=$lt_LD_CXX
2217
2218# How to create reloadable object files.
2219reload_flag=$lt_reload_flag_CXX
2220reload_cmds=$lt_reload_cmds_CXX
2221
2222# Commands used to build an old-style archive.
2223old_archive_cmds=$lt_old_archive_cmds_CXX
2224
2225# A language specific compiler.
2226CC=$lt_compiler_CXX
2227
2228# Is the compiler the GNU compiler?
2229with_gcc=$GCC_CXX
2230
2231# Compiler flag to turn off builtin functions.
2232no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2233
2234# Additional compiler flags for building library objects.
2235pic_flag=$lt_lt_prog_compiler_pic_CXX
2236
2237# How to pass a linker flag through the compiler.
2238wl=$lt_lt_prog_compiler_wl_CXX
2239
2240# Compiler flag to prevent dynamic linking.
2241link_static_flag=$lt_lt_prog_compiler_static_CXX
2242
2243# Does compiler simultaneously support -c and -o options?
2244compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2245
2246# Whether or not to add -lc for building shared libraries.
2247build_libtool_need_lc=$archive_cmds_need_lc_CXX
2248
2249# Whether or not to disallow shared libs when runtime libs are static.
2250allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2251
2252# Compiler flag to allow reflexive dlopens.
2253export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2254
2255# Compiler flag to generate shared objects directly from archives.
2256whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2257
2258# Whether the compiler copes with passing no objects directly.
2259compiler_needs_object=$lt_compiler_needs_object_CXX
2260
2261# Create an old-style archive from a shared archive.
2262old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2263
2264# Create a temporary old-style archive to link instead of a shared archive.
2265old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2266
2267# Commands used to build a shared archive.
2268archive_cmds=$lt_archive_cmds_CXX
2269archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2270
2271# Commands used to build a loadable module if different from building
2272# a shared archive.
2273module_cmds=$lt_module_cmds_CXX
2274module_expsym_cmds=$lt_module_expsym_cmds_CXX
2275
2276# Whether we are building with GNU ld or not.
2277with_gnu_ld=$lt_with_gnu_ld_CXX
2278
2279# Flag that allows shared libraries with undefined symbols to be built.
2280allow_undefined_flag=$lt_allow_undefined_flag_CXX
2281
2282# Flag that enforces no undefined symbols.
2283no_undefined_flag=$lt_no_undefined_flag_CXX
2284
2285# Flag to hardcode \$libdir into a binary during linking.
2286# This must work even if \$libdir does not exist
2287hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2288
2289# If ld is used when linking, flag to hardcode \$libdir into a binary
2290# during linking. This must work even if \$libdir does not exist.
2291hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2292
2293# Whether we need a single "-rpath" flag with a separated argument.
2294hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2295
2296# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2297# DIR into the resulting binary.
2298hardcode_direct=$hardcode_direct_CXX
2299
2300# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2301# DIR into the resulting binary and the resulting library dependency is
2302# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2303# library is relocated.
2304hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2305
2306# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2307# into the resulting binary.
2308hardcode_minus_L=$hardcode_minus_L_CXX
2309
2310# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2311# into the resulting binary.
2312hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2313
2314# Set to "yes" if building a shared library automatically hardcodes DIR
2315# into the library and all subsequent libraries and executables linked
2316# against it.
2317hardcode_automatic=$hardcode_automatic_CXX
2318
2319# Set to yes if linker adds runtime paths of dependent libraries
2320# to runtime path list.
2321inherit_rpath=$inherit_rpath_CXX
2322
2323# Whether libtool must link a program against all its dependency libraries.
2324link_all_deplibs=$link_all_deplibs_CXX
2325
2326# Set to "yes" if exported symbols are required.
2327always_export_symbols=$always_export_symbols_CXX
2328
2329# The commands to list exported symbols.
2330export_symbols_cmds=$lt_export_symbols_cmds_CXX
2331
2332# Symbols that should not be listed in the preloaded symbols.
2333exclude_expsyms=$lt_exclude_expsyms_CXX
2334
2335# Symbols that must always be exported.
2336include_expsyms=$lt_include_expsyms_CXX
2337
2338# Commands necessary for linking programs (against libraries) with templates.
2339prelink_cmds=$lt_prelink_cmds_CXX
2340
2341# Commands necessary for finishing linking programs.
2342postlink_cmds=$lt_postlink_cmds_CXX
2343
2344# Specify filename containing input files.
2345file_list_spec=$lt_file_list_spec_CXX
2346
2347# How to hardcode a shared library path into an executable.
2348hardcode_action=$hardcode_action_CXX
2349
2350# The directories searched by this compiler when creating a shared library.
2351compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2352
2353# Dependencies to place before and after the objects being linked to
2354# create a shared library.
2355predep_objects=$lt_predep_objects_CXX
2356postdep_objects=$lt_postdep_objects_CXX
2357predeps=$lt_predeps_CXX
2358postdeps=$lt_postdeps_CXX
2359
2360# The library search path used internally by the compiler when linking
2361# a shared library.
2362compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2363
2364# ### END LIBTOOL TAG CONFIG: CXX
2365_LT_EOF
2366
2367 ;;
2368 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
2369 # Autoconf 2.62 quotes --file arguments for eval, but not when files
2370 # are listed without --file. Let's play safe and only enable the eval
2371 # if we detect the quoting.
2372 case $CONFIG_FILES in
2373 *\'*) eval set x "$CONFIG_FILES" ;;
2374 *) set x $CONFIG_FILES ;;
2375 esac
2376 shift
2377 for mf
2378 do
2379 # Strip MF so we end up with the name of the file.
2380 mf=`echo "$mf" | sed -e 's/:.*$//'`
2381 # Check whether this is an Automake generated Makefile or not.
2382 # We used to match only the files named `Makefile.in', but
2383 # some people rename them; so instead we look at the file content.
2384 # Grep'ing the first line is not enough: some people post-process
2385 # each Makefile.in and add a new line on top of each file to say so.
2386 # Grep'ing the whole file is not good either: AIX grep has a line
2387 # limit of 2048, but all sed's we know have understand at least 4000.
2388 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
2389 dirpart=`$as_dirname -- "$mf" ||
2390$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2391 X"$mf" : 'X\(//\)[^/]' \| \
2392 X"$mf" : 'X\(//\)$' \| \
2393 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
2394$as_echo X"$mf" |
2395 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2396 s//\1/
2397 q
2398 }
2399 /^X\(\/\/\)[^/].*/{
2400 s//\1/
2401 q
2402 }
2403 /^X\(\/\/\)$/{
2404 s//\1/
2405 q
2406 }
2407 /^X\(\/\).*/{
2408 s//\1/
2409 q
2410 }
2411 s/.*/./; q'`
2412 else
2413 continue
2414 fi
2415 # Extract the definition of DEPDIR, am__include, and am__quote
2416 # from the Makefile without running `make'.
2417 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2418 test -z "$DEPDIR" && continue
2419 am__include=`sed -n 's/^am__include = //p' < "$mf"`
2420 test -z "am__include" && continue
2421 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2422 # When using ansi2knr, U may be empty or an underscore; expand it
2423 U=`sed -n 's/^U = //p' < "$mf"`
2424 # Find all dependency output files, they are included files with
2425 # $(DEPDIR) in their names. We invoke sed twice because it is the
2426 # simplest approach to changing $(DEPDIR) to its actual value in the
2427 # expansion.
2428 for file in `sed -n "
2429 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2430 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
2431 # Make sure the directory exists.
2432 test -f "$dirpart/$file" && continue
2433 fdir=`$as_dirname -- "$file" ||
2434$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2435 X"$file" : 'X\(//\)[^/]' \| \
2436 X"$file" : 'X\(//\)$' \| \
2437 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
2438$as_echo X"$file" |
2439 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2440 s//\1/
2441 q
2442 }
2443 /^X\(\/\/\)[^/].*/{
2444 s//\1/
2445 q
2446 }
2447 /^X\(\/\/\)$/{
2448 s//\1/
2449 q
2450 }
2451 /^X\(\/\).*/{
2452 s//\1/
2453 q
2454 }
2455 s/.*/./; q'`
2456 as_dir=$dirpart/$fdir; as_fn_mkdir_p
2457 # echo "creating $dirpart/$file"
2458 echo '# dummy' > "$dirpart/$file"
2459 done
2460 done
2461}
2462 ;;
2463
2464 esac
2465done # for ac_tag
2466
2467
2468as_fn_exit 0