blob: 96a4f42590191d51d9fe0658839ec9a8fcb30b25 [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -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 libsndfile $as_me 1.0.25, which was
396generated by GNU Autoconf 2.68. Invocation command line was
397
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
403
404on `(hostname || uname -n) 2>/dev/null | sed 1q`
405"
406
407# Files that config.status was made for.
408config_files=" src/Makefile man/Makefile examples/Makefile tests/Makefile regtest/Makefile M4/Makefile doc/Makefile Win32/Makefile Octave/Makefile programs/Makefile Makefile src/version-metadata.rc tests/test_wrapper.sh tests/pedantic-header-test.sh doc/libsndfile.css build-test-tarball.mk libsndfile.spec sndfile.pc src/sndfile.h"
409config_headers=" src/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 <sndfile@mega-nerd.com>.
441libsndfile home page: <http://www.mega-nerd.com/libsndfile/>."
442
Alexandre Lision2b237922013-09-09 16:23:02 -0400443ac_cs_config="'--disable-external-libs'"
Alexandre Lision7c6f4a62013-09-05 13:27:01 -0400444ac_cs_version="\
445libsndfile config.status 1.0.25
446configured by ./configure, generated by GNU Autoconf 2.68,
447 with options \"$ac_cs_config\"
448
449Copyright (C) 2010 Free Software Foundation, Inc.
450This config.status script is free software; the Free Software Foundation
451gives unlimited permission to copy, distribute and modify it."
452
453ac_pwd='/home/lisional/git/sflphone-android/jni/libsndfile-1.0.25'
454srcdir='.'
455INSTALL='/usr/bin/install -c'
456MKDIR_P='/usr/bin/mkdir -p'
457AWK='gawk'
458test -n "$AWK" || AWK=awk
459# The default lists apply if the user does not specify any file.
460ac_need_defaults=:
461while test $# != 0
462do
463 case $1 in
464 --*=?*)
465 ac_option=`expr "X$1" : 'X\([^=]*\)='`
466 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
467 ac_shift=:
468 ;;
469 --*=)
470 ac_option=`expr "X$1" : 'X\([^=]*\)='`
471 ac_optarg=
472 ac_shift=:
473 ;;
474 *)
475 ac_option=$1
476 ac_optarg=$2
477 ac_shift=shift
478 ;;
479 esac
480
481 case $ac_option in
482 # Handling of the options.
483 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
484 ac_cs_recheck=: ;;
485 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
486 $as_echo "$ac_cs_version"; exit ;;
487 --config | --confi | --conf | --con | --co | --c )
488 $as_echo "$ac_cs_config"; exit ;;
489 --debug | --debu | --deb | --de | --d | -d )
490 debug=: ;;
491 --file | --fil | --fi | --f )
492 $ac_shift
493 case $ac_optarg in
494 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
495 '') as_fn_error $? "missing file argument" ;;
496 esac
497 as_fn_append CONFIG_FILES " '$ac_optarg'"
498 ac_need_defaults=false;;
499 --header | --heade | --head | --hea )
500 $ac_shift
501 case $ac_optarg in
502 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
503 esac
504 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
505 ac_need_defaults=false;;
506 --he | --h)
507 # Conflict between --help and --header
508 as_fn_error $? "ambiguous option: \`$1'
509Try \`$0 --help' for more information.";;
510 --help | --hel | -h )
511 $as_echo "$ac_cs_usage"; exit ;;
512 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
513 | -silent | --silent | --silen | --sile | --sil | --si | --s)
514 ac_cs_silent=: ;;
515
516 # This is an error.
517 -*) as_fn_error $? "unrecognized option: \`$1'
518Try \`$0 --help' for more information." ;;
519
520 *) as_fn_append ac_config_targets " $1"
521 ac_need_defaults=false ;;
522
523 esac
524 shift
525done
526
527ac_configure_extra_args=
528
529if $ac_cs_silent; then
530 exec 6>/dev/null
531 ac_configure_extra_args="$ac_configure_extra_args --silent"
532fi
533
534if $ac_cs_recheck; then
Alexandre Lision2b237922013-09-09 16:23:02 -0400535 set X '/bin/sh' './configure' '--disable-external-libs' $ac_configure_extra_args --no-create --no-recursion
Alexandre Lision7c6f4a62013-09-05 13:27:01 -0400536 shift
537 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
538 CONFIG_SHELL='/bin/sh'
539 export CONFIG_SHELL
540 exec "$@"
541fi
542
543exec 5>>config.log
544{
545 echo
546 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
547## Running $as_me. ##
548_ASBOX
549 $as_echo "$ac_log"
550} >&5
551
552#
553# INIT-COMMANDS
554#
555AMDEP_TRUE="" ac_aux_dir="Cfg"
556
557
558# The HP-UX ksh and POSIX shell print the target directory to stdout
559# if CDPATH is set.
560(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
561
562sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
563double_quote_subst='s/\(["`\\]\)/\\\1/g'
564delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
565macro_version='2.4'
566macro_revision='1.3293'
567enable_shared='yes'
568enable_static='yes'
569pic_mode='default'
570enable_fast_install='yes'
571SHELL='/bin/sh'
572ECHO='printf %s\n'
573host_alias=''
574host='x86_64-unknown-linux-gnu'
575host_os='linux-gnu'
576build_alias=''
577build='x86_64-unknown-linux-gnu'
578build_os='linux-gnu'
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 -m elf_x86_64'
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='pass_all'
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 $oldlib'
610old_postuninstall_cmds=''
611old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
612lock_old_archive_extraction='no'
613CC='gcc'
614CFLAGS='-g -O2 -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -Wundef -pipe '
615compiler=''
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='echo "{ global:" > $output_objdir/$libname.ver~
649 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
650 echo "local: *; };" >> $output_objdir/$libname.ver~
651 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
652module_cmds=''
653module_expsym_cmds=''
654with_gnu_ld='yes'
655allow_undefined_flag=''
656no_undefined_flag=''
657hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
658hardcode_libdir_flag_spec_ld=''
659hardcode_libdir_separator=''
660hardcode_direct='no'
661hardcode_direct_absolute='no'
662hardcode_minus_L='no'
663hardcode_shlibpath_var='unsupported'
664hardcode_automatic='no'
665inherit_rpath='no'
666link_all_deplibs='no'
667always_export_symbols='no'
668export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
669exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
670include_expsyms=''
671prelink_cmds=''
672postlink_cmds=''
673file_list_spec=''
674variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
675need_lib_prefix='no'
676need_version='no'
677version_type='linux'
678runpath_var='LD_RUN_PATH'
679shlibpath_var='LD_LIBRARY_PATH'
680shlibpath_overrides_runpath='no'
681libname_spec='lib$name'
682library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
683soname_spec='${libname}${release}${shared_ext}$major'
684install_override_mode=''
685postinstall_cmds=''
686postuninstall_cmds=''
687finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
688finish_eval=''
689hardcode_into_libs='yes'
690sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.7.2 /usr/lib64 /lib64 '
691sys_lib_dlsearch_path_spec='/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.14 /usr/lib64/xulrunner '
692hardcode_action='immediate'
693enable_dlopen='unknown'
694enable_dlopen_self='unknown'
695enable_dlopen_self_static='unknown'
696old_striplib='strip --strip-debug'
697striplib='strip --strip-unneeded'
698compiler_lib_search_dirs=''
699predep_objects=''
700postdep_objects=''
701predeps=''
702postdeps=''
703compiler_lib_search_path=''
704LD_CXX='/usr/bin/ld -m elf_x86_64'
705LD_RC=''
706reload_flag_CXX=' -r'
707reload_flag_RC=''
708reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
709reload_cmds_RC=''
710old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
711old_archive_cmds_RC=''
712compiler_CXX='g++'
713compiler_RC=''
714GCC_CXX='yes'
715GCC_RC=''
716lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
717lt_prog_compiler_no_builtin_flag_RC=''
718lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
719lt_prog_compiler_pic_RC=''
720lt_prog_compiler_wl_CXX='-Wl,'
721lt_prog_compiler_wl_RC=''
722lt_prog_compiler_static_CXX=''
723lt_prog_compiler_static_RC=''
724lt_cv_prog_compiler_c_o_CXX='yes'
725lt_cv_prog_compiler_c_o_RC='yes'
726archive_cmds_need_lc_CXX='no'
727archive_cmds_need_lc_RC=''
728enable_shared_with_static_runtimes_CXX='no'
729enable_shared_with_static_runtimes_RC=''
730export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
731export_dynamic_flag_spec_RC=''
732whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
733whole_archive_flag_spec_RC=''
734compiler_needs_object_CXX='no'
735compiler_needs_object_RC=''
736old_archive_from_new_cmds_CXX=''
737old_archive_from_new_cmds_RC=''
738old_archive_from_expsyms_cmds_CXX=''
739old_archive_from_expsyms_cmds_RC=''
740archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
741archive_cmds_RC=''
742archive_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'
743archive_expsym_cmds_RC=''
744module_cmds_CXX=''
745module_cmds_RC=''
746module_expsym_cmds_CXX=''
747module_expsym_cmds_RC=''
748with_gnu_ld_CXX='yes'
749with_gnu_ld_RC=''
750allow_undefined_flag_CXX=''
751allow_undefined_flag_RC=''
752no_undefined_flag_CXX=''
753no_undefined_flag_RC=''
754hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
755hardcode_libdir_flag_spec_RC=''
756hardcode_libdir_flag_spec_ld_CXX=''
757hardcode_libdir_flag_spec_ld_RC=''
758hardcode_libdir_separator_CXX=''
759hardcode_libdir_separator_RC=''
760hardcode_direct_CXX='no'
761hardcode_direct_RC=''
762hardcode_direct_absolute_CXX='no'
763hardcode_direct_absolute_RC=''
764hardcode_minus_L_CXX='no'
765hardcode_minus_L_RC=''
766hardcode_shlibpath_var_CXX='unsupported'
767hardcode_shlibpath_var_RC=''
768hardcode_automatic_CXX='no'
769hardcode_automatic_RC=''
770inherit_rpath_CXX='no'
771inherit_rpath_RC=''
772link_all_deplibs_CXX='no'
773link_all_deplibs_RC=''
774always_export_symbols_CXX='no'
775always_export_symbols_RC=''
776export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
777export_symbols_cmds_RC=''
778exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
779exclude_expsyms_RC=''
780include_expsyms_CXX=''
781include_expsyms_RC=''
782prelink_cmds_CXX=''
783prelink_cmds_RC=''
784postlink_cmds_CXX=''
785postlink_cmds_RC=''
786file_list_spec_CXX=''
787file_list_spec_RC=''
788hardcode_action_CXX='immediate'
789hardcode_action_RC=''
790compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2 /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../..'
791compiler_lib_search_dirs_RC=''
792predep_objects_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtbeginS.o'
793predep_objects_RC=''
794postdep_objects_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crtn.o'
795postdep_objects_RC=''
796predeps_CXX=''
797predeps_RC=''
798postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
799postdeps_RC=''
800compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-redhat-linux/4.7.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../..'
801compiler_lib_search_path_RC=''
802
803LTCC='gcc'
804LTCFLAGS='-g -O2'
805compiler='gcc'
806
807# A function that is used when there is no print builtin or printf.
808func_fallback_echo ()
809{
810 eval 'cat <<_LTECHO_EOF
811$1
812_LTECHO_EOF'
813}
814
815# Quote evaled strings.
816for var in SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX LD_RC reload_flag_CXX reload_flag_RC compiler_CXX compiler_RC lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_no_builtin_flag_RC lt_prog_compiler_pic_CXX lt_prog_compiler_pic_RC lt_prog_compiler_wl_CXX lt_prog_compiler_wl_RC lt_prog_compiler_static_CXX lt_prog_compiler_static_RC lt_cv_prog_compiler_c_o_CXX lt_cv_prog_compiler_c_o_RC export_dynamic_flag_spec_CXX export_dynamic_flag_spec_RC whole_archive_flag_spec_CXX whole_archive_flag_spec_RC compiler_needs_object_CXX compiler_needs_object_RC with_gnu_ld_CXX with_gnu_ld_RC allow_undefined_flag_CXX allow_undefined_flag_RC no_undefined_flag_CXX no_undefined_flag_RC hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_RC hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_flag_spec_ld_RC hardcode_libdir_separator_CXX hardcode_libdir_separator_RC exclude_expsyms_CXX exclude_expsyms_RC include_expsyms_CXX include_expsyms_RC file_list_spec_CXX file_list_spec_RC compiler_lib_search_dirs_CXX compiler_lib_search_dirs_RC predep_objects_CXX predep_objects_RC postdep_objects_CXX postdep_objects_RC predeps_CXX predeps_RC postdeps_CXX postdeps_RC compiler_lib_search_path_CXX compiler_lib_search_path_RC; do
817 case `eval \\$ECHO \\""\\$$var"\\"` in
818 *[\\\`\"\$]*)
819 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
820 ;;
821 *)
822 eval "lt_$var=\\\"\$$var\\\""
823 ;;
824 esac
825done
826
827# Double-quote double-evaled strings.
828for 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 reload_cmds_RC old_archive_cmds_CXX old_archive_cmds_RC old_archive_from_new_cmds_CXX old_archive_from_new_cmds_RC old_archive_from_expsyms_cmds_CXX old_archive_from_expsyms_cmds_RC archive_cmds_CXX archive_cmds_RC archive_expsym_cmds_CXX archive_expsym_cmds_RC module_cmds_CXX module_cmds_RC module_expsym_cmds_CXX module_expsym_cmds_RC export_symbols_cmds_CXX export_symbols_cmds_RC prelink_cmds_CXX prelink_cmds_RC postlink_cmds_CXX postlink_cmds_RC; do
829 case `eval \\$ECHO \\""\\$$var"\\"` in
830 *[\\\`\"\$]*)
831 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
832 ;;
833 *)
834 eval "lt_$var=\\\"\$$var\\\""
835 ;;
836 esac
837done
838
839ac_aux_dir='Cfg'
840xsi_shell='yes'
841lt_shell_append='yes'
842
843# See if we are running on zsh, and set the options which allow our
844# commands through without removal of \ escapes INIT.
845if test -n "${ZSH_VERSION+set}" ; then
846 setopt NO_GLOB_SUBST
847fi
848
849
850 PACKAGE='libsndfile'
851 VERSION='1.0.25'
852 TIMESTAMP=''
853 RM='rm -f'
854 ofile='libtool'
855
856
857
858
859
860
861
862
863
864# Handling of arguments.
865for ac_config_target in $ac_config_targets
866do
867 case $ac_config_target in
868 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
869 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
870 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
871 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
872 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
873 "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
874 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
875 "regtest/Makefile") CONFIG_FILES="$CONFIG_FILES regtest/Makefile" ;;
876 "M4/Makefile") CONFIG_FILES="$CONFIG_FILES M4/Makefile" ;;
877 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
878 "Win32/Makefile") CONFIG_FILES="$CONFIG_FILES Win32/Makefile" ;;
879 "Octave/Makefile") CONFIG_FILES="$CONFIG_FILES Octave/Makefile" ;;
880 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
881 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
882 "src/version-metadata.rc") CONFIG_FILES="$CONFIG_FILES src/version-metadata.rc" ;;
883 "tests/test_wrapper.sh") CONFIG_FILES="$CONFIG_FILES tests/test_wrapper.sh" ;;
884 "tests/pedantic-header-test.sh") CONFIG_FILES="$CONFIG_FILES tests/pedantic-header-test.sh" ;;
885 "doc/libsndfile.css") CONFIG_FILES="$CONFIG_FILES doc/libsndfile.css" ;;
886 "build-test-tarball.mk") CONFIG_FILES="$CONFIG_FILES build-test-tarball.mk" ;;
887 "libsndfile.spec") CONFIG_FILES="$CONFIG_FILES libsndfile.spec" ;;
888 "sndfile.pc") CONFIG_FILES="$CONFIG_FILES sndfile.pc" ;;
889 "src/sndfile.h") CONFIG_FILES="$CONFIG_FILES src/sndfile.h" ;;
890
891 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
892 esac
893done
894
895
896# If the user did not use the arguments to specify the items to instantiate,
897# then the envvar interface is used. Set only those that are not.
898# We use the long form for the default assignment because of an extremely
899# bizarre bug on SunOS 4.1.3.
900if $ac_need_defaults; then
901 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
902 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
903 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
904fi
905
906# Have a temporary directory for convenience. Make it in the build tree
907# simply because there is no reason against having it here, and in addition,
908# creating and moving files from /tmp can sometimes cause problems.
909# Hook for its removal unless debugging.
910# Note that there is a small window in which the directory will not be cleaned:
911# after its creation but before its name has been assigned to `$tmp'.
912$debug ||
913{
914 tmp= ac_tmp=
915 trap 'exit_status=$?
916 : "${ac_tmp:=$tmp}"
917 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
918' 0
919 trap 'as_fn_exit 1' 1 2 13 15
920}
921# Create a (secure) tmp directory for tmp files.
922
923{
924 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
925 test -d "$tmp"
926} ||
927{
928 tmp=./conf$$-$RANDOM
929 (umask 077 && mkdir "$tmp")
930} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
931ac_tmp=$tmp
932
933# Set up the scripts for CONFIG_FILES section.
934# No need to generate them if there are no CONFIG_FILES.
935# This happens for instance with `./config.status config.h'.
936if test -n "$CONFIG_FILES"; then
937
938
939ac_cr=`echo X | tr X '\015'`
940# On cygwin, bash can eat \r inside `` if the user requested igncr.
941# But we know of no other shell where ac_cr would be empty at this
942# point, so we can use a bashism as a fallback.
943if test "x$ac_cr" = x; then
944 eval ac_cr=\$\'\\r\'
945fi
946ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
947if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
948 ac_cs_awk_cr='\\r'
949else
950 ac_cs_awk_cr=$ac_cr
951fi
952
953echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
954cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
955S["am__EXEEXT_FALSE"]=""
956S["am__EXEEXT_TRUE"]="#"
957S["LTLIBOBJS"]=""
958S["LIBOBJS"]=""
959S["LIBTOOL_DEPS"]="Cfg/ltmain.sh"
960S["EXTERNAL_LIBS"]=""
961S["EXTERNAL_CFLAGS"]=""
962S["SNDIO_LIBS"]=""
Alexandre Lision2b237922013-09-09 16:23:02 -0400963S["ALSA_LIBS"]="-lasound"
Alexandre Lision7c6f4a62013-09-05 13:27:01 -0400964S["OS_SPECIFIC_LINKS"]=""
965S["OS_SPECIFIC_CFLAGS"]=""
966S["WIN_RC_VERSION"]="1,0,25"
967S["CLEAN_VERSION"]="1.0.25"
968S["SHARED_VERSION_INFO"]="1:25:0"
969S["SHLIB_VERSION_ARG"]="-Wl,--version-script=$(srcdir)/Symbols.gnu-binutils"
970S["HTML_FGCOLOUR"]="white"
971S["HTML_BGCOLOUR"]="black"
972S["htmldocdir"]="/usr/local/share/doc/libsndfile1-dev/html"
973S["HOST_TRIPLET"]="x86_64-unknown-linux-gnu"
974S["GCC_MINOR_VERSION"]="7"
975S["GCC_MAJOR_VERSION"]="4"
976S["GCC_VERSION"]="4.7.2"
977S["USE_WIN_VERSION_FILE_FALSE"]=""
978S["USE_WIN_VERSION_FILE_TRUE"]="#"
979S["SQLITE3_LIBS"]="-lsqlite3 "
980S["SQLITE3_CFLAGS"]=" "
981S["VORBISENC_LIBS"]=""
982S["VORBISENC_CFLAGS"]=""
983S["VORBIS_LIBS"]=""
984S["VORBIS_CFLAGS"]=""
985S["SPEEX_LIBS"]=""
986S["SPEEX_CFLAGS"]=""
987S["OGG_LIBS"]=""
988S["OGG_CFLAGS"]=""
989S["FLAC_LIBS"]=""
990S["FLAC_CFLAGS"]=""
991S["PKG_CONFIG_LIBDIR"]=""
992S["PKG_CONFIG_PATH"]=""
993S["PKG_CONFIG"]="/usr/bin/pkg-config"
994S["OCTAVE_DEST_MDIR"]=""
995S["OCTAVE_DEST_ODIR"]=""
996S["OCTAVE_CONFIG_VERSION"]=""
997S["OCTAVE_CONFIG"]=""
998S["HAVE_OCTAVE_CONFIG"]="no"
999S["MKOCTFILE_VERSION"]=""
1000S["MKOCTFILE"]=""
1001S["HAVE_MKOCTFILE"]="no"
1002S["OCTAVE"]=""
1003S["OCTAVE_VERSION"]=""
1004S["HAVE_OCTAVE"]="no"
1005S["BUILD_OCTAVE_MOD_FALSE"]=""
1006S["BUILD_OCTAVE_MOD_TRUE"]="#"
1007S["SF_COUNT_MAX"]="0x7FFFFFFFFFFFFFFFLL"
1008S["SIZEOF_SF_COUNT_T"]="8"
1009S["TYPEOF_SF_COUNT_T"]="int64_t"
1010S["GETCONF"]=""
1011S["ENABLE_TEST_COVERAGE_FALSE"]=""
1012S["ENABLE_TEST_COVERAGE_TRUE"]="#"
1013S["LINUX_MINGW_CROSS_TEST_FALSE"]=""
1014S["LINUX_MINGW_CROSS_TEST_TRUE"]="#"
1015S["HAVE_WINE"]="no"
1016S["HAVE_AUTOGEN"]="no"
1017S["RC"]=""
1018S["CXXCPP"]="g++ -E"
1019S["CPP"]="gcc -E"
1020S["OTOOL64"]=""
1021S["OTOOL"]=""
1022S["LIPO"]=""
1023S["NMEDIT"]=""
1024S["DSYMUTIL"]=""
1025S["MANIFEST_TOOL"]=":"
1026S["RANLIB"]="ranlib"
1027S["ac_ct_AR"]="ar"
1028S["AR"]="ar"
1029S["DLLTOOL"]="false"
1030S["OBJDUMP"]="objdump"
1031S["LN_S"]="ln -s"
1032S["NM"]="/usr/bin/nm -B"
1033S["ac_ct_DUMPBIN"]=""
1034S["DUMPBIN"]=""
1035S["LD"]="/usr/bin/ld -m elf_x86_64"
1036S["FGREP"]="/usr/bin/grep -F"
1037S["EGREP"]="/usr/bin/grep -E"
1038S["GREP"]="/usr/bin/grep"
1039S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1040S["SED"]="/usr/bin/sed"
1041S["am__fastdepCXX_FALSE"]="#"
1042S["am__fastdepCXX_TRUE"]=""
1043S["CXXDEPMODE"]="depmode=gcc3"
1044S["ac_ct_CXX"]="g++"
1045S["CXXFLAGS"]="-g -O2 -Wall -Wextra -Wcast-align -Wcast-qual -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-"\
1046"promo -Wundef "
1047S["CXX"]="g++"
1048S["am__fastdepCC_FALSE"]="#"
1049S["am__fastdepCC_TRUE"]=""
1050S["CCDEPMODE"]="depmode=gcc3"
1051S["AMDEPBACKSLASH"]="\\"
1052S["AMDEP_FALSE"]="#"
1053S["AMDEP_TRUE"]=""
1054S["am__quote"]=""
1055S["am__include"]="include"
1056S["DEPDIR"]=".deps"
1057S["OBJEXT"]="o"
1058S["EXEEXT"]=""
1059S["ac_ct_CC"]="gcc"
1060S["CPPFLAGS"]=""
1061S["LDFLAGS"]=""
1062S["CFLAGS"]="-g -O2 -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Waggregate-r"\
1063"eturn -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -Wundef -pipe "
1064S["CC"]="gcc"
1065S["ACLOCAL_AMFLAGS"]="-I M4"
1066S["AM_BACKSLASH"]="\\"
1067S["AM_DEFAULT_VERBOSITY"]="0"
1068S["am__untar"]="${AMTAR} xf -"
1069S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1070S["AMTAR"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run tar"
1071S["am__leading_dot"]="."
1072S["SET_MAKE"]=""
1073S["AWK"]="gawk"
1074S["mkdir_p"]="/usr/bin/mkdir -p"
1075S["MKDIR_P"]="/usr/bin/mkdir -p"
1076S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1077S["STRIP"]="strip"
1078S["install_sh"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/install-sh"
1079S["MAKEINFO"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run makeinfo"
1080S["AUTOHEADER"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run autoheader"
1081S["AUTOMAKE"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run automake-1.11"
1082S["AUTOCONF"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run autoconf"
1083S["ACLOCAL"]="${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run aclocal-1.11"
1084S["VERSION"]="1.0.25"
1085S["PACKAGE"]="libsndfile"
1086S["CYGPATH_W"]="echo"
1087S["am__isrc"]=""
1088S["INSTALL_DATA"]="${INSTALL} -m 644"
1089S["INSTALL_SCRIPT"]="${INSTALL}"
1090S["INSTALL_PROGRAM"]="${INSTALL}"
1091S["target_os"]="linux-gnu"
1092S["target_vendor"]="unknown"
1093S["target_cpu"]="x86_64"
1094S["target"]="x86_64-unknown-linux-gnu"
1095S["host_os"]="linux-gnu"
1096S["host_vendor"]="unknown"
1097S["host_cpu"]="x86_64"
1098S["host"]="x86_64-unknown-linux-gnu"
1099S["build_os"]="linux-gnu"
1100S["build_vendor"]="unknown"
1101S["build_cpu"]="x86_64"
1102S["build"]="x86_64-unknown-linux-gnu"
1103S["target_alias"]=""
1104S["host_alias"]=""
1105S["build_alias"]=""
1106S["LIBS"]="-lm "
1107S["ECHO_T"]=""
1108S["ECHO_N"]="-n"
1109S["ECHO_C"]=""
1110S["DEFS"]="-DHAVE_CONFIG_H"
1111S["mandir"]="${datarootdir}/man"
1112S["localedir"]="${datarootdir}/locale"
1113S["libdir"]="${exec_prefix}/lib"
1114S["psdir"]="${docdir}"
1115S["pdfdir"]="${docdir}"
1116S["dvidir"]="${docdir}"
1117S["htmldir"]="${docdir}"
1118S["infodir"]="${datarootdir}/info"
1119S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1120S["oldincludedir"]="/usr/include"
1121S["includedir"]="${prefix}/include"
1122S["localstatedir"]="${prefix}/var"
1123S["sharedstatedir"]="${prefix}/com"
1124S["sysconfdir"]="${prefix}/etc"
1125S["datadir"]="${datarootdir}"
1126S["datarootdir"]="${prefix}/share"
1127S["libexecdir"]="${exec_prefix}/libexec"
1128S["sbindir"]="${exec_prefix}/sbin"
1129S["bindir"]="${exec_prefix}/bin"
1130S["program_transform_name"]="s,x,x,"
1131S["prefix"]="/usr/local"
1132S["exec_prefix"]="${prefix}"
1133S["PACKAGE_URL"]="http://www.mega-nerd.com/libsndfile/"
1134S["PACKAGE_BUGREPORT"]="sndfile@mega-nerd.com"
1135S["PACKAGE_STRING"]="libsndfile 1.0.25"
1136S["PACKAGE_VERSION"]="1.0.25"
1137S["PACKAGE_TARNAME"]="libsndfile"
1138S["PACKAGE_NAME"]="libsndfile"
1139S["PATH_SEPARATOR"]=":"
1140S["SHELL"]="/bin/sh"
1141_ACAWK
1142cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1143 for (key in S) S_is_set[key] = 1
1144 FS = ""
1145
1146}
1147{
1148 line = $ 0
1149 nfields = split(line, field, "@")
1150 substed = 0
1151 len = length(field[1])
1152 for (i = 2; i < nfields; i++) {
1153 key = field[i]
1154 keylen = length(key)
1155 if (S_is_set[key]) {
1156 value = S[key]
1157 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1158 len += length(value) + length(field[++i])
1159 substed = 1
1160 } else
1161 len += 1 + keylen
1162 }
1163
1164 print line
1165}
1166
1167_ACAWK
1168if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1169 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1170else
1171 cat
1172fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1173 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1174fi # test -n "$CONFIG_FILES"
1175
1176# Set up the scripts for CONFIG_HEADERS section.
1177# No need to generate them if there are no CONFIG_HEADERS.
1178# This happens for instance with `./config.status Makefile'.
1179if test -n "$CONFIG_HEADERS"; then
1180cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1181BEGIN {
1182D["PACKAGE_NAME"]=" \"libsndfile\""
1183D["PACKAGE_TARNAME"]=" \"libsndfile\""
1184D["PACKAGE_VERSION"]=" \"1.0.25\""
1185D["PACKAGE_STRING"]=" \"libsndfile 1.0.25\""
1186D["PACKAGE_BUGREPORT"]=" \"sndfile@mega-nerd.com\""
1187D["PACKAGE_URL"]=" \"http://www.mega-nerd.com/libsndfile/\""
1188D["PACKAGE"]=" \"libsndfile\""
1189D["VERSION"]=" \"1.0.25\""
1190D["STDC_HEADERS"]=" 1"
1191D["HAVE_SYS_TYPES_H"]=" 1"
1192D["HAVE_SYS_STAT_H"]=" 1"
1193D["HAVE_STDLIB_H"]=" 1"
1194D["HAVE_STRING_H"]=" 1"
1195D["HAVE_MEMORY_H"]=" 1"
1196D["HAVE_STRINGS_H"]=" 1"
1197D["HAVE_INTTYPES_H"]=" 1"
1198D["HAVE_STDINT_H"]=" 1"
1199D["HAVE_UNISTD_H"]=" 1"
1200D["HAVE_DLFCN_H"]=" 1"
1201D["LT_OBJDIR"]=" \".libs/\""
1202D["STDC_HEADERS"]=" 1"
1203D["HAVE_ENDIAN_H"]=" 1"
1204D["HAVE_BYTESWAP_H"]=" 1"
1205D["HAVE_LOCALE_H"]=" 1"
1206D["HAVE_SYS_TIME_H"]=" 1"
1207D["HAVE_SYS_WAIT_H"]=" 1"
1208D["HAVE_DECL_S_IRGRP"]=" 1"
1209D["HAVE_DECL_S_IRGRP"]=" 1"
1210D["HAVE_FLEXIBLE_ARRAY"]=" 1"
1211D["ENABLE_EXPERIMENTAL_CODE"]=" 0"
1212D["SIZEOF_WCHAR_T"]=" 4"
1213D["SIZEOF_SHORT"]=" 2"
1214D["SIZEOF_INT"]=" 4"
1215D["SIZEOF_LONG"]=" 8"
1216D["SIZEOF_FLOAT"]=" 4"
1217D["SIZEOF_DOUBLE"]=" 8"
1218D["SIZEOF_VOIDP"]=" 8"
1219D["SIZEOF_SIZE_T"]=" 8"
1220D["SIZEOF_INT64_T"]=" 8"
1221D["SIZEOF_LONG_LONG"]=" 8"
1222D["SIZEOF_OFF_T"]=" 8"
1223D["TYPEOF_SF_COUNT_T"]=" int64_t"
1224D["SIZEOF_SF_COUNT_T"]=" 8"
1225D["SF_COUNT_MAX"]=" 0x7FFFFFFFFFFFFFFFLL"
1226D["HAVE_SSIZE_T"]=" 1"
1227D["SIZEOF_SSIZE_T"]=" 8"
1228D["CPU_IS_BIG_ENDIAN"]=" 0"
1229D["CPU_IS_LITTLE_ENDIAN"]=" 1"
1230D["WORDS_BIGENDIAN"]=" 0"
1231D["HAVE_MALLOC"]=" 1"
1232D["HAVE_CALLOC"]=" 1"
1233D["HAVE_REALLOC"]=" 1"
1234D["HAVE_FREE"]=" 1"
1235D["HAVE_OPEN"]=" 1"
1236D["HAVE_READ"]=" 1"
1237D["HAVE_WRITE"]=" 1"
1238D["HAVE_LSEEK"]=" 1"
1239D["HAVE_PREAD"]=" 1"
1240D["HAVE_PWRITE"]=" 1"
1241D["HAVE_FSTAT"]=" 1"
1242D["HAVE_FTRUNCATE"]=" 1"
1243D["HAVE_FSYNC"]=" 1"
1244D["HAVE_SNPRINTF"]=" 1"
1245D["HAVE_VSNPRINTF"]=" 1"
1246D["HAVE_GMTIME"]=" 1"
1247D["HAVE_GMTIME_R"]=" 1"
1248D["HAVE_LOCALTIME"]=" 1"
1249D["HAVE_LOCALTIME_R"]=" 1"
1250D["HAVE_GETTIMEOFDAY"]=" 1"
1251D["HAVE_MMAP"]=" 1"
1252D["HAVE_GETPAGESIZE"]=" 1"
1253D["HAVE_SETLOCALE"]=" 1"
1254D["HAVE_PIPE"]=" 1"
1255D["HAVE_WAITPID"]=" 1"
1256D["HAVE_LIBM"]=" 1"
1257D["HAVE_FLOOR"]=" 1"
1258D["HAVE_CEIL"]=" 1"
1259D["HAVE_FMOD"]=" 1"
1260D["HAVE_LRINT"]=" 1"
1261D["HAVE_LRINTF"]=" 1"
1262D["HAVE_EXTERNAL_LIBS"]=" 0"
1263D["HAVE_SQLITE3"]=" 1"
1264D["CPU_CLIPS_POSITIVE"]=" 0"
1265D["CPU_CLIPS_NEGATIVE"]=" 0"
1266D["OS_IS_WIN32"]=" 0"
1267D["OS_IS_MACOSX"]=" 0"
1268D["USE_WINDOWS_API"]=" 0"
Alexandre Lision2b237922013-09-09 16:23:02 -04001269D["HAVE_ALSA_ASOUNDLIB_H"]=" 1"
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001270D["WIN32_TARGET_DLL"]=" 0"
1271D["COMPILER_IS_GCC"]=" 1"
1272 for (key in D) D_is_set[key] = 1
1273 FS = ""
1274}
1275/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1276 line = $ 0
1277 split(line, arg, " ")
1278 if (arg[1] == "#") {
1279 defundef = arg[2]
1280 mac1 = arg[3]
1281 } else {
1282 defundef = substr(arg[1], 2)
1283 mac1 = arg[2]
1284 }
1285 split(mac1, mac2, "(") #)
1286 macro = mac2[1]
1287 prefix = substr(line, 1, index(line, defundef) - 1)
1288 if (D_is_set[macro]) {
1289 # Preserve the white space surrounding the "#".
1290 print prefix "define", macro P[macro] D[macro]
1291 next
1292 } else {
1293 # Replace #undef with comments. This is necessary, for example,
1294 # in the case of _POSIX_SOURCE, which is predefined and required
1295 # on some systems where configure will not decide to define it.
1296 if (defundef == "undef") {
1297 print "/*", prefix defundef, macro, "*/"
1298 next
1299 }
1300 }
1301}
1302{ print }
1303_ACAWK
1304 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1305fi # test -n "$CONFIG_HEADERS"
1306
1307
1308eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1309shift
1310for ac_tag
1311do
1312 case $ac_tag in
1313 :[FHLC]) ac_mode=$ac_tag; continue;;
1314 esac
1315 case $ac_mode$ac_tag in
1316 :[FHL]*:*);;
1317 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1318 :[FH]-) ac_tag=-:-;;
1319 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1320 esac
1321 ac_save_IFS=$IFS
1322 IFS=:
1323 set x $ac_tag
1324 IFS=$ac_save_IFS
1325 shift
1326 ac_file=$1
1327 shift
1328
1329 case $ac_mode in
1330 :L) ac_source=$1;;
1331 :[FH])
1332 ac_file_inputs=
1333 for ac_f
1334 do
1335 case $ac_f in
1336 -) ac_f="$ac_tmp/stdin";;
1337 *) # Look for the file first in the build tree, then in the source tree
1338 # (if the path is not absolute). The absolute path cannot be DOS-style,
1339 # because $ac_f cannot contain `:'.
1340 test -f "$ac_f" ||
1341 case $ac_f in
1342 [\\/$]*) false;;
1343 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1344 esac ||
1345 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1346 esac
1347 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1348 as_fn_append ac_file_inputs " '$ac_f'"
1349 done
1350
1351 # Let's still pretend it is `configure' which instantiates (i.e., don't
1352 # use $as_me), people would be surprised to read:
1353 # /* config.h. Generated by config.status. */
1354 configure_input='Generated from '`
1355 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1356 `' by configure.'
1357 if test x"$ac_file" != x-; then
1358 configure_input="$ac_file. $configure_input"
1359 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1360$as_echo "$as_me: creating $ac_file" >&6;}
1361 fi
1362 # Neutralize special characters interpreted by sed in replacement strings.
1363 case $configure_input in #(
1364 *\&* | *\|* | *\\* )
1365 ac_sed_conf_input=`$as_echo "$configure_input" |
1366 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1367 *) ac_sed_conf_input=$configure_input;;
1368 esac
1369
1370 case $ac_tag in
1371 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1372 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1373 esac
1374 ;;
1375 esac
1376
1377 ac_dir=`$as_dirname -- "$ac_file" ||
1378$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1379 X"$ac_file" : 'X\(//\)[^/]' \| \
1380 X"$ac_file" : 'X\(//\)$' \| \
1381 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1382$as_echo X"$ac_file" |
1383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1384 s//\1/
1385 q
1386 }
1387 /^X\(\/\/\)[^/].*/{
1388 s//\1/
1389 q
1390 }
1391 /^X\(\/\/\)$/{
1392 s//\1/
1393 q
1394 }
1395 /^X\(\/\).*/{
1396 s//\1/
1397 q
1398 }
1399 s/.*/./; q'`
1400 as_dir="$ac_dir"; as_fn_mkdir_p
1401 ac_builddir=.
1402
1403case "$ac_dir" in
1404.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1405*)
1406 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1407 # A ".." for each directory in $ac_dir_suffix.
1408 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1409 case $ac_top_builddir_sub in
1410 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1411 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1412 esac ;;
1413esac
1414ac_abs_top_builddir=$ac_pwd
1415ac_abs_builddir=$ac_pwd$ac_dir_suffix
1416# for backward compatibility:
1417ac_top_builddir=$ac_top_build_prefix
1418
1419case $srcdir in
1420 .) # We are building in place.
1421 ac_srcdir=.
1422 ac_top_srcdir=$ac_top_builddir_sub
1423 ac_abs_top_srcdir=$ac_pwd ;;
1424 [\\/]* | ?:[\\/]* ) # Absolute name.
1425 ac_srcdir=$srcdir$ac_dir_suffix;
1426 ac_top_srcdir=$srcdir
1427 ac_abs_top_srcdir=$srcdir ;;
1428 *) # Relative name.
1429 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1430 ac_top_srcdir=$ac_top_build_prefix$srcdir
1431 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1432esac
1433ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1434
1435
1436 case $ac_mode in
1437 :F)
1438 #
1439 # CONFIG_FILE
1440 #
1441
1442 case $INSTALL in
1443 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1444 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1445 esac
1446 ac_MKDIR_P=$MKDIR_P
1447 case $MKDIR_P in
1448 [\\/$]* | ?:[\\/]* ) ;;
1449 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1450 esac
1451# If the template does not know about datarootdir, expand it.
1452# FIXME: This hack should be removed a few years after 2.60.
1453ac_datarootdir_hack=; ac_datarootdir_seen=
1454ac_sed_dataroot='
1455/datarootdir/ {
1456 p
1457 q
1458}
1459/@datadir@/p
1460/@docdir@/p
1461/@infodir@/p
1462/@localedir@/p
1463/@mandir@/p'
1464case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1465*datarootdir*) ac_datarootdir_seen=yes;;
1466*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1468$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1469 ac_datarootdir_hack='
1470 s&@datadir@&${datarootdir}&g
1471 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1472 s&@infodir@&${datarootdir}/info&g
1473 s&@localedir@&${datarootdir}/locale&g
1474 s&@mandir@&${datarootdir}/man&g
1475 s&\${datarootdir}&${prefix}/share&g' ;;
1476esac
1477ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1478h
1479s///
1480s/^/:/
1481s/[ ]*$/:/
1482s/:\$(srcdir):/:/g
1483s/:\${srcdir}:/:/g
1484s/:@srcdir@:/:/g
1485s/^:*//
1486s/:*$//
1487x
1488s/\(=[ ]*\).*/\1/
1489G
1490s/\n//
1491s/^[^=]*=[ ]*$//
1492}
1493
1494:t
1495/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1496s|@configure_input@|$ac_sed_conf_input|;t t
1497s&@top_builddir@&$ac_top_builddir_sub&;t t
1498s&@top_build_prefix@&$ac_top_build_prefix&;t t
1499s&@srcdir@&$ac_srcdir&;t t
1500s&@abs_srcdir@&$ac_abs_srcdir&;t t
1501s&@top_srcdir@&$ac_top_srcdir&;t t
1502s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1503s&@builddir@&$ac_builddir&;t t
1504s&@abs_builddir@&$ac_abs_builddir&;t t
1505s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1506s&@INSTALL@&$ac_INSTALL&;t t
1507s&@MKDIR_P@&$ac_MKDIR_P&;t t
1508$ac_datarootdir_hack
1509"
1510eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1511 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1512
1513test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1514 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1515 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1516 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1518which seems to be undefined. Please make sure it is defined" >&5
1519$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1520which seems to be undefined. Please make sure it is defined" >&2;}
1521
1522 rm -f "$ac_tmp/stdin"
1523 case $ac_file in
1524 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1525 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1526 esac \
1527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1528 ;;
1529 :H)
1530 #
1531 # CONFIG_HEADER
1532 #
1533 if test x"$ac_file" != x-; then
1534 {
1535 $as_echo "/* $configure_input */" \
1536 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1537 } >"$ac_tmp/config.h" \
1538 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1539 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1540 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1541$as_echo "$as_me: $ac_file is unchanged" >&6;}
1542 else
1543 rm -f "$ac_file"
1544 mv "$ac_tmp/config.h" "$ac_file" \
1545 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1546 fi
1547 else
1548 $as_echo "/* $configure_input */" \
1549 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1550 || as_fn_error $? "could not create -" "$LINENO" 5
1551 fi
1552# Compute "$ac_file"'s index in $config_headers.
1553_am_arg="$ac_file"
1554_am_stamp_count=1
1555for _am_header in $config_headers :; do
1556 case $_am_header in
1557 $_am_arg | $_am_arg:* )
1558 break ;;
1559 * )
1560 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1561 esac
1562done
1563echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1564$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1565 X"$_am_arg" : 'X\(//\)[^/]' \| \
1566 X"$_am_arg" : 'X\(//\)$' \| \
1567 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1568$as_echo X"$_am_arg" |
1569 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1570 s//\1/
1571 q
1572 }
1573 /^X\(\/\/\)[^/].*/{
1574 s//\1/
1575 q
1576 }
1577 /^X\(\/\/\)$/{
1578 s//\1/
1579 q
1580 }
1581 /^X\(\/\).*/{
1582 s//\1/
1583 q
1584 }
1585 s/.*/./; q'`/stamp-h$_am_stamp_count
1586 ;;
1587
1588 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1589$as_echo "$as_me: executing $ac_file commands" >&6;}
1590 ;;
1591 esac
1592
1593
1594 case $ac_file$ac_mode in
1595 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1596 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1597 # are listed without --file. Let's play safe and only enable the eval
1598 # if we detect the quoting.
1599 case $CONFIG_FILES in
1600 *\'*) eval set x "$CONFIG_FILES" ;;
1601 *) set x $CONFIG_FILES ;;
1602 esac
1603 shift
1604 for mf
1605 do
1606 # Strip MF so we end up with the name of the file.
1607 mf=`echo "$mf" | sed -e 's/:.*$//'`
1608 # Check whether this is an Automake generated Makefile or not.
1609 # We used to match only the files named `Makefile.in', but
1610 # some people rename them; so instead we look at the file content.
1611 # Grep'ing the first line is not enough: some people post-process
1612 # each Makefile.in and add a new line on top of each file to say so.
1613 # Grep'ing the whole file is not good either: AIX grep has a line
1614 # limit of 2048, but all sed's we know have understand at least 4000.
1615 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1616 dirpart=`$as_dirname -- "$mf" ||
1617$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1618 X"$mf" : 'X\(//\)[^/]' \| \
1619 X"$mf" : 'X\(//\)$' \| \
1620 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1621$as_echo X"$mf" |
1622 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1623 s//\1/
1624 q
1625 }
1626 /^X\(\/\/\)[^/].*/{
1627 s//\1/
1628 q
1629 }
1630 /^X\(\/\/\)$/{
1631 s//\1/
1632 q
1633 }
1634 /^X\(\/\).*/{
1635 s//\1/
1636 q
1637 }
1638 s/.*/./; q'`
1639 else
1640 continue
1641 fi
1642 # Extract the definition of DEPDIR, am__include, and am__quote
1643 # from the Makefile without running `make'.
1644 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1645 test -z "$DEPDIR" && continue
1646 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1647 test -z "am__include" && continue
1648 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1649 # When using ansi2knr, U may be empty or an underscore; expand it
1650 U=`sed -n 's/^U = //p' < "$mf"`
1651 # Find all dependency output files, they are included files with
1652 # $(DEPDIR) in their names. We invoke sed twice because it is the
1653 # simplest approach to changing $(DEPDIR) to its actual value in the
1654 # expansion.
1655 for file in `sed -n "
1656 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1657 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1658 # Make sure the directory exists.
1659 test -f "$dirpart/$file" && continue
1660 fdir=`$as_dirname -- "$file" ||
1661$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1662 X"$file" : 'X\(//\)[^/]' \| \
1663 X"$file" : 'X\(//\)$' \| \
1664 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1665$as_echo X"$file" |
1666 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1667 s//\1/
1668 q
1669 }
1670 /^X\(\/\/\)[^/].*/{
1671 s//\1/
1672 q
1673 }
1674 /^X\(\/\/\)$/{
1675 s//\1/
1676 q
1677 }
1678 /^X\(\/\).*/{
1679 s//\1/
1680 q
1681 }
1682 s/.*/./; q'`
1683 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1684 # echo "creating $dirpart/$file"
1685 echo '# dummy' > "$dirpart/$file"
1686 done
1687 done
1688}
1689 ;;
1690 "libtool":C)
1691
1692 # See if we are running on zsh, and set the options which allow our
1693 # commands through without removal of \ escapes.
1694 if test -n "${ZSH_VERSION+set}" ; then
1695 setopt NO_GLOB_SUBST
1696 fi
1697
1698 cfgfile="${ofile}T"
1699 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1700 $RM "$cfgfile"
1701
1702 cat <<_LT_EOF >> "$cfgfile"
1703#! $SHELL
1704
1705# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1706# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1707# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1708# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1709#
1710# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1711# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1712# Inc.
1713# Written by Gordon Matzigkeit, 1996
1714#
1715# This file is part of GNU Libtool.
1716#
1717# GNU Libtool is free software; you can redistribute it and/or
1718# modify it under the terms of the GNU General Public License as
1719# published by the Free Software Foundation; either version 2 of
1720# the License, or (at your option) any later version.
1721#
1722# As a special exception to the GNU General Public License,
1723# if you distribute this file as part of a program or library that
1724# is built using GNU Libtool, you may include this file under the
1725# same distribution terms that you use for the rest of that program.
1726#
1727# GNU Libtool is distributed in the hope that it will be useful,
1728# but WITHOUT ANY WARRANTY; without even the implied warranty of
1729# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1730# GNU General Public License for more details.
1731#
1732# You should have received a copy of the GNU General Public License
1733# along with GNU Libtool; see the file COPYING. If not, a copy
1734# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1735# obtained by writing to the Free Software Foundation, Inc.,
1736# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1737
1738
1739# The names of the tagged configurations supported by this script.
1740available_tags="CXX RC "
1741
1742# ### BEGIN LIBTOOL CONFIG
1743
1744# Which release of libtool.m4 was used?
1745macro_version=$macro_version
1746macro_revision=$macro_revision
1747
1748# Whether or not to build shared libraries.
1749build_libtool_libs=$enable_shared
1750
1751# Whether or not to build static libraries.
1752build_old_libs=$enable_static
1753
1754# What type of objects to build.
1755pic_mode=$pic_mode
1756
1757# Whether or not to optimize for fast installation.
1758fast_install=$enable_fast_install
1759
1760# Shell to use when invoking shell scripts.
1761SHELL=$lt_SHELL
1762
1763# An echo program that protects backslashes.
1764ECHO=$lt_ECHO
1765
1766# The host system.
1767host_alias=$host_alias
1768host=$host
1769host_os=$host_os
1770
1771# The build system.
1772build_alias=$build_alias
1773build=$build
1774build_os=$build_os
1775
1776# A sed program that does not truncate output.
1777SED=$lt_SED
1778
1779# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1780Xsed="\$SED -e 1s/^X//"
1781
1782# A grep program that handles long lines.
1783GREP=$lt_GREP
1784
1785# An ERE matcher.
1786EGREP=$lt_EGREP
1787
1788# A literal string matcher.
1789FGREP=$lt_FGREP
1790
1791# A BSD- or MS-compatible name lister.
1792NM=$lt_NM
1793
1794# Whether we need soft or hard links.
1795LN_S=$lt_LN_S
1796
1797# What is the maximum length of a command?
1798max_cmd_len=$max_cmd_len
1799
1800# Object file suffix (normally "o").
1801objext=$ac_objext
1802
1803# Executable file suffix (normally "").
1804exeext=$exeext
1805
1806# whether the shell understands "unset".
1807lt_unset=$lt_unset
1808
1809# turn spaces into newlines.
1810SP2NL=$lt_lt_SP2NL
1811
1812# turn newlines into spaces.
1813NL2SP=$lt_lt_NL2SP
1814
1815# convert \$build file names to \$host format.
1816to_host_file_cmd=$lt_cv_to_host_file_cmd
1817
1818# convert \$build files to toolchain format.
1819to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1820
1821# An object symbol dumper.
1822OBJDUMP=$lt_OBJDUMP
1823
1824# Method to check whether dependent libraries are shared objects.
1825deplibs_check_method=$lt_deplibs_check_method
1826
1827# Command to use when deplibs_check_method = "file_magic".
1828file_magic_cmd=$lt_file_magic_cmd
1829
1830# How to find potential files when deplibs_check_method = "file_magic".
1831file_magic_glob=$lt_file_magic_glob
1832
1833# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1834want_nocaseglob=$lt_want_nocaseglob
1835
1836# DLL creation program.
1837DLLTOOL=$lt_DLLTOOL
1838
1839# Command to associate shared and link libraries.
1840sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1841
1842# The archiver.
1843AR=$lt_AR
1844
1845# Flags to create an archive.
1846AR_FLAGS=$lt_AR_FLAGS
1847
1848# How to feed a file listing to the archiver.
1849archiver_list_spec=$lt_archiver_list_spec
1850
1851# A symbol stripping program.
1852STRIP=$lt_STRIP
1853
1854# Commands used to install an old-style archive.
1855RANLIB=$lt_RANLIB
1856old_postinstall_cmds=$lt_old_postinstall_cmds
1857old_postuninstall_cmds=$lt_old_postuninstall_cmds
1858
1859# Whether to use a lock for old archive extraction.
1860lock_old_archive_extraction=$lock_old_archive_extraction
1861
1862# A C compiler.
1863LTCC=$lt_CC
1864
1865# LTCC compiler flags.
1866LTCFLAGS=$lt_CFLAGS
1867
1868# Take the output of nm and produce a listing of raw symbols and C names.
1869global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1870
1871# Transform the output of nm in a proper C declaration.
1872global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1873
1874# Transform the output of nm in a C name address pair.
1875global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1876
1877# Transform the output of nm in a C name address pair when lib prefix is needed.
1878global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1879
1880# Specify filename containing input files for \$NM.
1881nm_file_list_spec=$lt_nm_file_list_spec
1882
1883# The root where to search for dependent libraries,and in which our libraries should be installed.
1884lt_sysroot=$lt_sysroot
1885
1886# The name of the directory that contains temporary libtool files.
1887objdir=$objdir
1888
1889# Used to examine libraries when file_magic_cmd begins with "file".
1890MAGIC_CMD=$MAGIC_CMD
1891
1892# Must we lock files when doing compilation?
1893need_locks=$lt_need_locks
1894
1895# Manifest tool.
1896MANIFEST_TOOL=$lt_MANIFEST_TOOL
1897
1898# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1899DSYMUTIL=$lt_DSYMUTIL
1900
1901# Tool to change global to local symbols on Mac OS X.
1902NMEDIT=$lt_NMEDIT
1903
1904# Tool to manipulate fat objects and archives on Mac OS X.
1905LIPO=$lt_LIPO
1906
1907# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1908OTOOL=$lt_OTOOL
1909
1910# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1911OTOOL64=$lt_OTOOL64
1912
1913# Old archive suffix (normally "a").
1914libext=$libext
1915
1916# Shared library suffix (normally ".so").
1917shrext_cmds=$lt_shrext_cmds
1918
1919# The commands to extract the exported symbol list from a shared archive.
1920extract_expsyms_cmds=$lt_extract_expsyms_cmds
1921
1922# Variables whose values should be saved in libtool wrapper scripts and
1923# restored at link time.
1924variables_saved_for_relink=$lt_variables_saved_for_relink
1925
1926# Do we need the "lib" prefix for modules?
1927need_lib_prefix=$need_lib_prefix
1928
1929# Do we need a version for libraries?
1930need_version=$need_version
1931
1932# Library versioning type.
1933version_type=$version_type
1934
1935# Shared library runtime path variable.
1936runpath_var=$runpath_var
1937
1938# Shared library path variable.
1939shlibpath_var=$shlibpath_var
1940
1941# Is shlibpath searched before the hard-coded library search path?
1942shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1943
1944# Format of library name prefix.
1945libname_spec=$lt_libname_spec
1946
1947# List of archive names. First name is the real one, the rest are links.
1948# The last name is the one that the linker finds with -lNAME
1949library_names_spec=$lt_library_names_spec
1950
1951# The coded name of the library, if different from the real name.
1952soname_spec=$lt_soname_spec
1953
1954# Permission mode override for installation of shared libraries.
1955install_override_mode=$lt_install_override_mode
1956
1957# Command to use after installation of a shared archive.
1958postinstall_cmds=$lt_postinstall_cmds
1959
1960# Command to use after uninstallation of a shared archive.
1961postuninstall_cmds=$lt_postuninstall_cmds
1962
1963# Commands used to finish a libtool library installation in a directory.
1964finish_cmds=$lt_finish_cmds
1965
1966# As "finish_cmds", except a single script fragment to be evaled but
1967# not shown.
1968finish_eval=$lt_finish_eval
1969
1970# Whether we should hardcode library paths into libraries.
1971hardcode_into_libs=$hardcode_into_libs
1972
1973# Compile-time system search path for libraries.
1974sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1975
1976# Run-time system search path for libraries.
1977sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1978
1979# Whether dlopen is supported.
1980dlopen_support=$enable_dlopen
1981
1982# Whether dlopen of programs is supported.
1983dlopen_self=$enable_dlopen_self
1984
1985# Whether dlopen of statically linked programs is supported.
1986dlopen_self_static=$enable_dlopen_self_static
1987
1988# Commands to strip libraries.
1989old_striplib=$lt_old_striplib
1990striplib=$lt_striplib
1991
1992
1993# The linker used to build libraries.
1994LD=$lt_LD
1995
1996# How to create reloadable object files.
1997reload_flag=$lt_reload_flag
1998reload_cmds=$lt_reload_cmds
1999
2000# Commands used to build an old-style archive.
2001old_archive_cmds=$lt_old_archive_cmds
2002
2003# A language specific compiler.
2004CC=$lt_compiler
2005
2006# Is the compiler the GNU compiler?
2007with_gcc=$GCC
2008
2009# Compiler flag to turn off builtin functions.
2010no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2011
2012# Additional compiler flags for building library objects.
2013pic_flag=$lt_lt_prog_compiler_pic
2014
2015# How to pass a linker flag through the compiler.
2016wl=$lt_lt_prog_compiler_wl
2017
2018# Compiler flag to prevent dynamic linking.
2019link_static_flag=$lt_lt_prog_compiler_static
2020
2021# Does compiler simultaneously support -c and -o options?
2022compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2023
2024# Whether or not to add -lc for building shared libraries.
2025build_libtool_need_lc=$archive_cmds_need_lc
2026
2027# Whether or not to disallow shared libs when runtime libs are static.
2028allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2029
2030# Compiler flag to allow reflexive dlopens.
2031export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2032
2033# Compiler flag to generate shared objects directly from archives.
2034whole_archive_flag_spec=$lt_whole_archive_flag_spec
2035
2036# Whether the compiler copes with passing no objects directly.
2037compiler_needs_object=$lt_compiler_needs_object
2038
2039# Create an old-style archive from a shared archive.
2040old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2041
2042# Create a temporary old-style archive to link instead of a shared archive.
2043old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2044
2045# Commands used to build a shared archive.
2046archive_cmds=$lt_archive_cmds
2047archive_expsym_cmds=$lt_archive_expsym_cmds
2048
2049# Commands used to build a loadable module if different from building
2050# a shared archive.
2051module_cmds=$lt_module_cmds
2052module_expsym_cmds=$lt_module_expsym_cmds
2053
2054# Whether we are building with GNU ld or not.
2055with_gnu_ld=$lt_with_gnu_ld
2056
2057# Flag that allows shared libraries with undefined symbols to be built.
2058allow_undefined_flag=$lt_allow_undefined_flag
2059
2060# Flag that enforces no undefined symbols.
2061no_undefined_flag=$lt_no_undefined_flag
2062
2063# Flag to hardcode \$libdir into a binary during linking.
2064# This must work even if \$libdir does not exist
2065hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2066
2067# If ld is used when linking, flag to hardcode \$libdir into a binary
2068# during linking. This must work even if \$libdir does not exist.
2069hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2070
2071# Whether we need a single "-rpath" flag with a separated argument.
2072hardcode_libdir_separator=$lt_hardcode_libdir_separator
2073
2074# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2075# DIR into the resulting binary.
2076hardcode_direct=$hardcode_direct
2077
2078# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2079# DIR into the resulting binary and the resulting library dependency is
2080# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2081# library is relocated.
2082hardcode_direct_absolute=$hardcode_direct_absolute
2083
2084# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2085# into the resulting binary.
2086hardcode_minus_L=$hardcode_minus_L
2087
2088# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2089# into the resulting binary.
2090hardcode_shlibpath_var=$hardcode_shlibpath_var
2091
2092# Set to "yes" if building a shared library automatically hardcodes DIR
2093# into the library and all subsequent libraries and executables linked
2094# against it.
2095hardcode_automatic=$hardcode_automatic
2096
2097# Set to yes if linker adds runtime paths of dependent libraries
2098# to runtime path list.
2099inherit_rpath=$inherit_rpath
2100
2101# Whether libtool must link a program against all its dependency libraries.
2102link_all_deplibs=$link_all_deplibs
2103
2104# Set to "yes" if exported symbols are required.
2105always_export_symbols=$always_export_symbols
2106
2107# The commands to list exported symbols.
2108export_symbols_cmds=$lt_export_symbols_cmds
2109
2110# Symbols that should not be listed in the preloaded symbols.
2111exclude_expsyms=$lt_exclude_expsyms
2112
2113# Symbols that must always be exported.
2114include_expsyms=$lt_include_expsyms
2115
2116# Commands necessary for linking programs (against libraries) with templates.
2117prelink_cmds=$lt_prelink_cmds
2118
2119# Commands necessary for finishing linking programs.
2120postlink_cmds=$lt_postlink_cmds
2121
2122# Specify filename containing input files.
2123file_list_spec=$lt_file_list_spec
2124
2125# How to hardcode a shared library path into an executable.
2126hardcode_action=$hardcode_action
2127
2128# The directories searched by this compiler when creating a shared library.
2129compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2130
2131# Dependencies to place before and after the objects being linked to
2132# create a shared library.
2133predep_objects=$lt_predep_objects
2134postdep_objects=$lt_postdep_objects
2135predeps=$lt_predeps
2136postdeps=$lt_postdeps
2137
2138# The library search path used internally by the compiler when linking
2139# a shared library.
2140compiler_lib_search_path=$lt_compiler_lib_search_path
2141
2142# ### END LIBTOOL CONFIG
2143
2144_LT_EOF
2145
2146 case $host_os in
2147 aix3*)
2148 cat <<\_LT_EOF >> "$cfgfile"
2149# AIX sometimes has problems with the GCC collect2 program. For some
2150# reason, if we set the COLLECT_NAMES environment variable, the problems
2151# vanish in a puff of smoke.
2152if test "X${COLLECT_NAMES+set}" != Xset; then
2153 COLLECT_NAMES=
2154 export COLLECT_NAMES
2155fi
2156_LT_EOF
2157 ;;
2158 esac
2159
2160
2161ltmain="$ac_aux_dir/ltmain.sh"
2162
2163
2164 # We use sed instead of cat because bash on DJGPP gets confused if
2165 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2166 # text mode, it properly converts lines to CR/LF. This bash problem
2167 # is reportedly fixed, but why not run on old versions too?
2168 sed '$q' "$ltmain" >> "$cfgfile" \
2169 || (rm -f "$cfgfile"; exit 1)
2170
2171 if test x"$xsi_shell" = xyes; then
2172 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2173func_dirname ()\
2174{\
2175\ case ${1} in\
2176\ */*) func_dirname_result="${1%/*}${2}" ;;\
2177\ * ) func_dirname_result="${3}" ;;\
2178\ esac\
2179} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2180 && mv -f "$cfgfile.tmp" "$cfgfile" \
2181 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2182test 0 -eq $? || _lt_function_replace_fail=:
2183
2184
2185 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2186func_basename ()\
2187{\
2188\ func_basename_result="${1##*/}"\
2189} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2190 && mv -f "$cfgfile.tmp" "$cfgfile" \
2191 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2192test 0 -eq $? || _lt_function_replace_fail=:
2193
2194
2195 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2196func_dirname_and_basename ()\
2197{\
2198\ case ${1} in\
2199\ */*) func_dirname_result="${1%/*}${2}" ;;\
2200\ * ) func_dirname_result="${3}" ;;\
2201\ esac\
2202\ func_basename_result="${1##*/}"\
2203} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2204 && mv -f "$cfgfile.tmp" "$cfgfile" \
2205 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2206test 0 -eq $? || _lt_function_replace_fail=:
2207
2208
2209 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2210func_stripname ()\
2211{\
2212\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2213\ # positional parameters, so assign one to ordinary parameter first.\
2214\ func_stripname_result=${3}\
2215\ func_stripname_result=${func_stripname_result#"${1}"}\
2216\ func_stripname_result=${func_stripname_result%"${2}"}\
2217} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2218 && mv -f "$cfgfile.tmp" "$cfgfile" \
2219 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2220test 0 -eq $? || _lt_function_replace_fail=:
2221
2222
2223 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2224func_split_long_opt ()\
2225{\
2226\ func_split_long_opt_name=${1%%=*}\
2227\ func_split_long_opt_arg=${1#*=}\
2228} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2229 && mv -f "$cfgfile.tmp" "$cfgfile" \
2230 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2231test 0 -eq $? || _lt_function_replace_fail=:
2232
2233
2234 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2235func_split_short_opt ()\
2236{\
2237\ func_split_short_opt_arg=${1#??}\
2238\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2239} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2240 && mv -f "$cfgfile.tmp" "$cfgfile" \
2241 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2242test 0 -eq $? || _lt_function_replace_fail=:
2243
2244
2245 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2246func_lo2o ()\
2247{\
2248\ case ${1} in\
2249\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2250\ *) func_lo2o_result=${1} ;;\
2251\ esac\
2252} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2253 && mv -f "$cfgfile.tmp" "$cfgfile" \
2254 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2255test 0 -eq $? || _lt_function_replace_fail=:
2256
2257
2258 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2259func_xform ()\
2260{\
2261 func_xform_result=${1%.*}.lo\
2262} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2263 && mv -f "$cfgfile.tmp" "$cfgfile" \
2264 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2265test 0 -eq $? || _lt_function_replace_fail=:
2266
2267
2268 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2269func_arith ()\
2270{\
2271 func_arith_result=$(( $* ))\
2272} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2273 && mv -f "$cfgfile.tmp" "$cfgfile" \
2274 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2275test 0 -eq $? || _lt_function_replace_fail=:
2276
2277
2278 sed -e '/^func_len ()$/,/^} # func_len /c\
2279func_len ()\
2280{\
2281 func_len_result=${#1}\
2282} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2283 && mv -f "$cfgfile.tmp" "$cfgfile" \
2284 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2285test 0 -eq $? || _lt_function_replace_fail=:
2286
2287fi
2288
2289if test x"$lt_shell_append" = xyes; then
2290 sed -e '/^func_append ()$/,/^} # func_append /c\
2291func_append ()\
2292{\
2293 eval "${1}+=\\${2}"\
2294} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2295 && mv -f "$cfgfile.tmp" "$cfgfile" \
2296 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2297test 0 -eq $? || _lt_function_replace_fail=:
2298
2299
2300 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2301func_append_quoted ()\
2302{\
2303\ func_quote_for_eval "${2}"\
2304\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2305} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2306 && mv -f "$cfgfile.tmp" "$cfgfile" \
2307 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2308test 0 -eq $? || _lt_function_replace_fail=:
2309
2310
2311 # Save a `func_append' function call where possible by direct use of '+='
2312 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2313 && mv -f "$cfgfile.tmp" "$cfgfile" \
2314 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2315 test 0 -eq $? || _lt_function_replace_fail=:
2316else
2317 # Save a `func_append' function call even when '+=' is not available
2318 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2319 && mv -f "$cfgfile.tmp" "$cfgfile" \
2320 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2321 test 0 -eq $? || _lt_function_replace_fail=:
2322fi
2323
2324if test x"$_lt_function_replace_fail" = x":"; then
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2326$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2327fi
2328
2329
2330 mv -f "$cfgfile" "$ofile" ||
2331 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2332 chmod +x "$ofile"
2333
2334
2335 cat <<_LT_EOF >> "$ofile"
2336
2337# ### BEGIN LIBTOOL TAG CONFIG: CXX
2338
2339# The linker used to build libraries.
2340LD=$lt_LD_CXX
2341
2342# How to create reloadable object files.
2343reload_flag=$lt_reload_flag_CXX
2344reload_cmds=$lt_reload_cmds_CXX
2345
2346# Commands used to build an old-style archive.
2347old_archive_cmds=$lt_old_archive_cmds_CXX
2348
2349# A language specific compiler.
2350CC=$lt_compiler_CXX
2351
2352# Is the compiler the GNU compiler?
2353with_gcc=$GCC_CXX
2354
2355# Compiler flag to turn off builtin functions.
2356no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2357
2358# Additional compiler flags for building library objects.
2359pic_flag=$lt_lt_prog_compiler_pic_CXX
2360
2361# How to pass a linker flag through the compiler.
2362wl=$lt_lt_prog_compiler_wl_CXX
2363
2364# Compiler flag to prevent dynamic linking.
2365link_static_flag=$lt_lt_prog_compiler_static_CXX
2366
2367# Does compiler simultaneously support -c and -o options?
2368compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2369
2370# Whether or not to add -lc for building shared libraries.
2371build_libtool_need_lc=$archive_cmds_need_lc_CXX
2372
2373# Whether or not to disallow shared libs when runtime libs are static.
2374allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2375
2376# Compiler flag to allow reflexive dlopens.
2377export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2378
2379# Compiler flag to generate shared objects directly from archives.
2380whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2381
2382# Whether the compiler copes with passing no objects directly.
2383compiler_needs_object=$lt_compiler_needs_object_CXX
2384
2385# Create an old-style archive from a shared archive.
2386old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2387
2388# Create a temporary old-style archive to link instead of a shared archive.
2389old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2390
2391# Commands used to build a shared archive.
2392archive_cmds=$lt_archive_cmds_CXX
2393archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2394
2395# Commands used to build a loadable module if different from building
2396# a shared archive.
2397module_cmds=$lt_module_cmds_CXX
2398module_expsym_cmds=$lt_module_expsym_cmds_CXX
2399
2400# Whether we are building with GNU ld or not.
2401with_gnu_ld=$lt_with_gnu_ld_CXX
2402
2403# Flag that allows shared libraries with undefined symbols to be built.
2404allow_undefined_flag=$lt_allow_undefined_flag_CXX
2405
2406# Flag that enforces no undefined symbols.
2407no_undefined_flag=$lt_no_undefined_flag_CXX
2408
2409# Flag to hardcode \$libdir into a binary during linking.
2410# This must work even if \$libdir does not exist
2411hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2412
2413# If ld is used when linking, flag to hardcode \$libdir into a binary
2414# during linking. This must work even if \$libdir does not exist.
2415hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2416
2417# Whether we need a single "-rpath" flag with a separated argument.
2418hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2419
2420# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2421# DIR into the resulting binary.
2422hardcode_direct=$hardcode_direct_CXX
2423
2424# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2425# DIR into the resulting binary and the resulting library dependency is
2426# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2427# library is relocated.
2428hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2429
2430# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2431# into the resulting binary.
2432hardcode_minus_L=$hardcode_minus_L_CXX
2433
2434# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2435# into the resulting binary.
2436hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2437
2438# Set to "yes" if building a shared library automatically hardcodes DIR
2439# into the library and all subsequent libraries and executables linked
2440# against it.
2441hardcode_automatic=$hardcode_automatic_CXX
2442
2443# Set to yes if linker adds runtime paths of dependent libraries
2444# to runtime path list.
2445inherit_rpath=$inherit_rpath_CXX
2446
2447# Whether libtool must link a program against all its dependency libraries.
2448link_all_deplibs=$link_all_deplibs_CXX
2449
2450# Set to "yes" if exported symbols are required.
2451always_export_symbols=$always_export_symbols_CXX
2452
2453# The commands to list exported symbols.
2454export_symbols_cmds=$lt_export_symbols_cmds_CXX
2455
2456# Symbols that should not be listed in the preloaded symbols.
2457exclude_expsyms=$lt_exclude_expsyms_CXX
2458
2459# Symbols that must always be exported.
2460include_expsyms=$lt_include_expsyms_CXX
2461
2462# Commands necessary for linking programs (against libraries) with templates.
2463prelink_cmds=$lt_prelink_cmds_CXX
2464
2465# Commands necessary for finishing linking programs.
2466postlink_cmds=$lt_postlink_cmds_CXX
2467
2468# Specify filename containing input files.
2469file_list_spec=$lt_file_list_spec_CXX
2470
2471# How to hardcode a shared library path into an executable.
2472hardcode_action=$hardcode_action_CXX
2473
2474# The directories searched by this compiler when creating a shared library.
2475compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2476
2477# Dependencies to place before and after the objects being linked to
2478# create a shared library.
2479predep_objects=$lt_predep_objects_CXX
2480postdep_objects=$lt_postdep_objects_CXX
2481predeps=$lt_predeps_CXX
2482postdeps=$lt_postdeps_CXX
2483
2484# The library search path used internally by the compiler when linking
2485# a shared library.
2486compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2487
2488# ### END LIBTOOL TAG CONFIG: CXX
2489_LT_EOF
2490
2491
2492 cat <<_LT_EOF >> "$ofile"
2493
2494# ### BEGIN LIBTOOL TAG CONFIG: RC
2495
2496# The linker used to build libraries.
2497LD=$lt_LD_RC
2498
2499# How to create reloadable object files.
2500reload_flag=$lt_reload_flag_RC
2501reload_cmds=$lt_reload_cmds_RC
2502
2503# Commands used to build an old-style archive.
2504old_archive_cmds=$lt_old_archive_cmds_RC
2505
2506# A language specific compiler.
2507CC=$lt_compiler_RC
2508
2509# Is the compiler the GNU compiler?
2510with_gcc=$GCC_RC
2511
2512# Compiler flag to turn off builtin functions.
2513no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
2514
2515# Additional compiler flags for building library objects.
2516pic_flag=$lt_lt_prog_compiler_pic_RC
2517
2518# How to pass a linker flag through the compiler.
2519wl=$lt_lt_prog_compiler_wl_RC
2520
2521# Compiler flag to prevent dynamic linking.
2522link_static_flag=$lt_lt_prog_compiler_static_RC
2523
2524# Does compiler simultaneously support -c and -o options?
2525compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
2526
2527# Whether or not to add -lc for building shared libraries.
2528build_libtool_need_lc=$archive_cmds_need_lc_RC
2529
2530# Whether or not to disallow shared libs when runtime libs are static.
2531allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
2532
2533# Compiler flag to allow reflexive dlopens.
2534export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
2535
2536# Compiler flag to generate shared objects directly from archives.
2537whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
2538
2539# Whether the compiler copes with passing no objects directly.
2540compiler_needs_object=$lt_compiler_needs_object_RC
2541
2542# Create an old-style archive from a shared archive.
2543old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
2544
2545# Create a temporary old-style archive to link instead of a shared archive.
2546old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
2547
2548# Commands used to build a shared archive.
2549archive_cmds=$lt_archive_cmds_RC
2550archive_expsym_cmds=$lt_archive_expsym_cmds_RC
2551
2552# Commands used to build a loadable module if different from building
2553# a shared archive.
2554module_cmds=$lt_module_cmds_RC
2555module_expsym_cmds=$lt_module_expsym_cmds_RC
2556
2557# Whether we are building with GNU ld or not.
2558with_gnu_ld=$lt_with_gnu_ld_RC
2559
2560# Flag that allows shared libraries with undefined symbols to be built.
2561allow_undefined_flag=$lt_allow_undefined_flag_RC
2562
2563# Flag that enforces no undefined symbols.
2564no_undefined_flag=$lt_no_undefined_flag_RC
2565
2566# Flag to hardcode \$libdir into a binary during linking.
2567# This must work even if \$libdir does not exist
2568hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
2569
2570# If ld is used when linking, flag to hardcode \$libdir into a binary
2571# during linking. This must work even if \$libdir does not exist.
2572hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
2573
2574# Whether we need a single "-rpath" flag with a separated argument.
2575hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
2576
2577# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2578# DIR into the resulting binary.
2579hardcode_direct=$hardcode_direct_RC
2580
2581# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2582# DIR into the resulting binary and the resulting library dependency is
2583# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2584# library is relocated.
2585hardcode_direct_absolute=$hardcode_direct_absolute_RC
2586
2587# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2588# into the resulting binary.
2589hardcode_minus_L=$hardcode_minus_L_RC
2590
2591# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2592# into the resulting binary.
2593hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
2594
2595# Set to "yes" if building a shared library automatically hardcodes DIR
2596# into the library and all subsequent libraries and executables linked
2597# against it.
2598hardcode_automatic=$hardcode_automatic_RC
2599
2600# Set to yes if linker adds runtime paths of dependent libraries
2601# to runtime path list.
2602inherit_rpath=$inherit_rpath_RC
2603
2604# Whether libtool must link a program against all its dependency libraries.
2605link_all_deplibs=$link_all_deplibs_RC
2606
2607# Set to "yes" if exported symbols are required.
2608always_export_symbols=$always_export_symbols_RC
2609
2610# The commands to list exported symbols.
2611export_symbols_cmds=$lt_export_symbols_cmds_RC
2612
2613# Symbols that should not be listed in the preloaded symbols.
2614exclude_expsyms=$lt_exclude_expsyms_RC
2615
2616# Symbols that must always be exported.
2617include_expsyms=$lt_include_expsyms_RC
2618
2619# Commands necessary for linking programs (against libraries) with templates.
2620prelink_cmds=$lt_prelink_cmds_RC
2621
2622# Commands necessary for finishing linking programs.
2623postlink_cmds=$lt_postlink_cmds_RC
2624
2625# Specify filename containing input files.
2626file_list_spec=$lt_file_list_spec_RC
2627
2628# How to hardcode a shared library path into an executable.
2629hardcode_action=$hardcode_action_RC
2630
2631# The directories searched by this compiler when creating a shared library.
2632compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
2633
2634# Dependencies to place before and after the objects being linked to
2635# create a shared library.
2636predep_objects=$lt_predep_objects_RC
2637postdep_objects=$lt_postdep_objects_RC
2638predeps=$lt_predeps_RC
2639postdeps=$lt_postdeps_RC
2640
2641# The library search path used internally by the compiler when linking
2642# a shared library.
2643compiler_lib_search_path=$lt_compiler_lib_search_path_RC
2644
2645# ### END LIBTOOL TAG CONFIG: RC
2646_LT_EOF
2647
2648 ;;
2649
2650 esac
2651done # for ac_tag
2652
2653
2654as_fn_exit 0