1#! /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 19as_nop=: 20if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 21then : 22 emulate sh 23 NULLCMD=: 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 # is contrary to our usage. Disable this feature. 26 alias -g '${1+"$@"}'='"$@"' 27 setopt NO_GLOB_SUBST 28else $as_nop 29 case `(set -o) 2>/dev/null` in #( 30 *posix*) : 31 set -o posix ;; #( 32 *) : 33 ;; 34esac 35fi 36 37 38 39# Reset variables that may have inherited troublesome values from 40# the environment. 41 42# IFS needs to be set, to space, tab, and newline, in precisely that order. 43# (If _AS_PATH_WALK were called with IFS unset, it would have the 44# side effect of setting IFS to empty, thus disabling word splitting.) 45# Quoting is to prevent editors from complaining about space-tab. 46as_nl=' 47' 48export as_nl 49IFS=" "" $as_nl" 50 51PS1='$ ' 52PS2='> ' 53PS4='+ ' 54 55# Ensure predictable behavior from utilities with locale-dependent output. 56LC_ALL=C 57export LC_ALL 58LANGUAGE=C 59export LANGUAGE 60 61# We cannot yet rely on "unset" to work, but we need these variables 62# to be unset--not just set to an empty or harmless value--now, to 63# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 64# also avoids known problems related to "unset" and subshell syntax 65# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 66for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 67do eval test \${$as_var+y} \ 68 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 69done 70 71# Ensure that fds 0, 1, and 2 are open. 72if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 73if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 74if (exec 3>&2) ; then :; else exec 2>/dev/null; fi 75 76# The user is always right. 77if ${PATH_SEPARATOR+false} :; then 78 PATH_SEPARATOR=: 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 81 PATH_SEPARATOR=';' 82 } 83fi 84 85 86# Find who we are. Look in the path if we contain no directory separator. 87as_myself= 88case $0 in #(( 89 *[\\/]* ) as_myself=$0 ;; 90 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 91for as_dir in $PATH 92do 93 IFS=$as_save_IFS 94 case $as_dir in #((( 95 '') as_dir=./ ;; 96 */) ;; 97 *) as_dir=$as_dir/ ;; 98 esac 99 test -r "$as_dir$0" && as_myself=$as_dir$0 && break 100 done 101IFS=$as_save_IFS 102 103 ;; 104esac 105# We did not find ourselves, most probably we were run as `sh COMMAND' 106# in which case we are not to be found in the path. 107if test "x$as_myself" = x; then 108 as_myself=$0 109fi 110if test ! -f "$as_myself"; then 111 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 112 exit 1 113fi 114 115 116 117# as_fn_error STATUS ERROR [LINENO LOG_FD] 118# ---------------------------------------- 119# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 120# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 121# script with STATUS, using 1 if that was 0. 122as_fn_error () 123{ 124 as_status=$1; test $as_status -eq 0 && as_status=1 125 if test "$4"; then 126 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 127 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 128 fi 129 printf "%s\n" "$as_me: error: $2" >&2 130 as_fn_exit $as_status 131} # as_fn_error 132 133 134 135# as_fn_set_status STATUS 136# ----------------------- 137# Set $? to STATUS, without forking. 138as_fn_set_status () 139{ 140 return $1 141} # as_fn_set_status 142 143# as_fn_exit STATUS 144# ----------------- 145# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 146as_fn_exit () 147{ 148 set +e 149 as_fn_set_status $1 150 exit $1 151} # as_fn_exit 152 153# as_fn_unset VAR 154# --------------- 155# Portably unset VAR. 156as_fn_unset () 157{ 158 { eval $1=; unset $1;} 159} 160as_unset=as_fn_unset 161 162# as_fn_append VAR VALUE 163# ---------------------- 164# Append the text in VALUE to the end of the definition contained in VAR. Take 165# advantage of any shell optimizations that allow amortized linear growth over 166# repeated appends, instead of the typical quadratic growth present in naive 167# implementations. 168if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 169then : 170 eval 'as_fn_append () 171 { 172 eval $1+=\$2 173 }' 174else $as_nop 175 as_fn_append () 176 { 177 eval $1=\$$1\$2 178 } 179fi # as_fn_append 180 181# as_fn_arith ARG... 182# ------------------ 183# Perform arithmetic evaluation on the ARGs, and store the result in the 184# global $as_val. Take advantage of shells that can avoid forks. The arguments 185# must be portable across $(()) and expr. 186if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 187then : 188 eval 'as_fn_arith () 189 { 190 as_val=$(( $* )) 191 }' 192else $as_nop 193 as_fn_arith () 194 { 195 as_val=`expr "$@" || test $? -eq 1` 196 } 197fi # as_fn_arith 198 199 200if expr a : '\(a\)' >/dev/null 2>&1 && 201 test "X`expr 00001 : '.*\(...\)'`" = X001; then 202 as_expr=expr 203else 204 as_expr=false 205fi 206 207if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 208 as_basename=basename 209else 210 as_basename=false 211fi 212 213if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 214 as_dirname=dirname 215else 216 as_dirname=false 217fi 218 219as_me=`$as_basename -- "$0" || 220$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 221 X"$0" : 'X\(//\)$' \| \ 222 X"$0" : 'X\(/\)' \| . 2>/dev/null || 223printf "%s\n" X/"$0" | 224 sed '/^.*\/\([^/][^/]*\)\/*$/{ 225 s//\1/ 226 q 227 } 228 /^X\/\(\/\/\)$/{ 229 s//\1/ 230 q 231 } 232 /^X\/\(\/\).*/{ 233 s//\1/ 234 q 235 } 236 s/.*/./; q'` 237 238# Avoid depending upon Character Ranges. 239as_cr_letters='abcdefghijklmnopqrstuvwxyz' 240as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 241as_cr_Letters=$as_cr_letters$as_cr_LETTERS 242as_cr_digits='0123456789' 243as_cr_alnum=$as_cr_Letters$as_cr_digits 244 245 246# Determine whether it's possible to make 'echo' print without a newline. 247# These variables are no longer used directly by Autoconf, but are AC_SUBSTed 248# for compatibility with existing Makefiles. 249ECHO_C= ECHO_N= ECHO_T= 250case `echo -n x` in #((((( 251-n*) 252 case `echo 'xy\c'` in 253 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 254 xy) ECHO_C='\c';; 255 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 256 ECHO_T=' ';; 257 esac;; 258*) 259 ECHO_N='-n';; 260esac 261 262# For backward compatibility with old third-party macros, we provide 263# the shell variables $as_echo and $as_echo_n. New code should use 264# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 265as_echo='printf %s\n' 266as_echo_n='printf %s' 267 268rm -f conf$$ conf$$.exe conf$$.file 269if test -d conf$$.dir; then 270 rm -f conf$$.dir/conf$$.file 271else 272 rm -f conf$$.dir 273 mkdir conf$$.dir 2>/dev/null 274fi 275if (echo >conf$$.file) 2>/dev/null; then 276 if ln -s conf$$.file conf$$ 2>/dev/null; then 277 as_ln_s='ln -s' 278 # ... but there are two gotchas: 279 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 280 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 281 # In both cases, we have to default to `cp -pR'. 282 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 283 as_ln_s='cp -pR' 284 elif ln conf$$.file conf$$ 2>/dev/null; then 285 as_ln_s=ln 286 else 287 as_ln_s='cp -pR' 288 fi 289else 290 as_ln_s='cp -pR' 291fi 292rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 293rmdir conf$$.dir 2>/dev/null 294 295 296# as_fn_mkdir_p 297# ------------- 298# Create "$as_dir" as a directory, including parents if necessary. 299as_fn_mkdir_p () 300{ 301 302 case $as_dir in #( 303 -*) as_dir=./$as_dir;; 304 esac 305 test -d "$as_dir" || eval $as_mkdir_p || { 306 as_dirs= 307 while :; do 308 case $as_dir in #( 309 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 310 *) as_qdir=$as_dir;; 311 esac 312 as_dirs="'$as_qdir' $as_dirs" 313 as_dir=`$as_dirname -- "$as_dir" || 314$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 315 X"$as_dir" : 'X\(//\)[^/]' \| \ 316 X"$as_dir" : 'X\(//\)$' \| \ 317 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 318printf "%s\n" X"$as_dir" | 319 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 320 s//\1/ 321 q 322 } 323 /^X\(\/\/\)[^/].*/{ 324 s//\1/ 325 q 326 } 327 /^X\(\/\/\)$/{ 328 s//\1/ 329 q 330 } 331 /^X\(\/\).*/{ 332 s//\1/ 333 q 334 } 335 s/.*/./; q'` 336 test -d "$as_dir" && break 337 done 338 test -z "$as_dirs" || eval "mkdir $as_dirs" 339 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 340 341 342} # as_fn_mkdir_p 343if mkdir -p . 2>/dev/null; then 344 as_mkdir_p='mkdir -p "$as_dir"' 345else 346 test -d ./-p && rmdir ./-p 347 as_mkdir_p=false 348fi 349 350 351# as_fn_executable_p FILE 352# ----------------------- 353# Test if FILE is an executable regular file. 354as_fn_executable_p () 355{ 356 test -f "$1" && test -x "$1" 357} # as_fn_executable_p 358as_test_x='test -x' 359as_executable_p=as_fn_executable_p 360 361# Sed expression to map a string onto a valid CPP name. 362as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 363 364# Sed expression to map a string onto a valid variable name. 365as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 366 367 368exec 6>&1 369## ----------------------------------- ## 370## Main body of $CONFIG_STATUS script. ## 371## ----------------------------------- ## 372# Save the log message, to keep $0 and so on meaningful, and to 373# report actual input values of CONFIG_FILES etc. instead of their 374# values after options handling. 375ac_log=" 376This file was extended by speexdsp $as_me 1.2.1, which was 377generated by GNU Autoconf 2.71. Invocation command line was 378 379 CONFIG_FILES = $CONFIG_FILES 380 CONFIG_HEADERS = $CONFIG_HEADERS 381 CONFIG_LINKS = $CONFIG_LINKS 382 CONFIG_COMMANDS = $CONFIG_COMMANDS 383 $ $0 $@ 384 385on `(hostname || uname -n) 2>/dev/null | sed 1q` 386" 387 388# Files that config.status was made for. 389config_files=" Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec include/Makefile include/speex/Makefile speexdsp.pc win32/Makefile win32/libspeexdsp/Makefile symbian/Makefile win32/VS2003/Makefile win32/VS2003/libspeexdsp/Makefile win32/VS2003/tests/Makefile win32/VS2005/Makefile win32/VS2005/libspeexdsp/Makefile win32/VS2005/tests/Makefile win32/VS2008/Makefile win32/VS2008/libspeexdsp/Makefile win32/VS2008/tests/Makefile include/speex/speexdsp_config_types.h ti/Makefile ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile ti/speex_C64_test/Makefile" 390config_headers=" config.h" 391config_commands=" depfiles libtool" 392 393ac_cs_usage="\ 394\`$as_me' instantiates files and other configuration actions 395from templates according to the current configuration. Unless the files 396and actions are specified as TAGs, all are instantiated by default. 397 398Usage: $0 [OPTION]... [TAG]... 399 400 -h, --help print this help, then exit 401 -V, --version print version number and configuration settings, then exit 402 --config print configuration, then exit 403 -q, --quiet, --silent 404 do not print progress messages 405 -d, --debug don't remove temporary files 406 --recheck update $as_me by reconfiguring in the same conditions 407 --file=FILE[:TEMPLATE] 408 instantiate the configuration file FILE 409 --header=FILE[:TEMPLATE] 410 instantiate the configuration header FILE 411 412Configuration files: 413$config_files 414 415Configuration headers: 416$config_headers 417 418Configuration commands: 419$config_commands 420 421Report bugs to <speex-dev@xiph.org>." 422 423ac_cs_config='' 424ac_cs_version="\ 425speexdsp config.status 1.2.1 426configured by ./configure, generated by GNU Autoconf 2.71, 427 with options \"$ac_cs_config\" 428 429Copyright (C) 2021 Free Software Foundation, Inc. 430This config.status script is free software; the Free Software Foundation 431gives unlimited permission to copy, distribute and modify it." 432 433ac_pwd='/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex' 434srcdir='.' 435INSTALL='/usr/bin/install -c' 436MKDIR_P='/usr/bin/mkdir -p' 437AWK='gawk' 438test -n "$AWK" || AWK=awk 439# The default lists apply if the user does not specify any file. 440ac_need_defaults=: 441while test $# != 0 442do 443 case $1 in 444 --*=?*) 445 ac_option=`expr "X$1" : 'X\([^=]*\)='` 446 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 447 ac_shift=: 448 ;; 449 --*=) 450 ac_option=`expr "X$1" : 'X\([^=]*\)='` 451 ac_optarg= 452 ac_shift=: 453 ;; 454 *) 455 ac_option=$1 456 ac_optarg=$2 457 ac_shift=shift 458 ;; 459 esac 460 461 case $ac_option in 462 # Handling of the options. 463 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 464 ac_cs_recheck=: ;; 465 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 466 printf "%s\n" "$ac_cs_version"; exit ;; 467 --config | --confi | --conf | --con | --co | --c ) 468 printf "%s\n" "$ac_cs_config"; exit ;; 469 --debug | --debu | --deb | --de | --d | -d ) 470 debug=: ;; 471 --file | --fil | --fi | --f ) 472 $ac_shift 473 case $ac_optarg in 474 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 475 '') as_fn_error $? "missing file argument" ;; 476 esac 477 as_fn_append CONFIG_FILES " '$ac_optarg'" 478 ac_need_defaults=false;; 479 --header | --heade | --head | --hea ) 480 $ac_shift 481 case $ac_optarg in 482 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 483 esac 484 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 485 ac_need_defaults=false;; 486 --he | --h) 487 # Conflict between --help and --header 488 as_fn_error $? "ambiguous option: \`$1' 489Try \`$0 --help' for more information.";; 490 --help | --hel | -h ) 491 printf "%s\n" "$ac_cs_usage"; exit ;; 492 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 493 | -silent | --silent | --silen | --sile | --sil | --si | --s) 494 ac_cs_silent=: ;; 495 496 # This is an error. 497 -*) as_fn_error $? "unrecognized option: \`$1' 498Try \`$0 --help' for more information." ;; 499 500 *) as_fn_append ac_config_targets " $1" 501 ac_need_defaults=false ;; 502 503 esac 504 shift 505done 506 507ac_configure_extra_args= 508 509if $ac_cs_silent; then 510 exec 6>/dev/null 511 ac_configure_extra_args="$ac_configure_extra_args --silent" 512fi 513 514if $ac_cs_recheck; then 515 set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion 516 shift 517 \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6 518 CONFIG_SHELL='/bin/sh' 519 export CONFIG_SHELL 520 exec "$@" 521fi 522 523exec 5>>config.log 524{ 525 echo 526 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 527## Running $as_me. ## 528_ASBOX 529 printf "%s\n" "$ac_log" 530} >&5 531 532# 533# INIT-COMMANDS 534# 535AMDEP_TRUE="" MAKE="make" 536 537 538# The HP-UX ksh and POSIX shell print the target directory to stdout 539# if CDPATH is set. 540(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 541 542sed_quote_subst='s/\(["`$\\]\)/\\\1/g' 543double_quote_subst='s/\(["`\\]\)/\\\1/g' 544delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 545AS='as' 546DLLTOOL='dlltool' 547OBJDUMP='objdump' 548macro_version='2.4.7' 549macro_revision='2.4.7' 550enable_shared='yes' 551enable_static='yes' 552pic_mode='default' 553enable_fast_install='needless' 554shared_archive_member_spec='' 555SHELL='/bin/sh' 556ECHO='printf %s\n' 557PATH_SEPARATOR=':' 558host_alias='' 559host='x86_64-pc-linux-gnu' 560host_os='linux-gnu' 561build_alias='' 562build='x86_64-pc-linux-gnu' 563build_os='linux-gnu' 564SED='/usr/bin/sed' 565Xsed='/usr/bin/sed -e 1s/^X//' 566GREP='/usr/bin/grep' 567EGREP='/usr/bin/grep -E' 568FGREP='/usr/bin/grep -F' 569LD='/usr/bin/ld -m elf_x86_64' 570NM='/usr/bin/nm -B' 571LN_S='ln -s' 572max_cmd_len='1572864' 573ac_objext='o' 574exeext='' 575lt_unset='unset' 576lt_SP2NL='tr \040 \012' 577lt_NL2SP='tr \015\012 \040\040' 578lt_cv_to_host_file_cmd='func_convert_file_noop' 579lt_cv_to_tool_file_cmd='func_convert_file_noop' 580reload_flag=' -r' 581reload_cmds='$LD$reload_flag -o $output$reload_objs' 582FILECMD='file' 583deplibs_check_method='pass_all' 584file_magic_cmd='$MAGIC_CMD' 585file_magic_glob='' 586want_nocaseglob='no' 587sharedlib_from_linklib_cmd='printf %s\n' 588AR='ar' 589lt_ar_flags='cr' 590AR_FLAGS='cr' 591archiver_list_spec='@' 592STRIP='strip' 593RANLIB='ranlib' 594old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' 595old_postuninstall_cmds='' 596old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' 597lock_old_archive_extraction='no' 598CC='gcc' 599CFLAGS='-g -O2 -fvisibility=hidden' 600compiler='gcc' 601GCC='yes' 602lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\''' 603lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' 604lt_cv_sys_global_symbol_to_import='' 605lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' 606lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' 607lt_cv_nm_interface='BSD nm' 608nm_file_list_spec='@' 609lt_sysroot='' 610lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' 611objdir='.libs' 612MAGIC_CMD='file' 613lt_prog_compiler_no_builtin_flag=' -fno-builtin' 614lt_prog_compiler_pic=' -fPIC -DPIC' 615lt_prog_compiler_wl='-Wl,' 616lt_prog_compiler_static='-static' 617lt_cv_prog_compiler_c_o='yes' 618need_locks='no' 619MANIFEST_TOOL=':' 620DSYMUTIL='' 621NMEDIT='' 622LIPO='' 623OTOOL='' 624OTOOL64='' 625libext='a' 626shrext_cmds='.so' 627extract_expsyms_cmds='' 628archive_cmds_need_lc='no' 629enable_shared_with_static_runtimes='no' 630export_dynamic_flag_spec='$wl--export-dynamic' 631whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' 632compiler_needs_object='no' 633old_archive_from_new_cmds='' 634old_archive_from_expsyms_cmds='' 635archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' 636archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 637 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 638 echo "local: *; };" >> $output_objdir/$libname.ver~ 639 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 640module_cmds='' 641module_expsym_cmds='' 642with_gnu_ld='yes' 643allow_undefined_flag='' 644no_undefined_flag='' 645hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' 646hardcode_libdir_separator='' 647hardcode_direct='no' 648hardcode_direct_absolute='no' 649hardcode_minus_L='no' 650hardcode_shlibpath_var='unsupported' 651hardcode_automatic='no' 652inherit_rpath='no' 653link_all_deplibs='no' 654always_export_symbols='no' 655export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 656exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 657include_expsyms='' 658prelink_cmds='' 659postlink_cmds='' 660file_list_spec='' 661variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' 662need_lib_prefix='no' 663need_version='no' 664version_type='linux' 665runpath_var='LD_RUN_PATH' 666shlibpath_var='LD_LIBRARY_PATH' 667shlibpath_overrides_runpath='yes' 668libname_spec='lib$name' 669library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' 670soname_spec='$libname$release$shared_ext$major' 671install_override_mode='' 672postinstall_cmds='' 673postuninstall_cmds='' 674finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 675finish_eval='' 676hardcode_into_libs='yes' 677sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/12 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib ' 678configure_time_dlsearch_path='/lib /usr/lib /usr/lib/x86_64-linux-gnu/fakechroot /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib/i386-linux-gnu /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /usr/local/lib/i686-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32 /libx32 /usr/libx32 ' 679configure_time_lt_sys_library_path='' 680hardcode_action='immediate' 681enable_dlopen='unknown' 682enable_dlopen_self='unknown' 683enable_dlopen_self_static='unknown' 684old_striplib='strip --strip-debug' 685striplib='strip --strip-unneeded' 686 687LTCC='gcc' 688LTCFLAGS='-g -O2' 689compiler='gcc' 690 691# A function that is used when there is no print builtin or printf. 692func_fallback_echo () 693{ 694 eval 'cat <<_LTECHO_EOF 695$1 696_LTECHO_EOF' 697} 698 699# Quote evaled strings. 700for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag FILECMD deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR 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_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do 701 case `eval \\$ECHO \\""\\$$var"\\"` in 702 *[\\\`\"\$]*) 703 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes 704 ;; 705 *) 706 eval "lt_$var=\\\"\$$var\\\"" 707 ;; 708 esac 709done 710 711# Double-quote double-evaled strings. 712for 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 configure_time_dlsearch_path configure_time_lt_sys_library_path; do 713 case `eval \\$ECHO \\""\\$$var"\\"` in 714 *[\\\`\"\$]*) 715 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes 716 ;; 717 *) 718 eval "lt_$var=\\\"\$$var\\\"" 719 ;; 720 esac 721done 722 723ac_aux_dir='./' 724 725# See if we are running on zsh, and set the options that allow our 726# commands through without removal of \ escapes INIT. 727if test -n "${ZSH_VERSION+set}"; then 728 setopt NO_GLOB_SUBST 729fi 730 731 732 PACKAGE='speexdsp' 733 VERSION='1.2.1' 734 RM='rm -f' 735 ofile='libtool' 736 737 738 739 740 741# Handling of arguments. 742for ac_config_target in $ac_config_targets 743do 744 case $ac_config_target in 745 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 746 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 747 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 748 "libspeexdsp/Makefile") CONFIG_FILES="$CONFIG_FILES libspeexdsp/Makefile" ;; 749 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 750 "SpeexDSP.spec") CONFIG_FILES="$CONFIG_FILES SpeexDSP.spec" ;; 751 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; 752 "include/speex/Makefile") CONFIG_FILES="$CONFIG_FILES include/speex/Makefile" ;; 753 "speexdsp.pc") CONFIG_FILES="$CONFIG_FILES speexdsp.pc" ;; 754 "win32/Makefile") CONFIG_FILES="$CONFIG_FILES win32/Makefile" ;; 755 "win32/libspeexdsp/Makefile") CONFIG_FILES="$CONFIG_FILES win32/libspeexdsp/Makefile" ;; 756 "symbian/Makefile") CONFIG_FILES="$CONFIG_FILES symbian/Makefile" ;; 757 "win32/VS2003/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2003/Makefile" ;; 758 "win32/VS2003/libspeexdsp/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2003/libspeexdsp/Makefile" ;; 759 "win32/VS2003/tests/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2003/tests/Makefile" ;; 760 "win32/VS2005/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2005/Makefile" ;; 761 "win32/VS2005/libspeexdsp/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2005/libspeexdsp/Makefile" ;; 762 "win32/VS2005/tests/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2005/tests/Makefile" ;; 763 "win32/VS2008/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2008/Makefile" ;; 764 "win32/VS2008/libspeexdsp/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2008/libspeexdsp/Makefile" ;; 765 "win32/VS2008/tests/Makefile") CONFIG_FILES="$CONFIG_FILES win32/VS2008/tests/Makefile" ;; 766 "include/speex/speexdsp_config_types.h") CONFIG_FILES="$CONFIG_FILES include/speex/speexdsp_config_types.h" ;; 767 "ti/Makefile") CONFIG_FILES="$CONFIG_FILES ti/Makefile" ;; 768 "ti/speex_C54_test/Makefile") CONFIG_FILES="$CONFIG_FILES ti/speex_C54_test/Makefile" ;; 769 "ti/speex_C55_test/Makefile") CONFIG_FILES="$CONFIG_FILES ti/speex_C55_test/Makefile" ;; 770 "ti/speex_C64_test/Makefile") CONFIG_FILES="$CONFIG_FILES ti/speex_C64_test/Makefile" ;; 771 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 772 773 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 774 esac 775done 776 777 778# If the user did not use the arguments to specify the items to instantiate, 779# then the envvar interface is used. Set only those that are not. 780# We use the long form for the default assignment because of an extremely 781# bizarre bug on SunOS 4.1.3. 782if $ac_need_defaults; then 783 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 784 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers 785 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands 786fi 787 788# Have a temporary directory for convenience. Make it in the build tree 789# simply because there is no reason against having it here, and in addition, 790# creating and moving files from /tmp can sometimes cause problems. 791# Hook for its removal unless debugging. 792# Note that there is a small window in which the directory will not be cleaned: 793# after its creation but before its name has been assigned to `$tmp'. 794$debug || 795{ 796 tmp= ac_tmp= 797 trap 'exit_status=$? 798 : "${ac_tmp:=$tmp}" 799 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 800' 0 801 trap 'as_fn_exit 1' 1 2 13 15 802} 803# Create a (secure) tmp directory for tmp files. 804 805{ 806 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 807 test -d "$tmp" 808} || 809{ 810 tmp=./conf$$-$RANDOM 811 (umask 077 && mkdir "$tmp") 812} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 813ac_tmp=$tmp 814 815# Set up the scripts for CONFIG_FILES section. 816# No need to generate them if there are no CONFIG_FILES. 817# This happens for instance with `./config.status config.h'. 818if test -n "$CONFIG_FILES"; then 819 820 821ac_cr=`echo X | tr X '\015'` 822# On cygwin, bash can eat \r inside `` if the user requested igncr. 823# But we know of no other shell where ac_cr would be empty at this 824# point, so we can use a bashism as a fallback. 825if test "x$ac_cr" = x; then 826 eval ac_cr=\$\'\\r\' 827fi 828ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 829if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 830 ac_cs_awk_cr='\\r' 831else 832 ac_cs_awk_cr=$ac_cr 833fi 834 835echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 836cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && 837S["am__EXEEXT_FALSE"]="" 838S["am__EXEEXT_TRUE"]="#" 839S["LTLIBOBJS"]="" 840S["LIBOBJS"]="" 841S["INCLUDE_STDINT"]="#include <stdint.h>" 842S["USIZE32"]="uint32_t" 843S["SIZE32"]="int32_t" 844S["USIZE16"]="uint16_t" 845S["SIZE16"]="int16_t" 846S["FFT_PKGCONFIG"]="" 847S["BUILD_SMALLFT_FALSE"]="#" 848S["BUILD_SMALLFT_TRUE"]="" 849S["BUILD_KISS_FFT_FALSE"]="" 850S["BUILD_KISS_FFT_TRUE"]="#" 851S["FFT_LIBS"]="" 852S["FFT_CFLAGS"]="" 853S["PKG_CONFIG_LIBDIR"]="" 854S["PKG_CONFIG_PATH"]="" 855S["PKG_CONFIG"]="/usr/bin/pkg-config" 856S["BUILD_EXAMPLES_FALSE"]="#" 857S["BUILD_EXAMPLES_TRUE"]="" 858S["LIBM"]="-lm" 859S["src"]="" 860S["LT_SYS_LIBRARY_PATH"]="" 861S["OTOOL64"]="" 862S["OTOOL"]="" 863S["LIPO"]="" 864S["NMEDIT"]="" 865S["DSYMUTIL"]="" 866S["MANIFEST_TOOL"]=":" 867S["RANLIB"]="ranlib" 868S["ac_ct_AR"]="ar" 869S["AR"]="ar" 870S["FILECMD"]="file" 871S["LN_S"]="ln -s" 872S["NM"]="/usr/bin/nm -B" 873S["ac_ct_DUMPBIN"]="" 874S["DUMPBIN"]="" 875S["LD"]="/usr/bin/ld -m elf_x86_64" 876S["FGREP"]="/usr/bin/grep -F" 877S["EGREP"]="/usr/bin/grep -E" 878S["GREP"]="/usr/bin/grep" 879S["SED"]="/usr/bin/sed" 880S["am__fastdepCC_FALSE"]="#" 881S["am__fastdepCC_TRUE"]="" 882S["CCDEPMODE"]="depmode=gcc3" 883S["am__nodep"]="_no" 884S["AMDEPBACKSLASH"]="\\" 885S["AMDEP_FALSE"]="#" 886S["AMDEP_TRUE"]="" 887S["am__include"]="include" 888S["DEPDIR"]=".deps" 889S["OBJEXT"]="o" 890S["EXEEXT"]="" 891S["ac_ct_CC"]="gcc" 892S["CPPFLAGS"]="" 893S["LDFLAGS"]="" 894S["CFLAGS"]="-g -O2 -fvisibility=hidden" 895S["CC"]="gcc" 896S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" 897S["OBJDUMP"]="objdump" 898S["DLLTOOL"]="dlltool" 899S["AS"]="as" 900S["host_os"]="linux-gnu" 901S["host_vendor"]="pc" 902S["host_cpu"]="x86_64" 903S["host"]="x86_64-pc-linux-gnu" 904S["build_os"]="linux-gnu" 905S["build_vendor"]="pc" 906S["build_cpu"]="x86_64" 907S["build"]="x86_64-pc-linux-gnu" 908S["MAINT"]="" 909S["MAINTAINER_MODE_FALSE"]="#" 910S["MAINTAINER_MODE_TRUE"]="" 911S["CSCOPE"]="cscope" 912S["ETAGS"]="etags" 913S["CTAGS"]="ctags" 914S["am__untar"]="$${TAR-tar} xf -" 915S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" 916S["AMTAR"]="$${TAR-tar}" 917S["am__leading_dot"]="." 918S["SET_MAKE"]="" 919S["AWK"]="gawk" 920S["mkdir_p"]="$(MKDIR_P)" 921S["MKDIR_P"]="/usr/bin/mkdir -p" 922S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" 923S["STRIP"]="strip" 924S["install_sh"]="${SHELL} /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/install-sh" 925S["MAKEINFO"]="${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' makeinfo" 926S["AUTOHEADER"]="${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoheader" 927S["AUTOMAKE"]="${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' automake-1.16" 928S["AUTOCONF"]="${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoconf" 929S["ACLOCAL"]="${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' aclocal-1.16" 930S["VERSION"]="1.2.1" 931S["PACKAGE"]="speexdsp" 932S["CYGPATH_W"]="echo" 933S["am__isrc"]="" 934S["INSTALL_DATA"]="${INSTALL} -m 644" 935S["INSTALL_SCRIPT"]="${INSTALL}" 936S["INSTALL_PROGRAM"]="${INSTALL}" 937S["SPEEXDSP_LT_AGE"]="5" 938S["SPEEXDSP_LT_REVISION"]="2" 939S["SPEEXDSP_LT_CURRENT"]="6" 940S["AM_BACKSLASH"]="\\" 941S["AM_DEFAULT_VERBOSITY"]="0" 942S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" 943S["AM_V"]="$(V)" 944S["target_alias"]="" 945S["host_alias"]="" 946S["build_alias"]="" 947S["LIBS"]="" 948S["ECHO_T"]="" 949S["ECHO_N"]="-n" 950S["ECHO_C"]="" 951S["DEFS"]="-DHAVE_CONFIG_H" 952S["mandir"]="${datarootdir}/man" 953S["localedir"]="${datarootdir}/locale" 954S["libdir"]="${exec_prefix}/lib" 955S["psdir"]="${docdir}" 956S["pdfdir"]="${docdir}" 957S["dvidir"]="${docdir}" 958S["htmldir"]="${docdir}" 959S["infodir"]="${datarootdir}/info" 960S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" 961S["oldincludedir"]="/usr/include" 962S["includedir"]="${prefix}/include" 963S["runstatedir"]="${localstatedir}/run" 964S["localstatedir"]="${prefix}/var" 965S["sharedstatedir"]="${prefix}/com" 966S["sysconfdir"]="${prefix}/etc" 967S["datadir"]="${datarootdir}" 968S["datarootdir"]="${prefix}/share" 969S["libexecdir"]="${exec_prefix}/libexec" 970S["sbindir"]="${exec_prefix}/sbin" 971S["bindir"]="${exec_prefix}/bin" 972S["program_transform_name"]="s,x,x," 973S["prefix"]="/usr/local" 974S["exec_prefix"]="${prefix}" 975S["PACKAGE_URL"]="" 976S["PACKAGE_BUGREPORT"]="speex-dev@xiph.org" 977S["PACKAGE_STRING"]="speexdsp 1.2.1" 978S["PACKAGE_VERSION"]="1.2.1" 979S["PACKAGE_TARNAME"]="speexdsp" 980S["PACKAGE_NAME"]="speexdsp" 981S["PATH_SEPARATOR"]=":" 982S["SHELL"]="/bin/sh" 983S["am__quote"]="" 984_ACAWK 985cat >>"$ac_tmp/subs1.awk" <<_ACAWK && 986 for (key in S) S_is_set[key] = 1 987 FS = "" 988 989} 990{ 991 line = $ 0 992 nfields = split(line, field, "@") 993 substed = 0 994 len = length(field[1]) 995 for (i = 2; i < nfields; i++) { 996 key = field[i] 997 keylen = length(key) 998 if (S_is_set[key]) { 999 value = S[key] 1000 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 1001 len += length(value) + length(field[++i]) 1002 substed = 1 1003 } else 1004 len += 1 + keylen 1005 } 1006 1007 print line 1008} 1009 1010_ACAWK 1011if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 1012 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 1013else 1014 cat 1015fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 1016 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 1017fi # test -n "$CONFIG_FILES" 1018 1019# Set up the scripts for CONFIG_HEADERS section. 1020# No need to generate them if there are no CONFIG_HEADERS. 1021# This happens for instance with `./config.status Makefile'. 1022if test -n "$CONFIG_HEADERS"; then 1023cat >"$ac_tmp/defines.awk" <<\_ACAWK || 1024BEGIN { 1025D["PACKAGE_NAME"]=" \"speexdsp\"" 1026D["PACKAGE_TARNAME"]=" \"speexdsp\"" 1027D["PACKAGE_VERSION"]=" \"1.2.1\"" 1028D["PACKAGE_STRING"]=" \"speexdsp 1.2.1\"" 1029D["PACKAGE_BUGREPORT"]=" \"speex-dev@xiph.org\"" 1030D["PACKAGE_URL"]=" \"\"" 1031D["HAVE_STDIO_H"]=" 1" 1032D["HAVE_STDLIB_H"]=" 1" 1033D["HAVE_STRING_H"]=" 1" 1034D["HAVE_INTTYPES_H"]=" 1" 1035D["HAVE_STDINT_H"]=" 1" 1036D["HAVE_STRINGS_H"]=" 1" 1037D["HAVE_SYS_STAT_H"]=" 1" 1038D["HAVE_SYS_TYPES_H"]=" 1" 1039D["HAVE_UNISTD_H"]=" 1" 1040D["STDC_HEADERS"]=" 1" 1041D["HAVE_DLFCN_H"]=" 1" 1042D["LT_OBJDIR"]=" \".libs/\"" 1043D["restrict"]=" __restrict__" 1044D["VAR_ARRAYS"]=" /**/" 1045D["EXPORT"]=" __attribute__((visibility(\"default\")))" 1046D["HAVE_SYS_SOUNDCARD_H"]=" 1" 1047D["FLOATING_POINT"]=" /**/" 1048D["USE_SSE"]=" /**/" 1049D["USE_SSE2"]=" /**/" 1050D["USE_SMALLFT"]=" /**/" 1051D["SIZEOF_INT16_T"]=" 2" 1052D["SIZEOF_UINT16_T"]=" 2" 1053D["SIZEOF_U_INT16_T"]=" 2" 1054D["SIZEOF_INT32_T"]=" 4" 1055D["SIZEOF_UINT32_T"]=" 4" 1056D["SIZEOF_U_INT32_T"]=" 4" 1057D["SIZEOF_SHORT"]=" 2" 1058D["SIZEOF_INT"]=" 4" 1059D["SIZEOF_LONG"]=" 8" 1060 for (key in D) D_is_set[key] = 1 1061 FS = "" 1062} 1063/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { 1064 line = $ 0 1065 split(line, arg, " ") 1066 if (arg[1] == "#") { 1067 defundef = arg[2] 1068 mac1 = arg[3] 1069 } else { 1070 defundef = substr(arg[1], 2) 1071 mac1 = arg[2] 1072 } 1073 split(mac1, mac2, "(") #) 1074 macro = mac2[1] 1075 prefix = substr(line, 1, index(line, defundef) - 1) 1076 if (D_is_set[macro]) { 1077 # Preserve the white space surrounding the "#". 1078 print prefix "define", macro P[macro] D[macro] 1079 next 1080 } else { 1081 # Replace #undef with comments. This is necessary, for example, 1082 # in the case of _POSIX_SOURCE, which is predefined and required 1083 # on some systems where configure will not decide to define it. 1084 if (defundef == "undef") { 1085 print "/*", prefix defundef, macro, "*/" 1086 next 1087 } 1088 } 1089} 1090{ print } 1091_ACAWK 1092 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 1093fi # test -n "$CONFIG_HEADERS" 1094 1095 1096eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 1097shift 1098for ac_tag 1099do 1100 case $ac_tag in 1101 :[FHLC]) ac_mode=$ac_tag; continue;; 1102 esac 1103 case $ac_mode$ac_tag in 1104 :[FHL]*:*);; 1105 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 1106 :[FH]-) ac_tag=-:-;; 1107 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 1108 esac 1109 ac_save_IFS=$IFS 1110 IFS=: 1111 set x $ac_tag 1112 IFS=$ac_save_IFS 1113 shift 1114 ac_file=$1 1115 shift 1116 1117 case $ac_mode in 1118 :L) ac_source=$1;; 1119 :[FH]) 1120 ac_file_inputs= 1121 for ac_f 1122 do 1123 case $ac_f in 1124 -) ac_f="$ac_tmp/stdin";; 1125 *) # Look for the file first in the build tree, then in the source tree 1126 # (if the path is not absolute). The absolute path cannot be DOS-style, 1127 # because $ac_f cannot contain `:'. 1128 test -f "$ac_f" || 1129 case $ac_f in 1130 [\\/$]*) false;; 1131 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 1132 esac || 1133 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1134 esac 1135 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 1136 as_fn_append ac_file_inputs " '$ac_f'" 1137 done 1138 1139 # Let's still pretend it is `configure' which instantiates (i.e., don't 1140 # use $as_me), people would be surprised to read: 1141 # /* config.h. Generated by config.status. */ 1142 configure_input='Generated from '` 1143 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 1144 `' by configure.' 1145 if test x"$ac_file" != x-; then 1146 configure_input="$ac_file. $configure_input" 1147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 1148printf "%s\n" "$as_me: creating $ac_file" >&6;} 1149 fi 1150 # Neutralize special characters interpreted by sed in replacement strings. 1151 case $configure_input in #( 1152 *\&* | *\|* | *\\* ) 1153 ac_sed_conf_input=`printf "%s\n" "$configure_input" | 1154 sed 's/[\\\\&|]/\\\\&/g'`;; #( 1155 *) ac_sed_conf_input=$configure_input;; 1156 esac 1157 1158 case $ac_tag in 1159 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 1160 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 1161 esac 1162 ;; 1163 esac 1164 1165 ac_dir=`$as_dirname -- "$ac_file" || 1166$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1167 X"$ac_file" : 'X\(//\)[^/]' \| \ 1168 X"$ac_file" : 'X\(//\)$' \| \ 1169 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 1170printf "%s\n" X"$ac_file" | 1171 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1172 s//\1/ 1173 q 1174 } 1175 /^X\(\/\/\)[^/].*/{ 1176 s//\1/ 1177 q 1178 } 1179 /^X\(\/\/\)$/{ 1180 s//\1/ 1181 q 1182 } 1183 /^X\(\/\).*/{ 1184 s//\1/ 1185 q 1186 } 1187 s/.*/./; q'` 1188 as_dir="$ac_dir"; as_fn_mkdir_p 1189 ac_builddir=. 1190 1191case "$ac_dir" in 1192.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1193*) 1194 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 1195 # A ".." for each directory in $ac_dir_suffix. 1196 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1197 case $ac_top_builddir_sub in 1198 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1199 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1200 esac ;; 1201esac 1202ac_abs_top_builddir=$ac_pwd 1203ac_abs_builddir=$ac_pwd$ac_dir_suffix 1204# for backward compatibility: 1205ac_top_builddir=$ac_top_build_prefix 1206 1207case $srcdir in 1208 .) # We are building in place. 1209 ac_srcdir=. 1210 ac_top_srcdir=$ac_top_builddir_sub 1211 ac_abs_top_srcdir=$ac_pwd ;; 1212 [\\/]* | ?:[\\/]* ) # Absolute name. 1213 ac_srcdir=$srcdir$ac_dir_suffix; 1214 ac_top_srcdir=$srcdir 1215 ac_abs_top_srcdir=$srcdir ;; 1216 *) # Relative name. 1217 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1218 ac_top_srcdir=$ac_top_build_prefix$srcdir 1219 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1220esac 1221ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1222 1223 1224 case $ac_mode in 1225 :F) 1226 # 1227 # CONFIG_FILE 1228 # 1229 1230 case $INSTALL in 1231 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1232 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1233 esac 1234 ac_MKDIR_P=$MKDIR_P 1235 case $MKDIR_P in 1236 [\\/$]* | ?:[\\/]* ) ;; 1237 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 1238 esac 1239# If the template does not know about datarootdir, expand it. 1240# FIXME: This hack should be removed a few years after 2.60. 1241ac_datarootdir_hack=; ac_datarootdir_seen= 1242ac_sed_dataroot=' 1243/datarootdir/ { 1244 p 1245 q 1246} 1247/@datadir@/p 1248/@docdir@/p 1249/@infodir@/p 1250/@localedir@/p 1251/@mandir@/p' 1252case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 1253*datarootdir*) ac_datarootdir_seen=yes;; 1254*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 1255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 1256printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 1257 ac_datarootdir_hack=' 1258 s&@datadir@&${datarootdir}&g 1259 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g 1260 s&@infodir@&${datarootdir}/info&g 1261 s&@localedir@&${datarootdir}/locale&g 1262 s&@mandir@&${datarootdir}/man&g 1263 s&\${datarootdir}&${prefix}/share&g' ;; 1264esac 1265ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ 1266h 1267s/// 1268s/^/:/ 1269s/[ ]*$/:/ 1270s/:\$(srcdir):/:/g 1271s/:\${srcdir}:/:/g 1272s/:@srcdir@:/:/g 1273s/^:*// 1274s/:*$// 1275x 1276s/\(=[ ]*\).*/\1/ 1277G 1278s/\n// 1279s/^[^=]*=[ ]*$// 1280} 1281 1282:t 1283/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 1284s|@configure_input@|$ac_sed_conf_input|;t t 1285s&@top_builddir@&$ac_top_builddir_sub&;t t 1286s&@top_build_prefix@&$ac_top_build_prefix&;t t 1287s&@srcdir@&$ac_srcdir&;t t 1288s&@abs_srcdir@&$ac_abs_srcdir&;t t 1289s&@top_srcdir@&$ac_top_srcdir&;t t 1290s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 1291s&@builddir@&$ac_builddir&;t t 1292s&@abs_builddir@&$ac_abs_builddir&;t t 1293s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 1294s&@INSTALL@&$ac_INSTALL&;t t 1295s&@MKDIR_P@&$ac_MKDIR_P&;t t 1296$ac_datarootdir_hack 1297" 1298eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 1299 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1300 1301test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1302 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 1303 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 1304 "$ac_tmp/out"`; test -z "$ac_out"; } && 1305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1306which seems to be undefined. Please make sure it is defined" >&5 1307printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1308which seems to be undefined. Please make sure it is defined" >&2;} 1309 1310 rm -f "$ac_tmp/stdin" 1311 case $ac_file in 1312 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 1313 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 1314 esac \ 1315 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1316 ;; 1317 :H) 1318 # 1319 # CONFIG_HEADER 1320 # 1321 if test x"$ac_file" != x-; then 1322 { 1323 printf "%s\n" "/* $configure_input */" >&1 \ 1324 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 1325 } >"$ac_tmp/config.h" \ 1326 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1327 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 1328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1329printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} 1330 else 1331 rm -f "$ac_file" 1332 mv "$ac_tmp/config.h" "$ac_file" \ 1333 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1334 fi 1335 else 1336 printf "%s\n" "/* $configure_input */" >&1 \ 1337 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 1338 || as_fn_error $? "could not create -" "$LINENO" 5 1339 fi 1340# Compute "$ac_file"'s index in $config_headers. 1341_am_arg="$ac_file" 1342_am_stamp_count=1 1343for _am_header in $config_headers :; do 1344 case $_am_header in 1345 $_am_arg | $_am_arg:* ) 1346 break ;; 1347 * ) 1348 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1349 esac 1350done 1351echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 1352$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1353 X"$_am_arg" : 'X\(//\)[^/]' \| \ 1354 X"$_am_arg" : 'X\(//\)$' \| \ 1355 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 1356printf "%s\n" X"$_am_arg" | 1357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1358 s//\1/ 1359 q 1360 } 1361 /^X\(\/\/\)[^/].*/{ 1362 s//\1/ 1363 q 1364 } 1365 /^X\(\/\/\)$/{ 1366 s//\1/ 1367 q 1368 } 1369 /^X\(\/\).*/{ 1370 s//\1/ 1371 q 1372 } 1373 s/.*/./; q'`/stamp-h$_am_stamp_count 1374 ;; 1375 1376 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 1377printf "%s\n" "$as_me: executing $ac_file commands" >&6;} 1378 ;; 1379 esac 1380 1381 1382 case $ac_file$ac_mode in 1383 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 1384 # Older Autoconf quotes --file arguments for eval, but not when files 1385 # are listed without --file. Let's play safe and only enable the eval 1386 # if we detect the quoting. 1387 # TODO: see whether this extra hack can be removed once we start 1388 # requiring Autoconf 2.70 or later. 1389 case $CONFIG_FILES in #( 1390 *\'*) : 1391 eval set x "$CONFIG_FILES" ;; #( 1392 *) : 1393 set x $CONFIG_FILES ;; #( 1394 *) : 1395 ;; 1396esac 1397 shift 1398 # Used to flag and report bootstrapping failures. 1399 am_rc=0 1400 for am_mf 1401 do 1402 # Strip MF so we end up with the name of the file. 1403 am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` 1404 # Check whether this is an Automake generated Makefile which includes 1405 # dependency-tracking related rules and includes. 1406 # Grep'ing the whole file directly is not great: AIX grep has a line 1407 # limit of 2048, but all sed's we know have understand at least 4000. 1408 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 1409 || continue 1410 am_dirpart=`$as_dirname -- "$am_mf" || 1411$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1412 X"$am_mf" : 'X\(//\)[^/]' \| \ 1413 X"$am_mf" : 'X\(//\)$' \| \ 1414 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1415printf "%s\n" X"$am_mf" | 1416 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1417 s//\1/ 1418 q 1419 } 1420 /^X\(\/\/\)[^/].*/{ 1421 s//\1/ 1422 q 1423 } 1424 /^X\(\/\/\)$/{ 1425 s//\1/ 1426 q 1427 } 1428 /^X\(\/\).*/{ 1429 s//\1/ 1430 q 1431 } 1432 s/.*/./; q'` 1433 am_filepart=`$as_basename -- "$am_mf" || 1434$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 1435 X"$am_mf" : 'X\(//\)$' \| \ 1436 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1437printf "%s\n" X/"$am_mf" | 1438 sed '/^.*\/\([^/][^/]*\)\/*$/{ 1439 s//\1/ 1440 q 1441 } 1442 /^X\/\(\/\/\)$/{ 1443 s//\1/ 1444 q 1445 } 1446 /^X\/\(\/\).*/{ 1447 s//\1/ 1448 q 1449 } 1450 s/.*/./; q'` 1451 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 1452 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1453 | $MAKE -f - am--depfiles" >&5 1454 (cd "$am_dirpart" \ 1455 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1456 | $MAKE -f - am--depfiles) >&5 2>&5 1457 ac_status=$? 1458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1459 (exit $ac_status); } || am_rc=$? 1460 done 1461 if test $am_rc -ne 0; then 1462 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1463printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1464as_fn_error $? "Something went wrong bootstrapping makefile fragments 1465 for automatic dependency tracking. If GNU make was not used, consider 1466 re-running the configure script with MAKE=\"gmake\" (or whatever is 1467 necessary). You can also try re-running configure with the 1468 '--disable-dependency-tracking' option to at least be able to build 1469 the package (albeit without support for automatic dependency tracking). 1470See \`config.log' for more details" "$LINENO" 5; } 1471 fi 1472 { am_dirpart=; unset am_dirpart;} 1473 { am_filepart=; unset am_filepart;} 1474 { am_mf=; unset am_mf;} 1475 { am_rc=; unset am_rc;} 1476 rm -f conftest-deps.mk 1477} 1478 ;; 1479 "libtool":C) 1480 1481 # See if we are running on zsh, and set the options that allow our 1482 # commands through without removal of \ escapes. 1483 if test -n "${ZSH_VERSION+set}"; then 1484 setopt NO_GLOB_SUBST 1485 fi 1486 1487 cfgfile=${ofile}T 1488 trap "$RM \"$cfgfile\"; exit 1" 1 2 15 1489 $RM "$cfgfile" 1490 1491 cat <<_LT_EOF >> "$cfgfile" 1492#! $SHELL 1493# Generated automatically by $as_me ($PACKAGE) $VERSION 1494# NOTE: Changes made to this file will be lost: look at ltmain.sh. 1495 1496# Provide generalized library-building support services. 1497# Written by Gordon Matzigkeit, 1996 1498 1499# Copyright (C) 2014 Free Software Foundation, Inc. 1500# This is free software; see the source for copying conditions. There is NO 1501# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 1502 1503# GNU Libtool is free software; you can redistribute it and/or modify 1504# it under the terms of the GNU General Public License as published by 1505# the Free Software Foundation; either version 2 of of the License, or 1506# (at your option) any later version. 1507# 1508# As a special exception to the GNU General Public License, if you 1509# distribute this file as part of a program or library that is built 1510# using GNU Libtool, you may include this file under the same 1511# distribution terms that you use for the rest of that program. 1512# 1513# GNU Libtool is distributed in the hope that it will be useful, but 1514# WITHOUT ANY WARRANTY; without even the implied warranty of 1515# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1516# GNU General Public License for more details. 1517# 1518# You should have received a copy of the GNU General Public License 1519# along with this program. If not, see <http://www.gnu.org/licenses/>. 1520 1521 1522# The names of the tagged configurations supported by this script. 1523available_tags='' 1524 1525# Configured defaults for sys_lib_dlsearch_path munging. 1526: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} 1527 1528# ### BEGIN LIBTOOL CONFIG 1529 1530# Assembler program. 1531AS=$lt_AS 1532 1533# DLL creation program. 1534DLLTOOL=$lt_DLLTOOL 1535 1536# Object dumper program. 1537OBJDUMP=$lt_OBJDUMP 1538 1539# Which release of libtool.m4 was used? 1540macro_version=$macro_version 1541macro_revision=$macro_revision 1542 1543# Whether or not to build shared libraries. 1544build_libtool_libs=$enable_shared 1545 1546# Whether or not to build static libraries. 1547build_old_libs=$enable_static 1548 1549# What type of objects to build. 1550pic_mode=$pic_mode 1551 1552# Whether or not to optimize for fast installation. 1553fast_install=$enable_fast_install 1554 1555# Shared archive member basename,for filename based shared library versioning on AIX. 1556shared_archive_member_spec=$shared_archive_member_spec 1557 1558# Shell to use when invoking shell scripts. 1559SHELL=$lt_SHELL 1560 1561# An echo program that protects backslashes. 1562ECHO=$lt_ECHO 1563 1564# The PATH separator for the build system. 1565PATH_SEPARATOR=$lt_PATH_SEPARATOR 1566 1567# The host system. 1568host_alias=$host_alias 1569host=$host 1570host_os=$host_os 1571 1572# The build system. 1573build_alias=$build_alias 1574build=$build 1575build_os=$build_os 1576 1577# A sed program that does not truncate output. 1578SED=$lt_SED 1579 1580# Sed that helps us avoid accidentally triggering echo(1) options like -n. 1581Xsed="\$SED -e 1s/^X//" 1582 1583# A grep program that handles long lines. 1584GREP=$lt_GREP 1585 1586# An ERE matcher. 1587EGREP=$lt_EGREP 1588 1589# A literal string matcher. 1590FGREP=$lt_FGREP 1591 1592# A BSD- or MS-compatible name lister. 1593NM=$lt_NM 1594 1595# Whether we need soft or hard links. 1596LN_S=$lt_LN_S 1597 1598# What is the maximum length of a command? 1599max_cmd_len=$max_cmd_len 1600 1601# Object file suffix (normally "o"). 1602objext=$ac_objext 1603 1604# Executable file suffix (normally ""). 1605exeext=$exeext 1606 1607# whether the shell understands "unset". 1608lt_unset=$lt_unset 1609 1610# turn spaces into newlines. 1611SP2NL=$lt_lt_SP2NL 1612 1613# turn newlines into spaces. 1614NL2SP=$lt_lt_NL2SP 1615 1616# convert \$build file names to \$host format. 1617to_host_file_cmd=$lt_cv_to_host_file_cmd 1618 1619# convert \$build files to toolchain format. 1620to_tool_file_cmd=$lt_cv_to_tool_file_cmd 1621 1622# A file(cmd) program that detects file types. 1623FILECMD=$lt_FILECMD 1624 1625# Method to check whether dependent libraries are shared objects. 1626deplibs_check_method=$lt_deplibs_check_method 1627 1628# Command to use when deplibs_check_method = "file_magic". 1629file_magic_cmd=$lt_file_magic_cmd 1630 1631# How to find potential files when deplibs_check_method = "file_magic". 1632file_magic_glob=$lt_file_magic_glob 1633 1634# Find potential files using nocaseglob when deplibs_check_method = "file_magic". 1635want_nocaseglob=$lt_want_nocaseglob 1636 1637# Command to associate shared and link libraries. 1638sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd 1639 1640# The archiver. 1641AR=$lt_AR 1642 1643# Flags to create an archive (by configure). 1644lt_ar_flags=$lt_ar_flags 1645 1646# Flags to create an archive. 1647AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} 1648 1649# How to feed a file listing to the archiver. 1650archiver_list_spec=$lt_archiver_list_spec 1651 1652# A symbol stripping program. 1653STRIP=$lt_STRIP 1654 1655# Commands used to install an old-style archive. 1656RANLIB=$lt_RANLIB 1657old_postinstall_cmds=$lt_old_postinstall_cmds 1658old_postuninstall_cmds=$lt_old_postuninstall_cmds 1659 1660# Whether to use a lock for old archive extraction. 1661lock_old_archive_extraction=$lock_old_archive_extraction 1662 1663# A C compiler. 1664LTCC=$lt_CC 1665 1666# LTCC compiler flags. 1667LTCFLAGS=$lt_CFLAGS 1668 1669# Take the output of nm and produce a listing of raw symbols and C names. 1670global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1671 1672# Transform the output of nm in a proper C declaration. 1673global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1674 1675# Transform the output of nm into a list of symbols to manually relocate. 1676global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import 1677 1678# Transform the output of nm in a C name address pair. 1679global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1680 1681# Transform the output of nm in a C name address pair when lib prefix is needed. 1682global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 1683 1684# The name lister interface. 1685nm_interface=$lt_lt_cv_nm_interface 1686 1687# Specify filename containing input files for \$NM. 1688nm_file_list_spec=$lt_nm_file_list_spec 1689 1690# The root where to search for dependent libraries,and where our libraries should be installed. 1691lt_sysroot=$lt_sysroot 1692 1693# Command to truncate a binary pipe. 1694lt_truncate_bin=$lt_lt_cv_truncate_bin 1695 1696# The name of the directory that contains temporary libtool files. 1697objdir=$objdir 1698 1699# Used to examine libraries when file_magic_cmd begins with "file". 1700MAGIC_CMD=$MAGIC_CMD 1701 1702# Must we lock files when doing compilation? 1703need_locks=$lt_need_locks 1704 1705# Manifest tool. 1706MANIFEST_TOOL=$lt_MANIFEST_TOOL 1707 1708# Tool to manipulate archived DWARF debug symbol files on Mac OS X. 1709DSYMUTIL=$lt_DSYMUTIL 1710 1711# Tool to change global to local symbols on Mac OS X. 1712NMEDIT=$lt_NMEDIT 1713 1714# Tool to manipulate fat objects and archives on Mac OS X. 1715LIPO=$lt_LIPO 1716 1717# ldd/readelf like tool for Mach-O binaries on Mac OS X. 1718OTOOL=$lt_OTOOL 1719 1720# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. 1721OTOOL64=$lt_OTOOL64 1722 1723# Old archive suffix (normally "a"). 1724libext=$libext 1725 1726# Shared library suffix (normally ".so"). 1727shrext_cmds=$lt_shrext_cmds 1728 1729# The commands to extract the exported symbol list from a shared archive. 1730extract_expsyms_cmds=$lt_extract_expsyms_cmds 1731 1732# Variables whose values should be saved in libtool wrapper scripts and 1733# restored at link time. 1734variables_saved_for_relink=$lt_variables_saved_for_relink 1735 1736# Do we need the "lib" prefix for modules? 1737need_lib_prefix=$need_lib_prefix 1738 1739# Do we need a version for libraries? 1740need_version=$need_version 1741 1742# Library versioning type. 1743version_type=$version_type 1744 1745# Shared library runtime path variable. 1746runpath_var=$runpath_var 1747 1748# Shared library path variable. 1749shlibpath_var=$shlibpath_var 1750 1751# Is shlibpath searched before the hard-coded library search path? 1752shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1753 1754# Format of library name prefix. 1755libname_spec=$lt_libname_spec 1756 1757# List of archive names. First name is the real one, the rest are links. 1758# The last name is the one that the linker finds with -lNAME 1759library_names_spec=$lt_library_names_spec 1760 1761# The coded name of the library, if different from the real name. 1762soname_spec=$lt_soname_spec 1763 1764# Permission mode override for installation of shared libraries. 1765install_override_mode=$lt_install_override_mode 1766 1767# Command to use after installation of a shared archive. 1768postinstall_cmds=$lt_postinstall_cmds 1769 1770# Command to use after uninstallation of a shared archive. 1771postuninstall_cmds=$lt_postuninstall_cmds 1772 1773# Commands used to finish a libtool library installation in a directory. 1774finish_cmds=$lt_finish_cmds 1775 1776# As "finish_cmds", except a single script fragment to be evaled but 1777# not shown. 1778finish_eval=$lt_finish_eval 1779 1780# Whether we should hardcode library paths into libraries. 1781hardcode_into_libs=$hardcode_into_libs 1782 1783# Compile-time system search path for libraries. 1784sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1785 1786# Detected run-time system search path for libraries. 1787sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path 1788 1789# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. 1790configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path 1791 1792# Whether dlopen is supported. 1793dlopen_support=$enable_dlopen 1794 1795# Whether dlopen of programs is supported. 1796dlopen_self=$enable_dlopen_self 1797 1798# Whether dlopen of statically linked programs is supported. 1799dlopen_self_static=$enable_dlopen_self_static 1800 1801# Commands to strip libraries. 1802old_striplib=$lt_old_striplib 1803striplib=$lt_striplib 1804 1805 1806# The linker used to build libraries. 1807LD=$lt_LD 1808 1809# How to create reloadable object files. 1810reload_flag=$lt_reload_flag 1811reload_cmds=$lt_reload_cmds 1812 1813# Commands used to build an old-style archive. 1814old_archive_cmds=$lt_old_archive_cmds 1815 1816# A language specific compiler. 1817CC=$lt_compiler 1818 1819# Is the compiler the GNU compiler? 1820with_gcc=$GCC 1821 1822# Compiler flag to turn off builtin functions. 1823no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 1824 1825# Additional compiler flags for building library objects. 1826pic_flag=$lt_lt_prog_compiler_pic 1827 1828# How to pass a linker flag through the compiler. 1829wl=$lt_lt_prog_compiler_wl 1830 1831# Compiler flag to prevent dynamic linking. 1832link_static_flag=$lt_lt_prog_compiler_static 1833 1834# Does compiler simultaneously support -c and -o options? 1835compiler_c_o=$lt_lt_cv_prog_compiler_c_o 1836 1837# Whether or not to add -lc for building shared libraries. 1838build_libtool_need_lc=$archive_cmds_need_lc 1839 1840# Whether or not to disallow shared libs when runtime libs are static. 1841allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes 1842 1843# Compiler flag to allow reflexive dlopens. 1844export_dynamic_flag_spec=$lt_export_dynamic_flag_spec 1845 1846# Compiler flag to generate shared objects directly from archives. 1847whole_archive_flag_spec=$lt_whole_archive_flag_spec 1848 1849# Whether the compiler copes with passing no objects directly. 1850compiler_needs_object=$lt_compiler_needs_object 1851 1852# Create an old-style archive from a shared archive. 1853old_archive_from_new_cmds=$lt_old_archive_from_new_cmds 1854 1855# Create a temporary old-style archive to link instead of a shared archive. 1856old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds 1857 1858# Commands used to build a shared archive. 1859archive_cmds=$lt_archive_cmds 1860archive_expsym_cmds=$lt_archive_expsym_cmds 1861 1862# Commands used to build a loadable module if different from building 1863# a shared archive. 1864module_cmds=$lt_module_cmds 1865module_expsym_cmds=$lt_module_expsym_cmds 1866 1867# Whether we are building with GNU ld or not. 1868with_gnu_ld=$lt_with_gnu_ld 1869 1870# Flag that allows shared libraries with undefined symbols to be built. 1871allow_undefined_flag=$lt_allow_undefined_flag 1872 1873# Flag that enforces no undefined symbols. 1874no_undefined_flag=$lt_no_undefined_flag 1875 1876# Flag to hardcode \$libdir into a binary during linking. 1877# This must work even if \$libdir does not exist 1878hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 1879 1880# Whether we need a single "-rpath" flag with a separated argument. 1881hardcode_libdir_separator=$lt_hardcode_libdir_separator 1882 1883# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 1884# DIR into the resulting binary. 1885hardcode_direct=$hardcode_direct 1886 1887# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 1888# DIR into the resulting binary and the resulting library dependency is 1889# "absolute",i.e impossible to change by setting \$shlibpath_var if the 1890# library is relocated. 1891hardcode_direct_absolute=$hardcode_direct_absolute 1892 1893# Set to "yes" if using the -LDIR flag during linking hardcodes DIR 1894# into the resulting binary. 1895hardcode_minus_L=$hardcode_minus_L 1896 1897# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR 1898# into the resulting binary. 1899hardcode_shlibpath_var=$hardcode_shlibpath_var 1900 1901# Set to "yes" if building a shared library automatically hardcodes DIR 1902# into the library and all subsequent libraries and executables linked 1903# against it. 1904hardcode_automatic=$hardcode_automatic 1905 1906# Set to yes if linker adds runtime paths of dependent libraries 1907# to runtime path list. 1908inherit_rpath=$inherit_rpath 1909 1910# Whether libtool must link a program against all its dependency libraries. 1911link_all_deplibs=$link_all_deplibs 1912 1913# Set to "yes" if exported symbols are required. 1914always_export_symbols=$always_export_symbols 1915 1916# The commands to list exported symbols. 1917export_symbols_cmds=$lt_export_symbols_cmds 1918 1919# Symbols that should not be listed in the preloaded symbols. 1920exclude_expsyms=$lt_exclude_expsyms 1921 1922# Symbols that must always be exported. 1923include_expsyms=$lt_include_expsyms 1924 1925# Commands necessary for linking programs (against libraries) with templates. 1926prelink_cmds=$lt_prelink_cmds 1927 1928# Commands necessary for finishing linking programs. 1929postlink_cmds=$lt_postlink_cmds 1930 1931# Specify filename containing input files. 1932file_list_spec=$lt_file_list_spec 1933 1934# How to hardcode a shared library path into an executable. 1935hardcode_action=$hardcode_action 1936 1937# ### END LIBTOOL CONFIG 1938 1939_LT_EOF 1940 1941 cat <<'_LT_EOF' >> "$cfgfile" 1942 1943# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE 1944 1945# func_munge_path_list VARIABLE PATH 1946# ----------------------------------- 1947# VARIABLE is name of variable containing _space_ separated list of 1948# directories to be munged by the contents of PATH, which is string 1949# having a format: 1950# "DIR[:DIR]:" 1951# string "DIR[ DIR]" will be prepended to VARIABLE 1952# ":DIR[:DIR]" 1953# string "DIR[ DIR]" will be appended to VARIABLE 1954# "DIRP[:DIRP]::[DIRA:]DIRA" 1955# string "DIRP[ DIRP]" will be prepended to VARIABLE and string 1956# "DIRA[ DIRA]" will be appended to VARIABLE 1957# "DIR[:DIR]" 1958# VARIABLE will be replaced by "DIR[ DIR]" 1959func_munge_path_list () 1960{ 1961 case x$2 in 1962 x) 1963 ;; 1964 *:) 1965 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" 1966 ;; 1967 x:*) 1968 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" 1969 ;; 1970 *::*) 1971 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" 1972 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" 1973 ;; 1974 *) 1975 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" 1976 ;; 1977 esac 1978} 1979 1980 1981# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. 1982func_cc_basename () 1983{ 1984 for cc_temp in $*""; do 1985 case $cc_temp in 1986 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1987 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1988 \-*) ;; 1989 *) break;; 1990 esac 1991 done 1992 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` 1993} 1994 1995 1996# ### END FUNCTIONS SHARED WITH CONFIGURE 1997 1998_LT_EOF 1999 2000 case $host_os in 2001 aix3*) 2002 cat <<\_LT_EOF >> "$cfgfile" 2003# AIX sometimes has problems with the GCC collect2 program. For some 2004# reason, if we set the COLLECT_NAMES environment variable, the problems 2005# vanish in a puff of smoke. 2006if test set != "${COLLECT_NAMES+set}"; then 2007 COLLECT_NAMES= 2008 export COLLECT_NAMES 2009fi 2010_LT_EOF 2011 ;; 2012 esac 2013 2014 2015 2016ltmain=$ac_aux_dir/ltmain.sh 2017 2018 2019 # We use sed instead of cat because bash on DJGPP gets confused if 2020 # if finds mixed CR/LF and LF-only lines. Since sed operates in 2021 # text mode, it properly converts lines to CR/LF. This bash problem 2022 # is reportedly fixed, but why not run on old versions too? 2023 $SED '$q' "$ltmain" >> "$cfgfile" \ 2024 || (rm -f "$cfgfile"; exit 1) 2025 2026 mv -f "$cfgfile" "$ofile" || 2027 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 2028 chmod +x "$ofile" 2029 2030 ;; 2031 2032 esac 2033done # for ac_tag 2034 2035 2036as_fn_exit 0 2037