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