config.status (74818B)
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 7 debug=false 8 ac_cs_recheck=false 9 ac_cs_silent=false 10 11 SHELL=${CONFIG_SHELL-/bin/sh} 12 export SHELL 13 ## -------------------- ## 14 ## M4sh Initialization. ## 15 ## -------------------- ## 16 17 # Be more Bourne compatible 18 DUALCASE=1; export DUALCASE # for MKS sh 19 as_nop=: 20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 21 then : 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 28 else $as_nop 29 case `(set -o) 2>/dev/null` in #( 30 *posix*) : 31 set -o posix ;; #( 32 *) : 33 ;; 34 esac 35 fi 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. 46 as_nl=' 47 ' 48 export as_nl 49 IFS=" "" $as_nl" 50 51 PS1='$ ' 52 PS2='> ' 53 PS4='+ ' 54 55 # Ensure predictable behavior from utilities with locale-dependent output. 56 LC_ALL=C 57 export LC_ALL 58 LANGUAGE=C 59 export 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). 66 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 67 do eval test \${$as_var+y} \ 68 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 69 done 70 71 # Ensure that fds 0, 1, and 2 are open. 72 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 73 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 74 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi 75 76 77 78 # Find who we are. Look in the path if we contain no directory separator. 79 as_myself= 80 case $0 in #(( 81 *[\\/]* ) as_myself=$0 ;; 82 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 83 for as_dir in $PATH 84 do 85 IFS=$as_save_IFS 86 case $as_dir in #((( 87 '') as_dir=./ ;; 88 */) ;; 89 *) as_dir=$as_dir/ ;; 90 esac 91 test -r "$as_dir$0" && as_myself=$as_dir$0 && break 92 done 93 IFS=$as_save_IFS 94 95 ;; 96 esac 97 # We did not find ourselves, most probably we were run as `sh COMMAND' 98 # in which case we are not to be found in the path. 99 if test "x$as_myself" = x; then 100 as_myself=$0 101 fi 102 if test ! -f "$as_myself"; then 103 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 104 exit 1 105 fi 106 107 108 109 # as_fn_error STATUS ERROR [LINENO LOG_FD] 110 # ---------------------------------------- 111 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 112 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 113 # script with STATUS, using 1 if that was 0. 114 as_fn_error () 115 { 116 as_status=$1; test $as_status -eq 0 && as_status=1 117 if test "$4"; then 118 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 119 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 120 fi 121 printf "%s\n" "$as_me: error: $2" >&2 122 as_fn_exit $as_status 123 } # as_fn_error 124 125 126 127 # as_fn_set_status STATUS 128 # ----------------------- 129 # Set $? to STATUS, without forking. 130 as_fn_set_status () 131 { 132 return $1 133 } # as_fn_set_status 134 135 # as_fn_exit STATUS 136 # ----------------- 137 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 138 as_fn_exit () 139 { 140 set +e 141 as_fn_set_status $1 142 exit $1 143 } # as_fn_exit 144 145 # as_fn_unset VAR 146 # --------------- 147 # Portably unset VAR. 148 as_fn_unset () 149 { 150 { eval $1=; unset $1;} 151 } 152 as_unset=as_fn_unset 153 154 # as_fn_append VAR VALUE 155 # ---------------------- 156 # Append the text in VALUE to the end of the definition contained in VAR. Take 157 # advantage of any shell optimizations that allow amortized linear growth over 158 # repeated appends, instead of the typical quadratic growth present in naive 159 # implementations. 160 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 161 then : 162 eval 'as_fn_append () 163 { 164 eval $1+=\$2 165 }' 166 else $as_nop 167 as_fn_append () 168 { 169 eval $1=\$$1\$2 170 } 171 fi # as_fn_append 172 173 # as_fn_arith ARG... 174 # ------------------ 175 # Perform arithmetic evaluation on the ARGs, and store the result in the 176 # global $as_val. Take advantage of shells that can avoid forks. The arguments 177 # must be portable across $(()) and expr. 178 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 179 then : 180 eval 'as_fn_arith () 181 { 182 as_val=$(( $* )) 183 }' 184 else $as_nop 185 as_fn_arith () 186 { 187 as_val=`expr "$@" || test $? -eq 1` 188 } 189 fi # as_fn_arith 190 191 192 if expr a : '\(a\)' >/dev/null 2>&1 && 193 test "X`expr 00001 : '.*\(...\)'`" = X001; then 194 as_expr=expr 195 else 196 as_expr=false 197 fi 198 199 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 200 as_basename=basename 201 else 202 as_basename=false 203 fi 204 205 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 206 as_dirname=dirname 207 else 208 as_dirname=false 209 fi 210 211 as_me=`$as_basename -- "$0" || 212 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 213 X"$0" : 'X\(//\)$' \| \ 214 X"$0" : 'X\(/\)' \| . 2>/dev/null || 215 printf "%s\n" X/"$0" | 216 sed '/^.*\/\([^/][^/]*\)\/*$/{ 217 s//\1/ 218 q 219 } 220 /^X\/\(\/\/\)$/{ 221 s//\1/ 222 q 223 } 224 /^X\/\(\/\).*/{ 225 s//\1/ 226 q 227 } 228 s/.*/./; q'` 229 230 # Avoid depending upon Character Ranges. 231 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 232 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 233 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 234 as_cr_digits='0123456789' 235 as_cr_alnum=$as_cr_Letters$as_cr_digits 236 237 238 # Determine whether it's possible to make 'echo' print without a newline. 239 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed 240 # for compatibility with existing Makefiles. 241 ECHO_C= ECHO_N= ECHO_T= 242 case `echo -n x` in #((((( 243 -n*) 244 case `echo 'xy\c'` in 245 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 246 xy) ECHO_C='\c';; 247 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 248 ECHO_T=' ';; 249 esac;; 250 *) 251 ECHO_N='-n';; 252 esac 253 254 # For backward compatibility with old third-party macros, we provide 255 # the shell variables $as_echo and $as_echo_n. New code should use 256 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 257 as_echo='printf %s\n' 258 as_echo_n='printf %s' 259 260 rm -f conf$$ conf$$.exe conf$$.file 261 if test -d conf$$.dir; then 262 rm -f conf$$.dir/conf$$.file 263 else 264 rm -f conf$$.dir 265 mkdir conf$$.dir 2>/dev/null 266 fi 267 if (echo >conf$$.file) 2>/dev/null; then 268 if ln -s conf$$.file conf$$ 2>/dev/null; then 269 as_ln_s='ln -s' 270 # ... but there are two gotchas: 271 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 272 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 273 # In both cases, we have to default to `cp -pR'. 274 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 275 as_ln_s='cp -pR' 276 elif ln conf$$.file conf$$ 2>/dev/null; then 277 as_ln_s=ln 278 else 279 as_ln_s='cp -pR' 280 fi 281 else 282 as_ln_s='cp -pR' 283 fi 284 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 285 rmdir conf$$.dir 2>/dev/null 286 287 288 # as_fn_mkdir_p 289 # ------------- 290 # Create "$as_dir" as a directory, including parents if necessary. 291 as_fn_mkdir_p () 292 { 293 294 case $as_dir in #( 295 -*) as_dir=./$as_dir;; 296 esac 297 test -d "$as_dir" || eval $as_mkdir_p || { 298 as_dirs= 299 while :; do 300 case $as_dir in #( 301 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 302 *) as_qdir=$as_dir;; 303 esac 304 as_dirs="'$as_qdir' $as_dirs" 305 as_dir=`$as_dirname -- "$as_dir" || 306 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 307 X"$as_dir" : 'X\(//\)[^/]' \| \ 308 X"$as_dir" : 'X\(//\)$' \| \ 309 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 310 printf "%s\n" X"$as_dir" | 311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 312 s//\1/ 313 q 314 } 315 /^X\(\/\/\)[^/].*/{ 316 s//\1/ 317 q 318 } 319 /^X\(\/\/\)$/{ 320 s//\1/ 321 q 322 } 323 /^X\(\/\).*/{ 324 s//\1/ 325 q 326 } 327 s/.*/./; q'` 328 test -d "$as_dir" && break 329 done 330 test -z "$as_dirs" || eval "mkdir $as_dirs" 331 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 332 333 334 } # as_fn_mkdir_p 335 if mkdir -p . 2>/dev/null; then 336 as_mkdir_p='mkdir -p "$as_dir"' 337 else 338 test -d ./-p && rmdir ./-p 339 as_mkdir_p=false 340 fi 341 342 343 # as_fn_executable_p FILE 344 # ----------------------- 345 # Test if FILE is an executable regular file. 346 as_fn_executable_p () 347 { 348 test -f "$1" && test -x "$1" 349 } # as_fn_executable_p 350 as_test_x='test -x' 351 as_executable_p=as_fn_executable_p 352 353 # Sed expression to map a string onto a valid CPP name. 354 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 355 356 # Sed expression to map a string onto a valid variable name. 357 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 358 359 360 exec 6>&1 361 ## ----------------------------------- ## 362 ## Main body of $CONFIG_STATUS script. ## 363 ## ----------------------------------- ## 364 # Save the log message, to keep $0 and so on meaningful, and to 365 # report actual input values of CONFIG_FILES etc. instead of their 366 # values after options handling. 367 ac_log=" 368 This file was extended by curl $as_me -, which was 369 generated by GNU Autoconf 2.71. Invocation command line was 370 371 CONFIG_FILES = $CONFIG_FILES 372 CONFIG_HEADERS = $CONFIG_HEADERS 373 CONFIG_LINKS = $CONFIG_LINKS 374 CONFIG_COMMANDS = $CONFIG_COMMANDS 375 $ $0 $@ 376 377 on `(hostname || uname -n) 2>/dev/null | sed 1q` 378 " 379 380 # Files that config.status was made for. 381 config_files=" Makefile docs/Makefile docs/examples/Makefile docs/libcurl/Makefile docs/libcurl/opts/Makefile docs/cmdline-opts/Makefile include/Makefile include/curl/Makefile src/Makefile lib/Makefile scripts/Makefile lib/libcurl.vers tests/Makefile tests/config tests/configurehelp.pm tests/certs/Makefile tests/data/Makefile tests/server/Makefile tests/libtest/Makefile tests/unit/Makefile tests/tunit/Makefile tests/client/Makefile tests/http/config.ini tests/http/Makefile packages/Makefile packages/vms/Makefile curl-config libcurl.pc" 382 config_headers=" lib/curl_config.h" 383 config_commands=" depfiles libtool" 384 385 ac_cs_usage="\ 386 \`$as_me' instantiates files and other configuration actions 387 from templates according to the current configuration. Unless the files 388 and actions are specified as TAGs, all are instantiated by default. 389 390 Usage: $0 [OPTION]... [TAG]... 391 392 -h, --help print this help, then exit 393 -V, --version print version number and configuration settings, then exit 394 --config print configuration, then exit 395 -q, --quiet, --silent 396 do not print progress messages 397 -d, --debug don't remove temporary files 398 --recheck update $as_me by reconfiguring in the same conditions 399 --file=FILE[:TEMPLATE] 400 instantiate the configuration file FILE 401 --header=FILE[:TEMPLATE] 402 instantiate the configuration header FILE 403 404 Configuration files: 405 $config_files 406 407 Configuration headers: 408 $config_headers 409 410 Configuration commands: 411 $config_commands 412 413 Report bugs to <a suitable curl mailing list: https://curl.se/mail/>." 414 415 ac_cs_config='--with-mbedtls' 416 ac_cs_version="\ 417 curl config.status - 418 configured by ./configure, generated by GNU Autoconf 2.71, 419 with options \"$ac_cs_config\" 420 421 Copyright (C) 2021 Free Software Foundation, Inc. 422 This config.status script is free software; the Free Software Foundation 423 gives unlimited permission to copy, distribute and modify it." 424 425 ac_pwd='/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0' 426 srcdir='.' 427 INSTALL='/usr/bin/install -c' 428 MKDIR_P='/usr/bin/mkdir -p' 429 AWK='gawk' 430 test -n "$AWK" || AWK=awk 431 # The default lists apply if the user does not specify any file. 432 ac_need_defaults=: 433 while test $# != 0 434 do 435 case $1 in 436 --*=?*) 437 ac_option=`expr "X$1" : 'X\([^=]*\)='` 438 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 439 ac_shift=: 440 ;; 441 --*=) 442 ac_option=`expr "X$1" : 'X\([^=]*\)='` 443 ac_optarg= 444 ac_shift=: 445 ;; 446 *) 447 ac_option=$1 448 ac_optarg=$2 449 ac_shift=shift 450 ;; 451 esac 452 453 case $ac_option in 454 # Handling of the options. 455 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 456 ac_cs_recheck=: ;; 457 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 458 printf "%s\n" "$ac_cs_version"; exit ;; 459 --config | --confi | --conf | --con | --co | --c ) 460 printf "%s\n" "$ac_cs_config"; exit ;; 461 --debug | --debu | --deb | --de | --d | -d ) 462 debug=: ;; 463 --file | --fil | --fi | --f ) 464 $ac_shift 465 case $ac_optarg in 466 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 467 '') as_fn_error $? "missing file argument" ;; 468 esac 469 as_fn_append CONFIG_FILES " '$ac_optarg'" 470 ac_need_defaults=false;; 471 --header | --heade | --head | --hea ) 472 $ac_shift 473 case $ac_optarg in 474 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 475 esac 476 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 477 ac_need_defaults=false;; 478 --he | --h) 479 # Conflict between --help and --header 480 as_fn_error $? "ambiguous option: \`$1' 481 Try \`$0 --help' for more information.";; 482 --help | --hel | -h ) 483 printf "%s\n" "$ac_cs_usage"; exit ;; 484 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 485 | -silent | --silent | --silen | --sile | --sil | --si | --s) 486 ac_cs_silent=: ;; 487 488 # This is an error. 489 -*) as_fn_error $? "unrecognized option: \`$1' 490 Try \`$0 --help' for more information." ;; 491 492 *) as_fn_append ac_config_targets " $1" 493 ac_need_defaults=false ;; 494 495 esac 496 shift 497 done 498 499 ac_configure_extra_args= 500 501 if $ac_cs_silent; then 502 exec 6>/dev/null 503 ac_configure_extra_args="$ac_configure_extra_args --silent" 504 fi 505 506 if $ac_cs_recheck; then 507 set X /bin/sh './configure' '--with-mbedtls' $ac_configure_extra_args --no-create --no-recursion 508 shift 509 \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6 510 CONFIG_SHELL='/bin/sh' 511 export CONFIG_SHELL 512 exec "$@" 513 fi 514 515 exec 5>>config.log 516 { 517 echo 518 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 519 ## Running $as_me. ## 520 _ASBOX 521 printf "%s\n" "$ac_log" 522 } >&5 523 524 # 525 # INIT-COMMANDS 526 # 527 AMDEP_TRUE="" MAKE="make" 528 529 530 # The HP-UX ksh and POSIX shell print the target directory to stdout 531 # if CDPATH is set. 532 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 533 534 sed_quote_subst='s/\(["`$\\]\)/\\\1/g' 535 double_quote_subst='s/\(["`\\]\)/\\\1/g' 536 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 537 macro_version='2.4.7' 538 macro_revision='2.4.7' 539 AS='as' 540 DLLTOOL='false' 541 OBJDUMP='objdump' 542 enable_shared='yes' 543 enable_static='yes' 544 pic_mode='yes' 545 enable_fast_install='needless' 546 shared_archive_member_spec='' 547 SHELL='/bin/sh' 548 ECHO='printf %s\n' 549 PATH_SEPARATOR=':' 550 host_alias='' 551 host='x86_64-pc-linux-gnu' 552 host_os='linux-gnu' 553 build_alias='' 554 build='x86_64-pc-linux-gnu' 555 build_os='linux-gnu' 556 SED='/usr/bin/sed' 557 Xsed='/usr/bin/sed -e 1s/^X//' 558 GREP='/usr/bin/grep' 559 EGREP='/usr/bin/grep -E' 560 FGREP='/usr/bin/grep -F' 561 LD='/usr/bin/ld -m elf_x86_64' 562 NM='/usr/bin/nm -B' 563 LN_S='ln -s' 564 max_cmd_len='1572864' 565 ac_objext='o' 566 exeext='' 567 lt_unset='unset' 568 lt_SP2NL='tr \040 \012' 569 lt_NL2SP='tr \015\012 \040\040' 570 lt_cv_to_host_file_cmd='func_convert_file_noop' 571 lt_cv_to_tool_file_cmd='func_convert_file_noop' 572 reload_flag=' -r' 573 reload_cmds='$LD$reload_flag -o $output$reload_objs' 574 FILECMD='file' 575 deplibs_check_method='pass_all' 576 file_magic_cmd='$MAGIC_CMD' 577 file_magic_glob='' 578 want_nocaseglob='no' 579 sharedlib_from_linklib_cmd='printf %s\n' 580 AR='/usr/bin/ar' 581 lt_ar_flags='cr' 582 AR_FLAGS='cr' 583 archiver_list_spec='@' 584 STRIP='strip' 585 RANLIB='ranlib' 586 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' 587 old_postuninstall_cmds='' 588 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' 589 lock_old_archive_extraction='no' 590 CC='gcc' 591 CFLAGS='-Werror-implicit-function-declaration -O2 -Wno-system-headers' 592 compiler='' 593 GCC='yes' 594 lt_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'\''' 595 lt_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'\''' 596 lt_cv_sys_global_symbol_to_import='' 597 lt_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'\''' 598 lt_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'\''' 599 lt_cv_nm_interface='BSD nm' 600 nm_file_list_spec='@' 601 lt_sysroot='' 602 lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' 603 objdir='.libs' 604 MAGIC_CMD='file' 605 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 606 lt_prog_compiler_pic=' -fPIC -DPIC' 607 lt_prog_compiler_wl='-Wl,' 608 lt_prog_compiler_static='-static' 609 lt_cv_prog_compiler_c_o='yes' 610 need_locks='no' 611 MANIFEST_TOOL=':' 612 DSYMUTIL='' 613 NMEDIT='' 614 LIPO='' 615 OTOOL='' 616 OTOOL64='' 617 libext='a' 618 shrext_cmds='.so' 619 extract_expsyms_cmds='' 620 archive_cmds_need_lc='no' 621 enable_shared_with_static_runtimes='no' 622 export_dynamic_flag_spec='$wl--export-dynamic' 623 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' 624 compiler_needs_object='no' 625 old_archive_from_new_cmds='' 626 old_archive_from_expsyms_cmds='' 627 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' 628 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 629 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 630 echo "local: *; };" >> $output_objdir/$libname.ver~ 631 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 632 module_cmds='' 633 module_expsym_cmds='' 634 with_gnu_ld='yes' 635 allow_undefined_flag='' 636 no_undefined_flag='' 637 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' 638 hardcode_libdir_separator='' 639 hardcode_direct='no' 640 hardcode_direct_absolute='no' 641 hardcode_minus_L='no' 642 hardcode_shlibpath_var='unsupported' 643 hardcode_automatic='no' 644 inherit_rpath='no' 645 link_all_deplibs='no' 646 always_export_symbols='no' 647 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 648 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 649 include_expsyms='' 650 prelink_cmds='' 651 postlink_cmds='' 652 file_list_spec='' 653 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' 654 need_lib_prefix='no' 655 need_version='no' 656 version_type='linux' 657 runpath_var='LD_RUN_PATH' 658 shlibpath_var='LD_LIBRARY_PATH' 659 shlibpath_overrides_runpath='yes' 660 libname_spec='lib$name' 661 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' 662 soname_spec='$libname$release$shared_ext$major' 663 install_override_mode='' 664 postinstall_cmds='' 665 postuninstall_cmds='' 666 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 667 finish_eval='' 668 hardcode_into_libs='yes' 669 sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 /usr/lib /lib ' 670 configure_time_dlsearch_path='/lib /usr/lib /opt/intel/oneapi/mkl/latest/lib/intel64 /opt/intel/oneapi/compiler/2025.0/lib/ /opt/intel/oneapi/lib/intel64 /opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64 /usr/lib/perf ' 671 configure_time_lt_sys_library_path='' 672 hardcode_action='immediate' 673 enable_dlopen='unknown' 674 enable_dlopen_self='unknown' 675 enable_dlopen_self_static='unknown' 676 old_striplib='strip --strip-debug' 677 striplib='strip --strip-unneeded' 678 LD_RC='' 679 reload_flag_RC='' 680 reload_cmds_RC='' 681 old_archive_cmds_RC='' 682 compiler_RC='' 683 GCC_RC='' 684 lt_prog_compiler_no_builtin_flag_RC='' 685 lt_prog_compiler_pic_RC='' 686 lt_prog_compiler_wl_RC='' 687 lt_prog_compiler_static_RC='' 688 lt_cv_prog_compiler_c_o_RC='yes' 689 archive_cmds_need_lc_RC='' 690 enable_shared_with_static_runtimes_RC='' 691 export_dynamic_flag_spec_RC='' 692 whole_archive_flag_spec_RC='' 693 compiler_needs_object_RC='' 694 old_archive_from_new_cmds_RC='' 695 old_archive_from_expsyms_cmds_RC='' 696 archive_cmds_RC='' 697 archive_expsym_cmds_RC='' 698 module_cmds_RC='' 699 module_expsym_cmds_RC='' 700 with_gnu_ld_RC='' 701 allow_undefined_flag_RC='' 702 no_undefined_flag_RC='' 703 hardcode_libdir_flag_spec_RC='' 704 hardcode_libdir_separator_RC='' 705 hardcode_direct_RC='' 706 hardcode_direct_absolute_RC='' 707 hardcode_minus_L_RC='' 708 hardcode_shlibpath_var_RC='' 709 hardcode_automatic_RC='' 710 inherit_rpath_RC='' 711 link_all_deplibs_RC='' 712 always_export_symbols_RC='' 713 export_symbols_cmds_RC='' 714 exclude_expsyms_RC='' 715 include_expsyms_RC='' 716 prelink_cmds_RC='' 717 postlink_cmds_RC='' 718 file_list_spec_RC='' 719 hardcode_action_RC='' 720 721 LTCC='gcc' 722 LTCFLAGS='' 723 compiler='gcc' 724 725 # A function that is used when there is no print builtin or printf. 726 func_fallback_echo () 727 { 728 eval 'cat <<_LTECHO_EOF 729 $1 730 _LTECHO_EOF' 731 } 732 733 # Quote evaled strings. 734 for 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 LD_RC reload_flag_RC compiler_RC lt_prog_compiler_no_builtin_flag_RC lt_prog_compiler_pic_RC lt_prog_compiler_wl_RC lt_prog_compiler_static_RC lt_cv_prog_compiler_c_o_RC export_dynamic_flag_spec_RC whole_archive_flag_spec_RC compiler_needs_object_RC with_gnu_ld_RC allow_undefined_flag_RC no_undefined_flag_RC hardcode_libdir_flag_spec_RC hardcode_libdir_separator_RC exclude_expsyms_RC include_expsyms_RC file_list_spec_RC; do 735 case `eval \\$ECHO \\""\\$$var"\\"` in 736 *[\\\`\"\$]*) 737 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes 738 ;; 739 *) 740 eval "lt_$var=\\\"\$$var\\\"" 741 ;; 742 esac 743 done 744 745 # Double-quote double-evaled strings. 746 for 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 reload_cmds_RC old_archive_cmds_RC old_archive_from_new_cmds_RC old_archive_from_expsyms_cmds_RC archive_cmds_RC archive_expsym_cmds_RC module_cmds_RC module_expsym_cmds_RC export_symbols_cmds_RC prelink_cmds_RC postlink_cmds_RC; do 747 case `eval \\$ECHO \\""\\$$var"\\"` in 748 *[\\\`\"\$]*) 749 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes 750 ;; 751 *) 752 eval "lt_$var=\\\"\$$var\\\"" 753 ;; 754 esac 755 done 756 757 ac_aux_dir='./' 758 759 # See if we are running on zsh, and set the options that allow our 760 # commands through without removal of \ escapes INIT. 761 if test -n "${ZSH_VERSION+set}"; then 762 setopt NO_GLOB_SUBST 763 fi 764 765 766 PACKAGE='curl' 767 VERSION='-' 768 RM='rm -f' 769 ofile='libtool' 770 771 772 773 774 775 776 777 # Handling of arguments. 778 for ac_config_target in $ac_config_targets 779 do 780 case $ac_config_target in 781 "lib/curl_config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/curl_config.h" ;; 782 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 783 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 784 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 785 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 786 "docs/examples/Makefile") CONFIG_FILES="$CONFIG_FILES docs/examples/Makefile" ;; 787 "docs/libcurl/Makefile") CONFIG_FILES="$CONFIG_FILES docs/libcurl/Makefile" ;; 788 "docs/libcurl/opts/Makefile") CONFIG_FILES="$CONFIG_FILES docs/libcurl/opts/Makefile" ;; 789 "docs/cmdline-opts/Makefile") CONFIG_FILES="$CONFIG_FILES docs/cmdline-opts/Makefile" ;; 790 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; 791 "include/curl/Makefile") CONFIG_FILES="$CONFIG_FILES include/curl/Makefile" ;; 792 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 793 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 794 "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;; 795 "lib/libcurl.vers") CONFIG_FILES="$CONFIG_FILES lib/libcurl.vers" ;; 796 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 797 "tests/config") CONFIG_FILES="$CONFIG_FILES tests/config" ;; 798 "tests/configurehelp.pm") CONFIG_FILES="$CONFIG_FILES tests/configurehelp.pm" ;; 799 "tests/certs/Makefile") CONFIG_FILES="$CONFIG_FILES tests/certs/Makefile" ;; 800 "tests/data/Makefile") CONFIG_FILES="$CONFIG_FILES tests/data/Makefile" ;; 801 "tests/server/Makefile") CONFIG_FILES="$CONFIG_FILES tests/server/Makefile" ;; 802 "tests/libtest/Makefile") CONFIG_FILES="$CONFIG_FILES tests/libtest/Makefile" ;; 803 "tests/unit/Makefile") CONFIG_FILES="$CONFIG_FILES tests/unit/Makefile" ;; 804 "tests/tunit/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tunit/Makefile" ;; 805 "tests/client/Makefile") CONFIG_FILES="$CONFIG_FILES tests/client/Makefile" ;; 806 "tests/http/config.ini") CONFIG_FILES="$CONFIG_FILES tests/http/config.ini" ;; 807 "tests/http/Makefile") CONFIG_FILES="$CONFIG_FILES tests/http/Makefile" ;; 808 "packages/Makefile") CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;; 809 "packages/vms/Makefile") CONFIG_FILES="$CONFIG_FILES packages/vms/Makefile" ;; 810 "curl-config") CONFIG_FILES="$CONFIG_FILES curl-config" ;; 811 "libcurl.pc") CONFIG_FILES="$CONFIG_FILES libcurl.pc" ;; 812 813 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 814 esac 815 done 816 817 818 # If the user did not use the arguments to specify the items to instantiate, 819 # then the envvar interface is used. Set only those that are not. 820 # We use the long form for the default assignment because of an extremely 821 # bizarre bug on SunOS 4.1.3. 822 if $ac_need_defaults; then 823 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 824 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers 825 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands 826 fi 827 828 # Have a temporary directory for convenience. Make it in the build tree 829 # simply because there is no reason against having it here, and in addition, 830 # creating and moving files from /tmp can sometimes cause problems. 831 # Hook for its removal unless debugging. 832 # Note that there is a small window in which the directory will not be cleaned: 833 # after its creation but before its name has been assigned to `$tmp'. 834 $debug || 835 { 836 tmp= ac_tmp= 837 trap 'exit_status=$? 838 : "${ac_tmp:=$tmp}" 839 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 840 ' 0 841 trap 'as_fn_exit 1' 1 2 13 15 842 } 843 # Create a (secure) tmp directory for tmp files. 844 845 { 846 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 847 test -d "$tmp" 848 } || 849 { 850 tmp=./conf$$-$RANDOM 851 (umask 077 && mkdir "$tmp") 852 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 853 ac_tmp=$tmp 854 855 # Set up the scripts for CONFIG_FILES section. 856 # No need to generate them if there are no CONFIG_FILES. 857 # This happens for instance with `./config.status config.h'. 858 if test -n "$CONFIG_FILES"; then 859 860 861 ac_cr=`echo X | tr X '\015'` 862 # On cygwin, bash can eat \r inside `` if the user requested igncr. 863 # But we know of no other shell where ac_cr would be empty at this 864 # point, so we can use a bashism as a fallback. 865 if test "x$ac_cr" = x; then 866 eval ac_cr=\$\'\\r\' 867 fi 868 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 869 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 870 ac_cs_awk_cr='\\r' 871 else 872 ac_cs_awk_cr=$ac_cr 873 fi 874 875 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 876 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && 877 S["am__EXEEXT_FALSE"]="" 878 S["am__EXEEXT_TRUE"]="#" 879 S["LTLIBOBJS"]="" 880 S["LIBOBJS"]="" 881 S["CURL_CPP"]="gcc -E -D_GNU_SOURCE -isystem /include" 882 S["SSL_BACKENDS"]="mbedTLS" 883 S["SUPPORT_PROTOCOLS"]="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS" 884 S["SUPPORT_FEATURES"]="alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd" 885 S["LIBCURL_PC_LIBS"]="" 886 S["LIBCURL_PC_REQUIRES"]="" 887 S["LIBCURL_PC_REQUIRES_PRIVATE"]="libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2" 888 S["ENABLE_STATIC"]="yes" 889 S["ENABLE_SHARED"]="yes" 890 S["CROSSCOMPILING_FALSE"]="" 891 S["CROSSCOMPILING_TRUE"]="#" 892 S["BLANK_AT_MAKETIME"]="" 893 S["CURL_NETWORK_AND_TIME_LIBS"]="" 894 S["LIBCURL_PC_LIBS_PRIVATE"]="-lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz" 895 S["LIBCURL_PC_LDFLAGS_PRIVATE"]="-L/lib" 896 S["CFLAG_CURL_SYMBOL_HIDING"]="-fvisibility=hidden" 897 S["DOING_CURL_SYMBOL_HIDING_FALSE"]="#" 898 S["DOING_CURL_SYMBOL_HIDING_TRUE"]="" 899 S["USE_MANUAL_FALSE"]="#" 900 S["USE_MANUAL_TRUE"]="" 901 S["BUILD_DOCS_FALSE"]="#" 902 S["BUILD_DOCS_TRUE"]="" 903 S["PERL"]="/usr/bin/perl" 904 S["USE_FISH_COMPLETION_FALSE"]="" 905 S["USE_FISH_COMPLETION_TRUE"]="#" 906 S["FISH_FUNCTIONS_DIR"]="" 907 S["USE_ZSH_COMPLETION_FALSE"]="" 908 S["USE_ZSH_COMPLETION_TRUE"]="#" 909 S["ZSH_FUNCTIONS_DIR"]="" 910 S["USE_UNICODE_FALSE"]="" 911 S["USE_UNICODE_TRUE"]="#" 912 S["CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE"]="" 913 S["CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE"]="#" 914 S["CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME"]="4" 915 S["CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX"]="" 916 S["USE_GSASL_FALSE"]="" 917 S["USE_GSASL_TRUE"]="#" 918 S["USE_LIBPSL_FALSE"]="#" 919 S["USE_LIBPSL_TRUE"]="" 920 S["CURL_CA_EMBED_SET_FALSE"]="" 921 S["CURL_CA_EMBED_SET_TRUE"]="#" 922 S["CURL_CA_EMBED"]="" 923 S["CURL_CA_BUNDLE"]="/etc/ssl/certs/ca-certificates.crt" 924 S["BUILD_STUB_GSS_FALSE"]="" 925 S["BUILD_STUB_GSS_TRUE"]="#" 926 S["ZLIB_LIBS"]="-lz" 927 S["HAVE_LIBZ_FALSE"]="#" 928 S["HAVE_LIBZ_TRUE"]="" 929 S["HAVE_LIBZ"]="1" 930 S["PKGCONFIG"]="/usr/bin/pkg-config" 931 S["USE_UNITY_FALSE"]="" 932 S["USE_UNITY_TRUE"]="#" 933 S["HAVE_WINDRES_FALSE"]="" 934 S["HAVE_WINDRES_TRUE"]="#" 935 S["BUILD_UNITTESTS_FALSE"]="#" 936 S["BUILD_UNITTESTS_TRUE"]="" 937 S["CURL_WERROR_FALSE"]="" 938 S["CURL_WERROR_TRUE"]="#" 939 S["CURL_CFLAG_EXTRAS"]="" 940 S["DOING_NATIVE_WINDOWS_FALSE"]="" 941 S["DOING_NATIVE_WINDOWS_TRUE"]="#" 942 S["LIBCURL_PC_CFLAGS"]="" 943 S["LIBCURL_PC_CFLAGS_PRIVATE"]="-DCURL_STATICLIB" 944 S["USE_CPPFLAG_CURL_STATICLIB_FALSE"]="" 945 S["USE_CPPFLAG_CURL_STATICLIB_TRUE"]="#" 946 S["CURL_LT_SHLIB_USE_MIMPURE_TEXT_FALSE"]="" 947 S["CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE"]="#" 948 S["CURL_LT_SHLIB_USE_NO_UNDEFINED_FALSE"]="" 949 S["CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE"]="#" 950 S["CURL_LT_SHLIB_USE_VERSION_INFO_FALSE"]="#" 951 S["CURL_LT_SHLIB_USE_VERSION_INFO_TRUE"]="" 952 S["NOT_CURL_CI_FALSE"]="#" 953 S["NOT_CURL_CI_TRUE"]="" 954 S["RC"]="" 955 S["LT_SYS_LIBRARY_PATH"]="" 956 S["OTOOL64"]="" 957 S["OTOOL"]="" 958 S["LIPO"]="" 959 S["NMEDIT"]="" 960 S["DSYMUTIL"]="" 961 S["MANIFEST_TOOL"]=":" 962 S["RANLIB"]="ranlib" 963 S["ac_ct_AR"]="" 964 S["FILECMD"]="file" 965 S["LN_S"]="ln -s" 966 S["NM"]="/usr/bin/nm -B" 967 S["ac_ct_DUMPBIN"]="" 968 S["DUMPBIN"]="" 969 S["LD"]="/usr/bin/ld -m elf_x86_64" 970 S["FGREP"]="/usr/bin/grep -F" 971 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" 972 S["OBJDUMP"]="objdump" 973 S["DLLTOOL"]="false" 974 S["AS"]="as" 975 S["AR_FLAGS"]="cr" 976 S["host_os"]="linux-gnu" 977 S["host_vendor"]="pc" 978 S["host_cpu"]="x86_64" 979 S["host"]="x86_64-pc-linux-gnu" 980 S["build_os"]="linux-gnu" 981 S["build_vendor"]="pc" 982 S["build_cpu"]="x86_64" 983 S["build"]="x86_64-pc-linux-gnu" 984 S["HTTPD_NGHTTPX"]="" 985 S["HTTPD"]="" 986 S["APXS"]="" 987 S["VSFTPD"]="" 988 S["CADDY"]="" 989 S["TEST_NGHTTPX"]="nghttpx" 990 S["VERSIONNUM"]="080f00" 991 S["CURLVERSION"]="8.15.0" 992 S["CSCOPE"]="cscope" 993 S["ETAGS"]="etags" 994 S["CTAGS"]="ctags" 995 S["am__fastdepCC_FALSE"]="#" 996 S["am__fastdepCC_TRUE"]="" 997 S["CCDEPMODE"]="depmode=gcc3" 998 S["am__nodep"]="_no" 999 S["AMDEPBACKSLASH"]="\\" 1000 S["AMDEP_FALSE"]="#" 1001 S["AMDEP_TRUE"]="" 1002 S["am__include"]="include" 1003 S["DEPDIR"]=".deps" 1004 S["am__untar"]="$${TAR-tar} xf -" 1005 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" 1006 S["AMTAR"]="$${TAR-tar}" 1007 S["am__leading_dot"]="." 1008 S["SET_MAKE"]="" 1009 S["AWK"]="gawk" 1010 S["mkdir_p"]="$(MKDIR_P)" 1011 S["MKDIR_P"]="/usr/bin/mkdir -p" 1012 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" 1013 S["STRIP"]="strip" 1014 S["install_sh"]="${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh" 1015 S["MAKEINFO"]="${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo" 1016 S["AUTOHEADER"]="${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader" 1017 S["AUTOMAKE"]="${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16" 1018 S["AUTOCONF"]="${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf" 1019 S["ACLOCAL"]="${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16" 1020 S["VERSION"]="-" 1021 S["PACKAGE"]="curl" 1022 S["CYGPATH_W"]="echo" 1023 S["am__isrc"]="" 1024 S["LCOV"]="" 1025 S["GCOV"]="" 1026 S["CPP"]="gcc -E" 1027 S["OBJEXT"]="o" 1028 S["EXEEXT"]="" 1029 S["ac_ct_CC"]="gcc" 1030 S["CPPFLAGS"]="-D_GNU_SOURCE -isystem /include" 1031 S["LDFLAGS"]="-L/lib" 1032 S["CFLAGS"]="-Werror-implicit-function-declaration -O2 -Wno-system-headers" 1033 S["CC"]="gcc" 1034 S["INSTALL_DATA"]="${INSTALL} -m 644" 1035 S["INSTALL_SCRIPT"]="${INSTALL}" 1036 S["INSTALL_PROGRAM"]="${INSTALL}" 1037 S["libext"]="a" 1038 S["AR"]="/usr/bin/ar" 1039 S["EGREP"]="/usr/bin/grep -E" 1040 S["GREP"]="/usr/bin/grep" 1041 S["SED"]="/usr/bin/sed" 1042 S["CONFIGURE_OPTIONS"]="\" '--with-mbedtls'\"" 1043 S["CURLDEBUG_FALSE"]="" 1044 S["CURLDEBUG_TRUE"]="#" 1045 S["DEBUGBUILD_FALSE"]="" 1046 S["DEBUGBUILD_TRUE"]="#" 1047 S["AM_BACKSLASH"]="\\" 1048 S["AM_DEFAULT_VERBOSITY"]="0" 1049 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" 1050 S["AM_V"]="$(V)" 1051 S["MAINT"]="#" 1052 S["MAINTAINER_MODE_FALSE"]="" 1053 S["MAINTAINER_MODE_TRUE"]="#" 1054 S["target_alias"]="" 1055 S["host_alias"]="" 1056 S["build_alias"]="" 1057 S["LIBS"]="-lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz" 1058 S["ECHO_T"]="" 1059 S["ECHO_N"]="-n" 1060 S["ECHO_C"]="" 1061 S["DEFS"]="-DHAVE_CONFIG_H" 1062 S["mandir"]="${datarootdir}/man" 1063 S["localedir"]="${datarootdir}/locale" 1064 S["libdir"]="${exec_prefix}/lib" 1065 S["psdir"]="${docdir}" 1066 S["pdfdir"]="${docdir}" 1067 S["dvidir"]="${docdir}" 1068 S["htmldir"]="${docdir}" 1069 S["infodir"]="${datarootdir}/info" 1070 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" 1071 S["oldincludedir"]="/usr/include" 1072 S["includedir"]="${prefix}/include" 1073 S["runstatedir"]="${localstatedir}/run" 1074 S["localstatedir"]="${prefix}/var" 1075 S["sharedstatedir"]="${prefix}/com" 1076 S["sysconfdir"]="${prefix}/etc" 1077 S["datadir"]="${datarootdir}" 1078 S["datarootdir"]="${prefix}/share" 1079 S["libexecdir"]="${exec_prefix}/libexec" 1080 S["sbindir"]="${exec_prefix}/sbin" 1081 S["bindir"]="${exec_prefix}/bin" 1082 S["program_transform_name"]="s,x,x," 1083 S["prefix"]="/usr/local" 1084 S["exec_prefix"]="${prefix}" 1085 S["PACKAGE_URL"]="" 1086 S["PACKAGE_BUGREPORT"]="a suitable curl mailing list: https://curl.se/mail/" 1087 S["PACKAGE_STRING"]="curl -" 1088 S["PACKAGE_VERSION"]="-" 1089 S["PACKAGE_TARNAME"]="curl" 1090 S["PACKAGE_NAME"]="curl" 1091 S["SHELL"]="/bin/sh" 1092 S["PATH_SEPARATOR"]=":" 1093 S["am__quote"]="" 1094 _ACAWK 1095 cat >>"$ac_tmp/subs1.awk" <<_ACAWK && 1096 for (key in S) S_is_set[key] = 1 1097 FS = "" 1098 1099 } 1100 { 1101 line = $ 0 1102 nfields = split(line, field, "@") 1103 substed = 0 1104 len = length(field[1]) 1105 for (i = 2; i < nfields; i++) { 1106 key = field[i] 1107 keylen = length(key) 1108 if (S_is_set[key]) { 1109 value = S[key] 1110 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 1111 len += length(value) + length(field[++i]) 1112 substed = 1 1113 } else 1114 len += 1 + keylen 1115 } 1116 1117 print line 1118 } 1119 1120 _ACAWK 1121 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 1122 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 1123 else 1124 cat 1125 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 1126 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 1127 fi # test -n "$CONFIG_FILES" 1128 1129 # Set up the scripts for CONFIG_HEADERS section. 1130 # No need to generate them if there are no CONFIG_HEADERS. 1131 # This happens for instance with `./config.status Makefile'. 1132 if test -n "$CONFIG_HEADERS"; then 1133 cat >"$ac_tmp/defines.awk" <<\_ACAWK || 1134 BEGIN { 1135 D["PACKAGE_NAME"]=" \"curl\"" 1136 D["PACKAGE_TARNAME"]=" \"curl\"" 1137 D["PACKAGE_VERSION"]=" \"-\"" 1138 D["PACKAGE_STRING"]=" \"curl -\"" 1139 D["PACKAGE_BUGREPORT"]=" \"a suitable curl mailing list: https://curl.se/mail/\"" 1140 D["PACKAGE_URL"]=" \"\"" 1141 D["HAVE_STDIO_H"]=" 1" 1142 D["HAVE_STDLIB_H"]=" 1" 1143 D["HAVE_STRING_H"]=" 1" 1144 D["HAVE_INTTYPES_H"]=" 1" 1145 D["HAVE_STDINT_H"]=" 1" 1146 D["HAVE_STRINGS_H"]=" 1" 1147 D["HAVE_SYS_STAT_H"]=" 1" 1148 D["HAVE_SYS_TYPES_H"]=" 1" 1149 D["HAVE_UNISTD_H"]=" 1" 1150 D["STDC_HEADERS"]=" 1" 1151 D["HAVE_STDATOMIC_H"]=" 1" 1152 D["HAVE_ATOMIC"]=" 1" 1153 D["PACKAGE"]=" \"curl\"" 1154 D["VERSION"]=" \"-\"" 1155 D["CURL_OS"]=" \"x86_64-pc-linux-gnu\"" 1156 D["HAVE_DLFCN_H"]=" 1" 1157 D["LT_OBJDIR"]=" \".libs/\"" 1158 D["HAVE_LDAP_SSL"]=" 1" 1159 D["HAVE_SYS_TYPES_H"]=" 1" 1160 D["HAVE_CLOCK_GETTIME_MONOTONIC"]=" 1" 1161 D["HAVE_SYS_TYPES_H"]=" 1" 1162 D["HAVE_CLOCK_GETTIME_MONOTONIC_RAW"]=" 1" 1163 D["HAVE_LIBZ"]=" 1" 1164 D["HAVE_LIBBROTLIDEC"]=" 1" 1165 D["HAVE_BROTLI_DECODE_H"]=" 1" 1166 D["HAVE_BROTLI"]=" 1" 1167 D["HAVE_LIBZSTD"]=" 1" 1168 D["HAVE_ZSTD_H"]=" 1" 1169 D["HAVE_ZSTD"]=" 1" 1170 D["USE_IPV6"]=" 1" 1171 D["HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID"]=" 1" 1172 D["HAVE_WRITABLE_ARGV"]=" 1" 1173 D["USE_MBEDTLS"]=" 1" 1174 D["CURL_CA_BUNDLE"]=" \"/etc/ssl/certs/ca-certificates.crt\"" 1175 D["CURL_CA_PATH"]=" \"/etc/ssl/certs\"" 1176 D["HAVE_LIBPSL_H"]=" 1" 1177 D["USE_LIBPSL"]=" 1" 1178 D["HAVE_LBER_H"]=" 1" 1179 D["HAVE_LDAP_H"]=" 1" 1180 D["HAVE_LDAP_URL_PARSE"]=" 1" 1181 D["HAVE_LDAP_INIT_FD"]=" 1" 1182 D["USE_OPENLDAP"]=" 1" 1183 D["HAVE_LIBRTMP_RTMP_H"]=" 1" 1184 D["USE_LIBRTMP"]=" 1" 1185 D["HAVE_IDN2_H"]=" 1" 1186 D["HAVE_LIBIDN2"]=" 1" 1187 D["HAVE_NGHTTP2_NGHTTP2_H"]=" 1" 1188 D["USE_NGHTTP2"]=" 1" 1189 D["HAVE_SYS_TYPES_H"]=" 1" 1190 D["HAVE_SYS_SELECT_H"]=" 1" 1191 D["HAVE_SYS_IOCTL_H"]=" 1" 1192 D["HAVE_UNISTD_H"]=" 1" 1193 D["HAVE_ARPA_INET_H"]=" 1" 1194 D["HAVE_NET_IF_H"]=" 1" 1195 D["HAVE_NETINET_IN_H"]=" 1" 1196 D["HAVE_SYS_UN_H"]=" 1" 1197 D["HAVE_LINUX_TCP_H"]=" 1" 1198 D["HAVE_NETINET_TCP_H"]=" 1" 1199 D["HAVE_NETINET_UDP_H"]=" 1" 1200 D["HAVE_NETDB_H"]=" 1" 1201 D["HAVE_SYS_PARAM_H"]=" 1" 1202 D["HAVE_TERMIOS_H"]=" 1" 1203 D["HAVE_FCNTL_H"]=" 1" 1204 D["HAVE_PWD_H"]=" 1" 1205 D["HAVE_UTIME_H"]=" 1" 1206 D["HAVE_SYS_POLL_H"]=" 1" 1207 D["HAVE_POLL_H"]=" 1" 1208 D["HAVE_SYS_RESOURCE_H"]=" 1" 1209 D["HAVE_LIBGEN_H"]=" 1" 1210 D["HAVE_LOCALE_H"]=" 1" 1211 D["HAVE_STDBOOL_H"]=" 1" 1212 D["HAVE_STDINT_H"]=" 1" 1213 D["HAVE_SYS_EVENTFD_H"]=" 1" 1214 D["HAVE_SYS_TYPES_H"]=" 1" 1215 D["HAVE_STRUCT_TIMEVAL"]=" 1" 1216 D["SIZEOF_SIZE_T"]=" 8" 1217 D["SIZEOF_LONG"]=" 8" 1218 D["SIZEOF_INT"]=" 4" 1219 D["SIZEOF_TIME_T"]=" 8" 1220 D["SIZEOF_OFF_T"]=" 8" 1221 D["SIZEOF_CURL_OFF_T"]=" 8" 1222 D["SIZEOF_CURL_SOCKET_T"]=" 4" 1223 D["HAVE_LONGLONG"]=" 1" 1224 D["HAVE_BOOL_T"]=" 1" 1225 D["HAVE_SA_FAMILY_T"]=" 1" 1226 D["HAVE_SUSECONDS_T"]=" 1" 1227 D["HAVE_STRUCT_SOCKADDR_STORAGE"]=" 1" 1228 D["HAVE_SYS_SELECT_H"]=" 1" 1229 D["HAVE_SELECT"]=" 1" 1230 D["HAVE_SYS_TYPES_H"]=" 1" 1231 D["HAVE_RECV"]=" 1" 1232 D["HAVE_SYS_TYPES_H"]=" 1" 1233 D["HAVE_SEND"]=" 1" 1234 D["HAVE_SYS_TYPES_H"]=" 1" 1235 D["HAVE_MSG_NOSIGNAL"]=" 1" 1236 D["HAVE_SYS_TYPES_H"]=" 1" 1237 D["HAVE_UNISTD_H"]=" 1" 1238 D["HAVE_ALARM"]=" 1" 1239 D["HAVE_SYS_TYPES_H"]=" 1" 1240 D["HAVE_STRINGS_H"]=" 1" 1241 D["HAVE_SYS_TYPES_H"]=" 1" 1242 D["HAVE_LIBGEN_H"]=" 1" 1243 D["HAVE_BASENAME"]=" 1" 1244 D["HAVE_SYS_TYPES_H"]=" 1" 1245 D["HAVE_SYS_TYPES_H"]=" 1" 1246 D["HAVE_UNISTD_H"]=" 1" 1247 D["HAVE_FCNTL_H"]=" 1" 1248 D["HAVE_FCNTL"]=" 1" 1249 D["HAVE_FCNTL_O_NONBLOCK"]=" 1" 1250 D["HAVE_SYS_TYPES_H"]=" 1" 1251 D["HAVE_NETDB_H"]=" 1" 1252 D["HAVE_FREEADDRINFO"]=" 1" 1253 D["HAVE_SYS_TYPES_H"]=" 1" 1254 D["HAVE_SYS_XATTR_H"]=" 1" 1255 D["HAVE_FSETXATTR"]=" 1" 1256 D["HAVE_FSETXATTR_5"]=" 1" 1257 D["HAVE_FTRUNCATE"]=" 1" 1258 D["HAVE_SYS_TYPES_H"]=" 1" 1259 D["HAVE_GETADDRINFO"]=" 1" 1260 D["HAVE_GETADDRINFO_THREADSAFE"]=" 1" 1261 D["HAVE_GETHOSTBYNAME_R"]=" 1" 1262 D["HAVE_GETHOSTBYNAME_R_6"]=" 1" 1263 D["GETHOSTNAME_TYPE_ARG2"]=" size_t" 1264 D["HAVE_GETHOSTNAME"]=" 1" 1265 D["HAVE_SYS_TYPES_H"]=" 1" 1266 D["HAVE_NETINET_IN_H"]=" 1" 1267 D["HAVE_IFADDRS_H"]=" 1" 1268 D["HAVE_GETIFADDRS"]=" 1" 1269 D["HAVE_GETPEERNAME"]=" 1" 1270 D["HAVE_GETSOCKNAME"]=" 1" 1271 D["HAVE_SYS_TYPES_H"]=" 1" 1272 D["HAVE_GMTIME_R"]=" 1" 1273 D["HAVE_SYS_TYPES_H"]=" 1" 1274 D["HAVE_UNISTD_H"]=" 1" 1275 D["HAVE_SYS_IOCTL_H"]=" 1" 1276 D["HAVE_IOCTL_FIONBIO"]=" 1" 1277 D["HAVE_IOCTL_SIOCGIFADDR"]=" 1" 1278 D["HAVE_MEMRCHR"]=" 1" 1279 D["HAVE_SYS_TYPES_H"]=" 1" 1280 D["HAVE_SIGACTION"]=" 1" 1281 D["HAVE_SIGINTERRUPT"]=" 1" 1282 D["HAVE_SIGNAL"]=" 1" 1283 D["HAVE_SYS_TYPES_H"]=" 1" 1284 D["HAVE_SIGSETJMP"]=" 1" 1285 D["HAVE_SOCKET"]=" 1" 1286 D["HAVE_SOCKETPAIR"]=" 1" 1287 D["HAVE_STRDUP"]=" 1" 1288 D["HAVE_STRERROR_R"]=" 1" 1289 D["HAVE_GLIBC_STRERROR_R"]=" 1" 1290 D["HAVE_ACCEPT4"]=" 1" 1291 D["HAVE_EVENTFD"]=" 1" 1292 D["HAVE_FNMATCH"]=" 1" 1293 D["HAVE_GETEUID"]=" 1" 1294 D["HAVE_GETPPID"]=" 1" 1295 D["HAVE_GETPWUID"]=" 1" 1296 D["HAVE_GETPWUID_R"]=" 1" 1297 D["HAVE_GETRLIMIT"]=" 1" 1298 D["HAVE_GETTIMEOFDAY"]=" 1" 1299 D["HAVE_IF_NAMETOINDEX"]=" 1" 1300 D["HAVE_PIPE"]=" 1" 1301 D["HAVE_PIPE2"]=" 1" 1302 D["HAVE_POLL"]=" 1" 1303 D["HAVE_SENDMMSG"]=" 1" 1304 D["HAVE_SENDMSG"]=" 1" 1305 D["HAVE_SETLOCALE"]=" 1" 1306 D["HAVE_SETRLIMIT"]=" 1" 1307 D["HAVE_SNPRINTF"]=" 1" 1308 D["HAVE_UTIME"]=" 1" 1309 D["HAVE_UTIMES"]=" 1" 1310 D["HAVE_REALPATH"]=" 1" 1311 D["HAVE_SCHED_YIELD"]=" 1" 1312 D["HAVE_SYS_TYPES_H"]=" 1" 1313 D["HAVE_NETINET_IN_H"]=" 1" 1314 D["HAVE_ARPA_INET_H"]=" 1" 1315 D["HAVE_INET_NTOP"]=" 1" 1316 D["HAVE_INET_PTON"]=" 1" 1317 D["HAVE_STRCASECMP"]=" 1" 1318 D["HAVE_FSEEKO"]=" 1" 1319 D["HAVE_DECL_FSEEKO"]=" 1" 1320 D["HAVE_PTHREAD_H"]=" 1" 1321 D["USE_THREADS_POSIX"]=" 1" 1322 D["HAVE_DIRENT_H"]=" 1" 1323 D["HAVE_OPENDIR"]=" 1" 1324 D["USE_UNIX_SOCKETS"]=" 1" 1325 D["CURL_EXTERN_SYMBOL"]=" __attribute__((__visibility__(\"default\")))" 1326 for (key in D) D_is_set[key] = 1 1327 FS = "" 1328 } 1329 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { 1330 line = $ 0 1331 split(line, arg, " ") 1332 if (arg[1] == "#") { 1333 defundef = arg[2] 1334 mac1 = arg[3] 1335 } else { 1336 defundef = substr(arg[1], 2) 1337 mac1 = arg[2] 1338 } 1339 split(mac1, mac2, "(") #) 1340 macro = mac2[1] 1341 prefix = substr(line, 1, index(line, defundef) - 1) 1342 if (D_is_set[macro]) { 1343 # Preserve the white space surrounding the "#". 1344 print prefix "define", macro P[macro] D[macro] 1345 next 1346 } else { 1347 # Replace #undef with comments. This is necessary, for example, 1348 # in the case of _POSIX_SOURCE, which is predefined and required 1349 # on some systems where configure will not decide to define it. 1350 if (defundef == "undef") { 1351 print "/*", prefix defundef, macro, "*/" 1352 next 1353 } 1354 } 1355 } 1356 { print } 1357 _ACAWK 1358 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 1359 fi # test -n "$CONFIG_HEADERS" 1360 1361 1362 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 1363 shift 1364 for ac_tag 1365 do 1366 case $ac_tag in 1367 :[FHLC]) ac_mode=$ac_tag; continue;; 1368 esac 1369 case $ac_mode$ac_tag in 1370 :[FHL]*:*);; 1371 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 1372 :[FH]-) ac_tag=-:-;; 1373 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 1374 esac 1375 ac_save_IFS=$IFS 1376 IFS=: 1377 set x $ac_tag 1378 IFS=$ac_save_IFS 1379 shift 1380 ac_file=$1 1381 shift 1382 1383 case $ac_mode in 1384 :L) ac_source=$1;; 1385 :[FH]) 1386 ac_file_inputs= 1387 for ac_f 1388 do 1389 case $ac_f in 1390 -) ac_f="$ac_tmp/stdin";; 1391 *) # Look for the file first in the build tree, then in the source tree 1392 # (if the path is not absolute). The absolute path cannot be DOS-style, 1393 # because $ac_f cannot contain `:'. 1394 test -f "$ac_f" || 1395 case $ac_f in 1396 [\\/$]*) false;; 1397 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 1398 esac || 1399 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1400 esac 1401 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 1402 as_fn_append ac_file_inputs " '$ac_f'" 1403 done 1404 1405 # Let's still pretend it is `configure' which instantiates (i.e., don't 1406 # use $as_me), people would be surprised to read: 1407 # /* config.h. Generated by config.status. */ 1408 configure_input='Generated from '` 1409 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 1410 `' by configure.' 1411 if test x"$ac_file" != x-; then 1412 configure_input="$ac_file. $configure_input" 1413 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 1414 printf "%s\n" "$as_me: creating $ac_file" >&6;} 1415 fi 1416 # Neutralize special characters interpreted by sed in replacement strings. 1417 case $configure_input in #( 1418 *\&* | *\|* | *\\* ) 1419 ac_sed_conf_input=`printf "%s\n" "$configure_input" | 1420 sed 's/[\\\\&|]/\\\\&/g'`;; #( 1421 *) ac_sed_conf_input=$configure_input;; 1422 esac 1423 1424 case $ac_tag in 1425 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 1426 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 1427 esac 1428 ;; 1429 esac 1430 1431 ac_dir=`$as_dirname -- "$ac_file" || 1432 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1433 X"$ac_file" : 'X\(//\)[^/]' \| \ 1434 X"$ac_file" : 'X\(//\)$' \| \ 1435 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 1436 printf "%s\n" X"$ac_file" | 1437 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1438 s//\1/ 1439 q 1440 } 1441 /^X\(\/\/\)[^/].*/{ 1442 s//\1/ 1443 q 1444 } 1445 /^X\(\/\/\)$/{ 1446 s//\1/ 1447 q 1448 } 1449 /^X\(\/\).*/{ 1450 s//\1/ 1451 q 1452 } 1453 s/.*/./; q'` 1454 as_dir="$ac_dir"; as_fn_mkdir_p 1455 ac_builddir=. 1456 1457 case "$ac_dir" in 1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1459 *) 1460 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 1461 # A ".." for each directory in $ac_dir_suffix. 1462 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1463 case $ac_top_builddir_sub in 1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1466 esac ;; 1467 esac 1468 ac_abs_top_builddir=$ac_pwd 1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1470 # for backward compatibility: 1471 ac_top_builddir=$ac_top_build_prefix 1472 1473 case $srcdir in 1474 .) # We are building in place. 1475 ac_srcdir=. 1476 ac_top_srcdir=$ac_top_builddir_sub 1477 ac_abs_top_srcdir=$ac_pwd ;; 1478 [\\/]* | ?:[\\/]* ) # Absolute name. 1479 ac_srcdir=$srcdir$ac_dir_suffix; 1480 ac_top_srcdir=$srcdir 1481 ac_abs_top_srcdir=$srcdir ;; 1482 *) # Relative name. 1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1484 ac_top_srcdir=$ac_top_build_prefix$srcdir 1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1486 esac 1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1488 1489 1490 case $ac_mode in 1491 :F) 1492 # 1493 # CONFIG_FILE 1494 # 1495 1496 case $INSTALL in 1497 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1498 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1499 esac 1500 ac_MKDIR_P=$MKDIR_P 1501 case $MKDIR_P in 1502 [\\/$]* | ?:[\\/]* ) ;; 1503 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 1504 esac 1505 # If the template does not know about datarootdir, expand it. 1506 # FIXME: This hack should be removed a few years after 2.60. 1507 ac_datarootdir_hack=; ac_datarootdir_seen= 1508 ac_sed_dataroot=' 1509 /datarootdir/ { 1510 p 1511 q 1512 } 1513 /@datadir@/p 1514 /@docdir@/p 1515 /@infodir@/p 1516 /@localedir@/p 1517 /@mandir@/p' 1518 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 1519 *datarootdir*) ac_datarootdir_seen=yes;; 1520 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 1521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 1522 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 1523 ac_datarootdir_hack=' 1524 s&@datadir@&${datarootdir}&g 1525 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g 1526 s&@infodir@&${datarootdir}/info&g 1527 s&@localedir@&${datarootdir}/locale&g 1528 s&@mandir@&${datarootdir}/man&g 1529 s&\${datarootdir}&${prefix}/share&g' ;; 1530 esac 1531 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ 1532 h 1533 s/// 1534 s/^/:/ 1535 s/[ ]*$/:/ 1536 s/:\$(srcdir):/:/g 1537 s/:\${srcdir}:/:/g 1538 s/:@srcdir@:/:/g 1539 s/^:*// 1540 s/:*$// 1541 x 1542 s/\(=[ ]*\).*/\1/ 1543 G 1544 s/\n// 1545 s/^[^=]*=[ ]*$// 1546 } 1547 1548 :t 1549 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 1550 s|@configure_input@|$ac_sed_conf_input|;t t 1551 s&@top_builddir@&$ac_top_builddir_sub&;t t 1552 s&@top_build_prefix@&$ac_top_build_prefix&;t t 1553 s&@srcdir@&$ac_srcdir&;t t 1554 s&@abs_srcdir@&$ac_abs_srcdir&;t t 1555 s&@top_srcdir@&$ac_top_srcdir&;t t 1556 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 1557 s&@builddir@&$ac_builddir&;t t 1558 s&@abs_builddir@&$ac_abs_builddir&;t t 1559 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 1560 s&@INSTALL@&$ac_INSTALL&;t t 1561 s&@MKDIR_P@&$ac_MKDIR_P&;t t 1562 $ac_datarootdir_hack 1563 " 1564 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 1565 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1566 1567 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1568 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 1569 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 1570 "$ac_tmp/out"`; test -z "$ac_out"; } && 1571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1572 which seems to be undefined. Please make sure it is defined" >&5 1573 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1574 which seems to be undefined. Please make sure it is defined" >&2;} 1575 1576 rm -f "$ac_tmp/stdin" 1577 case $ac_file in 1578 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 1579 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 1580 esac \ 1581 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1582 ;; 1583 :H) 1584 # 1585 # CONFIG_HEADER 1586 # 1587 if test x"$ac_file" != x-; then 1588 { 1589 printf "%s\n" "/* $configure_input */" >&1 \ 1590 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 1591 } >"$ac_tmp/config.h" \ 1592 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1593 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 1594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1595 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} 1596 else 1597 rm -f "$ac_file" 1598 mv "$ac_tmp/config.h" "$ac_file" \ 1599 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1600 fi 1601 else 1602 printf "%s\n" "/* $configure_input */" >&1 \ 1603 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 1604 || as_fn_error $? "could not create -" "$LINENO" 5 1605 fi 1606 # Compute "$ac_file"'s index in $config_headers. 1607 _am_arg="$ac_file" 1608 _am_stamp_count=1 1609 for _am_header in $config_headers :; do 1610 case $_am_header in 1611 $_am_arg | $_am_arg:* ) 1612 break ;; 1613 * ) 1614 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1615 esac 1616 done 1617 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 1618 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1619 X"$_am_arg" : 'X\(//\)[^/]' \| \ 1620 X"$_am_arg" : 'X\(//\)$' \| \ 1621 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 1622 printf "%s\n" X"$_am_arg" | 1623 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1624 s//\1/ 1625 q 1626 } 1627 /^X\(\/\/\)[^/].*/{ 1628 s//\1/ 1629 q 1630 } 1631 /^X\(\/\/\)$/{ 1632 s//\1/ 1633 q 1634 } 1635 /^X\(\/\).*/{ 1636 s//\1/ 1637 q 1638 } 1639 s/.*/./; q'`/stamp-h$_am_stamp_count 1640 ;; 1641 1642 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 1643 printf "%s\n" "$as_me: executing $ac_file commands" >&6;} 1644 ;; 1645 esac 1646 1647 1648 case $ac_file$ac_mode in 1649 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 1650 # Older Autoconf quotes --file arguments for eval, but not when files 1651 # are listed without --file. Let's play safe and only enable the eval 1652 # if we detect the quoting. 1653 # TODO: see whether this extra hack can be removed once we start 1654 # requiring Autoconf 2.70 or later. 1655 case $CONFIG_FILES in #( 1656 *\'*) : 1657 eval set x "$CONFIG_FILES" ;; #( 1658 *) : 1659 set x $CONFIG_FILES ;; #( 1660 *) : 1661 ;; 1662 esac 1663 shift 1664 # Used to flag and report bootstrapping failures. 1665 am_rc=0 1666 for am_mf 1667 do 1668 # Strip MF so we end up with the name of the file. 1669 am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` 1670 # Check whether this is an Automake generated Makefile which includes 1671 # dependency-tracking related rules and includes. 1672 # Grep'ing the whole file directly is not great: AIX grep has a line 1673 # limit of 2048, but all sed's we know have understand at least 4000. 1674 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 1675 || continue 1676 am_dirpart=`$as_dirname -- "$am_mf" || 1677 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1678 X"$am_mf" : 'X\(//\)[^/]' \| \ 1679 X"$am_mf" : 'X\(//\)$' \| \ 1680 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1681 printf "%s\n" X"$am_mf" | 1682 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1683 s//\1/ 1684 q 1685 } 1686 /^X\(\/\/\)[^/].*/{ 1687 s//\1/ 1688 q 1689 } 1690 /^X\(\/\/\)$/{ 1691 s//\1/ 1692 q 1693 } 1694 /^X\(\/\).*/{ 1695 s//\1/ 1696 q 1697 } 1698 s/.*/./; q'` 1699 am_filepart=`$as_basename -- "$am_mf" || 1700 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 1701 X"$am_mf" : 'X\(//\)$' \| \ 1702 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1703 printf "%s\n" X/"$am_mf" | 1704 sed '/^.*\/\([^/][^/]*\)\/*$/{ 1705 s//\1/ 1706 q 1707 } 1708 /^X\/\(\/\/\)$/{ 1709 s//\1/ 1710 q 1711 } 1712 /^X\/\(\/\).*/{ 1713 s//\1/ 1714 q 1715 } 1716 s/.*/./; q'` 1717 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 1718 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1719 | $MAKE -f - am--depfiles" >&5 1720 (cd "$am_dirpart" \ 1721 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1722 | $MAKE -f - am--depfiles) >&5 2>&5 1723 ac_status=$? 1724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1725 (exit $ac_status); } || am_rc=$? 1726 done 1727 if test $am_rc -ne 0; then 1728 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1729 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1730 as_fn_error $? "Something went wrong bootstrapping makefile fragments 1731 for automatic dependency tracking. If GNU make was not used, consider 1732 re-running the configure script with MAKE=\"gmake\" (or whatever is 1733 necessary). You can also try re-running configure with the 1734 '--disable-dependency-tracking' option to at least be able to build 1735 the package (albeit without support for automatic dependency tracking). 1736 See \`config.log' for more details" "$LINENO" 5; } 1737 fi 1738 { am_dirpart=; unset am_dirpart;} 1739 { am_filepart=; unset am_filepart;} 1740 { am_mf=; unset am_mf;} 1741 { am_rc=; unset am_rc;} 1742 rm -f conftest-deps.mk 1743 } 1744 ;; 1745 "libtool":C) 1746 1747 # See if we are running on zsh, and set the options that allow our 1748 # commands through without removal of \ escapes. 1749 if test -n "${ZSH_VERSION+set}"; then 1750 setopt NO_GLOB_SUBST 1751 fi 1752 1753 cfgfile=${ofile}T 1754 trap "$RM \"$cfgfile\"; exit 1" 1 2 15 1755 $RM "$cfgfile" 1756 1757 cat <<_LT_EOF >> "$cfgfile" 1758 #! $SHELL 1759 # Generated automatically by $as_me ($PACKAGE) $VERSION 1760 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 1761 1762 # Provide generalized library-building support services. 1763 # Written by Gordon Matzigkeit, 1996 1764 1765 # Copyright (C) 2014 Free Software Foundation, Inc. 1766 # This is free software; see the source for copying conditions. There is NO 1767 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 1768 1769 # GNU Libtool is free software; you can redistribute it and/or modify 1770 # it under the terms of the GNU General Public License as published by 1771 # the Free Software Foundation; either version 2 of of the License, or 1772 # (at your option) any later version. 1773 # 1774 # As a special exception to the GNU General Public License, if you 1775 # distribute this file as part of a program or library that is built 1776 # using GNU Libtool, you may include this file under the same 1777 # distribution terms that you use for the rest of that program. 1778 # 1779 # GNU Libtool is distributed in the hope that it will be useful, but 1780 # WITHOUT ANY WARRANTY; without even the implied warranty of 1781 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1782 # GNU General Public License for more details. 1783 # 1784 # You should have received a copy of the GNU General Public License 1785 # along with this program. If not, see <http://www.gnu.org/licenses/>. 1786 1787 1788 # The names of the tagged configurations supported by this script. 1789 available_tags='RC ' 1790 1791 # Configured defaults for sys_lib_dlsearch_path munging. 1792 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} 1793 1794 # ### BEGIN LIBTOOL CONFIG 1795 1796 # Which release of libtool.m4 was used? 1797 macro_version=$macro_version 1798 macro_revision=$macro_revision 1799 1800 # Assembler program. 1801 AS=$lt_AS 1802 1803 # DLL creation program. 1804 DLLTOOL=$lt_DLLTOOL 1805 1806 # Object dumper program. 1807 OBJDUMP=$lt_OBJDUMP 1808 1809 # Whether or not to build shared libraries. 1810 build_libtool_libs=$enable_shared 1811 1812 # Whether or not to build static libraries. 1813 build_old_libs=$enable_static 1814 1815 # What type of objects to build. 1816 pic_mode=$pic_mode 1817 1818 # Whether or not to optimize for fast installation. 1819 fast_install=$enable_fast_install 1820 1821 # Shared archive member basename,for filename based shared library versioning on AIX. 1822 shared_archive_member_spec=$shared_archive_member_spec 1823 1824 # Shell to use when invoking shell scripts. 1825 SHELL=$lt_SHELL 1826 1827 # An echo program that protects backslashes. 1828 ECHO=$lt_ECHO 1829 1830 # The PATH separator for the build system. 1831 PATH_SEPARATOR=$lt_PATH_SEPARATOR 1832 1833 # The host system. 1834 host_alias=$host_alias 1835 host=$host 1836 host_os=$host_os 1837 1838 # The build system. 1839 build_alias=$build_alias 1840 build=$build 1841 build_os=$build_os 1842 1843 # A sed program that does not truncate output. 1844 SED=$lt_SED 1845 1846 # Sed that helps us avoid accidentally triggering echo(1) options like -n. 1847 Xsed="\$SED -e 1s/^X//" 1848 1849 # A grep program that handles long lines. 1850 GREP=$lt_GREP 1851 1852 # An ERE matcher. 1853 EGREP=$lt_EGREP 1854 1855 # A literal string matcher. 1856 FGREP=$lt_FGREP 1857 1858 # A BSD- or MS-compatible name lister. 1859 NM=$lt_NM 1860 1861 # Whether we need soft or hard links. 1862 LN_S=$lt_LN_S 1863 1864 # What is the maximum length of a command? 1865 max_cmd_len=$max_cmd_len 1866 1867 # Object file suffix (normally "o"). 1868 objext=$ac_objext 1869 1870 # Executable file suffix (normally ""). 1871 exeext=$exeext 1872 1873 # whether the shell understands "unset". 1874 lt_unset=$lt_unset 1875 1876 # turn spaces into newlines. 1877 SP2NL=$lt_lt_SP2NL 1878 1879 # turn newlines into spaces. 1880 NL2SP=$lt_lt_NL2SP 1881 1882 # convert \$build file names to \$host format. 1883 to_host_file_cmd=$lt_cv_to_host_file_cmd 1884 1885 # convert \$build files to toolchain format. 1886 to_tool_file_cmd=$lt_cv_to_tool_file_cmd 1887 1888 # A file(cmd) program that detects file types. 1889 FILECMD=$lt_FILECMD 1890 1891 # Method to check whether dependent libraries are shared objects. 1892 deplibs_check_method=$lt_deplibs_check_method 1893 1894 # Command to use when deplibs_check_method = "file_magic". 1895 file_magic_cmd=$lt_file_magic_cmd 1896 1897 # How to find potential files when deplibs_check_method = "file_magic". 1898 file_magic_glob=$lt_file_magic_glob 1899 1900 # Find potential files using nocaseglob when deplibs_check_method = "file_magic". 1901 want_nocaseglob=$lt_want_nocaseglob 1902 1903 # Command to associate shared and link libraries. 1904 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd 1905 1906 # The archiver. 1907 AR=$lt_AR 1908 1909 # Flags to create an archive (by configure). 1910 lt_ar_flags=$lt_ar_flags 1911 1912 # Flags to create an archive. 1913 AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} 1914 1915 # How to feed a file listing to the archiver. 1916 archiver_list_spec=$lt_archiver_list_spec 1917 1918 # A symbol stripping program. 1919 STRIP=$lt_STRIP 1920 1921 # Commands used to install an old-style archive. 1922 RANLIB=$lt_RANLIB 1923 old_postinstall_cmds=$lt_old_postinstall_cmds 1924 old_postuninstall_cmds=$lt_old_postuninstall_cmds 1925 1926 # Whether to use a lock for old archive extraction. 1927 lock_old_archive_extraction=$lock_old_archive_extraction 1928 1929 # A C compiler. 1930 LTCC=$lt_CC 1931 1932 # LTCC compiler flags. 1933 LTCFLAGS=$lt_CFLAGS 1934 1935 # Take the output of nm and produce a listing of raw symbols and C names. 1936 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1937 1938 # Transform the output of nm in a proper C declaration. 1939 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1940 1941 # Transform the output of nm into a list of symbols to manually relocate. 1942 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import 1943 1944 # Transform the output of nm in a C name address pair. 1945 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1946 1947 # Transform the output of nm in a C name address pair when lib prefix is needed. 1948 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 1949 1950 # The name lister interface. 1951 nm_interface=$lt_lt_cv_nm_interface 1952 1953 # Specify filename containing input files for \$NM. 1954 nm_file_list_spec=$lt_nm_file_list_spec 1955 1956 # The root where to search for dependent libraries,and where our libraries should be installed. 1957 lt_sysroot=$lt_sysroot 1958 1959 # Command to truncate a binary pipe. 1960 lt_truncate_bin=$lt_lt_cv_truncate_bin 1961 1962 # The name of the directory that contains temporary libtool files. 1963 objdir=$objdir 1964 1965 # Used to examine libraries when file_magic_cmd begins with "file". 1966 MAGIC_CMD=$MAGIC_CMD 1967 1968 # Must we lock files when doing compilation? 1969 need_locks=$lt_need_locks 1970 1971 # Manifest tool. 1972 MANIFEST_TOOL=$lt_MANIFEST_TOOL 1973 1974 # Tool to manipulate archived DWARF debug symbol files on Mac OS X. 1975 DSYMUTIL=$lt_DSYMUTIL 1976 1977 # Tool to change global to local symbols on Mac OS X. 1978 NMEDIT=$lt_NMEDIT 1979 1980 # Tool to manipulate fat objects and archives on Mac OS X. 1981 LIPO=$lt_LIPO 1982 1983 # ldd/readelf like tool for Mach-O binaries on Mac OS X. 1984 OTOOL=$lt_OTOOL 1985 1986 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. 1987 OTOOL64=$lt_OTOOL64 1988 1989 # Old archive suffix (normally "a"). 1990 libext=$libext 1991 1992 # Shared library suffix (normally ".so"). 1993 shrext_cmds=$lt_shrext_cmds 1994 1995 # The commands to extract the exported symbol list from a shared archive. 1996 extract_expsyms_cmds=$lt_extract_expsyms_cmds 1997 1998 # Variables whose values should be saved in libtool wrapper scripts and 1999 # restored at link time. 2000 variables_saved_for_relink=$lt_variables_saved_for_relink 2001 2002 # Do we need the "lib" prefix for modules? 2003 need_lib_prefix=$need_lib_prefix 2004 2005 # Do we need a version for libraries? 2006 need_version=$need_version 2007 2008 # Library versioning type. 2009 version_type=$version_type 2010 2011 # Shared library runtime path variable. 2012 runpath_var=$runpath_var 2013 2014 # Shared library path variable. 2015 shlibpath_var=$shlibpath_var 2016 2017 # Is shlibpath searched before the hard-coded library search path? 2018 shlibpath_overrides_runpath=$shlibpath_overrides_runpath 2019 2020 # Format of library name prefix. 2021 libname_spec=$lt_libname_spec 2022 2023 # List of archive names. First name is the real one, the rest are links. 2024 # The last name is the one that the linker finds with -lNAME 2025 library_names_spec=$lt_library_names_spec 2026 2027 # The coded name of the library, if different from the real name. 2028 soname_spec=$lt_soname_spec 2029 2030 # Permission mode override for installation of shared libraries. 2031 install_override_mode=$lt_install_override_mode 2032 2033 # Command to use after installation of a shared archive. 2034 postinstall_cmds=$lt_postinstall_cmds 2035 2036 # Command to use after uninstallation of a shared archive. 2037 postuninstall_cmds=$lt_postuninstall_cmds 2038 2039 # Commands used to finish a libtool library installation in a directory. 2040 finish_cmds=$lt_finish_cmds 2041 2042 # As "finish_cmds", except a single script fragment to be evaled but 2043 # not shown. 2044 finish_eval=$lt_finish_eval 2045 2046 # Whether we should hardcode library paths into libraries. 2047 hardcode_into_libs=$hardcode_into_libs 2048 2049 # Compile-time system search path for libraries. 2050 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 2051 2052 # Detected run-time system search path for libraries. 2053 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path 2054 2055 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. 2056 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path 2057 2058 # Whether dlopen is supported. 2059 dlopen_support=$enable_dlopen 2060 2061 # Whether dlopen of programs is supported. 2062 dlopen_self=$enable_dlopen_self 2063 2064 # Whether dlopen of statically linked programs is supported. 2065 dlopen_self_static=$enable_dlopen_self_static 2066 2067 # Commands to strip libraries. 2068 old_striplib=$lt_old_striplib 2069 striplib=$lt_striplib 2070 2071 2072 # The linker used to build libraries. 2073 LD=$lt_LD 2074 2075 # How to create reloadable object files. 2076 reload_flag=$lt_reload_flag 2077 reload_cmds=$lt_reload_cmds 2078 2079 # Commands used to build an old-style archive. 2080 old_archive_cmds=$lt_old_archive_cmds 2081 2082 # A language specific compiler. 2083 CC=$lt_compiler 2084 2085 # Is the compiler the GNU compiler? 2086 with_gcc=$GCC 2087 2088 # Compiler flag to turn off builtin functions. 2089 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 2090 2091 # Additional compiler flags for building library objects. 2092 pic_flag=$lt_lt_prog_compiler_pic 2093 2094 # How to pass a linker flag through the compiler. 2095 wl=$lt_lt_prog_compiler_wl 2096 2097 # Compiler flag to prevent dynamic linking. 2098 link_static_flag=$lt_lt_prog_compiler_static 2099 2100 # Does compiler simultaneously support -c and -o options? 2101 compiler_c_o=$lt_lt_cv_prog_compiler_c_o 2102 2103 # Whether or not to add -lc for building shared libraries. 2104 build_libtool_need_lc=$archive_cmds_need_lc 2105 2106 # Whether or not to disallow shared libs when runtime libs are static. 2107 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes 2108 2109 # Compiler flag to allow reflexive dlopens. 2110 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec 2111 2112 # Compiler flag to generate shared objects directly from archives. 2113 whole_archive_flag_spec=$lt_whole_archive_flag_spec 2114 2115 # Whether the compiler copes with passing no objects directly. 2116 compiler_needs_object=$lt_compiler_needs_object 2117 2118 # Create an old-style archive from a shared archive. 2119 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds 2120 2121 # Create a temporary old-style archive to link instead of a shared archive. 2122 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds 2123 2124 # Commands used to build a shared archive. 2125 archive_cmds=$lt_archive_cmds 2126 archive_expsym_cmds=$lt_archive_expsym_cmds 2127 2128 # Commands used to build a loadable module if different from building 2129 # a shared archive. 2130 module_cmds=$lt_module_cmds 2131 module_expsym_cmds=$lt_module_expsym_cmds 2132 2133 # Whether we are building with GNU ld or not. 2134 with_gnu_ld=$lt_with_gnu_ld 2135 2136 # Flag that allows shared libraries with undefined symbols to be built. 2137 allow_undefined_flag=$lt_allow_undefined_flag 2138 2139 # Flag that enforces no undefined symbols. 2140 no_undefined_flag=$lt_no_undefined_flag 2141 2142 # Flag to hardcode \$libdir into a binary during linking. 2143 # This must work even if \$libdir does not exist 2144 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 2145 2146 # Whether we need a single "-rpath" flag with a separated argument. 2147 hardcode_libdir_separator=$lt_hardcode_libdir_separator 2148 2149 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 2150 # DIR into the resulting binary. 2151 hardcode_direct=$hardcode_direct 2152 2153 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 2154 # DIR into the resulting binary and the resulting library dependency is 2155 # "absolute",i.e impossible to change by setting \$shlibpath_var if the 2156 # library is relocated. 2157 hardcode_direct_absolute=$hardcode_direct_absolute 2158 2159 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR 2160 # into the resulting binary. 2161 hardcode_minus_L=$hardcode_minus_L 2162 2163 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR 2164 # into the resulting binary. 2165 hardcode_shlibpath_var=$hardcode_shlibpath_var 2166 2167 # Set to "yes" if building a shared library automatically hardcodes DIR 2168 # into the library and all subsequent libraries and executables linked 2169 # against it. 2170 hardcode_automatic=$hardcode_automatic 2171 2172 # Set to yes if linker adds runtime paths of dependent libraries 2173 # to runtime path list. 2174 inherit_rpath=$inherit_rpath 2175 2176 # Whether libtool must link a program against all its dependency libraries. 2177 link_all_deplibs=$link_all_deplibs 2178 2179 # Set to "yes" if exported symbols are required. 2180 always_export_symbols=$always_export_symbols 2181 2182 # The commands to list exported symbols. 2183 export_symbols_cmds=$lt_export_symbols_cmds 2184 2185 # Symbols that should not be listed in the preloaded symbols. 2186 exclude_expsyms=$lt_exclude_expsyms 2187 2188 # Symbols that must always be exported. 2189 include_expsyms=$lt_include_expsyms 2190 2191 # Commands necessary for linking programs (against libraries) with templates. 2192 prelink_cmds=$lt_prelink_cmds 2193 2194 # Commands necessary for finishing linking programs. 2195 postlink_cmds=$lt_postlink_cmds 2196 2197 # Specify filename containing input files. 2198 file_list_spec=$lt_file_list_spec 2199 2200 # How to hardcode a shared library path into an executable. 2201 hardcode_action=$hardcode_action 2202 2203 # ### END LIBTOOL CONFIG 2204 2205 _LT_EOF 2206 2207 cat <<'_LT_EOF' >> "$cfgfile" 2208 2209 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE 2210 2211 # func_munge_path_list VARIABLE PATH 2212 # ----------------------------------- 2213 # VARIABLE is name of variable containing _space_ separated list of 2214 # directories to be munged by the contents of PATH, which is string 2215 # having a format: 2216 # "DIR[:DIR]:" 2217 # string "DIR[ DIR]" will be prepended to VARIABLE 2218 # ":DIR[:DIR]" 2219 # string "DIR[ DIR]" will be appended to VARIABLE 2220 # "DIRP[:DIRP]::[DIRA:]DIRA" 2221 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string 2222 # "DIRA[ DIRA]" will be appended to VARIABLE 2223 # "DIR[:DIR]" 2224 # VARIABLE will be replaced by "DIR[ DIR]" 2225 func_munge_path_list () 2226 { 2227 case x$2 in 2228 x) 2229 ;; 2230 *:) 2231 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" 2232 ;; 2233 x:*) 2234 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" 2235 ;; 2236 *::*) 2237 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" 2238 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" 2239 ;; 2240 *) 2241 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" 2242 ;; 2243 esac 2244 } 2245 2246 2247 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. 2248 func_cc_basename () 2249 { 2250 for cc_temp in $*""; do 2251 case $cc_temp in 2252 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 2253 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 2254 \-*) ;; 2255 *) break;; 2256 esac 2257 done 2258 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` 2259 } 2260 2261 2262 # ### END FUNCTIONS SHARED WITH CONFIGURE 2263 2264 _LT_EOF 2265 2266 case $host_os in 2267 aix3*) 2268 cat <<\_LT_EOF >> "$cfgfile" 2269 # AIX sometimes has problems with the GCC collect2 program. For some 2270 # reason, if we set the COLLECT_NAMES environment variable, the problems 2271 # vanish in a puff of smoke. 2272 if test set != "${COLLECT_NAMES+set}"; then 2273 COLLECT_NAMES= 2274 export COLLECT_NAMES 2275 fi 2276 _LT_EOF 2277 ;; 2278 esac 2279 2280 2281 2282 ltmain=$ac_aux_dir/ltmain.sh 2283 2284 2285 # We use sed instead of cat because bash on DJGPP gets confused if 2286 # if finds mixed CR/LF and LF-only lines. Since sed operates in 2287 # text mode, it properly converts lines to CR/LF. This bash problem 2288 # is reportedly fixed, but why not run on old versions too? 2289 $SED '$q' "$ltmain" >> "$cfgfile" \ 2290 || (rm -f "$cfgfile"; exit 1) 2291 2292 mv -f "$cfgfile" "$ofile" || 2293 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 2294 chmod +x "$ofile" 2295 2296 2297 cat <<_LT_EOF >> "$ofile" 2298 2299 # ### BEGIN LIBTOOL TAG CONFIG: RC 2300 2301 # The linker used to build libraries. 2302 LD=$lt_LD_RC 2303 2304 # How to create reloadable object files. 2305 reload_flag=$lt_reload_flag_RC 2306 reload_cmds=$lt_reload_cmds_RC 2307 2308 # Commands used to build an old-style archive. 2309 old_archive_cmds=$lt_old_archive_cmds_RC 2310 2311 # A language specific compiler. 2312 CC=$lt_compiler_RC 2313 2314 # Is the compiler the GNU compiler? 2315 with_gcc=$GCC_RC 2316 2317 # Compiler flag to turn off builtin functions. 2318 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC 2319 2320 # Additional compiler flags for building library objects. 2321 pic_flag=$lt_lt_prog_compiler_pic_RC 2322 2323 # How to pass a linker flag through the compiler. 2324 wl=$lt_lt_prog_compiler_wl_RC 2325 2326 # Compiler flag to prevent dynamic linking. 2327 link_static_flag=$lt_lt_prog_compiler_static_RC 2328 2329 # Does compiler simultaneously support -c and -o options? 2330 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC 2331 2332 # Whether or not to add -lc for building shared libraries. 2333 build_libtool_need_lc=$archive_cmds_need_lc_RC 2334 2335 # Whether or not to disallow shared libs when runtime libs are static. 2336 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC 2337 2338 # Compiler flag to allow reflexive dlopens. 2339 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC 2340 2341 # Compiler flag to generate shared objects directly from archives. 2342 whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC 2343 2344 # Whether the compiler copes with passing no objects directly. 2345 compiler_needs_object=$lt_compiler_needs_object_RC 2346 2347 # Create an old-style archive from a shared archive. 2348 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC 2349 2350 # Create a temporary old-style archive to link instead of a shared archive. 2351 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC 2352 2353 # Commands used to build a shared archive. 2354 archive_cmds=$lt_archive_cmds_RC 2355 archive_expsym_cmds=$lt_archive_expsym_cmds_RC 2356 2357 # Commands used to build a loadable module if different from building 2358 # a shared archive. 2359 module_cmds=$lt_module_cmds_RC 2360 module_expsym_cmds=$lt_module_expsym_cmds_RC 2361 2362 # Whether we are building with GNU ld or not. 2363 with_gnu_ld=$lt_with_gnu_ld_RC 2364 2365 # Flag that allows shared libraries with undefined symbols to be built. 2366 allow_undefined_flag=$lt_allow_undefined_flag_RC 2367 2368 # Flag that enforces no undefined symbols. 2369 no_undefined_flag=$lt_no_undefined_flag_RC 2370 2371 # Flag to hardcode \$libdir into a binary during linking. 2372 # This must work even if \$libdir does not exist 2373 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC 2374 2375 # Whether we need a single "-rpath" flag with a separated argument. 2376 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC 2377 2378 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 2379 # DIR into the resulting binary. 2380 hardcode_direct=$hardcode_direct_RC 2381 2382 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes 2383 # DIR into the resulting binary and the resulting library dependency is 2384 # "absolute",i.e impossible to change by setting \$shlibpath_var if the 2385 # library is relocated. 2386 hardcode_direct_absolute=$hardcode_direct_absolute_RC 2387 2388 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR 2389 # into the resulting binary. 2390 hardcode_minus_L=$hardcode_minus_L_RC 2391 2392 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR 2393 # into the resulting binary. 2394 hardcode_shlibpath_var=$hardcode_shlibpath_var_RC 2395 2396 # Set to "yes" if building a shared library automatically hardcodes DIR 2397 # into the library and all subsequent libraries and executables linked 2398 # against it. 2399 hardcode_automatic=$hardcode_automatic_RC 2400 2401 # Set to yes if linker adds runtime paths of dependent libraries 2402 # to runtime path list. 2403 inherit_rpath=$inherit_rpath_RC 2404 2405 # Whether libtool must link a program against all its dependency libraries. 2406 link_all_deplibs=$link_all_deplibs_RC 2407 2408 # Set to "yes" if exported symbols are required. 2409 always_export_symbols=$always_export_symbols_RC 2410 2411 # The commands to list exported symbols. 2412 export_symbols_cmds=$lt_export_symbols_cmds_RC 2413 2414 # Symbols that should not be listed in the preloaded symbols. 2415 exclude_expsyms=$lt_exclude_expsyms_RC 2416 2417 # Symbols that must always be exported. 2418 include_expsyms=$lt_include_expsyms_RC 2419 2420 # Commands necessary for linking programs (against libraries) with templates. 2421 prelink_cmds=$lt_prelink_cmds_RC 2422 2423 # Commands necessary for finishing linking programs. 2424 postlink_cmds=$lt_postlink_cmds_RC 2425 2426 # Specify filename containing input files. 2427 file_list_spec=$lt_file_list_spec_RC 2428 2429 # How to hardcode a shared library path into an executable. 2430 hardcode_action=$hardcode_action_RC 2431 2432 # ### END LIBTOOL TAG CONFIG: RC 2433 _LT_EOF 2434 2435 ;; 2436 2437 esac 2438 done # for ac_tag 2439 2440 2441 as_fn_exit 0