blob: 6079e6676436d125d1bd657e5984dc0558cb5be4 [file] [log] [blame]
Alexandre Lision744f7422013-09-25 11:39:37 -04001#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/sh}
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 opus $as_me 1.0.3, which was
396generated by GNU Autoconf 2.68. Invocation command line was
397
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
403
404on `(hostname || uname -n) 2>/dev/null | sed 1q`
405"
406
407# Files that config.status was made for.
408config_files=" Makefile opus.pc opus-uninstalled.pc doc/Makefile doc/Doxyfile"
409config_headers=" config.h"
410config_commands=" depfiles libtool"
411
412ac_cs_usage="\
413\`$as_me' instantiates files and other configuration actions
414from templates according to the current configuration. Unless the files
415and actions are specified as TAGs, all are instantiated by default.
416
417Usage: $0 [OPTION]... [TAG]...
418
419 -h, --help print this help, then exit
420 -V, --version print version number and configuration settings, then exit
421 --config print configuration, then exit
422 -q, --quiet, --silent
423 do not print progress messages
424 -d, --debug don't remove temporary files
425 --recheck update $as_me by reconfiguring in the same conditions
426 --file=FILE[:TEMPLATE]
427 instantiate the configuration file FILE
428 --header=FILE[:TEMPLATE]
429 instantiate the configuration header FILE
430
431Configuration files:
432$config_files
433
434Configuration headers:
435$config_headers
436
437Configuration commands:
438$config_commands
439
440Report bugs to <opus@xiph.org>."
441
442ac_cs_config="'--build=i386' 'build_alias=i386'"
443ac_cs_version="\
444opus config.status 1.0.3
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/lisional/git/sflphone-android/jni/libopus'
453srcdir='.'
454INSTALL='/usr/bin/install -c'
455MKDIR_P='/usr/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/sh' './configure' '--build=i386' 'build_alias=i386' $ac_configure_extra_args --no-create --no-recursion
535 shift
536 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
537 CONFIG_SHELL='/bin/sh'
538 export CONFIG_SHELL
539 exec "$@"
540fi
541
542exec 5>>config.log
543{
544 echo
545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
546## Running $as_me. ##
547_ASBOX
548 $as_echo "$ac_log"
549} >&5
550
551#
552# INIT-COMMANDS
553#
554AMDEP_TRUE="" ac_aux_dir="."
555
556
557# The HP-UX ksh and POSIX shell print the target directory to stdout
558# if CDPATH is set.
559(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
560
561sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
562double_quote_subst='s/\(["`\\]\)/\\\1/g'
563delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
564macro_version='2.4.2'
565macro_revision='1.3337'
566enable_shared='no'
567enable_static='yes'
568pic_mode='default'
569enable_fast_install='yes'
570SHELL='/bin/sh'
571ECHO='printf %s\n'
572PATH_SEPARATOR=':'
573host_alias=''
574host='i386-pc-none'
575host_os='none'
576build_alias='i386'
577build='i386-pc-none'
578build_os='none'
579SED='/usr/bin/sed'
580Xsed='/usr/bin/sed -e 1s/^X//'
581GREP='/usr/bin/grep'
582EGREP='/usr/bin/grep -E'
583FGREP='/usr/bin/grep -F'
584LD='/usr/bin/ld'
585NM='/usr/bin/nm -B'
586LN_S='ln -s'
587max_cmd_len='1572864'
588ac_objext='o'
589exeext=''
590lt_unset='unset'
591lt_SP2NL='tr \040 \012'
592lt_NL2SP='tr \015\012 \040\040'
593lt_cv_to_host_file_cmd='func_convert_file_noop'
594lt_cv_to_tool_file_cmd='func_convert_file_noop'
595reload_flag=' -r'
596reload_cmds='$LD$reload_flag -o $output$reload_objs'
597OBJDUMP='objdump'
598deplibs_check_method='unknown'
599file_magic_cmd='$MAGIC_CMD'
600file_magic_glob=''
601want_nocaseglob='no'
602DLLTOOL='false'
603sharedlib_from_linklib_cmd='printf %s\n'
604AR='ar'
605AR_FLAGS='cru'
606archiver_list_spec='@'
607STRIP='strip'
608RANLIB='ranlib'
609old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
610old_postuninstall_cmds=''
611old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
612lock_old_archive_extraction='no'
613CC='gcc -std=gnu99'
614CFLAGS='-g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes'
615compiler='gcc'
616GCC='yes'
617lt_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'\'''
618lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
619lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
620lt_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'\'''
621nm_file_list_spec='@'
622lt_sysroot=''
623objdir='.libs'
624MAGIC_CMD='file'
625lt_prog_compiler_no_builtin_flag=' -fno-builtin'
626lt_prog_compiler_pic=' -fPIC -DPIC'
627lt_prog_compiler_wl='-Wl,'
628lt_prog_compiler_static=''
629lt_cv_prog_compiler_c_o='yes'
630need_locks='no'
631MANIFEST_TOOL=':'
632DSYMUTIL=''
633NMEDIT=''
634LIPO=''
635OTOOL=''
636OTOOL64=''
637libext='a'
638shrext_cmds='.so'
639extract_expsyms_cmds=''
640archive_cmds_need_lc='no'
641enable_shared_with_static_runtimes='no'
642export_dynamic_flag_spec='${wl}--export-dynamic'
643whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
644compiler_needs_object='no'
645old_archive_from_new_cmds=''
646old_archive_from_expsyms_cmds=''
647archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
648archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
649module_cmds=''
650module_expsym_cmds=''
651with_gnu_ld='yes'
652allow_undefined_flag=''
653no_undefined_flag=''
654hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
655hardcode_libdir_separator=''
656hardcode_direct='no'
657hardcode_direct_absolute='no'
658hardcode_minus_L='no'
659hardcode_shlibpath_var='unsupported'
660hardcode_automatic='no'
661inherit_rpath='no'
662link_all_deplibs='unknown'
663always_export_symbols='no'
664export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
665exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
666include_expsyms=''
667prelink_cmds=''
668postlink_cmds=''
669file_list_spec=''
670variables_saved_for_relink='PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
671need_lib_prefix='unknown'
672need_version='unknown'
673version_type='none'
674runpath_var='LD_RUN_PATH'
675shlibpath_var=''
676shlibpath_overrides_runpath='unknown'
677libname_spec='lib$name'
678library_names_spec=''
679soname_spec=''
680install_override_mode=''
681postinstall_cmds=''
682postuninstall_cmds=''
683finish_cmds=''
684finish_eval=''
685hardcode_into_libs='no'
686sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.8.1 /usr/lib64 /lib64 '
687sys_lib_dlsearch_path_spec='/lib /usr/lib'
688hardcode_action='immediate'
689enable_dlopen='unknown'
690enable_dlopen_self='unknown'
691enable_dlopen_self_static='unknown'
692old_striplib='strip --strip-debug'
693striplib='strip --strip-unneeded'
694
695LTCC='gcc'
696LTCFLAGS='-g -O2'
697compiler='gcc'
698
699# A function that is used when there is no print builtin or printf.
700func_fallback_echo ()
701{
702 eval 'cat <<_LTECHO_EOF
703$1
704_LTECHO_EOF'
705}
706
707# Quote evaled strings.
708for 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; do
709 case `eval \\$ECHO \\""\\$$var"\\"` in
710 *[\\\`\"\$]*)
711 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
712 ;;
713 *)
714 eval "lt_$var=\\\"\$$var\\\""
715 ;;
716 esac
717done
718
719# Double-quote double-evaled strings.
720for 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; do
721 case `eval \\$ECHO \\""\\$$var"\\"` in
722 *[\\\`\"\$]*)
723 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
724 ;;
725 *)
726 eval "lt_$var=\\\"\$$var\\\""
727 ;;
728 esac
729done
730
731ac_aux_dir='.'
732xsi_shell='yes'
733lt_shell_append='yes'
734
735# See if we are running on zsh, and set the options which allow our
736# commands through without removal of \ escapes INIT.
737if test -n "${ZSH_VERSION+set}" ; then
738 setopt NO_GLOB_SUBST
739fi
740
741
742 PACKAGE='opus'
743 VERSION='1.0.3'
744 TIMESTAMP=''
745 RM='rm -f'
746 ofile='libtool'
747
748
749
750
751
752# Handling of arguments.
753for ac_config_target in $ac_config_targets
754do
755 case $ac_config_target in
756 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
757 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
758 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
759 "opus.pc") CONFIG_FILES="$CONFIG_FILES opus.pc" ;;
760 "opus-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES opus-uninstalled.pc" ;;
761 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
762 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
763 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
764
765 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
766 esac
767done
768
769
770# If the user did not use the arguments to specify the items to instantiate,
771# then the envvar interface is used. Set only those that are not.
772# We use the long form for the default assignment because of an extremely
773# bizarre bug on SunOS 4.1.3.
774if $ac_need_defaults; then
775 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
776 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
777 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
778fi
779
780# Have a temporary directory for convenience. Make it in the build tree
781# simply because there is no reason against having it here, and in addition,
782# creating and moving files from /tmp can sometimes cause problems.
783# Hook for its removal unless debugging.
784# Note that there is a small window in which the directory will not be cleaned:
785# after its creation but before its name has been assigned to `$tmp'.
786$debug ||
787{
788 tmp= ac_tmp=
789 trap 'exit_status=$?
790 : "${ac_tmp:=$tmp}"
791 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
792' 0
793 trap 'as_fn_exit 1' 1 2 13 15
794}
795# Create a (secure) tmp directory for tmp files.
796
797{
798 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
799 test -d "$tmp"
800} ||
801{
802 tmp=./conf$$-$RANDOM
803 (umask 077 && mkdir "$tmp")
804} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
805ac_tmp=$tmp
806
807# Set up the scripts for CONFIG_FILES section.
808# No need to generate them if there are no CONFIG_FILES.
809# This happens for instance with `./config.status config.h'.
810if test -n "$CONFIG_FILES"; then
811
812
813ac_cr=`echo X | tr X '\015'`
814# On cygwin, bash can eat \r inside `` if the user requested igncr.
815# But we know of no other shell where ac_cr would be empty at this
816# point, so we can use a bashism as a fallback.
817if test "x$ac_cr" = x; then
818 eval ac_cr=\$\'\\r\'
819fi
820ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
821if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
822 ac_cs_awk_cr='\\r'
823else
824 ac_cs_awk_cr=$ac_cr
825fi
826
827echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
828cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
829S["am__EXEEXT_FALSE"]=""
830S["am__EXEEXT_TRUE"]="#"
831S["LTLIBOBJS"]=""
832S["LIBOBJS"]=""
833S["PC_LIBM"]="-lm"
834S["PC_BUILD"]="floating-point"
835S["CUSTOM_MODES_FALSE"]=""
836S["CUSTOM_MODES_TRUE"]="#"
837S["FIXED_POINT_FALSE"]=""
838S["FIXED_POINT_TRUE"]="#"
839S["SIZE32"]="int"
840S["SIZE16"]="short"
841S["SYMBOL_VISIBILITY"]="-fvisibility=hidden"
842S["HAVE_DOXYGEN_FALSE"]="#"
843S["HAVE_DOXYGEN_TRUE"]=""
844S["HAVE_DOXYGEN"]="yes"
845S["LIBM"]="-lm"
846S["CPP"]="gcc -E"
847S["OTOOL64"]=""
848S["OTOOL"]=""
849S["LIPO"]=""
850S["NMEDIT"]=""
851S["DSYMUTIL"]=""
852S["MANIFEST_TOOL"]=":"
853S["RANLIB"]="ranlib"
854S["ac_ct_AR"]="ar"
855S["AR"]="ar"
856S["DLLTOOL"]="false"
857S["OBJDUMP"]="objdump"
858S["LN_S"]="ln -s"
859S["NM"]="/usr/bin/nm -B"
860S["ac_ct_DUMPBIN"]=""
861S["DUMPBIN"]=""
862S["LD"]="/usr/bin/ld"
863S["FGREP"]="/usr/bin/grep -F"
864S["EGREP"]="/usr/bin/grep -E"
865S["GREP"]="/usr/bin/grep"
866S["SED"]="/usr/bin/sed"
867S["am__fastdepCC_FALSE"]="#"
868S["am__fastdepCC_TRUE"]=""
869S["CCDEPMODE"]="depmode=gcc3"
870S["am__nodep"]="_no"
871S["AMDEPBACKSLASH"]="\\"
872S["AMDEP_FALSE"]="#"
873S["AMDEP_TRUE"]=""
874S["am__quote"]=""
875S["am__include"]="include"
876S["DEPDIR"]=".deps"
877S["OBJEXT"]="o"
878S["EXEEXT"]=""
879S["ac_ct_CC"]="gcc"
880S["CPPFLAGS"]=""
881S["LDFLAGS"]=""
882S["CFLAGS"]="-g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes"
883S["CC"]="gcc -std=gnu99"
884S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
885S["host_os"]="none"
886S["host_vendor"]="pc"
887S["host_cpu"]="i386"
888S["host"]="i386-pc-none"
889S["build_os"]="none"
890S["build_vendor"]="pc"
891S["build_cpu"]="i386"
892S["build"]="i386-pc-none"
893S["MAINT"]=""
894S["MAINTAINER_MODE_FALSE"]="#"
895S["MAINTAINER_MODE_TRUE"]=""
896S["am__untar"]="$${TAR-tar} xf -"
897S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
898S["AMTAR"]="$${TAR-tar}"
899S["am__leading_dot"]="."
900S["SET_MAKE"]=""
901S["AWK"]="gawk"
902S["mkdir_p"]="/usr/bin/mkdir -p"
903S["MKDIR_P"]="/usr/bin/mkdir -p"
904S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
905S["STRIP"]="strip"
906S["install_sh"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/install-sh"
907S["MAKEINFO"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/missing --run makeinfo"
908S["AUTOHEADER"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/missing --run autoheader"
909S["AUTOMAKE"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/missing --run automake-1.11"
910S["AUTOCONF"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/missing --run autoconf"
911S["ACLOCAL"]="${SHELL} /home/lisional/git/sflphone-android/jni/libopus/missing --run aclocal-1.11"
912S["VERSION"]="1.0.3"
913S["PACKAGE"]="opus"
914S["CYGPATH_W"]="echo"
915S["am__isrc"]=""
916S["INSTALL_DATA"]="${INSTALL} -m 644"
917S["INSTALL_SCRIPT"]="${INSTALL}"
918S["INSTALL_PROGRAM"]="${INSTALL}"
919S["OPUS_LT_AGE"]="4"
920S["OPUS_LT_REVISION"]="0"
921S["OPUS_LT_CURRENT"]="4"
922S["AM_BACKSLASH"]="\\"
923S["AM_DEFAULT_VERBOSITY"]="0"
924S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
925S["AM_V"]="$(V)"
926S["target_alias"]=""
927S["host_alias"]=""
928S["build_alias"]="i386"
929S["LIBS"]="-lm "
930S["ECHO_T"]=""
931S["ECHO_N"]="-n"
932S["ECHO_C"]=""
933S["DEFS"]="-DHAVE_CONFIG_H"
934S["mandir"]="${datarootdir}/man"
935S["localedir"]="${datarootdir}/locale"
936S["libdir"]="${exec_prefix}/lib"
937S["psdir"]="${docdir}"
938S["pdfdir"]="${docdir}"
939S["dvidir"]="${docdir}"
940S["htmldir"]="${docdir}"
941S["infodir"]="${datarootdir}/info"
942S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
943S["oldincludedir"]="/usr/include"
944S["includedir"]="${prefix}/include"
945S["localstatedir"]="${prefix}/var"
946S["sharedstatedir"]="${prefix}/com"
947S["sysconfdir"]="${prefix}/etc"
948S["datadir"]="${datarootdir}"
949S["datarootdir"]="${prefix}/share"
950S["libexecdir"]="${exec_prefix}/libexec"
951S["sbindir"]="${exec_prefix}/sbin"
952S["bindir"]="${exec_prefix}/bin"
953S["program_transform_name"]="s,x,x,"
954S["prefix"]="/usr/local"
955S["exec_prefix"]="${prefix}"
956S["PACKAGE_URL"]=""
957S["PACKAGE_BUGREPORT"]="opus@xiph.org"
958S["PACKAGE_STRING"]="opus 1.0.3"
959S["PACKAGE_VERSION"]="1.0.3"
960S["PACKAGE_TARNAME"]="opus"
961S["PACKAGE_NAME"]="opus"
962S["PATH_SEPARATOR"]=":"
963S["SHELL"]="/bin/sh"
964_ACAWK
965cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
966 for (key in S) S_is_set[key] = 1
967 FS = ""
968
969}
970{
971 line = $ 0
972 nfields = split(line, field, "@")
973 substed = 0
974 len = length(field[1])
975 for (i = 2; i < nfields; i++) {
976 key = field[i]
977 keylen = length(key)
978 if (S_is_set[key]) {
979 value = S[key]
980 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
981 len += length(value) + length(field[++i])
982 substed = 1
983 } else
984 len += 1 + keylen
985 }
986
987 print line
988}
989
990_ACAWK
991if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
992 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
993else
994 cat
995fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
996 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
997fi # test -n "$CONFIG_FILES"
998
999# Set up the scripts for CONFIG_HEADERS section.
1000# No need to generate them if there are no CONFIG_HEADERS.
1001# This happens for instance with `./config.status Makefile'.
1002if test -n "$CONFIG_HEADERS"; then
1003cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1004BEGIN {
1005D["PACKAGE_NAME"]=" \"opus\""
1006D["PACKAGE_TARNAME"]=" \"opus\""
1007D["PACKAGE_VERSION"]=" \"1.0.3\""
1008D["PACKAGE_STRING"]=" \"opus 1.0.3\""
1009D["PACKAGE_BUGREPORT"]=" \"opus@xiph.org\""
1010D["PACKAGE_URL"]=" \"\""
1011D["STDC_HEADERS"]=" 1"
1012D["HAVE_SYS_TYPES_H"]=" 1"
1013D["HAVE_SYS_STAT_H"]=" 1"
1014D["HAVE_STDLIB_H"]=" 1"
1015D["HAVE_STRING_H"]=" 1"
1016D["HAVE_MEMORY_H"]=" 1"
1017D["HAVE_STRINGS_H"]=" 1"
1018D["HAVE_INTTYPES_H"]=" 1"
1019D["HAVE_STDINT_H"]=" 1"
1020D["HAVE_UNISTD_H"]=" 1"
1021D["HAVE_DLFCN_H"]=" 1"
1022D["LT_OBJDIR"]=" \".libs/\""
1023D["restrict"]=" __restrict"
1024D["OPUS_BUILD"]=" /**/"
1025D["VAR_ARRAYS"]=" /**/"
1026D["HAVE_ALLOCA_H"]=" 1"
1027D["HAVE_GETOPT_H"]=" 1"
1028D["HAVE_LRINTF"]=" 1"
1029D["HAVE_LRINT"]=" 1"
1030D["HAVE___MALLOC_HOOK"]=" 1"
1031D["SIZEOF_SHORT"]=" 2"
1032D["SIZEOF_INT"]=" 4"
1033D["SIZEOF_LONG"]=" 8"
1034D["SIZEOF_LONG_LONG"]=" 8"
1035 for (key in D) D_is_set[key] = 1
1036 FS = ""
1037}
1038/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1039 line = $ 0
1040 split(line, arg, " ")
1041 if (arg[1] == "#") {
1042 defundef = arg[2]
1043 mac1 = arg[3]
1044 } else {
1045 defundef = substr(arg[1], 2)
1046 mac1 = arg[2]
1047 }
1048 split(mac1, mac2, "(") #)
1049 macro = mac2[1]
1050 prefix = substr(line, 1, index(line, defundef) - 1)
1051 if (D_is_set[macro]) {
1052 # Preserve the white space surrounding the "#".
1053 print prefix "define", macro P[macro] D[macro]
1054 next
1055 } else {
1056 # Replace #undef with comments. This is necessary, for example,
1057 # in the case of _POSIX_SOURCE, which is predefined and required
1058 # on some systems where configure will not decide to define it.
1059 if (defundef == "undef") {
1060 print "/*", prefix defundef, macro, "*/"
1061 next
1062 }
1063 }
1064}
1065{ print }
1066_ACAWK
1067 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1068fi # test -n "$CONFIG_HEADERS"
1069
1070
1071eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1072shift
1073for ac_tag
1074do
1075 case $ac_tag in
1076 :[FHLC]) ac_mode=$ac_tag; continue;;
1077 esac
1078 case $ac_mode$ac_tag in
1079 :[FHL]*:*);;
1080 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1081 :[FH]-) ac_tag=-:-;;
1082 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1083 esac
1084 ac_save_IFS=$IFS
1085 IFS=:
1086 set x $ac_tag
1087 IFS=$ac_save_IFS
1088 shift
1089 ac_file=$1
1090 shift
1091
1092 case $ac_mode in
1093 :L) ac_source=$1;;
1094 :[FH])
1095 ac_file_inputs=
1096 for ac_f
1097 do
1098 case $ac_f in
1099 -) ac_f="$ac_tmp/stdin";;
1100 *) # Look for the file first in the build tree, then in the source tree
1101 # (if the path is not absolute). The absolute path cannot be DOS-style,
1102 # because $ac_f cannot contain `:'.
1103 test -f "$ac_f" ||
1104 case $ac_f in
1105 [\\/$]*) false;;
1106 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1107 esac ||
1108 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1109 esac
1110 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1111 as_fn_append ac_file_inputs " '$ac_f'"
1112 done
1113
1114 # Let's still pretend it is `configure' which instantiates (i.e., don't
1115 # use $as_me), people would be surprised to read:
1116 # /* config.h. Generated by config.status. */
1117 configure_input='Generated from '`
1118 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1119 `' by configure.'
1120 if test x"$ac_file" != x-; then
1121 configure_input="$ac_file. $configure_input"
1122 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1123$as_echo "$as_me: creating $ac_file" >&6;}
1124 fi
1125 # Neutralize special characters interpreted by sed in replacement strings.
1126 case $configure_input in #(
1127 *\&* | *\|* | *\\* )
1128 ac_sed_conf_input=`$as_echo "$configure_input" |
1129 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1130 *) ac_sed_conf_input=$configure_input;;
1131 esac
1132
1133 case $ac_tag in
1134 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1135 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1136 esac
1137 ;;
1138 esac
1139
1140 ac_dir=`$as_dirname -- "$ac_file" ||
1141$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1142 X"$ac_file" : 'X\(//\)[^/]' \| \
1143 X"$ac_file" : 'X\(//\)$' \| \
1144 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1145$as_echo X"$ac_file" |
1146 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1147 s//\1/
1148 q
1149 }
1150 /^X\(\/\/\)[^/].*/{
1151 s//\1/
1152 q
1153 }
1154 /^X\(\/\/\)$/{
1155 s//\1/
1156 q
1157 }
1158 /^X\(\/\).*/{
1159 s//\1/
1160 q
1161 }
1162 s/.*/./; q'`
1163 as_dir="$ac_dir"; as_fn_mkdir_p
1164 ac_builddir=.
1165
1166case "$ac_dir" in
1167.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1168*)
1169 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1170 # A ".." for each directory in $ac_dir_suffix.
1171 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1172 case $ac_top_builddir_sub in
1173 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1174 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1175 esac ;;
1176esac
1177ac_abs_top_builddir=$ac_pwd
1178ac_abs_builddir=$ac_pwd$ac_dir_suffix
1179# for backward compatibility:
1180ac_top_builddir=$ac_top_build_prefix
1181
1182case $srcdir in
1183 .) # We are building in place.
1184 ac_srcdir=.
1185 ac_top_srcdir=$ac_top_builddir_sub
1186 ac_abs_top_srcdir=$ac_pwd ;;
1187 [\\/]* | ?:[\\/]* ) # Absolute name.
1188 ac_srcdir=$srcdir$ac_dir_suffix;
1189 ac_top_srcdir=$srcdir
1190 ac_abs_top_srcdir=$srcdir ;;
1191 *) # Relative name.
1192 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1193 ac_top_srcdir=$ac_top_build_prefix$srcdir
1194 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1195esac
1196ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1197
1198
1199 case $ac_mode in
1200 :F)
1201 #
1202 # CONFIG_FILE
1203 #
1204
1205 case $INSTALL in
1206 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1207 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1208 esac
1209 ac_MKDIR_P=$MKDIR_P
1210 case $MKDIR_P in
1211 [\\/$]* | ?:[\\/]* ) ;;
1212 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1213 esac
1214# If the template does not know about datarootdir, expand it.
1215# FIXME: This hack should be removed a few years after 2.60.
1216ac_datarootdir_hack=; ac_datarootdir_seen=
1217ac_sed_dataroot='
1218/datarootdir/ {
1219 p
1220 q
1221}
1222/@datadir@/p
1223/@docdir@/p
1224/@infodir@/p
1225/@localedir@/p
1226/@mandir@/p'
1227case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1228*datarootdir*) ac_datarootdir_seen=yes;;
1229*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1230 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1231$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1232 ac_datarootdir_hack='
1233 s&@datadir@&${datarootdir}&g
1234 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1235 s&@infodir@&${datarootdir}/info&g
1236 s&@localedir@&${datarootdir}/locale&g
1237 s&@mandir@&${datarootdir}/man&g
1238 s&\${datarootdir}&${prefix}/share&g' ;;
1239esac
1240ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1241h
1242s///
1243s/^/:/
1244s/[ ]*$/:/
1245s/:\$(srcdir):/:/g
1246s/:\${srcdir}:/:/g
1247s/:@srcdir@:/:/g
1248s/^:*//
1249s/:*$//
1250x
1251s/\(=[ ]*\).*/\1/
1252G
1253s/\n//
1254s/^[^=]*=[ ]*$//
1255}
1256
1257:t
1258/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1259s|@configure_input@|$ac_sed_conf_input|;t t
1260s&@top_builddir@&$ac_top_builddir_sub&;t t
1261s&@top_build_prefix@&$ac_top_build_prefix&;t t
1262s&@srcdir@&$ac_srcdir&;t t
1263s&@abs_srcdir@&$ac_abs_srcdir&;t t
1264s&@top_srcdir@&$ac_top_srcdir&;t t
1265s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1266s&@builddir@&$ac_builddir&;t t
1267s&@abs_builddir@&$ac_abs_builddir&;t t
1268s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1269s&@INSTALL@&$ac_INSTALL&;t t
1270s&@MKDIR_P@&$ac_MKDIR_P&;t t
1271$ac_datarootdir_hack
1272"
1273eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1274 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1275
1276test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1277 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1278 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1279 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1280 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1281which seems to be undefined. Please make sure it is defined" >&5
1282$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1283which seems to be undefined. Please make sure it is defined" >&2;}
1284
1285 rm -f "$ac_tmp/stdin"
1286 case $ac_file in
1287 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1288 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1289 esac \
1290 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1291 ;;
1292 :H)
1293 #
1294 # CONFIG_HEADER
1295 #
1296 if test x"$ac_file" != x-; then
1297 {
1298 $as_echo "/* $configure_input */" \
1299 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1300 } >"$ac_tmp/config.h" \
1301 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1302 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1303 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1304$as_echo "$as_me: $ac_file is unchanged" >&6;}
1305 else
1306 rm -f "$ac_file"
1307 mv "$ac_tmp/config.h" "$ac_file" \
1308 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1309 fi
1310 else
1311 $as_echo "/* $configure_input */" \
1312 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1313 || as_fn_error $? "could not create -" "$LINENO" 5
1314 fi
1315# Compute "$ac_file"'s index in $config_headers.
1316_am_arg="$ac_file"
1317_am_stamp_count=1
1318for _am_header in $config_headers :; do
1319 case $_am_header in
1320 $_am_arg | $_am_arg:* )
1321 break ;;
1322 * )
1323 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1324 esac
1325done
1326echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1327$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1328 X"$_am_arg" : 'X\(//\)[^/]' \| \
1329 X"$_am_arg" : 'X\(//\)$' \| \
1330 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1331$as_echo X"$_am_arg" |
1332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)[^/].*/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\/\)$/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\).*/{
1345 s//\1/
1346 q
1347 }
1348 s/.*/./; q'`/stamp-h$_am_stamp_count
1349 ;;
1350
1351 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1352$as_echo "$as_me: executing $ac_file commands" >&6;}
1353 ;;
1354 esac
1355
1356
1357 case $ac_file$ac_mode in
1358 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1359 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1360 # are listed without --file. Let's play safe and only enable the eval
1361 # if we detect the quoting.
1362 case $CONFIG_FILES in
1363 *\'*) eval set x "$CONFIG_FILES" ;;
1364 *) set x $CONFIG_FILES ;;
1365 esac
1366 shift
1367 for mf
1368 do
1369 # Strip MF so we end up with the name of the file.
1370 mf=`echo "$mf" | sed -e 's/:.*$//'`
1371 # Check whether this is an Automake generated Makefile or not.
1372 # We used to match only the files named `Makefile.in', but
1373 # some people rename them; so instead we look at the file content.
1374 # Grep'ing the first line is not enough: some people post-process
1375 # each Makefile.in and add a new line on top of each file to say so.
1376 # Grep'ing the whole file is not good either: AIX grep has a line
1377 # limit of 2048, but all sed's we know have understand at least 4000.
1378 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1379 dirpart=`$as_dirname -- "$mf" ||
1380$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1381 X"$mf" : 'X\(//\)[^/]' \| \
1382 X"$mf" : 'X\(//\)$' \| \
1383 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1384$as_echo X"$mf" |
1385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1386 s//\1/
1387 q
1388 }
1389 /^X\(\/\/\)[^/].*/{
1390 s//\1/
1391 q
1392 }
1393 /^X\(\/\/\)$/{
1394 s//\1/
1395 q
1396 }
1397 /^X\(\/\).*/{
1398 s//\1/
1399 q
1400 }
1401 s/.*/./; q'`
1402 else
1403 continue
1404 fi
1405 # Extract the definition of DEPDIR, am__include, and am__quote
1406 # from the Makefile without running `make'.
1407 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1408 test -z "$DEPDIR" && continue
1409 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1410 test -z "am__include" && continue
1411 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1412 # When using ansi2knr, U may be empty or an underscore; expand it
1413 U=`sed -n 's/^U = //p' < "$mf"`
1414 # Find all dependency output files, they are included files with
1415 # $(DEPDIR) in their names. We invoke sed twice because it is the
1416 # simplest approach to changing $(DEPDIR) to its actual value in the
1417 # expansion.
1418 for file in `sed -n "
1419 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1420 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1421 # Make sure the directory exists.
1422 test -f "$dirpart/$file" && continue
1423 fdir=`$as_dirname -- "$file" ||
1424$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1425 X"$file" : 'X\(//\)[^/]' \| \
1426 X"$file" : 'X\(//\)$' \| \
1427 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1428$as_echo X"$file" |
1429 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1430 s//\1/
1431 q
1432 }
1433 /^X\(\/\/\)[^/].*/{
1434 s//\1/
1435 q
1436 }
1437 /^X\(\/\/\)$/{
1438 s//\1/
1439 q
1440 }
1441 /^X\(\/\).*/{
1442 s//\1/
1443 q
1444 }
1445 s/.*/./; q'`
1446 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1447 # echo "creating $dirpart/$file"
1448 echo '# dummy' > "$dirpart/$file"
1449 done
1450 done
1451}
1452 ;;
1453 "libtool":C)
1454
1455 # See if we are running on zsh, and set the options which allow our
1456 # commands through without removal of \ escapes.
1457 if test -n "${ZSH_VERSION+set}" ; then
1458 setopt NO_GLOB_SUBST
1459 fi
1460
1461 cfgfile="${ofile}T"
1462 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1463 $RM "$cfgfile"
1464
1465 cat <<_LT_EOF >> "$cfgfile"
1466#! $SHELL
1467
1468# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1469# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1470# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1471# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1472#
1473# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1474# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1475# Foundation, Inc.
1476# Written by Gordon Matzigkeit, 1996
1477#
1478# This file is part of GNU Libtool.
1479#
1480# GNU Libtool is free software; you can redistribute it and/or
1481# modify it under the terms of the GNU General Public License as
1482# published by the Free Software Foundation; either version 2 of
1483# the License, or (at your option) any later version.
1484#
1485# As a special exception to the GNU General Public License,
1486# if you distribute this file as part of a program or library that
1487# is built using GNU Libtool, you may include this file under the
1488# same distribution terms that you use for the rest of that program.
1489#
1490# GNU Libtool is distributed in the hope that it will be useful,
1491# but WITHOUT ANY WARRANTY; without even the implied warranty of
1492# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1493# GNU General Public License for more details.
1494#
1495# You should have received a copy of the GNU General Public License
1496# along with GNU Libtool; see the file COPYING. If not, a copy
1497# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1498# obtained by writing to the Free Software Foundation, Inc.,
1499# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1500
1501
1502# The names of the tagged configurations supported by this script.
1503available_tags=""
1504
1505# ### BEGIN LIBTOOL CONFIG
1506
1507# Which release of libtool.m4 was used?
1508macro_version=$macro_version
1509macro_revision=$macro_revision
1510
1511# Whether or not to build shared libraries.
1512build_libtool_libs=$enable_shared
1513
1514# Whether or not to build static libraries.
1515build_old_libs=$enable_static
1516
1517# What type of objects to build.
1518pic_mode=$pic_mode
1519
1520# Whether or not to optimize for fast installation.
1521fast_install=$enable_fast_install
1522
1523# Shell to use when invoking shell scripts.
1524SHELL=$lt_SHELL
1525
1526# An echo program that protects backslashes.
1527ECHO=$lt_ECHO
1528
1529# The PATH separator for the build system.
1530PATH_SEPARATOR=$lt_PATH_SEPARATOR
1531
1532# The host system.
1533host_alias=$host_alias
1534host=$host
1535host_os=$host_os
1536
1537# The build system.
1538build_alias=$build_alias
1539build=$build
1540build_os=$build_os
1541
1542# A sed program that does not truncate output.
1543SED=$lt_SED
1544
1545# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1546Xsed="\$SED -e 1s/^X//"
1547
1548# A grep program that handles long lines.
1549GREP=$lt_GREP
1550
1551# An ERE matcher.
1552EGREP=$lt_EGREP
1553
1554# A literal string matcher.
1555FGREP=$lt_FGREP
1556
1557# A BSD- or MS-compatible name lister.
1558NM=$lt_NM
1559
1560# Whether we need soft or hard links.
1561LN_S=$lt_LN_S
1562
1563# What is the maximum length of a command?
1564max_cmd_len=$max_cmd_len
1565
1566# Object file suffix (normally "o").
1567objext=$ac_objext
1568
1569# Executable file suffix (normally "").
1570exeext=$exeext
1571
1572# whether the shell understands "unset".
1573lt_unset=$lt_unset
1574
1575# turn spaces into newlines.
1576SP2NL=$lt_lt_SP2NL
1577
1578# turn newlines into spaces.
1579NL2SP=$lt_lt_NL2SP
1580
1581# convert \$build file names to \$host format.
1582to_host_file_cmd=$lt_cv_to_host_file_cmd
1583
1584# convert \$build files to toolchain format.
1585to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1586
1587# An object symbol dumper.
1588OBJDUMP=$lt_OBJDUMP
1589
1590# Method to check whether dependent libraries are shared objects.
1591deplibs_check_method=$lt_deplibs_check_method
1592
1593# Command to use when deplibs_check_method = "file_magic".
1594file_magic_cmd=$lt_file_magic_cmd
1595
1596# How to find potential files when deplibs_check_method = "file_magic".
1597file_magic_glob=$lt_file_magic_glob
1598
1599# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1600want_nocaseglob=$lt_want_nocaseglob
1601
1602# DLL creation program.
1603DLLTOOL=$lt_DLLTOOL
1604
1605# Command to associate shared and link libraries.
1606sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1607
1608# The archiver.
1609AR=$lt_AR
1610
1611# Flags to create an archive.
1612AR_FLAGS=$lt_AR_FLAGS
1613
1614# How to feed a file listing to the archiver.
1615archiver_list_spec=$lt_archiver_list_spec
1616
1617# A symbol stripping program.
1618STRIP=$lt_STRIP
1619
1620# Commands used to install an old-style archive.
1621RANLIB=$lt_RANLIB
1622old_postinstall_cmds=$lt_old_postinstall_cmds
1623old_postuninstall_cmds=$lt_old_postuninstall_cmds
1624
1625# Whether to use a lock for old archive extraction.
1626lock_old_archive_extraction=$lock_old_archive_extraction
1627
1628# A C compiler.
1629LTCC=$lt_CC
1630
1631# LTCC compiler flags.
1632LTCFLAGS=$lt_CFLAGS
1633
1634# Take the output of nm and produce a listing of raw symbols and C names.
1635global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1636
1637# Transform the output of nm in a proper C declaration.
1638global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1639
1640# Transform the output of nm in a C name address pair.
1641global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1642
1643# Transform the output of nm in a C name address pair when lib prefix is needed.
1644global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1645
1646# Specify filename containing input files for \$NM.
1647nm_file_list_spec=$lt_nm_file_list_spec
1648
1649# The root where to search for dependent libraries,and in which our libraries should be installed.
1650lt_sysroot=$lt_sysroot
1651
1652# The name of the directory that contains temporary libtool files.
1653objdir=$objdir
1654
1655# Used to examine libraries when file_magic_cmd begins with "file".
1656MAGIC_CMD=$MAGIC_CMD
1657
1658# Must we lock files when doing compilation?
1659need_locks=$lt_need_locks
1660
1661# Manifest tool.
1662MANIFEST_TOOL=$lt_MANIFEST_TOOL
1663
1664# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1665DSYMUTIL=$lt_DSYMUTIL
1666
1667# Tool to change global to local symbols on Mac OS X.
1668NMEDIT=$lt_NMEDIT
1669
1670# Tool to manipulate fat objects and archives on Mac OS X.
1671LIPO=$lt_LIPO
1672
1673# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1674OTOOL=$lt_OTOOL
1675
1676# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1677OTOOL64=$lt_OTOOL64
1678
1679# Old archive suffix (normally "a").
1680libext=$libext
1681
1682# Shared library suffix (normally ".so").
1683shrext_cmds=$lt_shrext_cmds
1684
1685# The commands to extract the exported symbol list from a shared archive.
1686extract_expsyms_cmds=$lt_extract_expsyms_cmds
1687
1688# Variables whose values should be saved in libtool wrapper scripts and
1689# restored at link time.
1690variables_saved_for_relink=$lt_variables_saved_for_relink
1691
1692# Do we need the "lib" prefix for modules?
1693need_lib_prefix=$need_lib_prefix
1694
1695# Do we need a version for libraries?
1696need_version=$need_version
1697
1698# Library versioning type.
1699version_type=$version_type
1700
1701# Shared library runtime path variable.
1702runpath_var=$runpath_var
1703
1704# Shared library path variable.
1705shlibpath_var=$shlibpath_var
1706
1707# Is shlibpath searched before the hard-coded library search path?
1708shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1709
1710# Format of library name prefix.
1711libname_spec=$lt_libname_spec
1712
1713# List of archive names. First name is the real one, the rest are links.
1714# The last name is the one that the linker finds with -lNAME
1715library_names_spec=$lt_library_names_spec
1716
1717# The coded name of the library, if different from the real name.
1718soname_spec=$lt_soname_spec
1719
1720# Permission mode override for installation of shared libraries.
1721install_override_mode=$lt_install_override_mode
1722
1723# Command to use after installation of a shared archive.
1724postinstall_cmds=$lt_postinstall_cmds
1725
1726# Command to use after uninstallation of a shared archive.
1727postuninstall_cmds=$lt_postuninstall_cmds
1728
1729# Commands used to finish a libtool library installation in a directory.
1730finish_cmds=$lt_finish_cmds
1731
1732# As "finish_cmds", except a single script fragment to be evaled but
1733# not shown.
1734finish_eval=$lt_finish_eval
1735
1736# Whether we should hardcode library paths into libraries.
1737hardcode_into_libs=$hardcode_into_libs
1738
1739# Compile-time system search path for libraries.
1740sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1741
1742# Run-time system search path for libraries.
1743sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1744
1745# Whether dlopen is supported.
1746dlopen_support=$enable_dlopen
1747
1748# Whether dlopen of programs is supported.
1749dlopen_self=$enable_dlopen_self
1750
1751# Whether dlopen of statically linked programs is supported.
1752dlopen_self_static=$enable_dlopen_self_static
1753
1754# Commands to strip libraries.
1755old_striplib=$lt_old_striplib
1756striplib=$lt_striplib
1757
1758
1759# The linker used to build libraries.
1760LD=$lt_LD
1761
1762# How to create reloadable object files.
1763reload_flag=$lt_reload_flag
1764reload_cmds=$lt_reload_cmds
1765
1766# Commands used to build an old-style archive.
1767old_archive_cmds=$lt_old_archive_cmds
1768
1769# A language specific compiler.
1770CC=$lt_compiler
1771
1772# Is the compiler the GNU compiler?
1773with_gcc=$GCC
1774
1775# Compiler flag to turn off builtin functions.
1776no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1777
1778# Additional compiler flags for building library objects.
1779pic_flag=$lt_lt_prog_compiler_pic
1780
1781# How to pass a linker flag through the compiler.
1782wl=$lt_lt_prog_compiler_wl
1783
1784# Compiler flag to prevent dynamic linking.
1785link_static_flag=$lt_lt_prog_compiler_static
1786
1787# Does compiler simultaneously support -c and -o options?
1788compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1789
1790# Whether or not to add -lc for building shared libraries.
1791build_libtool_need_lc=$archive_cmds_need_lc
1792
1793# Whether or not to disallow shared libs when runtime libs are static.
1794allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1795
1796# Compiler flag to allow reflexive dlopens.
1797export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1798
1799# Compiler flag to generate shared objects directly from archives.
1800whole_archive_flag_spec=$lt_whole_archive_flag_spec
1801
1802# Whether the compiler copes with passing no objects directly.
1803compiler_needs_object=$lt_compiler_needs_object
1804
1805# Create an old-style archive from a shared archive.
1806old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1807
1808# Create a temporary old-style archive to link instead of a shared archive.
1809old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1810
1811# Commands used to build a shared archive.
1812archive_cmds=$lt_archive_cmds
1813archive_expsym_cmds=$lt_archive_expsym_cmds
1814
1815# Commands used to build a loadable module if different from building
1816# a shared archive.
1817module_cmds=$lt_module_cmds
1818module_expsym_cmds=$lt_module_expsym_cmds
1819
1820# Whether we are building with GNU ld or not.
1821with_gnu_ld=$lt_with_gnu_ld
1822
1823# Flag that allows shared libraries with undefined symbols to be built.
1824allow_undefined_flag=$lt_allow_undefined_flag
1825
1826# Flag that enforces no undefined symbols.
1827no_undefined_flag=$lt_no_undefined_flag
1828
1829# Flag to hardcode \$libdir into a binary during linking.
1830# This must work even if \$libdir does not exist
1831hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1832
1833# Whether we need a single "-rpath" flag with a separated argument.
1834hardcode_libdir_separator=$lt_hardcode_libdir_separator
1835
1836# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1837# DIR into the resulting binary.
1838hardcode_direct=$hardcode_direct
1839
1840# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1841# DIR into the resulting binary and the resulting library dependency is
1842# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1843# library is relocated.
1844hardcode_direct_absolute=$hardcode_direct_absolute
1845
1846# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1847# into the resulting binary.
1848hardcode_minus_L=$hardcode_minus_L
1849
1850# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1851# into the resulting binary.
1852hardcode_shlibpath_var=$hardcode_shlibpath_var
1853
1854# Set to "yes" if building a shared library automatically hardcodes DIR
1855# into the library and all subsequent libraries and executables linked
1856# against it.
1857hardcode_automatic=$hardcode_automatic
1858
1859# Set to yes if linker adds runtime paths of dependent libraries
1860# to runtime path list.
1861inherit_rpath=$inherit_rpath
1862
1863# Whether libtool must link a program against all its dependency libraries.
1864link_all_deplibs=$link_all_deplibs
1865
1866# Set to "yes" if exported symbols are required.
1867always_export_symbols=$always_export_symbols
1868
1869# The commands to list exported symbols.
1870export_symbols_cmds=$lt_export_symbols_cmds
1871
1872# Symbols that should not be listed in the preloaded symbols.
1873exclude_expsyms=$lt_exclude_expsyms
1874
1875# Symbols that must always be exported.
1876include_expsyms=$lt_include_expsyms
1877
1878# Commands necessary for linking programs (against libraries) with templates.
1879prelink_cmds=$lt_prelink_cmds
1880
1881# Commands necessary for finishing linking programs.
1882postlink_cmds=$lt_postlink_cmds
1883
1884# Specify filename containing input files.
1885file_list_spec=$lt_file_list_spec
1886
1887# How to hardcode a shared library path into an executable.
1888hardcode_action=$hardcode_action
1889
1890# ### END LIBTOOL CONFIG
1891
1892_LT_EOF
1893
1894 case $host_os in
1895 aix3*)
1896 cat <<\_LT_EOF >> "$cfgfile"
1897# AIX sometimes has problems with the GCC collect2 program. For some
1898# reason, if we set the COLLECT_NAMES environment variable, the problems
1899# vanish in a puff of smoke.
1900if test "X${COLLECT_NAMES+set}" != Xset; then
1901 COLLECT_NAMES=
1902 export COLLECT_NAMES
1903fi
1904_LT_EOF
1905 ;;
1906 esac
1907
1908
1909ltmain="$ac_aux_dir/ltmain.sh"
1910
1911
1912 # We use sed instead of cat because bash on DJGPP gets confused if
1913 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1914 # text mode, it properly converts lines to CR/LF. This bash problem
1915 # is reportedly fixed, but why not run on old versions too?
1916 sed '$q' "$ltmain" >> "$cfgfile" \
1917 || (rm -f "$cfgfile"; exit 1)
1918
1919 if test x"$xsi_shell" = xyes; then
1920 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1921func_dirname ()\
1922{\
1923\ case ${1} in\
1924\ */*) func_dirname_result="${1%/*}${2}" ;;\
1925\ * ) func_dirname_result="${3}" ;;\
1926\ esac\
1927} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1928 && mv -f "$cfgfile.tmp" "$cfgfile" \
1929 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1930test 0 -eq $? || _lt_function_replace_fail=:
1931
1932
1933 sed -e '/^func_basename ()$/,/^} # func_basename /c\
1934func_basename ()\
1935{\
1936\ func_basename_result="${1##*/}"\
1937} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1938 && mv -f "$cfgfile.tmp" "$cfgfile" \
1939 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1940test 0 -eq $? || _lt_function_replace_fail=:
1941
1942
1943 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1944func_dirname_and_basename ()\
1945{\
1946\ case ${1} in\
1947\ */*) func_dirname_result="${1%/*}${2}" ;;\
1948\ * ) func_dirname_result="${3}" ;;\
1949\ esac\
1950\ func_basename_result="${1##*/}"\
1951} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1952 && mv -f "$cfgfile.tmp" "$cfgfile" \
1953 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1954test 0 -eq $? || _lt_function_replace_fail=:
1955
1956
1957 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1958func_stripname ()\
1959{\
1960\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1961\ # positional parameters, so assign one to ordinary parameter first.\
1962\ func_stripname_result=${3}\
1963\ func_stripname_result=${func_stripname_result#"${1}"}\
1964\ func_stripname_result=${func_stripname_result%"${2}"}\
1965} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1966 && mv -f "$cfgfile.tmp" "$cfgfile" \
1967 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1968test 0 -eq $? || _lt_function_replace_fail=:
1969
1970
1971 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1972func_split_long_opt ()\
1973{\
1974\ func_split_long_opt_name=${1%%=*}\
1975\ func_split_long_opt_arg=${1#*=}\
1976} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1977 && mv -f "$cfgfile.tmp" "$cfgfile" \
1978 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1979test 0 -eq $? || _lt_function_replace_fail=:
1980
1981
1982 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1983func_split_short_opt ()\
1984{\
1985\ func_split_short_opt_arg=${1#??}\
1986\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1987} # Extended-shell func_split_short_opt 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_lo2o ()$/,/^} # func_lo2o /c\
1994func_lo2o ()\
1995{\
1996\ case ${1} in\
1997\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1998\ *) func_lo2o_result=${1} ;;\
1999\ esac\
2000} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2001 && mv -f "$cfgfile.tmp" "$cfgfile" \
2002 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2003test 0 -eq $? || _lt_function_replace_fail=:
2004
2005
2006 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2007func_xform ()\
2008{\
2009 func_xform_result=${1%.*}.lo\
2010} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2011 && mv -f "$cfgfile.tmp" "$cfgfile" \
2012 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2013test 0 -eq $? || _lt_function_replace_fail=:
2014
2015
2016 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2017func_arith ()\
2018{\
2019 func_arith_result=$(( $* ))\
2020} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2021 && mv -f "$cfgfile.tmp" "$cfgfile" \
2022 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2023test 0 -eq $? || _lt_function_replace_fail=:
2024
2025
2026 sed -e '/^func_len ()$/,/^} # func_len /c\
2027func_len ()\
2028{\
2029 func_len_result=${#1}\
2030} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2031 && mv -f "$cfgfile.tmp" "$cfgfile" \
2032 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2033test 0 -eq $? || _lt_function_replace_fail=:
2034
2035fi
2036
2037if test x"$lt_shell_append" = xyes; then
2038 sed -e '/^func_append ()$/,/^} # func_append /c\
2039func_append ()\
2040{\
2041 eval "${1}+=\\${2}"\
2042} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2043 && mv -f "$cfgfile.tmp" "$cfgfile" \
2044 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2045test 0 -eq $? || _lt_function_replace_fail=:
2046
2047
2048 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2049func_append_quoted ()\
2050{\
2051\ func_quote_for_eval "${2}"\
2052\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2053} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2054 && mv -f "$cfgfile.tmp" "$cfgfile" \
2055 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2056test 0 -eq $? || _lt_function_replace_fail=:
2057
2058
2059 # Save a `func_append' function call where possible by direct use of '+='
2060 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2061 && mv -f "$cfgfile.tmp" "$cfgfile" \
2062 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2063 test 0 -eq $? || _lt_function_replace_fail=:
2064else
2065 # Save a `func_append' function call even when '+=' is not available
2066 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2067 && mv -f "$cfgfile.tmp" "$cfgfile" \
2068 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2069 test 0 -eq $? || _lt_function_replace_fail=:
2070fi
2071
2072if test x"$_lt_function_replace_fail" = x":"; then
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2074$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2075fi
2076
2077
2078 mv -f "$cfgfile" "$ofile" ||
2079 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2080 chmod +x "$ofile"
2081
2082 ;;
2083
2084 esac
2085done # for ac_tag
2086
2087
2088as_fn_exit 0