blob: 5545c9d7a1742f302922e57cabbcbbad9c464aae [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
443ac_cs_config="'--disable-external-libs' '--disable-alsa'"
444ac_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
535 set X '/bin/sh' './configure' '--disable-external-libs' '--disable-alsa' $ac_configure_extra_args --no-create --no-recursion
536 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"]=""
963S["ALSA_LIBS"]=""
964S["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"
1269D["WIN32_TARGET_DLL"]=" 0"
1270D["COMPILER_IS_GCC"]=" 1"
1271 for (key in D) D_is_set[key] = 1
1272 FS = ""
1273}
1274/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1275 line = $ 0
1276 split(line, arg, " ")
1277 if (arg[1] == "#") {
1278 defundef = arg[2]
1279 mac1 = arg[3]
1280 } else {
1281 defundef = substr(arg[1], 2)
1282 mac1 = arg[2]
1283 }
1284 split(mac1, mac2, "(") #)
1285 macro = mac2[1]
1286 prefix = substr(line, 1, index(line, defundef) - 1)
1287 if (D_is_set[macro]) {
1288 # Preserve the white space surrounding the "#".
1289 print prefix "define", macro P[macro] D[macro]
1290 next
1291 } else {
1292 # Replace #undef with comments. This is necessary, for example,
1293 # in the case of _POSIX_SOURCE, which is predefined and required
1294 # on some systems where configure will not decide to define it.
1295 if (defundef == "undef") {
1296 print "/*", prefix defundef, macro, "*/"
1297 next
1298 }
1299 }
1300}
1301{ print }
1302_ACAWK
1303 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1304fi # test -n "$CONFIG_HEADERS"
1305
1306
1307eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1308shift
1309for ac_tag
1310do
1311 case $ac_tag in
1312 :[FHLC]) ac_mode=$ac_tag; continue;;
1313 esac
1314 case $ac_mode$ac_tag in
1315 :[FHL]*:*);;
1316 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1317 :[FH]-) ac_tag=-:-;;
1318 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1319 esac
1320 ac_save_IFS=$IFS
1321 IFS=:
1322 set x $ac_tag
1323 IFS=$ac_save_IFS
1324 shift
1325 ac_file=$1
1326 shift
1327
1328 case $ac_mode in
1329 :L) ac_source=$1;;
1330 :[FH])
1331 ac_file_inputs=
1332 for ac_f
1333 do
1334 case $ac_f in
1335 -) ac_f="$ac_tmp/stdin";;
1336 *) # Look for the file first in the build tree, then in the source tree
1337 # (if the path is not absolute). The absolute path cannot be DOS-style,
1338 # because $ac_f cannot contain `:'.
1339 test -f "$ac_f" ||
1340 case $ac_f in
1341 [\\/$]*) false;;
1342 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1343 esac ||
1344 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1345 esac
1346 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1347 as_fn_append ac_file_inputs " '$ac_f'"
1348 done
1349
1350 # Let's still pretend it is `configure' which instantiates (i.e., don't
1351 # use $as_me), people would be surprised to read:
1352 # /* config.h. Generated by config.status. */
1353 configure_input='Generated from '`
1354 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1355 `' by configure.'
1356 if test x"$ac_file" != x-; then
1357 configure_input="$ac_file. $configure_input"
1358 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1359$as_echo "$as_me: creating $ac_file" >&6;}
1360 fi
1361 # Neutralize special characters interpreted by sed in replacement strings.
1362 case $configure_input in #(
1363 *\&* | *\|* | *\\* )
1364 ac_sed_conf_input=`$as_echo "$configure_input" |
1365 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1366 *) ac_sed_conf_input=$configure_input;;
1367 esac
1368
1369 case $ac_tag in
1370 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1371 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1372 esac
1373 ;;
1374 esac
1375
1376 ac_dir=`$as_dirname -- "$ac_file" ||
1377$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1378 X"$ac_file" : 'X\(//\)[^/]' \| \
1379 X"$ac_file" : 'X\(//\)$' \| \
1380 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1381$as_echo X"$ac_file" |
1382 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1383 s//\1/
1384 q
1385 }
1386 /^X\(\/\/\)[^/].*/{
1387 s//\1/
1388 q
1389 }
1390 /^X\(\/\/\)$/{
1391 s//\1/
1392 q
1393 }
1394 /^X\(\/\).*/{
1395 s//\1/
1396 q
1397 }
1398 s/.*/./; q'`
1399 as_dir="$ac_dir"; as_fn_mkdir_p
1400 ac_builddir=.
1401
1402case "$ac_dir" in
1403.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1404*)
1405 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1406 # A ".." for each directory in $ac_dir_suffix.
1407 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1408 case $ac_top_builddir_sub in
1409 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1410 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1411 esac ;;
1412esac
1413ac_abs_top_builddir=$ac_pwd
1414ac_abs_builddir=$ac_pwd$ac_dir_suffix
1415# for backward compatibility:
1416ac_top_builddir=$ac_top_build_prefix
1417
1418case $srcdir in
1419 .) # We are building in place.
1420 ac_srcdir=.
1421 ac_top_srcdir=$ac_top_builddir_sub
1422 ac_abs_top_srcdir=$ac_pwd ;;
1423 [\\/]* | ?:[\\/]* ) # Absolute name.
1424 ac_srcdir=$srcdir$ac_dir_suffix;
1425 ac_top_srcdir=$srcdir
1426 ac_abs_top_srcdir=$srcdir ;;
1427 *) # Relative name.
1428 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1429 ac_top_srcdir=$ac_top_build_prefix$srcdir
1430 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1431esac
1432ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1433
1434
1435 case $ac_mode in
1436 :F)
1437 #
1438 # CONFIG_FILE
1439 #
1440
1441 case $INSTALL in
1442 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1443 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1444 esac
1445 ac_MKDIR_P=$MKDIR_P
1446 case $MKDIR_P in
1447 [\\/$]* | ?:[\\/]* ) ;;
1448 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1449 esac
1450# If the template does not know about datarootdir, expand it.
1451# FIXME: This hack should be removed a few years after 2.60.
1452ac_datarootdir_hack=; ac_datarootdir_seen=
1453ac_sed_dataroot='
1454/datarootdir/ {
1455 p
1456 q
1457}
1458/@datadir@/p
1459/@docdir@/p
1460/@infodir@/p
1461/@localedir@/p
1462/@mandir@/p'
1463case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1464*datarootdir*) ac_datarootdir_seen=yes;;
1465*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1467$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1468 ac_datarootdir_hack='
1469 s&@datadir@&${datarootdir}&g
1470 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1471 s&@infodir@&${datarootdir}/info&g
1472 s&@localedir@&${datarootdir}/locale&g
1473 s&@mandir@&${datarootdir}/man&g
1474 s&\${datarootdir}&${prefix}/share&g' ;;
1475esac
1476ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1477h
1478s///
1479s/^/:/
1480s/[ ]*$/:/
1481s/:\$(srcdir):/:/g
1482s/:\${srcdir}:/:/g
1483s/:@srcdir@:/:/g
1484s/^:*//
1485s/:*$//
1486x
1487s/\(=[ ]*\).*/\1/
1488G
1489s/\n//
1490s/^[^=]*=[ ]*$//
1491}
1492
1493:t
1494/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1495s|@configure_input@|$ac_sed_conf_input|;t t
1496s&@top_builddir@&$ac_top_builddir_sub&;t t
1497s&@top_build_prefix@&$ac_top_build_prefix&;t t
1498s&@srcdir@&$ac_srcdir&;t t
1499s&@abs_srcdir@&$ac_abs_srcdir&;t t
1500s&@top_srcdir@&$ac_top_srcdir&;t t
1501s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1502s&@builddir@&$ac_builddir&;t t
1503s&@abs_builddir@&$ac_abs_builddir&;t t
1504s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1505s&@INSTALL@&$ac_INSTALL&;t t
1506s&@MKDIR_P@&$ac_MKDIR_P&;t t
1507$ac_datarootdir_hack
1508"
1509eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1510 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1511
1512test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1513 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1514 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1515 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1517which seems to be undefined. Please make sure it is defined" >&5
1518$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1519which seems to be undefined. Please make sure it is defined" >&2;}
1520
1521 rm -f "$ac_tmp/stdin"
1522 case $ac_file in
1523 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1524 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1525 esac \
1526 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1527 ;;
1528 :H)
1529 #
1530 # CONFIG_HEADER
1531 #
1532 if test x"$ac_file" != x-; then
1533 {
1534 $as_echo "/* $configure_input */" \
1535 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1536 } >"$ac_tmp/config.h" \
1537 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1538 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1539 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1540$as_echo "$as_me: $ac_file is unchanged" >&6;}
1541 else
1542 rm -f "$ac_file"
1543 mv "$ac_tmp/config.h" "$ac_file" \
1544 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1545 fi
1546 else
1547 $as_echo "/* $configure_input */" \
1548 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1549 || as_fn_error $? "could not create -" "$LINENO" 5
1550 fi
1551# Compute "$ac_file"'s index in $config_headers.
1552_am_arg="$ac_file"
1553_am_stamp_count=1
1554for _am_header in $config_headers :; do
1555 case $_am_header in
1556 $_am_arg | $_am_arg:* )
1557 break ;;
1558 * )
1559 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1560 esac
1561done
1562echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1563$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1564 X"$_am_arg" : 'X\(//\)[^/]' \| \
1565 X"$_am_arg" : 'X\(//\)$' \| \
1566 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1567$as_echo X"$_am_arg" |
1568 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1569 s//\1/
1570 q
1571 }
1572 /^X\(\/\/\)[^/].*/{
1573 s//\1/
1574 q
1575 }
1576 /^X\(\/\/\)$/{
1577 s//\1/
1578 q
1579 }
1580 /^X\(\/\).*/{
1581 s//\1/
1582 q
1583 }
1584 s/.*/./; q'`/stamp-h$_am_stamp_count
1585 ;;
1586
1587 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1588$as_echo "$as_me: executing $ac_file commands" >&6;}
1589 ;;
1590 esac
1591
1592
1593 case $ac_file$ac_mode in
1594 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1595 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1596 # are listed without --file. Let's play safe and only enable the eval
1597 # if we detect the quoting.
1598 case $CONFIG_FILES in
1599 *\'*) eval set x "$CONFIG_FILES" ;;
1600 *) set x $CONFIG_FILES ;;
1601 esac
1602 shift
1603 for mf
1604 do
1605 # Strip MF so we end up with the name of the file.
1606 mf=`echo "$mf" | sed -e 's/:.*$//'`
1607 # Check whether this is an Automake generated Makefile or not.
1608 # We used to match only the files named `Makefile.in', but
1609 # some people rename them; so instead we look at the file content.
1610 # Grep'ing the first line is not enough: some people post-process
1611 # each Makefile.in and add a new line on top of each file to say so.
1612 # Grep'ing the whole file is not good either: AIX grep has a line
1613 # limit of 2048, but all sed's we know have understand at least 4000.
1614 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1615 dirpart=`$as_dirname -- "$mf" ||
1616$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1617 X"$mf" : 'X\(//\)[^/]' \| \
1618 X"$mf" : 'X\(//\)$' \| \
1619 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1620$as_echo X"$mf" |
1621 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1622 s//\1/
1623 q
1624 }
1625 /^X\(\/\/\)[^/].*/{
1626 s//\1/
1627 q
1628 }
1629 /^X\(\/\/\)$/{
1630 s//\1/
1631 q
1632 }
1633 /^X\(\/\).*/{
1634 s//\1/
1635 q
1636 }
1637 s/.*/./; q'`
1638 else
1639 continue
1640 fi
1641 # Extract the definition of DEPDIR, am__include, and am__quote
1642 # from the Makefile without running `make'.
1643 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1644 test -z "$DEPDIR" && continue
1645 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1646 test -z "am__include" && continue
1647 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1648 # When using ansi2knr, U may be empty or an underscore; expand it
1649 U=`sed -n 's/^U = //p' < "$mf"`
1650 # Find all dependency output files, they are included files with
1651 # $(DEPDIR) in their names. We invoke sed twice because it is the
1652 # simplest approach to changing $(DEPDIR) to its actual value in the
1653 # expansion.
1654 for file in `sed -n "
1655 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1656 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1657 # Make sure the directory exists.
1658 test -f "$dirpart/$file" && continue
1659 fdir=`$as_dirname -- "$file" ||
1660$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1661 X"$file" : 'X\(//\)[^/]' \| \
1662 X"$file" : 'X\(//\)$' \| \
1663 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1664$as_echo X"$file" |
1665 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1666 s//\1/
1667 q
1668 }
1669 /^X\(\/\/\)[^/].*/{
1670 s//\1/
1671 q
1672 }
1673 /^X\(\/\/\)$/{
1674 s//\1/
1675 q
1676 }
1677 /^X\(\/\).*/{
1678 s//\1/
1679 q
1680 }
1681 s/.*/./; q'`
1682 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1683 # echo "creating $dirpart/$file"
1684 echo '# dummy' > "$dirpart/$file"
1685 done
1686 done
1687}
1688 ;;
1689 "libtool":C)
1690
1691 # See if we are running on zsh, and set the options which allow our
1692 # commands through without removal of \ escapes.
1693 if test -n "${ZSH_VERSION+set}" ; then
1694 setopt NO_GLOB_SUBST
1695 fi
1696
1697 cfgfile="${ofile}T"
1698 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1699 $RM "$cfgfile"
1700
1701 cat <<_LT_EOF >> "$cfgfile"
1702#! $SHELL
1703
1704# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1705# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1706# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1707# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1708#
1709# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1710# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1711# Inc.
1712# Written by Gordon Matzigkeit, 1996
1713#
1714# This file is part of GNU Libtool.
1715#
1716# GNU Libtool is free software; you can redistribute it and/or
1717# modify it under the terms of the GNU General Public License as
1718# published by the Free Software Foundation; either version 2 of
1719# the License, or (at your option) any later version.
1720#
1721# As a special exception to the GNU General Public License,
1722# if you distribute this file as part of a program or library that
1723# is built using GNU Libtool, you may include this file under the
1724# same distribution terms that you use for the rest of that program.
1725#
1726# GNU Libtool is distributed in the hope that it will be useful,
1727# but WITHOUT ANY WARRANTY; without even the implied warranty of
1728# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1729# GNU General Public License for more details.
1730#
1731# You should have received a copy of the GNU General Public License
1732# along with GNU Libtool; see the file COPYING. If not, a copy
1733# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1734# obtained by writing to the Free Software Foundation, Inc.,
1735# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1736
1737
1738# The names of the tagged configurations supported by this script.
1739available_tags="CXX RC "
1740
1741# ### BEGIN LIBTOOL CONFIG
1742
1743# Which release of libtool.m4 was used?
1744macro_version=$macro_version
1745macro_revision=$macro_revision
1746
1747# Whether or not to build shared libraries.
1748build_libtool_libs=$enable_shared
1749
1750# Whether or not to build static libraries.
1751build_old_libs=$enable_static
1752
1753# What type of objects to build.
1754pic_mode=$pic_mode
1755
1756# Whether or not to optimize for fast installation.
1757fast_install=$enable_fast_install
1758
1759# Shell to use when invoking shell scripts.
1760SHELL=$lt_SHELL
1761
1762# An echo program that protects backslashes.
1763ECHO=$lt_ECHO
1764
1765# The host system.
1766host_alias=$host_alias
1767host=$host
1768host_os=$host_os
1769
1770# The build system.
1771build_alias=$build_alias
1772build=$build
1773build_os=$build_os
1774
1775# A sed program that does not truncate output.
1776SED=$lt_SED
1777
1778# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1779Xsed="\$SED -e 1s/^X//"
1780
1781# A grep program that handles long lines.
1782GREP=$lt_GREP
1783
1784# An ERE matcher.
1785EGREP=$lt_EGREP
1786
1787# A literal string matcher.
1788FGREP=$lt_FGREP
1789
1790# A BSD- or MS-compatible name lister.
1791NM=$lt_NM
1792
1793# Whether we need soft or hard links.
1794LN_S=$lt_LN_S
1795
1796# What is the maximum length of a command?
1797max_cmd_len=$max_cmd_len
1798
1799# Object file suffix (normally "o").
1800objext=$ac_objext
1801
1802# Executable file suffix (normally "").
1803exeext=$exeext
1804
1805# whether the shell understands "unset".
1806lt_unset=$lt_unset
1807
1808# turn spaces into newlines.
1809SP2NL=$lt_lt_SP2NL
1810
1811# turn newlines into spaces.
1812NL2SP=$lt_lt_NL2SP
1813
1814# convert \$build file names to \$host format.
1815to_host_file_cmd=$lt_cv_to_host_file_cmd
1816
1817# convert \$build files to toolchain format.
1818to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1819
1820# An object symbol dumper.
1821OBJDUMP=$lt_OBJDUMP
1822
1823# Method to check whether dependent libraries are shared objects.
1824deplibs_check_method=$lt_deplibs_check_method
1825
1826# Command to use when deplibs_check_method = "file_magic".
1827file_magic_cmd=$lt_file_magic_cmd
1828
1829# How to find potential files when deplibs_check_method = "file_magic".
1830file_magic_glob=$lt_file_magic_glob
1831
1832# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1833want_nocaseglob=$lt_want_nocaseglob
1834
1835# DLL creation program.
1836DLLTOOL=$lt_DLLTOOL
1837
1838# Command to associate shared and link libraries.
1839sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1840
1841# The archiver.
1842AR=$lt_AR
1843
1844# Flags to create an archive.
1845AR_FLAGS=$lt_AR_FLAGS
1846
1847# How to feed a file listing to the archiver.
1848archiver_list_spec=$lt_archiver_list_spec
1849
1850# A symbol stripping program.
1851STRIP=$lt_STRIP
1852
1853# Commands used to install an old-style archive.
1854RANLIB=$lt_RANLIB
1855old_postinstall_cmds=$lt_old_postinstall_cmds
1856old_postuninstall_cmds=$lt_old_postuninstall_cmds
1857
1858# Whether to use a lock for old archive extraction.
1859lock_old_archive_extraction=$lock_old_archive_extraction
1860
1861# A C compiler.
1862LTCC=$lt_CC
1863
1864# LTCC compiler flags.
1865LTCFLAGS=$lt_CFLAGS
1866
1867# Take the output of nm and produce a listing of raw symbols and C names.
1868global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1869
1870# Transform the output of nm in a proper C declaration.
1871global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1872
1873# Transform the output of nm in a C name address pair.
1874global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1875
1876# Transform the output of nm in a C name address pair when lib prefix is needed.
1877global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1878
1879# Specify filename containing input files for \$NM.
1880nm_file_list_spec=$lt_nm_file_list_spec
1881
1882# The root where to search for dependent libraries,and in which our libraries should be installed.
1883lt_sysroot=$lt_sysroot
1884
1885# The name of the directory that contains temporary libtool files.
1886objdir=$objdir
1887
1888# Used to examine libraries when file_magic_cmd begins with "file".
1889MAGIC_CMD=$MAGIC_CMD
1890
1891# Must we lock files when doing compilation?
1892need_locks=$lt_need_locks
1893
1894# Manifest tool.
1895MANIFEST_TOOL=$lt_MANIFEST_TOOL
1896
1897# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1898DSYMUTIL=$lt_DSYMUTIL
1899
1900# Tool to change global to local symbols on Mac OS X.
1901NMEDIT=$lt_NMEDIT
1902
1903# Tool to manipulate fat objects and archives on Mac OS X.
1904LIPO=$lt_LIPO
1905
1906# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1907OTOOL=$lt_OTOOL
1908
1909# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1910OTOOL64=$lt_OTOOL64
1911
1912# Old archive suffix (normally "a").
1913libext=$libext
1914
1915# Shared library suffix (normally ".so").
1916shrext_cmds=$lt_shrext_cmds
1917
1918# The commands to extract the exported symbol list from a shared archive.
1919extract_expsyms_cmds=$lt_extract_expsyms_cmds
1920
1921# Variables whose values should be saved in libtool wrapper scripts and
1922# restored at link time.
1923variables_saved_for_relink=$lt_variables_saved_for_relink
1924
1925# Do we need the "lib" prefix for modules?
1926need_lib_prefix=$need_lib_prefix
1927
1928# Do we need a version for libraries?
1929need_version=$need_version
1930
1931# Library versioning type.
1932version_type=$version_type
1933
1934# Shared library runtime path variable.
1935runpath_var=$runpath_var
1936
1937# Shared library path variable.
1938shlibpath_var=$shlibpath_var
1939
1940# Is shlibpath searched before the hard-coded library search path?
1941shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1942
1943# Format of library name prefix.
1944libname_spec=$lt_libname_spec
1945
1946# List of archive names. First name is the real one, the rest are links.
1947# The last name is the one that the linker finds with -lNAME
1948library_names_spec=$lt_library_names_spec
1949
1950# The coded name of the library, if different from the real name.
1951soname_spec=$lt_soname_spec
1952
1953# Permission mode override for installation of shared libraries.
1954install_override_mode=$lt_install_override_mode
1955
1956# Command to use after installation of a shared archive.
1957postinstall_cmds=$lt_postinstall_cmds
1958
1959# Command to use after uninstallation of a shared archive.
1960postuninstall_cmds=$lt_postuninstall_cmds
1961
1962# Commands used to finish a libtool library installation in a directory.
1963finish_cmds=$lt_finish_cmds
1964
1965# As "finish_cmds", except a single script fragment to be evaled but
1966# not shown.
1967finish_eval=$lt_finish_eval
1968
1969# Whether we should hardcode library paths into libraries.
1970hardcode_into_libs=$hardcode_into_libs
1971
1972# Compile-time system search path for libraries.
1973sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1974
1975# Run-time system search path for libraries.
1976sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1977
1978# Whether dlopen is supported.
1979dlopen_support=$enable_dlopen
1980
1981# Whether dlopen of programs is supported.
1982dlopen_self=$enable_dlopen_self
1983
1984# Whether dlopen of statically linked programs is supported.
1985dlopen_self_static=$enable_dlopen_self_static
1986
1987# Commands to strip libraries.
1988old_striplib=$lt_old_striplib
1989striplib=$lt_striplib
1990
1991
1992# The linker used to build libraries.
1993LD=$lt_LD
1994
1995# How to create reloadable object files.
1996reload_flag=$lt_reload_flag
1997reload_cmds=$lt_reload_cmds
1998
1999# Commands used to build an old-style archive.
2000old_archive_cmds=$lt_old_archive_cmds
2001
2002# A language specific compiler.
2003CC=$lt_compiler
2004
2005# Is the compiler the GNU compiler?
2006with_gcc=$GCC
2007
2008# Compiler flag to turn off builtin functions.
2009no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2010
2011# Additional compiler flags for building library objects.
2012pic_flag=$lt_lt_prog_compiler_pic
2013
2014# How to pass a linker flag through the compiler.
2015wl=$lt_lt_prog_compiler_wl
2016
2017# Compiler flag to prevent dynamic linking.
2018link_static_flag=$lt_lt_prog_compiler_static
2019
2020# Does compiler simultaneously support -c and -o options?
2021compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2022
2023# Whether or not to add -lc for building shared libraries.
2024build_libtool_need_lc=$archive_cmds_need_lc
2025
2026# Whether or not to disallow shared libs when runtime libs are static.
2027allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2028
2029# Compiler flag to allow reflexive dlopens.
2030export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2031
2032# Compiler flag to generate shared objects directly from archives.
2033whole_archive_flag_spec=$lt_whole_archive_flag_spec
2034
2035# Whether the compiler copes with passing no objects directly.
2036compiler_needs_object=$lt_compiler_needs_object
2037
2038# Create an old-style archive from a shared archive.
2039old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2040
2041# Create a temporary old-style archive to link instead of a shared archive.
2042old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2043
2044# Commands used to build a shared archive.
2045archive_cmds=$lt_archive_cmds
2046archive_expsym_cmds=$lt_archive_expsym_cmds
2047
2048# Commands used to build a loadable module if different from building
2049# a shared archive.
2050module_cmds=$lt_module_cmds
2051module_expsym_cmds=$lt_module_expsym_cmds
2052
2053# Whether we are building with GNU ld or not.
2054with_gnu_ld=$lt_with_gnu_ld
2055
2056# Flag that allows shared libraries with undefined symbols to be built.
2057allow_undefined_flag=$lt_allow_undefined_flag
2058
2059# Flag that enforces no undefined symbols.
2060no_undefined_flag=$lt_no_undefined_flag
2061
2062# Flag to hardcode \$libdir into a binary during linking.
2063# This must work even if \$libdir does not exist
2064hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2065
2066# If ld is used when linking, flag to hardcode \$libdir into a binary
2067# during linking. This must work even if \$libdir does not exist.
2068hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2069
2070# Whether we need a single "-rpath" flag with a separated argument.
2071hardcode_libdir_separator=$lt_hardcode_libdir_separator
2072
2073# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2074# DIR into the resulting binary.
2075hardcode_direct=$hardcode_direct
2076
2077# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2078# DIR into the resulting binary and the resulting library dependency is
2079# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2080# library is relocated.
2081hardcode_direct_absolute=$hardcode_direct_absolute
2082
2083# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2084# into the resulting binary.
2085hardcode_minus_L=$hardcode_minus_L
2086
2087# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2088# into the resulting binary.
2089hardcode_shlibpath_var=$hardcode_shlibpath_var
2090
2091# Set to "yes" if building a shared library automatically hardcodes DIR
2092# into the library and all subsequent libraries and executables linked
2093# against it.
2094hardcode_automatic=$hardcode_automatic
2095
2096# Set to yes if linker adds runtime paths of dependent libraries
2097# to runtime path list.
2098inherit_rpath=$inherit_rpath
2099
2100# Whether libtool must link a program against all its dependency libraries.
2101link_all_deplibs=$link_all_deplibs
2102
2103# Set to "yes" if exported symbols are required.
2104always_export_symbols=$always_export_symbols
2105
2106# The commands to list exported symbols.
2107export_symbols_cmds=$lt_export_symbols_cmds
2108
2109# Symbols that should not be listed in the preloaded symbols.
2110exclude_expsyms=$lt_exclude_expsyms
2111
2112# Symbols that must always be exported.
2113include_expsyms=$lt_include_expsyms
2114
2115# Commands necessary for linking programs (against libraries) with templates.
2116prelink_cmds=$lt_prelink_cmds
2117
2118# Commands necessary for finishing linking programs.
2119postlink_cmds=$lt_postlink_cmds
2120
2121# Specify filename containing input files.
2122file_list_spec=$lt_file_list_spec
2123
2124# How to hardcode a shared library path into an executable.
2125hardcode_action=$hardcode_action
2126
2127# The directories searched by this compiler when creating a shared library.
2128compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2129
2130# Dependencies to place before and after the objects being linked to
2131# create a shared library.
2132predep_objects=$lt_predep_objects
2133postdep_objects=$lt_postdep_objects
2134predeps=$lt_predeps
2135postdeps=$lt_postdeps
2136
2137# The library search path used internally by the compiler when linking
2138# a shared library.
2139compiler_lib_search_path=$lt_compiler_lib_search_path
2140
2141# ### END LIBTOOL CONFIG
2142
2143_LT_EOF
2144
2145 case $host_os in
2146 aix3*)
2147 cat <<\_LT_EOF >> "$cfgfile"
2148# AIX sometimes has problems with the GCC collect2 program. For some
2149# reason, if we set the COLLECT_NAMES environment variable, the problems
2150# vanish in a puff of smoke.
2151if test "X${COLLECT_NAMES+set}" != Xset; then
2152 COLLECT_NAMES=
2153 export COLLECT_NAMES
2154fi
2155_LT_EOF
2156 ;;
2157 esac
2158
2159
2160ltmain="$ac_aux_dir/ltmain.sh"
2161
2162
2163 # We use sed instead of cat because bash on DJGPP gets confused if
2164 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2165 # text mode, it properly converts lines to CR/LF. This bash problem
2166 # is reportedly fixed, but why not run on old versions too?
2167 sed '$q' "$ltmain" >> "$cfgfile" \
2168 || (rm -f "$cfgfile"; exit 1)
2169
2170 if test x"$xsi_shell" = xyes; then
2171 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2172func_dirname ()\
2173{\
2174\ case ${1} in\
2175\ */*) func_dirname_result="${1%/*}${2}" ;;\
2176\ * ) func_dirname_result="${3}" ;;\
2177\ esac\
2178} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2179 && mv -f "$cfgfile.tmp" "$cfgfile" \
2180 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2181test 0 -eq $? || _lt_function_replace_fail=:
2182
2183
2184 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2185func_basename ()\
2186{\
2187\ func_basename_result="${1##*/}"\
2188} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2189 && mv -f "$cfgfile.tmp" "$cfgfile" \
2190 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2191test 0 -eq $? || _lt_function_replace_fail=:
2192
2193
2194 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2195func_dirname_and_basename ()\
2196{\
2197\ case ${1} in\
2198\ */*) func_dirname_result="${1%/*}${2}" ;;\
2199\ * ) func_dirname_result="${3}" ;;\
2200\ esac\
2201\ func_basename_result="${1##*/}"\
2202} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2203 && mv -f "$cfgfile.tmp" "$cfgfile" \
2204 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2205test 0 -eq $? || _lt_function_replace_fail=:
2206
2207
2208 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2209func_stripname ()\
2210{\
2211\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2212\ # positional parameters, so assign one to ordinary parameter first.\
2213\ func_stripname_result=${3}\
2214\ func_stripname_result=${func_stripname_result#"${1}"}\
2215\ func_stripname_result=${func_stripname_result%"${2}"}\
2216} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2217 && mv -f "$cfgfile.tmp" "$cfgfile" \
2218 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2219test 0 -eq $? || _lt_function_replace_fail=:
2220
2221
2222 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2223func_split_long_opt ()\
2224{\
2225\ func_split_long_opt_name=${1%%=*}\
2226\ func_split_long_opt_arg=${1#*=}\
2227} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2228 && mv -f "$cfgfile.tmp" "$cfgfile" \
2229 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2230test 0 -eq $? || _lt_function_replace_fail=:
2231
2232
2233 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2234func_split_short_opt ()\
2235{\
2236\ func_split_short_opt_arg=${1#??}\
2237\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2238} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2239 && mv -f "$cfgfile.tmp" "$cfgfile" \
2240 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2241test 0 -eq $? || _lt_function_replace_fail=:
2242
2243
2244 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2245func_lo2o ()\
2246{\
2247\ case ${1} in\
2248\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2249\ *) func_lo2o_result=${1} ;;\
2250\ esac\
2251} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2252 && mv -f "$cfgfile.tmp" "$cfgfile" \
2253 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2254test 0 -eq $? || _lt_function_replace_fail=:
2255
2256
2257 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2258func_xform ()\
2259{\
2260 func_xform_result=${1%.*}.lo\
2261} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2262 && mv -f "$cfgfile.tmp" "$cfgfile" \
2263 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2264test 0 -eq $? || _lt_function_replace_fail=:
2265
2266
2267 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2268func_arith ()\
2269{\
2270 func_arith_result=$(( $* ))\
2271} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2272 && mv -f "$cfgfile.tmp" "$cfgfile" \
2273 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2274test 0 -eq $? || _lt_function_replace_fail=:
2275
2276
2277 sed -e '/^func_len ()$/,/^} # func_len /c\
2278func_len ()\
2279{\
2280 func_len_result=${#1}\
2281} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2282 && mv -f "$cfgfile.tmp" "$cfgfile" \
2283 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2284test 0 -eq $? || _lt_function_replace_fail=:
2285
2286fi
2287
2288if test x"$lt_shell_append" = xyes; then
2289 sed -e '/^func_append ()$/,/^} # func_append /c\
2290func_append ()\
2291{\
2292 eval "${1}+=\\${2}"\
2293} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2294 && mv -f "$cfgfile.tmp" "$cfgfile" \
2295 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2296test 0 -eq $? || _lt_function_replace_fail=:
2297
2298
2299 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2300func_append_quoted ()\
2301{\
2302\ func_quote_for_eval "${2}"\
2303\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2304} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2305 && mv -f "$cfgfile.tmp" "$cfgfile" \
2306 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2307test 0 -eq $? || _lt_function_replace_fail=:
2308
2309
2310 # Save a `func_append' function call where possible by direct use of '+='
2311 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2312 && mv -f "$cfgfile.tmp" "$cfgfile" \
2313 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2314 test 0 -eq $? || _lt_function_replace_fail=:
2315else
2316 # Save a `func_append' function call even when '+=' is not available
2317 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2318 && mv -f "$cfgfile.tmp" "$cfgfile" \
2319 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2320 test 0 -eq $? || _lt_function_replace_fail=:
2321fi
2322
2323if test x"$_lt_function_replace_fail" = x":"; then
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2325$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2326fi
2327
2328
2329 mv -f "$cfgfile" "$ofile" ||
2330 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2331 chmod +x "$ofile"
2332
2333
2334 cat <<_LT_EOF >> "$ofile"
2335
2336# ### BEGIN LIBTOOL TAG CONFIG: CXX
2337
2338# The linker used to build libraries.
2339LD=$lt_LD_CXX
2340
2341# How to create reloadable object files.
2342reload_flag=$lt_reload_flag_CXX
2343reload_cmds=$lt_reload_cmds_CXX
2344
2345# Commands used to build an old-style archive.
2346old_archive_cmds=$lt_old_archive_cmds_CXX
2347
2348# A language specific compiler.
2349CC=$lt_compiler_CXX
2350
2351# Is the compiler the GNU compiler?
2352with_gcc=$GCC_CXX
2353
2354# Compiler flag to turn off builtin functions.
2355no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2356
2357# Additional compiler flags for building library objects.
2358pic_flag=$lt_lt_prog_compiler_pic_CXX
2359
2360# How to pass a linker flag through the compiler.
2361wl=$lt_lt_prog_compiler_wl_CXX
2362
2363# Compiler flag to prevent dynamic linking.
2364link_static_flag=$lt_lt_prog_compiler_static_CXX
2365
2366# Does compiler simultaneously support -c and -o options?
2367compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2368
2369# Whether or not to add -lc for building shared libraries.
2370build_libtool_need_lc=$archive_cmds_need_lc_CXX
2371
2372# Whether or not to disallow shared libs when runtime libs are static.
2373allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2374
2375# Compiler flag to allow reflexive dlopens.
2376export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2377
2378# Compiler flag to generate shared objects directly from archives.
2379whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2380
2381# Whether the compiler copes with passing no objects directly.
2382compiler_needs_object=$lt_compiler_needs_object_CXX
2383
2384# Create an old-style archive from a shared archive.
2385old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2386
2387# Create a temporary old-style archive to link instead of a shared archive.
2388old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2389
2390# Commands used to build a shared archive.
2391archive_cmds=$lt_archive_cmds_CXX
2392archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2393
2394# Commands used to build a loadable module if different from building
2395# a shared archive.
2396module_cmds=$lt_module_cmds_CXX
2397module_expsym_cmds=$lt_module_expsym_cmds_CXX
2398
2399# Whether we are building with GNU ld or not.
2400with_gnu_ld=$lt_with_gnu_ld_CXX
2401
2402# Flag that allows shared libraries with undefined symbols to be built.
2403allow_undefined_flag=$lt_allow_undefined_flag_CXX
2404
2405# Flag that enforces no undefined symbols.
2406no_undefined_flag=$lt_no_undefined_flag_CXX
2407
2408# Flag to hardcode \$libdir into a binary during linking.
2409# This must work even if \$libdir does not exist
2410hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2411
2412# If ld is used when linking, flag to hardcode \$libdir into a binary
2413# during linking. This must work even if \$libdir does not exist.
2414hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2415
2416# Whether we need a single "-rpath" flag with a separated argument.
2417hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2418
2419# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2420# DIR into the resulting binary.
2421hardcode_direct=$hardcode_direct_CXX
2422
2423# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2424# DIR into the resulting binary and the resulting library dependency is
2425# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2426# library is relocated.
2427hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2428
2429# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2430# into the resulting binary.
2431hardcode_minus_L=$hardcode_minus_L_CXX
2432
2433# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2434# into the resulting binary.
2435hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2436
2437# Set to "yes" if building a shared library automatically hardcodes DIR
2438# into the library and all subsequent libraries and executables linked
2439# against it.
2440hardcode_automatic=$hardcode_automatic_CXX
2441
2442# Set to yes if linker adds runtime paths of dependent libraries
2443# to runtime path list.
2444inherit_rpath=$inherit_rpath_CXX
2445
2446# Whether libtool must link a program against all its dependency libraries.
2447link_all_deplibs=$link_all_deplibs_CXX
2448
2449# Set to "yes" if exported symbols are required.
2450always_export_symbols=$always_export_symbols_CXX
2451
2452# The commands to list exported symbols.
2453export_symbols_cmds=$lt_export_symbols_cmds_CXX
2454
2455# Symbols that should not be listed in the preloaded symbols.
2456exclude_expsyms=$lt_exclude_expsyms_CXX
2457
2458# Symbols that must always be exported.
2459include_expsyms=$lt_include_expsyms_CXX
2460
2461# Commands necessary for linking programs (against libraries) with templates.
2462prelink_cmds=$lt_prelink_cmds_CXX
2463
2464# Commands necessary for finishing linking programs.
2465postlink_cmds=$lt_postlink_cmds_CXX
2466
2467# Specify filename containing input files.
2468file_list_spec=$lt_file_list_spec_CXX
2469
2470# How to hardcode a shared library path into an executable.
2471hardcode_action=$hardcode_action_CXX
2472
2473# The directories searched by this compiler when creating a shared library.
2474compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2475
2476# Dependencies to place before and after the objects being linked to
2477# create a shared library.
2478predep_objects=$lt_predep_objects_CXX
2479postdep_objects=$lt_postdep_objects_CXX
2480predeps=$lt_predeps_CXX
2481postdeps=$lt_postdeps_CXX
2482
2483# The library search path used internally by the compiler when linking
2484# a shared library.
2485compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2486
2487# ### END LIBTOOL TAG CONFIG: CXX
2488_LT_EOF
2489
2490
2491 cat <<_LT_EOF >> "$ofile"
2492
2493# ### BEGIN LIBTOOL TAG CONFIG: RC
2494
2495# The linker used to build libraries.
2496LD=$lt_LD_RC
2497
2498# How to create reloadable object files.
2499reload_flag=$lt_reload_flag_RC
2500reload_cmds=$lt_reload_cmds_RC
2501
2502# Commands used to build an old-style archive.
2503old_archive_cmds=$lt_old_archive_cmds_RC
2504
2505# A language specific compiler.
2506CC=$lt_compiler_RC
2507
2508# Is the compiler the GNU compiler?
2509with_gcc=$GCC_RC
2510
2511# Compiler flag to turn off builtin functions.
2512no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
2513
2514# Additional compiler flags for building library objects.
2515pic_flag=$lt_lt_prog_compiler_pic_RC
2516
2517# How to pass a linker flag through the compiler.
2518wl=$lt_lt_prog_compiler_wl_RC
2519
2520# Compiler flag to prevent dynamic linking.
2521link_static_flag=$lt_lt_prog_compiler_static_RC
2522
2523# Does compiler simultaneously support -c and -o options?
2524compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
2525
2526# Whether or not to add -lc for building shared libraries.
2527build_libtool_need_lc=$archive_cmds_need_lc_RC
2528
2529# Whether or not to disallow shared libs when runtime libs are static.
2530allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
2531
2532# Compiler flag to allow reflexive dlopens.
2533export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
2534
2535# Compiler flag to generate shared objects directly from archives.
2536whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
2537
2538# Whether the compiler copes with passing no objects directly.
2539compiler_needs_object=$lt_compiler_needs_object_RC
2540
2541# Create an old-style archive from a shared archive.
2542old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
2543
2544# Create a temporary old-style archive to link instead of a shared archive.
2545old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
2546
2547# Commands used to build a shared archive.
2548archive_cmds=$lt_archive_cmds_RC
2549archive_expsym_cmds=$lt_archive_expsym_cmds_RC
2550
2551# Commands used to build a loadable module if different from building
2552# a shared archive.
2553module_cmds=$lt_module_cmds_RC
2554module_expsym_cmds=$lt_module_expsym_cmds_RC
2555
2556# Whether we are building with GNU ld or not.
2557with_gnu_ld=$lt_with_gnu_ld_RC
2558
2559# Flag that allows shared libraries with undefined symbols to be built.
2560allow_undefined_flag=$lt_allow_undefined_flag_RC
2561
2562# Flag that enforces no undefined symbols.
2563no_undefined_flag=$lt_no_undefined_flag_RC
2564
2565# Flag to hardcode \$libdir into a binary during linking.
2566# This must work even if \$libdir does not exist
2567hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
2568
2569# If ld is used when linking, flag to hardcode \$libdir into a binary
2570# during linking. This must work even if \$libdir does not exist.
2571hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
2572
2573# Whether we need a single "-rpath" flag with a separated argument.
2574hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
2575
2576# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2577# DIR into the resulting binary.
2578hardcode_direct=$hardcode_direct_RC
2579
2580# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2581# DIR into the resulting binary and the resulting library dependency is
2582# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2583# library is relocated.
2584hardcode_direct_absolute=$hardcode_direct_absolute_RC
2585
2586# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2587# into the resulting binary.
2588hardcode_minus_L=$hardcode_minus_L_RC
2589
2590# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2591# into the resulting binary.
2592hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
2593
2594# Set to "yes" if building a shared library automatically hardcodes DIR
2595# into the library and all subsequent libraries and executables linked
2596# against it.
2597hardcode_automatic=$hardcode_automatic_RC
2598
2599# Set to yes if linker adds runtime paths of dependent libraries
2600# to runtime path list.
2601inherit_rpath=$inherit_rpath_RC
2602
2603# Whether libtool must link a program against all its dependency libraries.
2604link_all_deplibs=$link_all_deplibs_RC
2605
2606# Set to "yes" if exported symbols are required.
2607always_export_symbols=$always_export_symbols_RC
2608
2609# The commands to list exported symbols.
2610export_symbols_cmds=$lt_export_symbols_cmds_RC
2611
2612# Symbols that should not be listed in the preloaded symbols.
2613exclude_expsyms=$lt_exclude_expsyms_RC
2614
2615# Symbols that must always be exported.
2616include_expsyms=$lt_include_expsyms_RC
2617
2618# Commands necessary for linking programs (against libraries) with templates.
2619prelink_cmds=$lt_prelink_cmds_RC
2620
2621# Commands necessary for finishing linking programs.
2622postlink_cmds=$lt_postlink_cmds_RC
2623
2624# Specify filename containing input files.
2625file_list_spec=$lt_file_list_spec_RC
2626
2627# How to hardcode a shared library path into an executable.
2628hardcode_action=$hardcode_action_RC
2629
2630# The directories searched by this compiler when creating a shared library.
2631compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
2632
2633# Dependencies to place before and after the objects being linked to
2634# create a shared library.
2635predep_objects=$lt_predep_objects_RC
2636postdep_objects=$lt_postdep_objects_RC
2637predeps=$lt_predeps_RC
2638postdeps=$lt_postdeps_RC
2639
2640# The library search path used internally by the compiler when linking
2641# a shared library.
2642compiler_lib_search_path=$lt_compiler_lib_search_path_RC
2643
2644# ### END LIBTOOL TAG CONFIG: RC
2645_LT_EOF
2646
2647 ;;
2648
2649 esac
2650done # for ac_tag
2651
2652
2653as_fn_exit 0