1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for font-bh-type1 1.0.4. 4 # 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>. 6 # 7 # 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 9 # Inc. 10 # 11 # 12 # This configure script is free software; the Free Software Foundation 13 # gives unlimited permission to copy, distribute and modify it. 14 ## -------------------- ## 15 ## M4sh Initialization. ## 16 ## -------------------- ## 17 18 # Be more Bourne compatible 19 DUALCASE=1; export DUALCASE # for MKS sh 20 as_nop=: 21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 22 then : 23 emulate sh 24 NULLCMD=: 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26 # is contrary to our usage. Disable this feature. 27 alias -g '${1+"$@"}'='"$@"' 28 setopt NO_GLOB_SUBST 29 else $as_nop 30 case `(set -o) 2>/dev/null` in #( 31 *posix*) : 32 set -o posix ;; #( 33 *) : 34 ;; 35 esac 36 fi 37 38 39 40 # Reset variables that may have inherited troublesome values from 41 # the environment. 42 43 # IFS needs to be set, to space, tab, and newline, in precisely that order. 44 # (If _AS_PATH_WALK were called with IFS unset, it would have the 45 # side effect of setting IFS to empty, thus disabling word splitting.) 46 # Quoting is to prevent editors from complaining about space-tab. 47 as_nl=' 48 ' 49 export as_nl 50 IFS=" "" $as_nl" 51 52 PS1='$ ' 53 PS2='> ' 54 PS4='+ ' 55 56 # Ensure predictable behavior from utilities with locale-dependent output. 57 LC_ALL=C 58 export LC_ALL 59 LANGUAGE=C 60 export LANGUAGE 61 62 # We cannot yet rely on "unset" to work, but we need these variables 63 # to be unset--not just set to an empty or harmless value--now, to 64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 65 # also avoids known problems related to "unset" and subshell syntax 66 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 67 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 68 do eval test \${$as_var+y} \ 69 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 70 done 71 72 # Ensure that fds 0, 1, and 2 are open. 73 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 74 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 75 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi 76 77 # The user is always right. 78 if ${PATH_SEPARATOR+false} :; then 79 PATH_SEPARATOR=: 80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 82 PATH_SEPARATOR=';' 83 } 84 fi 85 86 87 # Find who we are. Look in the path if we contain no directory separator. 88 as_myself= 89 case $0 in #(( 90 *[\\/]* ) as_myself=$0 ;; 91 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 92 for as_dir in $PATH 93 do 94 IFS=$as_save_IFS 95 case $as_dir in #((( 96 '') as_dir=./ ;; 97 */) ;; 98 *) as_dir=$as_dir/ ;; 99 esac 100 test -r "$as_dir$0" && as_myself=$as_dir$0 && break 101 done 102 IFS=$as_save_IFS 103 104 ;; 105 esac 106 # We did not find ourselves, most probably we were run as `sh COMMAND' 107 # in which case we are not to be found in the path. 108 if test "x$as_myself" = x; then 109 as_myself=$0 110 fi 111 if test ! -f "$as_myself"; then 112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 113 exit 1 114 fi 115 116 117 # Use a proper internal environment variable to ensure we don't fall 118 # into an infinite loop, continuously re-executing ourselves. 119 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 120 _as_can_reexec=no; export _as_can_reexec; 121 # We cannot yet assume a decent shell, so we have to provide a 122 # neutralization value for shells without unset; and this also 123 # works around shells that cannot unset nonexistent variables. 124 # Preserve -v and -x to the replacement shell. 125 BASH_ENV=/dev/null 126 ENV=/dev/null 127 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 128 case $- in # (((( 129 *v*x* | *x*v* ) as_opts=-vx ;; 130 *v* ) as_opts=-v ;; 131 *x* ) as_opts=-x ;; 132 * ) as_opts= ;; 133 esac 134 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 135 # Admittedly, this is quite paranoid, since all the known shells bail 136 # out after a failed `exec'. 137 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 138 exit 255 139 fi 140 # We don't want this to propagate to other subprocesses. 141 { _as_can_reexec=; unset _as_can_reexec;} 142 if test "x$CONFIG_SHELL" = x; then 143 as_bourne_compatible="as_nop=: 144 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 145 then : 146 emulate sh 147 NULLCMD=: 148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 149 # is contrary to our usage. Disable this feature. 150 alias -g '\${1+\"\$@\"}'='\"\$@\"' 151 setopt NO_GLOB_SUBST 152 else \$as_nop 153 case \`(set -o) 2>/dev/null\` in #( 154 *posix*) : 155 set -o posix ;; #( 156 *) : 157 ;; 158 esac 159 fi 160 " 161 as_required="as_fn_return () { (exit \$1); } 162 as_fn_success () { as_fn_return 0; } 163 as_fn_failure () { as_fn_return 1; } 164 as_fn_ret_success () { return 0; } 165 as_fn_ret_failure () { return 1; } 166 167 exitcode=0 168 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 169 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 170 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 171 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 172 if ( set x; as_fn_ret_success y && test x = \"\$1\" ) 173 then : 174 175 else \$as_nop 176 exitcode=1; echo positional parameters were not saved. 177 fi 178 test x\$exitcode = x0 || exit 1 179 blah=\$(echo \$(echo blah)) 180 test x\"\$blah\" = xblah || exit 1 181 test -x / || exit 1" 182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 186 test \$(( 1 + 1 )) = 2 || exit 1" 187 if (eval "$as_required") 2>/dev/null 188 then : 189 as_have_required=yes 190 else $as_nop 191 as_have_required=no 192 fi 193 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null 194 then : 195 196 else $as_nop 197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 198 as_found=false 199 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 200 do 201 IFS=$as_save_IFS 202 case $as_dir in #((( 203 '') as_dir=./ ;; 204 */) ;; 205 *) as_dir=$as_dir/ ;; 206 esac 207 as_found=: 208 case $as_dir in #( 209 /*) 210 for as_base in sh bash ksh sh5; do 211 # Try only shells that exist, to save several forks. 212 as_shell=$as_dir$as_base 213 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 214 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null 215 then : 216 CONFIG_SHELL=$as_shell as_have_required=yes 217 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null 218 then : 219 break 2 220 fi 221 fi 222 done;; 223 esac 224 as_found=false 225 done 226 IFS=$as_save_IFS 227 if $as_found 228 then : 229 230 else $as_nop 231 if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 232 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null 233 then : 234 CONFIG_SHELL=$SHELL as_have_required=yes 235 fi 236 fi 237 238 239 if test "x$CONFIG_SHELL" != x 240 then : 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 260 fi 261 262 if test x$as_have_required = xno 263 then : 264 printf "%s\n" "$0: This script requires a shell more modern than all" 265 printf "%s\n" "$0: the shells that I found on your system." 266 if test ${ZSH_VERSION+y} ; then 267 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" 268 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." 269 else 270 printf "%s\n" "$0: Please tell bug-autoconf (at] gnu.org and 271 $0: https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues 272 $0: about your system, including any error possibly output 273 $0: before this message. Then install a modern shell, or 274 $0: manually run the script under such a shell if you do 275 $0: have one." 276 fi 277 exit 1 278 fi 279 fi 280 fi 281 SHELL=${CONFIG_SHELL-/bin/sh} 282 export SHELL 283 # Unset more variables known to interfere with behavior of common tools. 284 CLICOLOR_FORCE= GREP_OPTIONS= 285 unset CLICOLOR_FORCE GREP_OPTIONS 286 287 ## --------------------- ## 288 ## M4sh Shell Functions. ## 289 ## --------------------- ## 290 # as_fn_unset VAR 291 # --------------- 292 # Portably unset VAR. 293 as_fn_unset () 294 { 295 { eval $1=; unset $1;} 296 } 297 as_unset=as_fn_unset 298 299 300 # as_fn_set_status STATUS 301 # ----------------------- 302 # Set $? to STATUS, without forking. 303 as_fn_set_status () 304 { 305 return $1 306 } # as_fn_set_status 307 308 # as_fn_exit STATUS 309 # ----------------- 310 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 311 as_fn_exit () 312 { 313 set +e 314 as_fn_set_status $1 315 exit $1 316 } # as_fn_exit 317 # as_fn_nop 318 # --------- 319 # Do nothing but, unlike ":", preserve the value of $?. 320 as_fn_nop () 321 { 322 return $? 323 } 324 as_nop=as_fn_nop 325 326 # as_fn_mkdir_p 327 # ------------- 328 # Create "$as_dir" as a directory, including parents if necessary. 329 as_fn_mkdir_p () 330 { 331 332 case $as_dir in #( 333 -*) as_dir=./$as_dir;; 334 esac 335 test -d "$as_dir" || eval $as_mkdir_p || { 336 as_dirs= 337 while :; do 338 case $as_dir in #( 339 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 340 *) as_qdir=$as_dir;; 341 esac 342 as_dirs="'$as_qdir' $as_dirs" 343 as_dir=`$as_dirname -- "$as_dir" || 344 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 345 X"$as_dir" : 'X\(//\)[^/]' \| \ 346 X"$as_dir" : 'X\(//\)$' \| \ 347 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 348 printf "%s\n" X"$as_dir" | 349 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 350 s//\1/ 351 q 352 } 353 /^X\(\/\/\)[^/].*/{ 354 s//\1/ 355 q 356 } 357 /^X\(\/\/\)$/{ 358 s//\1/ 359 q 360 } 361 /^X\(\/\).*/{ 362 s//\1/ 363 q 364 } 365 s/.*/./; q'` 366 test -d "$as_dir" && break 367 done 368 test -z "$as_dirs" || eval "mkdir $as_dirs" 369 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 370 371 372 } # as_fn_mkdir_p 373 374 # as_fn_executable_p FILE 375 # ----------------------- 376 # Test if FILE is an executable regular file. 377 as_fn_executable_p () 378 { 379 test -f "$1" && test -x "$1" 380 } # as_fn_executable_p 381 # as_fn_append VAR VALUE 382 # ---------------------- 383 # Append the text in VALUE to the end of the definition contained in VAR. Take 384 # advantage of any shell optimizations that allow amortized linear growth over 385 # repeated appends, instead of the typical quadratic growth present in naive 386 # implementations. 387 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 388 then : 389 eval 'as_fn_append () 390 { 391 eval $1+=\$2 392 }' 393 else $as_nop 394 as_fn_append () 395 { 396 eval $1=\$$1\$2 397 } 398 fi # as_fn_append 399 400 # as_fn_arith ARG... 401 # ------------------ 402 # Perform arithmetic evaluation on the ARGs, and store the result in the 403 # global $as_val. Take advantage of shells that can avoid forks. The arguments 404 # must be portable across $(()) and expr. 405 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 406 then : 407 eval 'as_fn_arith () 408 { 409 as_val=$(( $* )) 410 }' 411 else $as_nop 412 as_fn_arith () 413 { 414 as_val=`expr "$@" || test $? -eq 1` 415 } 416 fi # as_fn_arith 417 418 # as_fn_nop 419 # --------- 420 # Do nothing but, unlike ":", preserve the value of $?. 421 as_fn_nop () 422 { 423 return $? 424 } 425 as_nop=as_fn_nop 426 427 # as_fn_error STATUS ERROR [LINENO LOG_FD] 428 # ---------------------------------------- 429 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 430 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 431 # script with STATUS, using 1 if that was 0. 432 as_fn_error () 433 { 434 as_status=$1; test $as_status -eq 0 && as_status=1 435 if test "$4"; then 436 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 437 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 438 fi 439 printf "%s\n" "$as_me: error: $2" >&2 440 as_fn_exit $as_status 441 } # as_fn_error 442 443 if expr a : '\(a\)' >/dev/null 2>&1 && 444 test "X`expr 00001 : '.*\(...\)'`" = X001; then 445 as_expr=expr 446 else 447 as_expr=false 448 fi 449 450 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 451 as_basename=basename 452 else 453 as_basename=false 454 fi 455 456 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 457 as_dirname=dirname 458 else 459 as_dirname=false 460 fi 461 462 as_me=`$as_basename -- "$0" || 463 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 464 X"$0" : 'X\(//\)$' \| \ 465 X"$0" : 'X\(/\)' \| . 2>/dev/null || 466 printf "%s\n" X/"$0" | 467 sed '/^.*\/\([^/][^/]*\)\/*$/{ 468 s//\1/ 469 q 470 } 471 /^X\/\(\/\/\)$/{ 472 s//\1/ 473 q 474 } 475 /^X\/\(\/\).*/{ 476 s//\1/ 477 q 478 } 479 s/.*/./; q'` 480 481 # Avoid depending upon Character Ranges. 482 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 483 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 484 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 485 as_cr_digits='0123456789' 486 as_cr_alnum=$as_cr_Letters$as_cr_digits 487 488 489 as_lineno_1=$LINENO as_lineno_1a=$LINENO 490 as_lineno_2=$LINENO as_lineno_2a=$LINENO 491 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 492 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 493 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 494 sed -n ' 495 p 496 /[$]LINENO/= 497 ' <$as_myself | 498 sed ' 499 s/[$]LINENO.*/&-/ 500 t lineno 501 b 502 :lineno 503 N 504 :loop 505 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 506 t loop 507 s/-\n.*// 508 ' >$as_me.lineno && 509 chmod +x "$as_me.lineno" || 510 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 511 512 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 513 # already done that, so ensure we don't try to do so again and fall 514 # in an infinite loop. This has already happened in practice. 515 _as_can_reexec=no; export _as_can_reexec 516 # Don't try to exec as it changes $[0], causing all sort of problems 517 # (the dirname of $[0] is not the place where we might find the 518 # original and so on. Autoconf is especially sensitive to this). 519 . "./$as_me.lineno" 520 # Exit status is that of the last command. 521 exit 522 } 523 524 525 # Determine whether it's possible to make 'echo' print without a newline. 526 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed 527 # for compatibility with existing Makefiles. 528 ECHO_C= ECHO_N= ECHO_T= 529 case `echo -n x` in #((((( 530 -n*) 531 case `echo 'xy\c'` in 532 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 533 xy) ECHO_C='\c';; 534 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 535 ECHO_T=' ';; 536 esac;; 537 *) 538 ECHO_N='-n';; 539 esac 540 541 # For backward compatibility with old third-party macros, we provide 542 # the shell variables $as_echo and $as_echo_n. New code should use 543 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 544 as_echo='printf %s\n' 545 as_echo_n='printf %s' 546 547 548 rm -f conf$$ conf$$.exe conf$$.file 549 if test -d conf$$.dir; then 550 rm -f conf$$.dir/conf$$.file 551 else 552 rm -f conf$$.dir 553 mkdir conf$$.dir 2>/dev/null 554 fi 555 if (echo >conf$$.file) 2>/dev/null; then 556 if ln -s conf$$.file conf$$ 2>/dev/null; then 557 as_ln_s='ln -s' 558 # ... but there are two gotchas: 559 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 560 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 561 # In both cases, we have to default to `cp -pR'. 562 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 563 as_ln_s='cp -pR' 564 elif ln conf$$.file conf$$ 2>/dev/null; then 565 as_ln_s=ln 566 else 567 as_ln_s='cp -pR' 568 fi 569 else 570 as_ln_s='cp -pR' 571 fi 572 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 573 rmdir conf$$.dir 2>/dev/null 574 575 if mkdir -p . 2>/dev/null; then 576 as_mkdir_p='mkdir -p "$as_dir"' 577 else 578 test -d ./-p && rmdir ./-p 579 as_mkdir_p=false 580 fi 581 582 as_test_x='test -x' 583 as_executable_p=as_fn_executable_p 584 585 # Sed expression to map a string onto a valid CPP name. 586 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 587 588 # Sed expression to map a string onto a valid variable name. 589 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 590 591 592 test -n "$DJDIR" || exec 7<&0 </dev/null 593 exec 6>&1 594 595 # Name of the host. 596 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 597 # so uname gets run too. 598 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 599 600 # 601 # Initializations. 602 # 603 ac_default_prefix=/usr/local 604 ac_clean_files= 605 ac_config_libobj_dir=. 606 LIBOBJS= 607 cross_compiling=no 608 subdirs= 609 MFLAGS= 610 MAKEFLAGS= 611 612 # Identity of this package. 613 PACKAGE_NAME='font-bh-type1' 614 PACKAGE_TARNAME='font-bh-type1' 615 PACKAGE_VERSION='1.0.4' 616 PACKAGE_STRING='font-bh-type1 1.0.4' 617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues' 618 PACKAGE_URL='' 619 620 ac_subst_vars='LTLIBOBJS 621 LIBOBJS 622 MKFONTSCALE 623 MKFONTDIR 624 RUN_FCCACHE 625 FCCACHE 626 FONTDIR 627 FONTROOTDIR 628 MAN_SUBSTS 629 XORG_MAN_PAGE 630 ADMIN_MAN_DIR 631 DRIVER_MAN_DIR 632 MISC_MAN_DIR 633 FILE_MAN_DIR 634 LIB_MAN_DIR 635 APP_MAN_DIR 636 ADMIN_MAN_SUFFIX 637 DRIVER_MAN_SUFFIX 638 MISC_MAN_SUFFIX 639 FILE_MAN_SUFFIX 640 LIB_MAN_SUFFIX 641 APP_MAN_SUFFIX 642 SED 643 host_os 644 host_vendor 645 host_cpu 646 host 647 build_os 648 build_vendor 649 build_cpu 650 build 651 INSTALL_CMD 652 PKG_CONFIG_LIBDIR 653 PKG_CONFIG_PATH 654 PKG_CONFIG 655 CHANGELOG_CMD 656 AM_BACKSLASH 657 AM_DEFAULT_VERBOSITY 658 AM_DEFAULT_V 659 AM_V 660 CSCOPE 661 ETAGS 662 CTAGS 663 am__untar 664 am__tar 665 AMTAR 666 am__leading_dot 667 SET_MAKE 668 AWK 669 mkdir_p 670 MKDIR_P 671 INSTALL_STRIP_PROGRAM 672 STRIP 673 install_sh 674 MAKEINFO 675 AUTOHEADER 676 AUTOMAKE 677 AUTOCONF 678 ACLOCAL 679 VERSION 680 PACKAGE 681 CYGPATH_W 682 am__isrc 683 INSTALL_DATA 684 INSTALL_SCRIPT 685 INSTALL_PROGRAM 686 target_alias 687 host_alias 688 build_alias 689 LIBS 690 ECHO_T 691 ECHO_N 692 ECHO_C 693 DEFS 694 mandir 695 localedir 696 libdir 697 psdir 698 pdfdir 699 dvidir 700 htmldir 701 infodir 702 docdir 703 oldincludedir 704 includedir 705 runstatedir 706 localstatedir 707 sharedstatedir 708 sysconfdir 709 datadir 710 datarootdir 711 libexecdir 712 sbindir 713 bindir 714 program_transform_name 715 prefix 716 exec_prefix 717 PACKAGE_URL 718 PACKAGE_BUGREPORT 719 PACKAGE_STRING 720 PACKAGE_VERSION 721 PACKAGE_TARNAME 722 PACKAGE_NAME 723 PATH_SEPARATOR 724 SHELL' 725 ac_subst_files='' 726 ac_user_opts=' 727 enable_option_checking 728 enable_silent_rules 729 with_fontrootdir 730 with_fontdir 731 ' 732 ac_precious_vars='build_alias 733 host_alias 734 target_alias 735 PKG_CONFIG 736 PKG_CONFIG_PATH 737 PKG_CONFIG_LIBDIR' 738 739 740 # Initialize some variables set by options. 741 ac_init_help= 742 ac_init_version=false 743 ac_unrecognized_opts= 744 ac_unrecognized_sep= 745 # The variables have the same names as the options, with 746 # dashes changed to underlines. 747 cache_file=/dev/null 748 exec_prefix=NONE 749 no_create= 750 no_recursion= 751 prefix=NONE 752 program_prefix=NONE 753 program_suffix=NONE 754 program_transform_name=s,x,x, 755 silent= 756 site= 757 srcdir= 758 verbose= 759 x_includes=NONE 760 x_libraries=NONE 761 762 # Installation directory options. 763 # These are left unexpanded so users can "make install exec_prefix=/foo" 764 # and all the variables that are supposed to be based on exec_prefix 765 # by default will actually change. 766 # Use braces instead of parens because sh, perl, etc. also accept them. 767 # (The list follows the same order as the GNU Coding Standards.) 768 bindir='${exec_prefix}/bin' 769 sbindir='${exec_prefix}/sbin' 770 libexecdir='${exec_prefix}/libexec' 771 datarootdir='${prefix}/share' 772 datadir='${datarootdir}' 773 sysconfdir='${prefix}/etc' 774 sharedstatedir='${prefix}/com' 775 localstatedir='${prefix}/var' 776 runstatedir='${localstatedir}/run' 777 includedir='${prefix}/include' 778 oldincludedir='/usr/include' 779 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 780 infodir='${datarootdir}/info' 781 htmldir='${docdir}' 782 dvidir='${docdir}' 783 pdfdir='${docdir}' 784 psdir='${docdir}' 785 libdir='${exec_prefix}/lib' 786 localedir='${datarootdir}/locale' 787 mandir='${datarootdir}/man' 788 789 ac_prev= 790 ac_dashdash= 791 for ac_option 792 do 793 # If the previous option needs an argument, assign it. 794 if test -n "$ac_prev"; then 795 eval $ac_prev=\$ac_option 796 ac_prev= 797 continue 798 fi 799 800 case $ac_option in 801 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 802 *=) ac_optarg= ;; 803 *) ac_optarg=yes ;; 804 esac 805 806 case $ac_dashdash$ac_option in 807 --) 808 ac_dashdash=yes ;; 809 810 -bindir | --bindir | --bindi | --bind | --bin | --bi) 811 ac_prev=bindir ;; 812 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 813 bindir=$ac_optarg ;; 814 815 -build | --build | --buil | --bui | --bu) 816 ac_prev=build_alias ;; 817 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 818 build_alias=$ac_optarg ;; 819 820 -cache-file | --cache-file | --cache-fil | --cache-fi \ 821 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 822 ac_prev=cache_file ;; 823 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 824 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 825 cache_file=$ac_optarg ;; 826 827 --config-cache | -C) 828 cache_file=config.cache ;; 829 830 -datadir | --datadir | --datadi | --datad) 831 ac_prev=datadir ;; 832 -datadir=* | --datadir=* | --datadi=* | --datad=*) 833 datadir=$ac_optarg ;; 834 835 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 836 | --dataroo | --dataro | --datar) 837 ac_prev=datarootdir ;; 838 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 839 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 840 datarootdir=$ac_optarg ;; 841 842 -disable-* | --disable-*) 843 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 844 # Reject names that are not valid shell variable names. 845 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 846 as_fn_error $? "invalid feature name: \`$ac_useropt'" 847 ac_useropt_orig=$ac_useropt 848 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 849 case $ac_user_opts in 850 *" 851 "enable_$ac_useropt" 852 "*) ;; 853 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 854 ac_unrecognized_sep=', ';; 855 esac 856 eval enable_$ac_useropt=no ;; 857 858 -docdir | --docdir | --docdi | --doc | --do) 859 ac_prev=docdir ;; 860 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 861 docdir=$ac_optarg ;; 862 863 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 864 ac_prev=dvidir ;; 865 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 866 dvidir=$ac_optarg ;; 867 868 -enable-* | --enable-*) 869 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 870 # Reject names that are not valid shell variable names. 871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 872 as_fn_error $? "invalid feature name: \`$ac_useropt'" 873 ac_useropt_orig=$ac_useropt 874 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 875 case $ac_user_opts in 876 *" 877 "enable_$ac_useropt" 878 "*) ;; 879 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 880 ac_unrecognized_sep=', ';; 881 esac 882 eval enable_$ac_useropt=\$ac_optarg ;; 883 884 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 885 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 886 | --exec | --exe | --ex) 887 ac_prev=exec_prefix ;; 888 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 889 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 890 | --exec=* | --exe=* | --ex=*) 891 exec_prefix=$ac_optarg ;; 892 893 -gas | --gas | --ga | --g) 894 # Obsolete; use --with-gas. 895 with_gas=yes ;; 896 897 -help | --help | --hel | --he | -h) 898 ac_init_help=long ;; 899 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 900 ac_init_help=recursive ;; 901 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 902 ac_init_help=short ;; 903 904 -host | --host | --hos | --ho) 905 ac_prev=host_alias ;; 906 -host=* | --host=* | --hos=* | --ho=*) 907 host_alias=$ac_optarg ;; 908 909 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 910 ac_prev=htmldir ;; 911 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 912 | --ht=*) 913 htmldir=$ac_optarg ;; 914 915 -includedir | --includedir | --includedi | --included | --include \ 916 | --includ | --inclu | --incl | --inc) 917 ac_prev=includedir ;; 918 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 919 | --includ=* | --inclu=* | --incl=* | --inc=*) 920 includedir=$ac_optarg ;; 921 922 -infodir | --infodir | --infodi | --infod | --info | --inf) 923 ac_prev=infodir ;; 924 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 925 infodir=$ac_optarg ;; 926 927 -libdir | --libdir | --libdi | --libd) 928 ac_prev=libdir ;; 929 -libdir=* | --libdir=* | --libdi=* | --libd=*) 930 libdir=$ac_optarg ;; 931 932 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 933 | --libexe | --libex | --libe) 934 ac_prev=libexecdir ;; 935 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 936 | --libexe=* | --libex=* | --libe=*) 937 libexecdir=$ac_optarg ;; 938 939 -localedir | --localedir | --localedi | --localed | --locale) 940 ac_prev=localedir ;; 941 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 942 localedir=$ac_optarg ;; 943 944 -localstatedir | --localstatedir | --localstatedi | --localstated \ 945 | --localstate | --localstat | --localsta | --localst | --locals) 946 ac_prev=localstatedir ;; 947 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 948 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 949 localstatedir=$ac_optarg ;; 950 951 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 952 ac_prev=mandir ;; 953 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 954 mandir=$ac_optarg ;; 955 956 -nfp | --nfp | --nf) 957 # Obsolete; use --without-fp. 958 with_fp=no ;; 959 960 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 961 | --no-cr | --no-c | -n) 962 no_create=yes ;; 963 964 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 965 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 966 no_recursion=yes ;; 967 968 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 969 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 970 | --oldin | --oldi | --old | --ol | --o) 971 ac_prev=oldincludedir ;; 972 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 973 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 974 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 975 oldincludedir=$ac_optarg ;; 976 977 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 978 ac_prev=prefix ;; 979 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 980 prefix=$ac_optarg ;; 981 982 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 983 | --program-pre | --program-pr | --program-p) 984 ac_prev=program_prefix ;; 985 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 986 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 987 program_prefix=$ac_optarg ;; 988 989 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 990 | --program-suf | --program-su | --program-s) 991 ac_prev=program_suffix ;; 992 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 993 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 994 program_suffix=$ac_optarg ;; 995 996 -program-transform-name | --program-transform-name \ 997 | --program-transform-nam | --program-transform-na \ 998 | --program-transform-n | --program-transform- \ 999 | --program-transform | --program-transfor \ 1000 | --program-transfo | --program-transf \ 1001 | --program-trans | --program-tran \ 1002 | --progr-tra | --program-tr | --program-t) 1003 ac_prev=program_transform_name ;; 1004 -program-transform-name=* | --program-transform-name=* \ 1005 | --program-transform-nam=* | --program-transform-na=* \ 1006 | --program-transform-n=* | --program-transform-=* \ 1007 | --program-transform=* | --program-transfor=* \ 1008 | --program-transfo=* | --program-transf=* \ 1009 | --program-trans=* | --program-tran=* \ 1010 | --progr-tra=* | --program-tr=* | --program-t=*) 1011 program_transform_name=$ac_optarg ;; 1012 1013 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1014 ac_prev=pdfdir ;; 1015 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1016 pdfdir=$ac_optarg ;; 1017 1018 -psdir | --psdir | --psdi | --psd | --ps) 1019 ac_prev=psdir ;; 1020 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1021 psdir=$ac_optarg ;; 1022 1023 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1024 | -silent | --silent | --silen | --sile | --sil) 1025 silent=yes ;; 1026 1027 -runstatedir | --runstatedir | --runstatedi | --runstated \ 1028 | --runstate | --runstat | --runsta | --runst | --runs \ 1029 | --run | --ru | --r) 1030 ac_prev=runstatedir ;; 1031 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 1032 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 1033 | --run=* | --ru=* | --r=*) 1034 runstatedir=$ac_optarg ;; 1035 1036 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1037 ac_prev=sbindir ;; 1038 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1039 | --sbi=* | --sb=*) 1040 sbindir=$ac_optarg ;; 1041 1042 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1043 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1044 | --sharedst | --shareds | --shared | --share | --shar \ 1045 | --sha | --sh) 1046 ac_prev=sharedstatedir ;; 1047 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1048 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1049 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1050 | --sha=* | --sh=*) 1051 sharedstatedir=$ac_optarg ;; 1052 1053 -site | --site | --sit) 1054 ac_prev=site ;; 1055 -site=* | --site=* | --sit=*) 1056 site=$ac_optarg ;; 1057 1058 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1059 ac_prev=srcdir ;; 1060 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1061 srcdir=$ac_optarg ;; 1062 1063 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1064 | --syscon | --sysco | --sysc | --sys | --sy) 1065 ac_prev=sysconfdir ;; 1066 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1067 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1068 sysconfdir=$ac_optarg ;; 1069 1070 -target | --target | --targe | --targ | --tar | --ta | --t) 1071 ac_prev=target_alias ;; 1072 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1073 target_alias=$ac_optarg ;; 1074 1075 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1076 verbose=yes ;; 1077 1078 -version | --version | --versio | --versi | --vers | -V) 1079 ac_init_version=: ;; 1080 1081 -with-* | --with-*) 1082 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1083 # Reject names that are not valid shell variable names. 1084 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1085 as_fn_error $? "invalid package name: \`$ac_useropt'" 1086 ac_useropt_orig=$ac_useropt 1087 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 1088 case $ac_user_opts in 1089 *" 1090 "with_$ac_useropt" 1091 "*) ;; 1092 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1093 ac_unrecognized_sep=', ';; 1094 esac 1095 eval with_$ac_useropt=\$ac_optarg ;; 1096 1097 -without-* | --without-*) 1098 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1099 # Reject names that are not valid shell variable names. 1100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1101 as_fn_error $? "invalid package name: \`$ac_useropt'" 1102 ac_useropt_orig=$ac_useropt 1103 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 1104 case $ac_user_opts in 1105 *" 1106 "with_$ac_useropt" 1107 "*) ;; 1108 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1109 ac_unrecognized_sep=', ';; 1110 esac 1111 eval with_$ac_useropt=no ;; 1112 1113 --x) 1114 # Obsolete; use --with-x. 1115 with_x=yes ;; 1116 1117 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1118 | --x-incl | --x-inc | --x-in | --x-i) 1119 ac_prev=x_includes ;; 1120 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1121 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1122 x_includes=$ac_optarg ;; 1123 1124 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1125 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1126 ac_prev=x_libraries ;; 1127 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1128 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1129 x_libraries=$ac_optarg ;; 1130 1131 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1132 Try \`$0 --help' for more information" 1133 ;; 1134 1135 *=*) 1136 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1137 # Reject names that are not valid shell variable names. 1138 case $ac_envvar in #( 1139 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1140 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1141 esac 1142 eval $ac_envvar=\$ac_optarg 1143 export $ac_envvar ;; 1144 1145 *) 1146 # FIXME: should be removed in autoconf 3.0. 1147 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 1148 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1149 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 1150 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1151 ;; 1152 1153 esac 1154 done 1155 1156 if test -n "$ac_prev"; then 1157 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1158 as_fn_error $? "missing argument to $ac_option" 1159 fi 1160 1161 if test -n "$ac_unrecognized_opts"; then 1162 case $enable_option_checking in 1163 no) ;; 1164 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1165 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1166 esac 1167 fi 1168 1169 # Check all directory arguments for consistency. 1170 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1171 datadir sysconfdir sharedstatedir localstatedir includedir \ 1172 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1173 libdir localedir mandir runstatedir 1174 do 1175 eval ac_val=\$$ac_var 1176 # Remove trailing slashes. 1177 case $ac_val in 1178 */ ) 1179 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1180 eval $ac_var=\$ac_val;; 1181 esac 1182 # Be sure to have absolute directory names. 1183 case $ac_val in 1184 [\\/$]* | ?:[\\/]* ) continue;; 1185 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1186 esac 1187 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1188 done 1189 1190 # There might be people who depend on the old broken behavior: `$host' 1191 # used to hold the argument of --host etc. 1192 # FIXME: To remove some day. 1193 build=$build_alias 1194 host=$host_alias 1195 target=$target_alias 1196 1197 # FIXME: To remove some day. 1198 if test "x$host_alias" != x; then 1199 if test "x$build_alias" = x; then 1200 cross_compiling=maybe 1201 elif test "x$build_alias" != "x$host_alias"; then 1202 cross_compiling=yes 1203 fi 1204 fi 1205 1206 ac_tool_prefix= 1207 test -n "$host_alias" && ac_tool_prefix=$host_alias- 1208 1209 test "$silent" = yes && exec 6>/dev/null 1210 1211 1212 ac_pwd=`pwd` && test -n "$ac_pwd" && 1213 ac_ls_di=`ls -di .` && 1214 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1215 as_fn_error $? "working directory cannot be determined" 1216 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1217 as_fn_error $? "pwd does not report name of working directory" 1218 1219 1220 # Find the source files, if location was not specified. 1221 if test -z "$srcdir"; then 1222 ac_srcdir_defaulted=yes 1223 # Try the directory containing this script, then the parent directory. 1224 ac_confdir=`$as_dirname -- "$as_myself" || 1225 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1226 X"$as_myself" : 'X\(//\)[^/]' \| \ 1227 X"$as_myself" : 'X\(//\)$' \| \ 1228 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1229 printf "%s\n" X"$as_myself" | 1230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1231 s//\1/ 1232 q 1233 } 1234 /^X\(\/\/\)[^/].*/{ 1235 s//\1/ 1236 q 1237 } 1238 /^X\(\/\/\)$/{ 1239 s//\1/ 1240 q 1241 } 1242 /^X\(\/\).*/{ 1243 s//\1/ 1244 q 1245 } 1246 s/.*/./; q'` 1247 srcdir=$ac_confdir 1248 if test ! -r "$srcdir/$ac_unique_file"; then 1249 srcdir=.. 1250 fi 1251 else 1252 ac_srcdir_defaulted=no 1253 fi 1254 if test ! -r "$srcdir/$ac_unique_file"; then 1255 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1256 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1257 fi 1258 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1259 ac_abs_confdir=`( 1260 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1261 pwd)` 1262 # When building in place, set srcdir=. 1263 if test "$ac_abs_confdir" = "$ac_pwd"; then 1264 srcdir=. 1265 fi 1266 # Remove unnecessary trailing slashes from srcdir. 1267 # Double slashes in file names in object file debugging info 1268 # mess up M-x gdb in Emacs. 1269 case $srcdir in 1270 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1271 esac 1272 for ac_var in $ac_precious_vars; do 1273 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1274 eval ac_env_${ac_var}_value=\$${ac_var} 1275 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1276 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1277 done 1278 1279 # 1280 # Report the --help message. 1281 # 1282 if test "$ac_init_help" = "long"; then 1283 # Omit some internal or obsolete options to make the list less imposing. 1284 # This message is too long to be a string in the A/UX 3.1 sh. 1285 cat <<_ACEOF 1286 \`configure' configures font-bh-type1 1.0.4 to adapt to many kinds of systems. 1287 1288 Usage: $0 [OPTION]... [VAR=VALUE]... 1289 1290 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1291 VAR=VALUE. See below for descriptions of some of the useful variables. 1292 1293 Defaults for the options are specified in brackets. 1294 1295 Configuration: 1296 -h, --help display this help and exit 1297 --help=short display options specific to this package 1298 --help=recursive display the short help of all the included packages 1299 -V, --version display version information and exit 1300 -q, --quiet, --silent do not print \`checking ...' messages 1301 --cache-file=FILE cache test results in FILE [disabled] 1302 -C, --config-cache alias for \`--cache-file=config.cache' 1303 -n, --no-create do not create output files 1304 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1305 1306 Installation directories: 1307 --prefix=PREFIX install architecture-independent files in PREFIX 1308 [$ac_default_prefix] 1309 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1310 [PREFIX] 1311 1312 By default, \`make install' will install all the files in 1313 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1314 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1315 for instance \`--prefix=\$HOME'. 1316 1317 For better control, use the options below. 1318 1319 Fine tuning of the installation directories: 1320 --bindir=DIR user executables [EPREFIX/bin] 1321 --sbindir=DIR system admin executables [EPREFIX/sbin] 1322 --libexecdir=DIR program executables [EPREFIX/libexec] 1323 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1324 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1325 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1326 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] 1327 --libdir=DIR object code libraries [EPREFIX/lib] 1328 --includedir=DIR C header files [PREFIX/include] 1329 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1330 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1331 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1332 --infodir=DIR info documentation [DATAROOTDIR/info] 1333 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1334 --mandir=DIR man documentation [DATAROOTDIR/man] 1335 --docdir=DIR documentation root [DATAROOTDIR/doc/font-bh-type1] 1336 --htmldir=DIR html documentation [DOCDIR] 1337 --dvidir=DIR dvi documentation [DOCDIR] 1338 --pdfdir=DIR pdf documentation [DOCDIR] 1339 --psdir=DIR ps documentation [DOCDIR] 1340 _ACEOF 1341 1342 cat <<\_ACEOF 1343 1344 Program names: 1345 --program-prefix=PREFIX prepend PREFIX to installed program names 1346 --program-suffix=SUFFIX append SUFFIX to installed program names 1347 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1348 1349 System types: 1350 --build=BUILD configure for building on BUILD [guessed] 1351 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1352 _ACEOF 1353 fi 1354 1355 if test -n "$ac_init_help"; then 1356 case $ac_init_help in 1357 short | recursive ) echo "Configuration of font-bh-type1 1.0.4:";; 1358 esac 1359 cat <<\_ACEOF 1360 1361 Optional Features: 1362 --disable-option-checking ignore unrecognized --enable/--with options 1363 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1364 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1365 --enable-silent-rules less verbose build output (undo: "make V=1") 1366 --disable-silent-rules verbose build output (undo: "make V=0") 1367 1368 Optional Packages: 1369 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1370 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1371 --with-fontrootdir=DIR Path to root directory for font files 1372 --with-fontdir=DIR Path to Type1 files [FONTROOTDIR/Type1] 1373 1374 Some influential environment variables: 1375 PKG_CONFIG path to pkg-config utility 1376 PKG_CONFIG_PATH 1377 directories to add to pkg-config's search path 1378 PKG_CONFIG_LIBDIR 1379 path overriding pkg-config's built-in search path 1380 1381 Use these variables to override the choices made by `configure' or to help 1382 it to find libraries and programs with nonstandard names/locations. 1383 1384 Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>. 1385 _ACEOF 1386 ac_status=$? 1387 fi 1388 1389 if test "$ac_init_help" = "recursive"; then 1390 # If there are subdirs, report their specific --help. 1391 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1392 test -d "$ac_dir" || 1393 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1394 continue 1395 ac_builddir=. 1396 1397 case "$ac_dir" in 1398 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1399 *) 1400 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 1401 # A ".." for each directory in $ac_dir_suffix. 1402 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1403 case $ac_top_builddir_sub in 1404 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1405 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1406 esac ;; 1407 esac 1408 ac_abs_top_builddir=$ac_pwd 1409 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1410 # for backward compatibility: 1411 ac_top_builddir=$ac_top_build_prefix 1412 1413 case $srcdir in 1414 .) # We are building in place. 1415 ac_srcdir=. 1416 ac_top_srcdir=$ac_top_builddir_sub 1417 ac_abs_top_srcdir=$ac_pwd ;; 1418 [\\/]* | ?:[\\/]* ) # Absolute name. 1419 ac_srcdir=$srcdir$ac_dir_suffix; 1420 ac_top_srcdir=$srcdir 1421 ac_abs_top_srcdir=$srcdir ;; 1422 *) # Relative name. 1423 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1424 ac_top_srcdir=$ac_top_build_prefix$srcdir 1425 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1426 esac 1427 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1428 1429 cd "$ac_dir" || { ac_status=$?; continue; } 1430 # Check for configure.gnu first; this name is used for a wrapper for 1431 # Metaconfig's "Configure" on case-insensitive file systems. 1432 if test -f "$ac_srcdir/configure.gnu"; then 1433 echo && 1434 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1435 elif test -f "$ac_srcdir/configure"; then 1436 echo && 1437 $SHELL "$ac_srcdir/configure" --help=recursive 1438 else 1439 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1440 fi || ac_status=$? 1441 cd "$ac_pwd" || { ac_status=$?; break; } 1442 done 1443 fi 1444 1445 test -n "$ac_init_help" && exit $ac_status 1446 if $ac_init_version; then 1447 cat <<\_ACEOF 1448 font-bh-type1 configure 1.0.4 1449 generated by GNU Autoconf 2.71 1450 1451 Copyright (C) 2021 Free Software Foundation, Inc. 1452 This configure script is free software; the Free Software Foundation 1453 gives unlimited permission to copy, distribute and modify it. 1454 _ACEOF 1455 exit 1456 fi 1457 1458 ## ------------------------ ## 1459 ## Autoconf initialization. ## 1460 ## ------------------------ ## 1461 ac_configure_args_raw= 1462 for ac_arg 1463 do 1464 case $ac_arg in 1465 *\'*) 1466 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1467 esac 1468 as_fn_append ac_configure_args_raw " '$ac_arg'" 1469 done 1470 1471 case $ac_configure_args_raw in 1472 *$as_nl*) 1473 ac_safe_unquote= ;; 1474 *) 1475 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. 1476 ac_unsafe_a="$ac_unsafe_z#~" 1477 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 1478 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1479 esac 1480 1481 cat >config.log <<_ACEOF 1482 This file contains any messages produced by compilers while 1483 running configure, to aid debugging if configure makes a mistake. 1484 1485 It was created by font-bh-type1 $as_me 1.0.4, which was 1486 generated by GNU Autoconf 2.71. Invocation command line was 1487 1488 $ $0$ac_configure_args_raw 1489 1490 _ACEOF 1491 exec 5>>config.log 1492 { 1493 cat <<_ASUNAME 1494 ## --------- ## 1495 ## Platform. ## 1496 ## --------- ## 1497 1498 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1499 uname -m = `(uname -m) 2>/dev/null || echo unknown` 1500 uname -r = `(uname -r) 2>/dev/null || echo unknown` 1501 uname -s = `(uname -s) 2>/dev/null || echo unknown` 1502 uname -v = `(uname -v) 2>/dev/null || echo unknown` 1503 1504 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1505 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1506 1507 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1508 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1509 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1510 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1511 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1512 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1513 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1514 1515 _ASUNAME 1516 1517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1518 for as_dir in $PATH 1519 do 1520 IFS=$as_save_IFS 1521 case $as_dir in #((( 1522 '') as_dir=./ ;; 1523 */) ;; 1524 *) as_dir=$as_dir/ ;; 1525 esac 1526 printf "%s\n" "PATH: $as_dir" 1527 done 1528 IFS=$as_save_IFS 1529 1530 } >&5 1531 1532 cat >&5 <<_ACEOF 1533 1534 1535 ## ----------- ## 1536 ## Core tests. ## 1537 ## ----------- ## 1538 1539 _ACEOF 1540 1541 1542 # Keep a trace of the command line. 1543 # Strip out --no-create and --no-recursion so they do not pile up. 1544 # Strip out --silent because we don't want to record it for future runs. 1545 # Also quote any args containing shell meta-characters. 1546 # Make two passes to allow for proper duplicate-argument suppression. 1547 ac_configure_args= 1548 ac_configure_args0= 1549 ac_configure_args1= 1550 ac_must_keep_next=false 1551 for ac_pass in 1 2 1552 do 1553 for ac_arg 1554 do 1555 case $ac_arg in 1556 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1557 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1558 | -silent | --silent | --silen | --sile | --sil) 1559 continue ;; 1560 *\'*) 1561 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1562 esac 1563 case $ac_pass in 1564 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1565 2) 1566 as_fn_append ac_configure_args1 " '$ac_arg'" 1567 if test $ac_must_keep_next = true; then 1568 ac_must_keep_next=false # Got value, back to normal. 1569 else 1570 case $ac_arg in 1571 *=* | --config-cache | -C | -disable-* | --disable-* \ 1572 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1573 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1574 | -with-* | --with-* | -without-* | --without-* | --x) 1575 case "$ac_configure_args0 " in 1576 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1577 esac 1578 ;; 1579 -* ) ac_must_keep_next=true ;; 1580 esac 1581 fi 1582 as_fn_append ac_configure_args " '$ac_arg'" 1583 ;; 1584 esac 1585 done 1586 done 1587 { ac_configure_args0=; unset ac_configure_args0;} 1588 { ac_configure_args1=; unset ac_configure_args1;} 1589 1590 # When interrupted or exit'd, cleanup temporary files, and complete 1591 # config.log. We remove comments because anyway the quotes in there 1592 # would cause problems or look ugly. 1593 # WARNING: Use '\'' to represent an apostrophe within the trap. 1594 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1595 trap 'exit_status=$? 1596 # Sanitize IFS. 1597 IFS=" "" $as_nl" 1598 # Save into config.log some information that might help in debugging. 1599 { 1600 echo 1601 1602 printf "%s\n" "## ---------------- ## 1603 ## Cache variables. ## 1604 ## ---------------- ##" 1605 echo 1606 # The following way of writing the cache mishandles newlines in values, 1607 ( 1608 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1609 eval ac_val=\$$ac_var 1610 case $ac_val in #( 1611 *${as_nl}*) 1612 case $ac_var in #( 1613 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1614 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1615 esac 1616 case $ac_var in #( 1617 _ | IFS | as_nl) ;; #( 1618 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1619 *) { eval $ac_var=; unset $ac_var;} ;; 1620 esac ;; 1621 esac 1622 done 1623 (set) 2>&1 | 1624 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1625 *${as_nl}ac_space=\ *) 1626 sed -n \ 1627 "s/'\''/'\''\\\\'\'''\''/g; 1628 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1629 ;; #( 1630 *) 1631 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1632 ;; 1633 esac | 1634 sort 1635 ) 1636 echo 1637 1638 printf "%s\n" "## ----------------- ## 1639 ## Output variables. ## 1640 ## ----------------- ##" 1641 echo 1642 for ac_var in $ac_subst_vars 1643 do 1644 eval ac_val=\$$ac_var 1645 case $ac_val in 1646 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1647 esac 1648 printf "%s\n" "$ac_var='\''$ac_val'\''" 1649 done | sort 1650 echo 1651 1652 if test -n "$ac_subst_files"; then 1653 printf "%s\n" "## ------------------- ## 1654 ## File substitutions. ## 1655 ## ------------------- ##" 1656 echo 1657 for ac_var in $ac_subst_files 1658 do 1659 eval ac_val=\$$ac_var 1660 case $ac_val in 1661 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1662 esac 1663 printf "%s\n" "$ac_var='\''$ac_val'\''" 1664 done | sort 1665 echo 1666 fi 1667 1668 if test -s confdefs.h; then 1669 printf "%s\n" "## ----------- ## 1670 ## confdefs.h. ## 1671 ## ----------- ##" 1672 echo 1673 cat confdefs.h 1674 echo 1675 fi 1676 test "$ac_signal" != 0 && 1677 printf "%s\n" "$as_me: caught signal $ac_signal" 1678 printf "%s\n" "$as_me: exit $exit_status" 1679 } >&5 1680 rm -f core *.core core.conftest.* && 1681 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1682 exit $exit_status 1683 ' 0 1684 for ac_signal in 1 2 13 15; do 1685 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1686 done 1687 ac_signal=0 1688 1689 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1690 rm -f -r conftest* confdefs.h 1691 1692 printf "%s\n" "/* confdefs.h */" > confdefs.h 1693 1694 # Predefined preprocessor variables. 1695 1696 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h 1697 1698 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h 1699 1700 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h 1701 1702 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h 1703 1704 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h 1705 1706 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h 1707 1708 1709 # Let the site file select an alternate cache file if it wants to. 1710 # Prefer an explicitly selected file to automatically selected ones. 1711 if test -n "$CONFIG_SITE"; then 1712 ac_site_files="$CONFIG_SITE" 1713 elif test "x$prefix" != xNONE; then 1714 ac_site_files="$prefix/share/config.site $prefix/etc/config.site" 1715 else 1716 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1717 fi 1718 1719 for ac_site_file in $ac_site_files 1720 do 1721 case $ac_site_file in #( 1722 */*) : 1723 ;; #( 1724 *) : 1725 ac_site_file=./$ac_site_file ;; 1726 esac 1727 if test -f "$ac_site_file" && test -r "$ac_site_file"; then 1728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1729 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} 1730 sed 's/^/| /' "$ac_site_file" >&5 1731 . "$ac_site_file" \ 1732 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1733 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1734 as_fn_error $? "failed to load site script $ac_site_file 1735 See \`config.log' for more details" "$LINENO" 5; } 1736 fi 1737 done 1738 1739 if test -r "$cache_file"; then 1740 # Some versions of bash will fail to source /dev/null (special files 1741 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1742 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1744 printf "%s\n" "$as_me: loading cache $cache_file" >&6;} 1745 case $cache_file in 1746 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1747 *) . "./$cache_file";; 1748 esac 1749 fi 1750 else 1751 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1752 printf "%s\n" "$as_me: creating cache $cache_file" >&6;} 1753 >$cache_file 1754 fi 1755 1756 1757 # Auxiliary files required by this configure script. 1758 ac_aux_files="config.guess config.sub missing install-sh" 1759 1760 # Locations in which to look for auxiliary files. 1761 ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." 1762 1763 # Search for a directory containing all of the required auxiliary files, 1764 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. 1765 # If we don't find one directory that contains all the files we need, 1766 # we report the set of missing files from the *first* directory in 1767 # $ac_aux_dir_candidates and give up. 1768 ac_missing_aux_files="" 1769 ac_first_candidate=: 1770 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 1771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1772 as_found=false 1773 for as_dir in $ac_aux_dir_candidates 1774 do 1775 IFS=$as_save_IFS 1776 case $as_dir in #((( 1777 '') as_dir=./ ;; 1778 */) ;; 1779 *) as_dir=$as_dir/ ;; 1780 esac 1781 as_found=: 1782 1783 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 1784 ac_aux_dir_found=yes 1785 ac_install_sh= 1786 for ac_aux in $ac_aux_files 1787 do 1788 # As a special case, if "install-sh" is required, that requirement 1789 # can be satisfied by any of "install-sh", "install.sh", or "shtool", 1790 # and $ac_install_sh is set appropriately for whichever one is found. 1791 if test x"$ac_aux" = x"install-sh" 1792 then 1793 if test -f "${as_dir}install-sh"; then 1794 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 1795 ac_install_sh="${as_dir}install-sh -c" 1796 elif test -f "${as_dir}install.sh"; then 1797 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 1798 ac_install_sh="${as_dir}install.sh -c" 1799 elif test -f "${as_dir}shtool"; then 1800 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 1801 ac_install_sh="${as_dir}shtool install -c" 1802 else 1803 ac_aux_dir_found=no 1804 if $ac_first_candidate; then 1805 ac_missing_aux_files="${ac_missing_aux_files} install-sh" 1806 else 1807 break 1808 fi 1809 fi 1810 else 1811 if test -f "${as_dir}${ac_aux}"; then 1812 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 1813 else 1814 ac_aux_dir_found=no 1815 if $ac_first_candidate; then 1816 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" 1817 else 1818 break 1819 fi 1820 fi 1821 fi 1822 done 1823 if test "$ac_aux_dir_found" = yes; then 1824 ac_aux_dir="$as_dir" 1825 break 1826 fi 1827 ac_first_candidate=false 1828 1829 as_found=false 1830 done 1831 IFS=$as_save_IFS 1832 if $as_found 1833 then : 1834 1835 else $as_nop 1836 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 1837 fi 1838 1839 1840 # These three variables are undocumented and unsupported, 1841 # and are intended to be withdrawn in a future Autoconf release. 1842 # They can cause serious problems if a builder's source tree is in a directory 1843 # whose full name contains unusual characters. 1844 if test -f "${ac_aux_dir}config.guess"; then 1845 ac_config_guess="$SHELL ${ac_aux_dir}config.guess" 1846 fi 1847 if test -f "${ac_aux_dir}config.sub"; then 1848 ac_config_sub="$SHELL ${ac_aux_dir}config.sub" 1849 fi 1850 if test -f "$ac_aux_dir/configure"; then 1851 ac_configure="$SHELL ${ac_aux_dir}configure" 1852 fi 1853 1854 # Check that the precious variables saved in the cache have kept the same 1855 # value. 1856 ac_cache_corrupted=false 1857 for ac_var in $ac_precious_vars; do 1858 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1859 eval ac_new_set=\$ac_env_${ac_var}_set 1860 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1861 eval ac_new_val=\$ac_env_${ac_var}_value 1862 case $ac_old_set,$ac_new_set in 1863 set,) 1864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1865 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1866 ac_cache_corrupted=: ;; 1867 ,set) 1868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1869 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1870 ac_cache_corrupted=: ;; 1871 ,);; 1872 *) 1873 if test "x$ac_old_val" != "x$ac_new_val"; then 1874 # differences in whitespace do not lead to failure. 1875 ac_old_val_w=`echo x $ac_old_val` 1876 ac_new_val_w=`echo x $ac_new_val` 1877 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1878 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1879 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1880 ac_cache_corrupted=: 1881 else 1882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1883 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1884 eval $ac_var=\$ac_old_val 1885 fi 1886 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1887 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} 1888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1889 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} 1890 fi;; 1891 esac 1892 # Pass precious variables to config.status. 1893 if test "$ac_new_set" = set; then 1894 case $ac_new_val in 1895 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1896 *) ac_arg=$ac_var=$ac_new_val ;; 1897 esac 1898 case " $ac_configure_args " in 1899 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1900 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1901 esac 1902 fi 1903 done 1904 if $ac_cache_corrupted; then 1905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1906 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1908 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} 1909 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' 1910 and start over" "$LINENO" 5 1911 fi 1912 ## -------------------- ## 1913 ## Main body of script. ## 1914 ## -------------------- ## 1915 1916 ac_ext=c 1917 ac_cpp='$CPP $CPPFLAGS' 1918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1920 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1921 1922 1923 am__api_version='1.16' 1924 1925 1926 1927 # Find a good install program. We prefer a C program (faster), 1928 # so one script is as good as another. But avoid the broken or 1929 # incompatible versions: 1930 # SysV /etc/install, /usr/sbin/install 1931 # SunOS /usr/etc/install 1932 # IRIX /sbin/install 1933 # AIX /bin/install 1934 # AmigaOS /C/install, which installs bootblocks on floppy discs 1935 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1936 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1937 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1938 # OS/2's system install, which has a completely different semantic 1939 # ./install, which can be erroneously created by make from ./install.sh. 1940 # Reject install programs that cannot install multiple files. 1941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1942 printf %s "checking for a BSD-compatible install... " >&6; } 1943 if test -z "$INSTALL"; then 1944 if test ${ac_cv_path_install+y} 1945 then : 1946 printf %s "(cached) " >&6 1947 else $as_nop 1948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1949 for as_dir in $PATH 1950 do 1951 IFS=$as_save_IFS 1952 case $as_dir in #((( 1953 '') as_dir=./ ;; 1954 */) ;; 1955 *) as_dir=$as_dir/ ;; 1956 esac 1957 # Account for fact that we put trailing slashes in our PATH walk. 1958 case $as_dir in #(( 1959 ./ | /[cC]/* | \ 1960 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1961 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1962 /usr/ucb/* ) ;; 1963 *) 1964 # OSF1 and SCO ODT 3.0 have their own names for install. 1965 # Don't use installbsd from OSF since it installs stuff as root 1966 # by default. 1967 for ac_prog in ginstall scoinst install; do 1968 for ac_exec_ext in '' $ac_executable_extensions; do 1969 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then 1970 if test $ac_prog = install && 1971 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1972 # AIX install. It has an incompatible calling convention. 1973 : 1974 elif test $ac_prog = install && 1975 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1976 # program-specific install script used by HP pwplus--don't use. 1977 : 1978 else 1979 rm -rf conftest.one conftest.two conftest.dir 1980 echo one > conftest.one 1981 echo two > conftest.two 1982 mkdir conftest.dir 1983 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && 1984 test -s conftest.one && test -s conftest.two && 1985 test -s conftest.dir/conftest.one && 1986 test -s conftest.dir/conftest.two 1987 then 1988 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" 1989 break 3 1990 fi 1991 fi 1992 fi 1993 done 1994 done 1995 ;; 1996 esac 1997 1998 done 1999 IFS=$as_save_IFS 2000 2001 rm -rf conftest.one conftest.two conftest.dir 2002 2003 fi 2004 if test ${ac_cv_path_install+y}; then 2005 INSTALL=$ac_cv_path_install 2006 else 2007 # As a last resort, use the slow shell script. Don't cache a 2008 # value for INSTALL within a source directory, because that will 2009 # break other packages using the cache if that directory is 2010 # removed, or if the value is a relative name. 2011 INSTALL=$ac_install_sh 2012 fi 2013 fi 2014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2015 printf "%s\n" "$INSTALL" >&6; } 2016 2017 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2018 # It thinks the first close brace ends the variable substitution. 2019 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2020 2021 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2022 2023 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2024 2025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2026 printf %s "checking whether build environment is sane... " >&6; } 2027 # Reject unsafe characters in $srcdir or the absolute working directory 2028 # name. Accept space and tab only in the latter. 2029 am_lf=' 2030 ' 2031 case `pwd` in 2032 *[\\\"\#\$\&\'\`$am_lf]*) 2033 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2034 esac 2035 case $srcdir in 2036 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2037 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 2038 esac 2039 2040 # Do 'set' in a subshell so we don't clobber the current shell's 2041 # arguments. Must try -L first in case configure is actually a 2042 # symlink; some systems play weird games with the mod time of symlinks 2043 # (eg FreeBSD returns the mod time of the symlink's containing 2044 # directory). 2045 if ( 2046 am_has_slept=no 2047 for am_try in 1 2; do 2048 echo "timestamp, slept: $am_has_slept" > conftest.file 2049 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2050 if test "$*" = "X"; then 2051 # -L didn't work. 2052 set X `ls -t "$srcdir/configure" conftest.file` 2053 fi 2054 if test "$*" != "X $srcdir/configure conftest.file" \ 2055 && test "$*" != "X conftest.file $srcdir/configure"; then 2056 2057 # If neither matched, then we have a broken ls. This can happen 2058 # if, for instance, CONFIG_SHELL is bash and it inherits a 2059 # broken ls alias from the environment. This has actually 2060 # happened. Such a system could not be considered "sane". 2061 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2062 alias in your environment" "$LINENO" 5 2063 fi 2064 if test "$2" = conftest.file || test $am_try -eq 2; then 2065 break 2066 fi 2067 # Just in case. 2068 sleep 1 2069 am_has_slept=yes 2070 done 2071 test "$2" = conftest.file 2072 ) 2073 then 2074 # Ok. 2075 : 2076 else 2077 as_fn_error $? "newly created file is older than distributed files! 2078 Check your system clock" "$LINENO" 5 2079 fi 2080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2081 printf "%s\n" "yes" >&6; } 2082 # If we didn't sleep, we still need to ensure time stamps of config.status and 2083 # generated files are strictly newer. 2084 am_sleep_pid= 2085 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 2086 ( sleep 1 ) & 2087 am_sleep_pid=$! 2088 fi 2089 2090 rm -f conftest.file 2091 2092 test "$program_prefix" != NONE && 2093 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2094 # Use a double $ so make ignores it. 2095 test "$program_suffix" != NONE && 2096 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2097 # Double any \ or $. 2098 # By default was `s,x,x', remove it if useless. 2099 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2100 program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` 2101 2102 2103 # Expand $ac_aux_dir to an absolute path. 2104 am_aux_dir=`cd "$ac_aux_dir" && pwd` 2105 2106 2107 if test x"${MISSING+set}" != xset; then 2108 MISSING="\${SHELL} '$am_aux_dir/missing'" 2109 fi 2110 # Use eval to expand $SHELL 2111 if eval "$MISSING --is-lightweight"; then 2112 am_missing_run="$MISSING " 2113 else 2114 am_missing_run= 2115 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 2116 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 2117 fi 2118 2119 if test x"${install_sh+set}" != xset; then 2120 case $am_aux_dir in 2121 *\ * | *\ *) 2122 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2123 *) 2124 install_sh="\${SHELL} $am_aux_dir/install-sh" 2125 esac 2126 fi 2127 2128 # Installed binaries are usually stripped using 'strip' when the user 2129 # run "make install-strip". However 'strip' might not be the right 2130 # tool to use in cross-compilation environments, therefore Automake 2131 # will honor the 'STRIP' environment variable to overrule this program. 2132 if test "$cross_compiling" != no; then 2133 if test -n "$ac_tool_prefix"; then 2134 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2135 set dummy ${ac_tool_prefix}strip; ac_word=$2 2136 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2137 printf %s "checking for $ac_word... " >&6; } 2138 if test ${ac_cv_prog_STRIP+y} 2139 then : 2140 printf %s "(cached) " >&6 2141 else $as_nop 2142 if test -n "$STRIP"; then 2143 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2144 else 2145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2146 for as_dir in $PATH 2147 do 2148 IFS=$as_save_IFS 2149 case $as_dir in #((( 2150 '') as_dir=./ ;; 2151 */) ;; 2152 *) as_dir=$as_dir/ ;; 2153 esac 2154 for ac_exec_ext in '' $ac_executable_extensions; do 2155 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2156 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2157 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2158 break 2 2159 fi 2160 done 2161 done 2162 IFS=$as_save_IFS 2163 2164 fi 2165 fi 2166 STRIP=$ac_cv_prog_STRIP 2167 if test -n "$STRIP"; then 2168 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2169 printf "%s\n" "$STRIP" >&6; } 2170 else 2171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2172 printf "%s\n" "no" >&6; } 2173 fi 2174 2175 2176 fi 2177 if test -z "$ac_cv_prog_STRIP"; then 2178 ac_ct_STRIP=$STRIP 2179 # Extract the first word of "strip", so it can be a program name with args. 2180 set dummy strip; ac_word=$2 2181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2182 printf %s "checking for $ac_word... " >&6; } 2183 if test ${ac_cv_prog_ac_ct_STRIP+y} 2184 then : 2185 printf %s "(cached) " >&6 2186 else $as_nop 2187 if test -n "$ac_ct_STRIP"; then 2188 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2189 else 2190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2191 for as_dir in $PATH 2192 do 2193 IFS=$as_save_IFS 2194 case $as_dir in #((( 2195 '') as_dir=./ ;; 2196 */) ;; 2197 *) as_dir=$as_dir/ ;; 2198 esac 2199 for ac_exec_ext in '' $ac_executable_extensions; do 2200 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2201 ac_cv_prog_ac_ct_STRIP="strip" 2202 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2203 break 2 2204 fi 2205 done 2206 done 2207 IFS=$as_save_IFS 2208 2209 fi 2210 fi 2211 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2212 if test -n "$ac_ct_STRIP"; then 2213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2214 printf "%s\n" "$ac_ct_STRIP" >&6; } 2215 else 2216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2217 printf "%s\n" "no" >&6; } 2218 fi 2219 2220 if test "x$ac_ct_STRIP" = x; then 2221 STRIP=":" 2222 else 2223 case $cross_compiling:$ac_tool_warned in 2224 yes:) 2225 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2226 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2227 ac_tool_warned=yes ;; 2228 esac 2229 STRIP=$ac_ct_STRIP 2230 fi 2231 else 2232 STRIP="$ac_cv_prog_STRIP" 2233 fi 2234 2235 fi 2236 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2237 2238 2239 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 2240 printf %s "checking for a race-free mkdir -p... " >&6; } 2241 if test -z "$MKDIR_P"; then 2242 if test ${ac_cv_path_mkdir+y} 2243 then : 2244 printf %s "(cached) " >&6 2245 else $as_nop 2246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2247 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2248 do 2249 IFS=$as_save_IFS 2250 case $as_dir in #((( 2251 '') as_dir=./ ;; 2252 */) ;; 2253 *) as_dir=$as_dir/ ;; 2254 esac 2255 for ac_prog in mkdir gmkdir; do 2256 for ac_exec_ext in '' $ac_executable_extensions; do 2257 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue 2258 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 2259 'mkdir ('*'coreutils) '* | \ 2260 'BusyBox '* | \ 2261 'mkdir (fileutils) '4.1*) 2262 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext 2263 break 3;; 2264 esac 2265 done 2266 done 2267 done 2268 IFS=$as_save_IFS 2269 2270 fi 2271 2272 test -d ./--version && rmdir ./--version 2273 if test ${ac_cv_path_mkdir+y}; then 2274 MKDIR_P="$ac_cv_path_mkdir -p" 2275 else 2276 # As a last resort, use the slow shell script. Don't cache a 2277 # value for MKDIR_P within a source directory, because that will 2278 # break other packages using the cache if that directory is 2279 # removed, or if the value is a relative name. 2280 MKDIR_P="$ac_install_sh -d" 2281 fi 2282 fi 2283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2284 printf "%s\n" "$MKDIR_P" >&6; } 2285 2286 for ac_prog in gawk mawk nawk awk 2287 do 2288 # Extract the first word of "$ac_prog", so it can be a program name with args. 2289 set dummy $ac_prog; ac_word=$2 2290 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2291 printf %s "checking for $ac_word... " >&6; } 2292 if test ${ac_cv_prog_AWK+y} 2293 then : 2294 printf %s "(cached) " >&6 2295 else $as_nop 2296 if test -n "$AWK"; then 2297 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2298 else 2299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2300 for as_dir in $PATH 2301 do 2302 IFS=$as_save_IFS 2303 case $as_dir in #((( 2304 '') as_dir=./ ;; 2305 */) ;; 2306 *) as_dir=$as_dir/ ;; 2307 esac 2308 for ac_exec_ext in '' $ac_executable_extensions; do 2309 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2310 ac_cv_prog_AWK="$ac_prog" 2311 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2312 break 2 2313 fi 2314 done 2315 done 2316 IFS=$as_save_IFS 2317 2318 fi 2319 fi 2320 AWK=$ac_cv_prog_AWK 2321 if test -n "$AWK"; then 2322 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2323 printf "%s\n" "$AWK" >&6; } 2324 else 2325 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2326 printf "%s\n" "no" >&6; } 2327 fi 2328 2329 2330 test -n "$AWK" && break 2331 done 2332 2333 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2334 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2335 set x ${MAKE-make} 2336 ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2337 if eval test \${ac_cv_prog_make_${ac_make}_set+y} 2338 then : 2339 printf %s "(cached) " >&6 2340 else $as_nop 2341 cat >conftest.make <<\_ACEOF 2342 SHELL = /bin/sh 2343 all: 2344 @echo '@@@%%%=$(MAKE)=@@@%%%' 2345 _ACEOF 2346 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2347 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2348 *@@@%%%=?*=@@@%%%*) 2349 eval ac_cv_prog_make_${ac_make}_set=yes;; 2350 *) 2351 eval ac_cv_prog_make_${ac_make}_set=no;; 2352 esac 2353 rm -f conftest.make 2354 fi 2355 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2357 printf "%s\n" "yes" >&6; } 2358 SET_MAKE= 2359 else 2360 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2361 printf "%s\n" "no" >&6; } 2362 SET_MAKE="MAKE=${MAKE-make}" 2363 fi 2364 2365 rm -rf .tst 2>/dev/null 2366 mkdir .tst 2>/dev/null 2367 if test -d .tst; then 2368 am__leading_dot=. 2369 else 2370 am__leading_dot=_ 2371 fi 2372 rmdir .tst 2>/dev/null 2373 2374 # Check whether --enable-silent-rules was given. 2375 if test ${enable_silent_rules+y} 2376 then : 2377 enableval=$enable_silent_rules; 2378 fi 2379 2380 case $enable_silent_rules in # ((( 2381 yes) AM_DEFAULT_VERBOSITY=0;; 2382 no) AM_DEFAULT_VERBOSITY=1;; 2383 *) AM_DEFAULT_VERBOSITY=1;; 2384 esac 2385 am_make=${MAKE-make} 2386 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2387 printf %s "checking whether $am_make supports nested variables... " >&6; } 2388 if test ${am_cv_make_support_nested_variables+y} 2389 then : 2390 printf %s "(cached) " >&6 2391 else $as_nop 2392 if printf "%s\n" 'TRUE=$(BAR$(V)) 2393 BAR0=false 2394 BAR1=true 2395 V=1 2396 am__doit: 2397 @$(TRUE) 2398 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2399 am_cv_make_support_nested_variables=yes 2400 else 2401 am_cv_make_support_nested_variables=no 2402 fi 2403 fi 2404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2405 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 2406 if test $am_cv_make_support_nested_variables = yes; then 2407 AM_V='$(V)' 2408 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2409 else 2410 AM_V=$AM_DEFAULT_VERBOSITY 2411 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2412 fi 2413 AM_BACKSLASH='\' 2414 2415 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2416 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2417 # is not polluted with repeated "-I." 2418 am__isrc=' -I$(srcdir)' 2419 # test to see if srcdir already configured 2420 if test -f $srcdir/config.status; then 2421 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2422 fi 2423 fi 2424 2425 # test whether we have cygpath 2426 if test -z "$CYGPATH_W"; then 2427 if (cygpath --version) >/dev/null 2>/dev/null; then 2428 CYGPATH_W='cygpath -w' 2429 else 2430 CYGPATH_W=echo 2431 fi 2432 fi 2433 2434 2435 # Define the identity of the package. 2436 PACKAGE='font-bh-type1' 2437 VERSION='1.0.4' 2438 2439 2440 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 2441 2442 2443 printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 2444 2445 # Some tools Automake needs. 2446 2447 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2448 2449 2450 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2451 2452 2453 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2454 2455 2456 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2457 2458 2459 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2460 2461 # For better backward compatibility. To be removed once Automake 1.9.x 2462 # dies out for good. For more background, see: 2463 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 2464 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 2465 mkdir_p='$(MKDIR_P)' 2466 2467 # We need awk for the "check" target (and possibly the TAP driver). The 2468 # system "awk" is bad on some platforms. 2469 # Always define AMTAR for backward compatibility. Yes, it's still used 2470 # in the wild :-( We should find a proper way to deprecate it ... 2471 AMTAR='$${TAR-tar}' 2472 2473 2474 # We'll loop over all known methods to create a tar archive until one works. 2475 _am_tools='gnutar pax cpio none' 2476 2477 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2478 2479 2480 2481 2482 2483 # Variables for tags utilities; see am/tags.am 2484 if test -z "$CTAGS"; then 2485 CTAGS=ctags 2486 fi 2487 2488 if test -z "$ETAGS"; then 2489 ETAGS=etags 2490 fi 2491 2492 if test -z "$CSCOPE"; then 2493 CSCOPE=cscope 2494 fi 2495 2496 2497 2498 # POSIX will say in a future version that running "rm -f" with no argument 2499 # is OK; and we want to be able to make that assumption in our Makefile 2500 # recipes. So use an aggressive probe to check that the usage we want is 2501 # actually supported "in the wild" to an acceptable degree. 2502 # See automake bug#10828. 2503 # To make any issue more visible, cause the running configure to be aborted 2504 # by default if the 'rm' program in use doesn't match our expectations; the 2505 # user can still override this though. 2506 if rm -f && rm -fr && rm -rf; then : OK; else 2507 cat >&2 <<'END' 2508 Oops! 2509 2510 Your 'rm' program seems unable to run without file operands specified 2511 on the command line, even when the '-f' option is present. This is contrary 2512 to the behaviour of most rm programs out there, and not conforming with 2513 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> 2514 2515 Please tell bug-automake@gnu.org about your system, including the value 2516 of your $PATH and any error possibly output before this message. This 2517 can help us improve future automake versions. 2518 2519 END 2520 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then 2521 echo 'Configuration will proceed anyway, since you have set the' >&2 2522 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 2523 echo >&2 2524 else 2525 cat >&2 <<'END' 2526 Aborting the configuration process, to ensure you take notice of the issue. 2527 2528 You can download and install GNU coreutils to get an 'rm' implementation 2529 that behaves properly: <https://www.gnu.org/software/coreutils/>. 2530 2531 If you want to complete the configuration process using your problematic 2532 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 2533 to "yes", and re-run configure. 2534 2535 END 2536 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 2537 fi 2538 fi 2539 2540 2541 # Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 2561 if test -n "$ac_tool_prefix"; then 2562 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 2563 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 2564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2565 printf %s "checking for $ac_word... " >&6; } 2566 if test ${ac_cv_path_PKG_CONFIG+y} 2567 then : 2568 printf %s "(cached) " >&6 2569 else $as_nop 2570 case $PKG_CONFIG in 2571 [\\/]* | ?:[\\/]*) 2572 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 2573 ;; 2574 *) 2575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2576 for as_dir in $PATH 2577 do 2578 IFS=$as_save_IFS 2579 case $as_dir in #((( 2580 '') as_dir=./ ;; 2581 */) ;; 2582 *) as_dir=$as_dir/ ;; 2583 esac 2584 for ac_exec_ext in '' $ac_executable_extensions; do 2585 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2586 ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2587 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2588 break 2 2589 fi 2590 done 2591 done 2592 IFS=$as_save_IFS 2593 2594 ;; 2595 esac 2596 fi 2597 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 2598 if test -n "$PKG_CONFIG"; then 2599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 2600 printf "%s\n" "$PKG_CONFIG" >&6; } 2601 else 2602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2603 printf "%s\n" "no" >&6; } 2604 fi 2605 2606 2607 fi 2608 if test -z "$ac_cv_path_PKG_CONFIG"; then 2609 ac_pt_PKG_CONFIG=$PKG_CONFIG 2610 # Extract the first word of "pkg-config", so it can be a program name with args. 2611 set dummy pkg-config; ac_word=$2 2612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2613 printf %s "checking for $ac_word... " >&6; } 2614 if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} 2615 then : 2616 printf %s "(cached) " >&6 2617 else $as_nop 2618 case $ac_pt_PKG_CONFIG in 2619 [\\/]* | ?:[\\/]*) 2620 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 2621 ;; 2622 *) 2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2624 for as_dir in $PATH 2625 do 2626 IFS=$as_save_IFS 2627 case $as_dir in #((( 2628 '') as_dir=./ ;; 2629 */) ;; 2630 *) as_dir=$as_dir/ ;; 2631 esac 2632 for ac_exec_ext in '' $ac_executable_extensions; do 2633 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2634 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2635 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2636 break 2 2637 fi 2638 done 2639 done 2640 IFS=$as_save_IFS 2641 2642 ;; 2643 esac 2644 fi 2645 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 2646 if test -n "$ac_pt_PKG_CONFIG"; then 2647 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 2648 printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } 2649 else 2650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2651 printf "%s\n" "no" >&6; } 2652 fi 2653 2654 if test "x$ac_pt_PKG_CONFIG" = x; then 2655 PKG_CONFIG="" 2656 else 2657 case $cross_compiling:$ac_tool_warned in 2658 yes:) 2659 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2660 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2661 ac_tool_warned=yes ;; 2662 esac 2663 PKG_CONFIG=$ac_pt_PKG_CONFIG 2664 fi 2665 else 2666 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 2667 fi 2668 2669 fi 2670 if test -n "$PKG_CONFIG"; then 2671 _pkg_min_version=0.9.0 2672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 2673 printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } 2674 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 2675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2676 printf "%s\n" "yes" >&6; } 2677 else 2678 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2679 printf "%s\n" "no" >&6; } 2680 PKG_CONFIG="" 2681 fi 2682 fi 2683 2684 2685 # Make sure we can run config.sub. 2686 $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || 2687 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 2688 2689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2690 printf %s "checking build system type... " >&6; } 2691 if test ${ac_cv_build+y} 2692 then : 2693 printf %s "(cached) " >&6 2694 else $as_nop 2695 ac_build_alias=$build_alias 2696 test "x$ac_build_alias" = x && 2697 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` 2698 test "x$ac_build_alias" = x && 2699 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 2700 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || 2701 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 2702 2703 fi 2704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2705 printf "%s\n" "$ac_cv_build" >&6; } 2706 case $ac_cv_build in 2707 *-*-*) ;; 2708 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2709 esac 2710 build=$ac_cv_build 2711 ac_save_IFS=$IFS; IFS='-' 2712 set x $ac_cv_build 2713 shift 2714 build_cpu=$1 2715 build_vendor=$2 2716 shift; shift 2717 # Remember, the first character of IFS is used to create $*, 2718 # except with old shells: 2719 build_os=$* 2720 IFS=$ac_save_IFS 2721 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2722 2723 2724 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2725 printf %s "checking host system type... " >&6; } 2726 if test ${ac_cv_host+y} 2727 then : 2728 printf %s "(cached) " >&6 2729 else $as_nop 2730 if test "x$host_alias" = x; then 2731 ac_cv_host=$ac_cv_build 2732 else 2733 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || 2734 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 2735 fi 2736 2737 fi 2738 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2739 printf "%s\n" "$ac_cv_host" >&6; } 2740 case $ac_cv_host in 2741 *-*-*) ;; 2742 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2743 esac 2744 host=$ac_cv_host 2745 ac_save_IFS=$IFS; IFS='-' 2746 set x $ac_cv_host 2747 shift 2748 host_cpu=$1 2749 host_vendor=$2 2750 shift; shift 2751 # Remember, the first character of IFS is used to create $*, 2752 # except with old shells: 2753 host_os=$* 2754 IFS=$ac_save_IFS 2755 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2756 2757 2758 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 2759 printf %s "checking for a sed that does not truncate output... " >&6; } 2760 if test ${ac_cv_path_SED+y} 2761 then : 2762 printf %s "(cached) " >&6 2763 else $as_nop 2764 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 2765 for ac_i in 1 2 3 4 5 6 7; do 2766 ac_script="$ac_script$as_nl$ac_script" 2767 done 2768 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 2769 { ac_script=; unset ac_script;} 2770 if test -z "$SED"; then 2771 ac_path_SED_found=false 2772 # Loop through the user's path and test for each of PROGNAME-LIST 2773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2774 for as_dir in $PATH 2775 do 2776 IFS=$as_save_IFS 2777 case $as_dir in #((( 2778 '') as_dir=./ ;; 2779 */) ;; 2780 *) as_dir=$as_dir/ ;; 2781 esac 2782 for ac_prog in sed gsed 2783 do 2784 for ac_exec_ext in '' $ac_executable_extensions; do 2785 ac_path_SED="$as_dir$ac_prog$ac_exec_ext" 2786 as_fn_executable_p "$ac_path_SED" || continue 2787 # Check for GNU ac_path_SED and select it if it is found. 2788 # Check for GNU $ac_path_SED 2789 case `"$ac_path_SED" --version 2>&1` in 2790 *GNU*) 2791 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 2792 *) 2793 ac_count=0 2794 printf %s 0123456789 >"conftest.in" 2795 while : 2796 do 2797 cat "conftest.in" "conftest.in" >"conftest.tmp" 2798 mv "conftest.tmp" "conftest.in" 2799 cp "conftest.in" "conftest.nl" 2800 printf "%s\n" '' >> "conftest.nl" 2801 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 2802 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 2803 as_fn_arith $ac_count + 1 && ac_count=$as_val 2804 if test $ac_count -gt ${ac_path_SED_max-0}; then 2805 # Best one so far, save it but keep looking for a better one 2806 ac_cv_path_SED="$ac_path_SED" 2807 ac_path_SED_max=$ac_count 2808 fi 2809 # 10*(2^10) chars as input seems more than enough 2810 test $ac_count -gt 10 && break 2811 done 2812 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 2813 esac 2814 2815 $ac_path_SED_found && break 3 2816 done 2817 done 2818 done 2819 IFS=$as_save_IFS 2820 if test -z "$ac_cv_path_SED"; then 2821 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 2822 fi 2823 else 2824 ac_cv_path_SED=$SED 2825 fi 2826 2827 fi 2828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 2829 printf "%s\n" "$ac_cv_path_SED" >&6; } 2830 SED="$ac_cv_path_SED" 2831 rm -f conftest.sed 2832 2833 2834 2835 2836 2837 cat >>confdefs.h <<_ACEOF 2838 #define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 2839 _ACEOF 2840 2841 PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 2842 if test "x$PVM" = "x"; then 2843 PVM="0" 2844 fi 2845 2846 printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h 2847 2848 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 2849 if test "x$PVP" = "x"; then 2850 PVP="0" 2851 fi 2852 2853 printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h 2854 2855 2856 2857 CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \ 2858 mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ 2859 || (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \ 2860 touch \$(top_srcdir)/ChangeLog; \ 2861 echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))" 2862 2863 2864 2865 2866 macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` 2867 INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ 2868 mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ 2869 || (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \ 2870 touch \$(top_srcdir)/INSTALL; \ 2871 echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))" 2872 2873 2874 2875 2876 2877 2878 case $host_os in 2879 solaris*) 2880 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we 2881 # check for a man page file found in later versions that use 2882 # traditional section numbers instead 2883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5 2884 printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; } 2885 if test ${ac_cv_file__usr_share_man_man7_attributes_7+y} 2886 then : 2887 printf %s "(cached) " >&6 2888 else $as_nop 2889 test "$cross_compiling" = yes && 2890 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 2891 if test -r "/usr/share/man/man7/attributes.7"; then 2892 ac_cv_file__usr_share_man_man7_attributes_7=yes 2893 else 2894 ac_cv_file__usr_share_man_man7_attributes_7=no 2895 fi 2896 fi 2897 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5 2898 printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; } 2899 if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes 2900 then : 2901 SYSV_MAN_SECTIONS=false 2902 else $as_nop 2903 SYSV_MAN_SECTIONS=true 2904 fi 2905 2906 ;; 2907 *) SYSV_MAN_SECTIONS=false ;; 2908 esac 2909 2910 if test x$APP_MAN_SUFFIX = x ; then 2911 APP_MAN_SUFFIX=1 2912 fi 2913 if test x$APP_MAN_DIR = x ; then 2914 APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 2915 fi 2916 2917 if test x$LIB_MAN_SUFFIX = x ; then 2918 LIB_MAN_SUFFIX=3 2919 fi 2920 if test x$LIB_MAN_DIR = x ; then 2921 LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 2922 fi 2923 2924 if test x$FILE_MAN_SUFFIX = x ; then 2925 case $SYSV_MAN_SECTIONS in 2926 true) FILE_MAN_SUFFIX=4 ;; 2927 *) FILE_MAN_SUFFIX=5 ;; 2928 esac 2929 fi 2930 if test x$FILE_MAN_DIR = x ; then 2931 FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 2932 fi 2933 2934 if test x$MISC_MAN_SUFFIX = x ; then 2935 case $SYSV_MAN_SECTIONS in 2936 true) MISC_MAN_SUFFIX=5 ;; 2937 *) MISC_MAN_SUFFIX=7 ;; 2938 esac 2939 fi 2940 if test x$MISC_MAN_DIR = x ; then 2941 MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 2942 fi 2943 2944 if test x$DRIVER_MAN_SUFFIX = x ; then 2945 case $SYSV_MAN_SECTIONS in 2946 true) DRIVER_MAN_SUFFIX=7 ;; 2947 *) DRIVER_MAN_SUFFIX=4 ;; 2948 esac 2949 fi 2950 if test x$DRIVER_MAN_DIR = x ; then 2951 DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 2952 fi 2953 2954 if test x$ADMIN_MAN_SUFFIX = x ; then 2955 case $SYSV_MAN_SECTIONS in 2956 true) ADMIN_MAN_SUFFIX=1m ;; 2957 *) ADMIN_MAN_SUFFIX=8 ;; 2958 esac 2959 fi 2960 if test x$ADMIN_MAN_DIR = x ; then 2961 ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 2962 fi 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 XORG_MAN_PAGE="X Version 11" 2979 2980 MAN_SUBSTS="\ 2981 -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 2982 -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 2983 -e 's|__xservername__|Xorg|g' \ 2984 -e 's|__xconfigfile__|xorg.conf|g' \ 2985 -e 's|__projectroot__|\$(prefix)|g' \ 2986 -e 's|__apploaddir__|\$(appdefaultdir)|g' \ 2987 -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ 2988 -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ 2989 -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ 2990 -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ 2991 -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ 2992 -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" 2993 2994 2995 2996 # Check whether --enable-silent-rules was given. 2997 if test ${enable_silent_rules+y} 2998 then : 2999 enableval=$enable_silent_rules; 3000 fi 3001 3002 case $enable_silent_rules in # ((( 3003 yes) AM_DEFAULT_VERBOSITY=0;; 3004 no) AM_DEFAULT_VERBOSITY=1;; 3005 *) AM_DEFAULT_VERBOSITY=0;; 3006 esac 3007 am_make=${MAKE-make} 3008 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 3009 printf %s "checking whether $am_make supports nested variables... " >&6; } 3010 if test ${am_cv_make_support_nested_variables+y} 3011 then : 3012 printf %s "(cached) " >&6 3013 else $as_nop 3014 if printf "%s\n" 'TRUE=$(BAR$(V)) 3015 BAR0=false 3016 BAR1=true 3017 V=1 3018 am__doit: 3019 @$(TRUE) 3020 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 3021 am_cv_make_support_nested_variables=yes 3022 else 3023 am_cv_make_support_nested_variables=no 3024 fi 3025 fi 3026 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 3027 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 3028 if test $am_cv_make_support_nested_variables = yes; then 3029 AM_V='$(V)' 3030 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 3031 else 3032 AM_V=$AM_DEFAULT_VERBOSITY 3033 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 3034 fi 3035 AM_BACKSLASH='\' 3036 3037 3038 3039 # Require X.Org's font util macros 1.2 or later 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5 3056 printf %s "checking for root directory for font files... " >&6; } 3057 3058 # Check whether --with-fontrootdir was given. 3059 if test ${with_fontrootdir+y} 3060 then : 3061 withval=$with_fontrootdir; FONTROOTDIR="$withval" 3062 fi 3063 3064 # if --with-fontrootdir not specified... 3065 if test "x${FONTROOTDIR}" = "x"; then 3066 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil` 3067 fi 3068 # ...and if pkg-config didn't find fontdir in fontutil.pc... 3069 if test "x${FONTROOTDIR}" = "x"; then 3070 FONTROOTDIR="${datadir}/fonts/X11" 3071 fi 3072 3073 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5 3074 printf "%s\n" "${FONTROOTDIR}" >&6; } 3075 3076 3077 3078 3079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for Type1 files" >&5 3080 printf %s "checking for directory for Type1 files... " >&6; } 3081 3082 # Check whether --with-fontdir was given. 3083 if test ${with_fontdir+y} 3084 then : 3085 withval=$with_fontdir; FONTDIR="${withval}" 3086 else $as_nop 3087 FONTDIR='${FONTROOTDIR}/Type1' 3088 fi 3089 3090 3091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5 3092 printf "%s\n" "${FONTDIR}" >&6; } 3093 3094 3095 3096 3097 # Extract the first word of "fc-cache", so it can be a program name with args. 3098 set dummy fc-cache; ac_word=$2 3099 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3100 printf %s "checking for $ac_word... " >&6; } 3101 if test ${ac_cv_path_FCCACHE+y} 3102 then : 3103 printf %s "(cached) " >&6 3104 else $as_nop 3105 case $FCCACHE in 3106 [\\/]* | ?:[\\/]*) 3107 ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path. 3108 ;; 3109 *) 3110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3111 for as_dir in $PATH 3112 do 3113 IFS=$as_save_IFS 3114 case $as_dir in #((( 3115 '') as_dir=./ ;; 3116 */) ;; 3117 *) as_dir=$as_dir/ ;; 3118 esac 3119 for ac_exec_ext in '' $ac_executable_extensions; do 3120 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3121 ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext" 3122 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3123 break 2 3124 fi 3125 done 3126 done 3127 IFS=$as_save_IFS 3128 3129 ;; 3130 esac 3131 fi 3132 FCCACHE=$ac_cv_path_FCCACHE 3133 if test -n "$FCCACHE"; then 3134 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5 3135 printf "%s\n" "$FCCACHE" >&6; } 3136 else 3137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3138 printf "%s\n" "no" >&6; } 3139 fi 3140 3141 3142 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 3143 if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then 3144 RUN_FCCACHE="${FCCACHE_WARN}" 3145 else 3146 RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else' 3147 RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)" 3148 fi 3149 3150 3151 3152 if test x"$cross_compiling" != x"no" ; then 3153 # Extract the first word of "mkfontdir", so it can be a program name with args. 3154 set dummy mkfontdir; ac_word=$2 3155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3156 printf %s "checking for $ac_word... " >&6; } 3157 if test ${ac_cv_path_MKFONTDIR+y} 3158 then : 3159 printf %s "(cached) " >&6 3160 else $as_nop 3161 case $MKFONTDIR in 3162 [\\/]* | ?:[\\/]*) 3163 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3164 ;; 3165 *) 3166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3167 for as_dir in $PATH 3168 do 3169 IFS=$as_save_IFS 3170 case $as_dir in #((( 3171 '') as_dir=./ ;; 3172 */) ;; 3173 *) as_dir=$as_dir/ ;; 3174 esac 3175 for ac_exec_ext in '' $ac_executable_extensions; do 3176 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3177 ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3178 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3179 break 2 3180 fi 3181 done 3182 done 3183 IFS=$as_save_IFS 3184 3185 test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR="""" 3186 ;; 3187 esac 3188 fi 3189 MKFONTDIR=$ac_cv_path_MKFONTDIR 3190 if test -n "$MKFONTDIR"; then 3191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3192 printf "%s\n" "$MKFONTDIR" >&6; } 3193 else 3194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3195 printf "%s\n" "no" >&6; } 3196 fi 3197 3198 3199 MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"' 3200 3201 if test x"$MKFONTDIR" = x; then 3202 MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'" 3203 fi 3204 else 3205 3206 # Extract the first word of "mkfontdir", so it can be a program name with args. 3207 set dummy mkfontdir; ac_word=$2 3208 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3209 printf %s "checking for $ac_word... " >&6; } 3210 if test ${ac_cv_path_MKFONTDIR+y} 3211 then : 3212 printf %s "(cached) " >&6 3213 else $as_nop 3214 case $MKFONTDIR in 3215 [\\/]* | ?:[\\/]*) 3216 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3217 ;; 3218 *) 3219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3220 for as_dir in $PATH 3221 do 3222 IFS=$as_save_IFS 3223 case $as_dir in #((( 3224 '') as_dir=./ ;; 3225 */) ;; 3226 *) as_dir=$as_dir/ ;; 3227 esac 3228 for ac_exec_ext in '' $ac_executable_extensions; do 3229 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3230 ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3231 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3232 break 2 3233 fi 3234 done 3235 done 3236 IFS=$as_save_IFS 3237 3238 ;; 3239 esac 3240 fi 3241 MKFONTDIR=$ac_cv_path_MKFONTDIR 3242 if test -n "$MKFONTDIR"; then 3243 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3244 printf "%s\n" "$MKFONTDIR" >&6; } 3245 else 3246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3247 printf "%s\n" "no" >&6; } 3248 fi 3249 3250 3251 if test x"$MKFONTDIR" = x; then 3252 as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5 3253 fi 3254 3255 fi 3256 3257 3258 3259 3260 3261 # Extract the first word of "mkfontscale", so it can be a program name with args. 3262 set dummy mkfontscale; ac_word=$2 3263 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3264 printf %s "checking for $ac_word... " >&6; } 3265 if test ${ac_cv_path_MKFONTSCALE+y} 3266 then : 3267 printf %s "(cached) " >&6 3268 else $as_nop 3269 case $MKFONTSCALE in 3270 [\\/]* | ?:[\\/]*) 3271 ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 3272 ;; 3273 *) 3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3275 for as_dir in $PATH 3276 do 3277 IFS=$as_save_IFS 3278 case $as_dir in #((( 3279 '') as_dir=./ ;; 3280 */) ;; 3281 *) as_dir=$as_dir/ ;; 3282 esac 3283 for ac_exec_ext in '' $ac_executable_extensions; do 3284 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3285 ac_cv_path_MKFONTSCALE="$as_dir$ac_word$ac_exec_ext" 3286 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3287 break 2 3288 fi 3289 done 3290 done 3291 IFS=$as_save_IFS 3292 3293 ;; 3294 esac 3295 fi 3296 MKFONTSCALE=$ac_cv_path_MKFONTSCALE 3297 if test -n "$MKFONTSCALE"; then 3298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTSCALE" >&5 3299 printf "%s\n" "$MKFONTSCALE" >&6; } 3300 else 3301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3302 printf "%s\n" "no" >&6; } 3303 fi 3304 3305 3306 if test x"$MKFONTSCALE" = x; then 3307 as_fn_error $? "mkfontscale is required to build $PACKAGE_NAME." "$LINENO" 5 3308 fi 3309 3310 3311 3312 ac_config_files="$ac_config_files Makefile" 3313 3314 cat >confcache <<\_ACEOF 3315 # This file is a shell script that caches the results of configure 3316 # tests run on this system so they can be shared between configure 3317 # scripts and configure runs, see configure's option --config-cache. 3318 # It is not useful on other systems. If it contains results you don't 3319 # want to keep, you may remove or edit it. 3320 # 3321 # config.status only pays attention to the cache file if you give it 3322 # the --recheck option to rerun configure. 3323 # 3324 # `ac_cv_env_foo' variables (set or unset) will be overridden when 3325 # loading this file, other *unset* `ac_cv_foo' will be assigned the 3326 # following values. 3327 3328 _ACEOF 3329 3330 # The following way of writing the cache mishandles newlines in values, 3331 # but we know of no workaround that is simple, portable, and efficient. 3332 # So, we kill variables containing newlines. 3333 # Ultrix sh set writes to stderr and can't be redirected directly, 3334 # and sets the high bit in the cache file unless we assign to the vars. 3335 ( 3336 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 3337 eval ac_val=\$$ac_var 3338 case $ac_val in #( 3339 *${as_nl}*) 3340 case $ac_var in #( 3341 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 3342 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 3343 esac 3344 case $ac_var in #( 3345 _ | IFS | as_nl) ;; #( 3346 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 3347 *) { eval $ac_var=; unset $ac_var;} ;; 3348 esac ;; 3349 esac 3350 done 3351 3352 (set) 2>&1 | 3353 case $as_nl`(ac_space=' '; set) 2>&1` in #( 3354 *${as_nl}ac_space=\ *) 3355 # `set' does not quote correctly, so add quotes: double-quote 3356 # substitution turns \\\\ into \\, and sed turns \\ into \. 3357 sed -n \ 3358 "s/'/'\\\\''/g; 3359 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 3360 ;; #( 3361 *) 3362 # `set' quotes correctly as required by POSIX, so do not add quotes. 3363 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 3364 ;; 3365 esac | 3366 sort 3367 ) | 3368 sed ' 3369 /^ac_cv_env_/b end 3370 t clear 3371 :clear 3372 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ 3373 t end 3374 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 3375 :end' >>confcache 3376 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 3377 if test -w "$cache_file"; then 3378 if test "x$cache_file" != "x/dev/null"; then 3379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 3380 printf "%s\n" "$as_me: updating cache $cache_file" >&6;} 3381 if test ! -f "$cache_file" || test -h "$cache_file"; then 3382 cat confcache >"$cache_file" 3383 else 3384 case $cache_file in #( 3385 */* | ?:*) 3386 mv -f confcache "$cache_file"$$ && 3387 mv -f "$cache_file"$$ "$cache_file" ;; #( 3388 *) 3389 mv -f confcache "$cache_file" ;; 3390 esac 3391 fi 3392 fi 3393 else 3394 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 3395 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} 3396 fi 3397 fi 3398 rm -f confcache 3399 3400 test "x$prefix" = xNONE && prefix=$ac_default_prefix 3401 # Let make expand exec_prefix. 3402 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 3403 3404 # Transform confdefs.h into DEFS. 3405 # Protect against shell expansion while executing Makefile rules. 3406 # Protect against Makefile macro expansion. 3407 # 3408 # If the first sed substitution is executed (which looks for macros that 3409 # take arguments), then branch to the quote section. Otherwise, 3410 # look for a macro that doesn't take arguments. 3411 ac_script=' 3412 :mline 3413 /\\$/{ 3414 N 3415 s,\\\n,, 3416 b mline 3417 } 3418 t clear 3419 :clear 3420 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 3421 t quote 3422 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 3423 t quote 3424 b any 3425 :quote 3426 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 3427 s/\[/\\&/g 3428 s/\]/\\&/g 3429 s/\$/$$/g 3430 H 3431 :any 3432 ${ 3433 g 3434 s/^\n// 3435 s/\n/ /g 3436 p 3437 } 3438 ' 3439 DEFS=`sed -n "$ac_script" confdefs.h` 3440 3441 3442 ac_libobjs= 3443 ac_ltlibobjs= 3444 U= 3445 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 3446 # 1. Remove the extension, and $U if already installed. 3447 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 3448 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` 3449 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 3450 # will be set to the directory where LIBOBJS objects are built. 3451 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 3452 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 3453 done 3454 LIBOBJS=$ac_libobjs 3455 3456 LTLIBOBJS=$ac_ltlibobjs 3457 3458 3459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 3460 printf %s "checking that generated files are newer than configure... " >&6; } 3461 if test -n "$am_sleep_pid"; then 3462 # Hide warnings about reused PIDs. 3463 wait $am_sleep_pid 2>/dev/null 3464 fi 3465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 3466 printf "%s\n" "done" >&6; } 3467 3468 3469 : "${CONFIG_STATUS=./config.status}" 3470 ac_write_fail=0 3471 ac_clean_files_save=$ac_clean_files 3472 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 3473 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 3474 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} 3475 as_write_fail=0 3476 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 3477 #! $SHELL 3478 # Generated by $as_me. 3479 # Run this file to recreate the current configuration. 3480 # Compiler output produced by configure, useful for debugging 3481 # configure, is in config.log if it exists. 3482 3483 debug=false 3484 ac_cs_recheck=false 3485 ac_cs_silent=false 3486 3487 SHELL=\${CONFIG_SHELL-$SHELL} 3488 export SHELL 3489 _ASEOF 3490 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 3491 ## -------------------- ## 3492 ## M4sh Initialization. ## 3493 ## -------------------- ## 3494 3495 # Be more Bourne compatible 3496 DUALCASE=1; export DUALCASE # for MKS sh 3497 as_nop=: 3498 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 3499 then : 3500 emulate sh 3501 NULLCMD=: 3502 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 3503 # is contrary to our usage. Disable this feature. 3504 alias -g '${1+"$@"}'='"$@"' 3505 setopt NO_GLOB_SUBST 3506 else $as_nop 3507 case `(set -o) 2>/dev/null` in #( 3508 *posix*) : 3509 set -o posix ;; #( 3510 *) : 3511 ;; 3512 esac 3513 fi 3514 3515 3516 3517 # Reset variables that may have inherited troublesome values from 3518 # the environment. 3519 3520 # IFS needs to be set, to space, tab, and newline, in precisely that order. 3521 # (If _AS_PATH_WALK were called with IFS unset, it would have the 3522 # side effect of setting IFS to empty, thus disabling word splitting.) 3523 # Quoting is to prevent editors from complaining about space-tab. 3524 as_nl=' 3525 ' 3526 export as_nl 3527 IFS=" "" $as_nl" 3528 3529 PS1='$ ' 3530 PS2='> ' 3531 PS4='+ ' 3532 3533 # Ensure predictable behavior from utilities with locale-dependent output. 3534 LC_ALL=C 3535 export LC_ALL 3536 LANGUAGE=C 3537 export LANGUAGE 3538 3539 # We cannot yet rely on "unset" to work, but we need these variables 3540 # to be unset--not just set to an empty or harmless value--now, to 3541 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 3542 # also avoids known problems related to "unset" and subshell syntax 3543 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 3544 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 3545 do eval test \${$as_var+y} \ 3546 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 3547 done 3548 3549 # Ensure that fds 0, 1, and 2 are open. 3550 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 3551 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 3552 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi 3553 3554 # The user is always right. 3555 if ${PATH_SEPARATOR+false} :; then 3556 PATH_SEPARATOR=: 3557 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 3558 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 3559 PATH_SEPARATOR=';' 3560 } 3561 fi 3562 3563 3564 # Find who we are. Look in the path if we contain no directory separator. 3565 as_myself= 3566 case $0 in #(( 3567 *[\\/]* ) as_myself=$0 ;; 3568 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3569 for as_dir in $PATH 3570 do 3571 IFS=$as_save_IFS 3572 case $as_dir in #((( 3573 '') as_dir=./ ;; 3574 */) ;; 3575 *) as_dir=$as_dir/ ;; 3576 esac 3577 test -r "$as_dir$0" && as_myself=$as_dir$0 && break 3578 done 3579 IFS=$as_save_IFS 3580 3581 ;; 3582 esac 3583 # We did not find ourselves, most probably we were run as `sh COMMAND' 3584 # in which case we are not to be found in the path. 3585 if test "x$as_myself" = x; then 3586 as_myself=$0 3587 fi 3588 if test ! -f "$as_myself"; then 3589 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 3590 exit 1 3591 fi 3592 3593 3594 3595 # as_fn_error STATUS ERROR [LINENO LOG_FD] 3596 # ---------------------------------------- 3597 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 3598 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 3599 # script with STATUS, using 1 if that was 0. 3600 as_fn_error () 3601 { 3602 as_status=$1; test $as_status -eq 0 && as_status=1 3603 if test "$4"; then 3604 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 3605 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 3606 fi 3607 printf "%s\n" "$as_me: error: $2" >&2 3608 as_fn_exit $as_status 3609 } # as_fn_error 3610 3611 3612 3613 # as_fn_set_status STATUS 3614 # ----------------------- 3615 # Set $? to STATUS, without forking. 3616 as_fn_set_status () 3617 { 3618 return $1 3619 } # as_fn_set_status 3620 3621 # as_fn_exit STATUS 3622 # ----------------- 3623 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 3624 as_fn_exit () 3625 { 3626 set +e 3627 as_fn_set_status $1 3628 exit $1 3629 } # as_fn_exit 3630 3631 # as_fn_unset VAR 3632 # --------------- 3633 # Portably unset VAR. 3634 as_fn_unset () 3635 { 3636 { eval $1=; unset $1;} 3637 } 3638 as_unset=as_fn_unset 3639 3640 # as_fn_append VAR VALUE 3641 # ---------------------- 3642 # Append the text in VALUE to the end of the definition contained in VAR. Take 3643 # advantage of any shell optimizations that allow amortized linear growth over 3644 # repeated appends, instead of the typical quadratic growth present in naive 3645 # implementations. 3646 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 3647 then : 3648 eval 'as_fn_append () 3649 { 3650 eval $1+=\$2 3651 }' 3652 else $as_nop 3653 as_fn_append () 3654 { 3655 eval $1=\$$1\$2 3656 } 3657 fi # as_fn_append 3658 3659 # as_fn_arith ARG... 3660 # ------------------ 3661 # Perform arithmetic evaluation on the ARGs, and store the result in the 3662 # global $as_val. Take advantage of shells that can avoid forks. The arguments 3663 # must be portable across $(()) and expr. 3664 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 3665 then : 3666 eval 'as_fn_arith () 3667 { 3668 as_val=$(( $* )) 3669 }' 3670 else $as_nop 3671 as_fn_arith () 3672 { 3673 as_val=`expr "$@" || test $? -eq 1` 3674 } 3675 fi # as_fn_arith 3676 3677 3678 if expr a : '\(a\)' >/dev/null 2>&1 && 3679 test "X`expr 00001 : '.*\(...\)'`" = X001; then 3680 as_expr=expr 3681 else 3682 as_expr=false 3683 fi 3684 3685 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 3686 as_basename=basename 3687 else 3688 as_basename=false 3689 fi 3690 3691 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 3692 as_dirname=dirname 3693 else 3694 as_dirname=false 3695 fi 3696 3697 as_me=`$as_basename -- "$0" || 3698 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 3699 X"$0" : 'X\(//\)$' \| \ 3700 X"$0" : 'X\(/\)' \| . 2>/dev/null || 3701 printf "%s\n" X/"$0" | 3702 sed '/^.*\/\([^/][^/]*\)\/*$/{ 3703 s//\1/ 3704 q 3705 } 3706 /^X\/\(\/\/\)$/{ 3707 s//\1/ 3708 q 3709 } 3710 /^X\/\(\/\).*/{ 3711 s//\1/ 3712 q 3713 } 3714 s/.*/./; q'` 3715 3716 # Avoid depending upon Character Ranges. 3717 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 3718 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 3719 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 3720 as_cr_digits='0123456789' 3721 as_cr_alnum=$as_cr_Letters$as_cr_digits 3722 3723 3724 # Determine whether it's possible to make 'echo' print without a newline. 3725 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed 3726 # for compatibility with existing Makefiles. 3727 ECHO_C= ECHO_N= ECHO_T= 3728 case `echo -n x` in #((((( 3729 -n*) 3730 case `echo 'xy\c'` in 3731 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 3732 xy) ECHO_C='\c';; 3733 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 3734 ECHO_T=' ';; 3735 esac;; 3736 *) 3737 ECHO_N='-n';; 3738 esac 3739 3740 # For backward compatibility with old third-party macros, we provide 3741 # the shell variables $as_echo and $as_echo_n. New code should use 3742 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 3743 as_echo='printf %s\n' 3744 as_echo_n='printf %s' 3745 3746 rm -f conf$$ conf$$.exe conf$$.file 3747 if test -d conf$$.dir; then 3748 rm -f conf$$.dir/conf$$.file 3749 else 3750 rm -f conf$$.dir 3751 mkdir conf$$.dir 2>/dev/null 3752 fi 3753 if (echo >conf$$.file) 2>/dev/null; then 3754 if ln -s conf$$.file conf$$ 2>/dev/null; then 3755 as_ln_s='ln -s' 3756 # ... but there are two gotchas: 3757 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 3758 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 3759 # In both cases, we have to default to `cp -pR'. 3760 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 3761 as_ln_s='cp -pR' 3762 elif ln conf$$.file conf$$ 2>/dev/null; then 3763 as_ln_s=ln 3764 else 3765 as_ln_s='cp -pR' 3766 fi 3767 else 3768 as_ln_s='cp -pR' 3769 fi 3770 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 3771 rmdir conf$$.dir 2>/dev/null 3772 3773 3774 # as_fn_mkdir_p 3775 # ------------- 3776 # Create "$as_dir" as a directory, including parents if necessary. 3777 as_fn_mkdir_p () 3778 { 3779 3780 case $as_dir in #( 3781 -*) as_dir=./$as_dir;; 3782 esac 3783 test -d "$as_dir" || eval $as_mkdir_p || { 3784 as_dirs= 3785 while :; do 3786 case $as_dir in #( 3787 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 3788 *) as_qdir=$as_dir;; 3789 esac 3790 as_dirs="'$as_qdir' $as_dirs" 3791 as_dir=`$as_dirname -- "$as_dir" || 3792 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 3793 X"$as_dir" : 'X\(//\)[^/]' \| \ 3794 X"$as_dir" : 'X\(//\)$' \| \ 3795 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 3796 printf "%s\n" X"$as_dir" | 3797 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 3798 s//\1/ 3799 q 3800 } 3801 /^X\(\/\/\)[^/].*/{ 3802 s//\1/ 3803 q 3804 } 3805 /^X\(\/\/\)$/{ 3806 s//\1/ 3807 q 3808 } 3809 /^X\(\/\).*/{ 3810 s//\1/ 3811 q 3812 } 3813 s/.*/./; q'` 3814 test -d "$as_dir" && break 3815 done 3816 test -z "$as_dirs" || eval "mkdir $as_dirs" 3817 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 3818 3819 3820 } # as_fn_mkdir_p 3821 if mkdir -p . 2>/dev/null; then 3822 as_mkdir_p='mkdir -p "$as_dir"' 3823 else 3824 test -d ./-p && rmdir ./-p 3825 as_mkdir_p=false 3826 fi 3827 3828 3829 # as_fn_executable_p FILE 3830 # ----------------------- 3831 # Test if FILE is an executable regular file. 3832 as_fn_executable_p () 3833 { 3834 test -f "$1" && test -x "$1" 3835 } # as_fn_executable_p 3836 as_test_x='test -x' 3837 as_executable_p=as_fn_executable_p 3838 3839 # Sed expression to map a string onto a valid CPP name. 3840 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 3841 3842 # Sed expression to map a string onto a valid variable name. 3843 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 3844 3845 3846 exec 6>&1 3847 ## ----------------------------------- ## 3848 ## Main body of $CONFIG_STATUS script. ## 3849 ## ----------------------------------- ## 3850 _ASEOF 3851 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 3852 3853 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3854 # Save the log message, to keep $0 and so on meaningful, and to 3855 # report actual input values of CONFIG_FILES etc. instead of their 3856 # values after options handling. 3857 ac_log=" 3858 This file was extended by font-bh-type1 $as_me 1.0.4, which was 3859 generated by GNU Autoconf 2.71. Invocation command line was 3860 3861 CONFIG_FILES = $CONFIG_FILES 3862 CONFIG_HEADERS = $CONFIG_HEADERS 3863 CONFIG_LINKS = $CONFIG_LINKS 3864 CONFIG_COMMANDS = $CONFIG_COMMANDS 3865 $ $0 $@ 3866 3867 on `(hostname || uname -n) 2>/dev/null | sed 1q` 3868 " 3869 3870 _ACEOF 3871 3872 case $ac_config_files in *" 3873 "*) set x $ac_config_files; shift; ac_config_files=$*;; 3874 esac 3875 3876 3877 3878 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3879 # Files that config.status was made for. 3880 config_files="$ac_config_files" 3881 3882 _ACEOF 3883 3884 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3885 ac_cs_usage="\ 3886 \`$as_me' instantiates files and other configuration actions 3887 from templates according to the current configuration. Unless the files 3888 and actions are specified as TAGs, all are instantiated by default. 3889 3890 Usage: $0 [OPTION]... [TAG]... 3891 3892 -h, --help print this help, then exit 3893 -V, --version print version number and configuration settings, then exit 3894 --config print configuration, then exit 3895 -q, --quiet, --silent 3896 do not print progress messages 3897 -d, --debug don't remove temporary files 3898 --recheck update $as_me by reconfiguring in the same conditions 3899 --file=FILE[:TEMPLATE] 3900 instantiate the configuration file FILE 3901 3902 Configuration files: 3903 $config_files 3904 3905 Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>." 3906 3907 _ACEOF 3908 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 3909 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 3910 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3911 ac_cs_config='$ac_cs_config_escaped' 3912 ac_cs_version="\\ 3913 font-bh-type1 config.status 1.0.4 3914 configured by $0, generated by GNU Autoconf 2.71, 3915 with options \\"\$ac_cs_config\\" 3916 3917 Copyright (C) 2021 Free Software Foundation, Inc. 3918 This config.status script is free software; the Free Software Foundation 3919 gives unlimited permission to copy, distribute and modify it." 3920 3921 ac_pwd='$ac_pwd' 3922 srcdir='$srcdir' 3923 INSTALL='$INSTALL' 3924 MKDIR_P='$MKDIR_P' 3925 AWK='$AWK' 3926 test -n "\$AWK" || AWK=awk 3927 _ACEOF 3928 3929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3930 # The default lists apply if the user does not specify any file. 3931 ac_need_defaults=: 3932 while test $# != 0 3933 do 3934 case $1 in 3935 --*=?*) 3936 ac_option=`expr "X$1" : 'X\([^=]*\)='` 3937 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 3938 ac_shift=: 3939 ;; 3940 --*=) 3941 ac_option=`expr "X$1" : 'X\([^=]*\)='` 3942 ac_optarg= 3943 ac_shift=: 3944 ;; 3945 *) 3946 ac_option=$1 3947 ac_optarg=$2 3948 ac_shift=shift 3949 ;; 3950 esac 3951 3952 case $ac_option in 3953 # Handling of the options. 3954 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 3955 ac_cs_recheck=: ;; 3956 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 3957 printf "%s\n" "$ac_cs_version"; exit ;; 3958 --config | --confi | --conf | --con | --co | --c ) 3959 printf "%s\n" "$ac_cs_config"; exit ;; 3960 --debug | --debu | --deb | --de | --d | -d ) 3961 debug=: ;; 3962 --file | --fil | --fi | --f ) 3963 $ac_shift 3964 case $ac_optarg in 3965 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 3966 '') as_fn_error $? "missing file argument" ;; 3967 esac 3968 as_fn_append CONFIG_FILES " '$ac_optarg'" 3969 ac_need_defaults=false;; 3970 --he | --h | --help | --hel | -h ) 3971 printf "%s\n" "$ac_cs_usage"; exit ;; 3972 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 3973 | -silent | --silent | --silen | --sile | --sil | --si | --s) 3974 ac_cs_silent=: ;; 3975 3976 # This is an error. 3977 -*) as_fn_error $? "unrecognized option: \`$1' 3978 Try \`$0 --help' for more information." ;; 3979 3980 *) as_fn_append ac_config_targets " $1" 3981 ac_need_defaults=false ;; 3982 3983 esac 3984 shift 3985 done 3986 3987 ac_configure_extra_args= 3988 3989 if $ac_cs_silent; then 3990 exec 6>/dev/null 3991 ac_configure_extra_args="$ac_configure_extra_args --silent" 3992 fi 3993 3994 _ACEOF 3995 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3996 if \$ac_cs_recheck; then 3997 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 3998 shift 3999 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 4000 CONFIG_SHELL='$SHELL' 4001 export CONFIG_SHELL 4002 exec "\$@" 4003 fi 4004 4005 _ACEOF 4006 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4007 exec 5>>config.log 4008 { 4009 echo 4010 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4011 ## Running $as_me. ## 4012 _ASBOX 4013 printf "%s\n" "$ac_log" 4014 } >&5 4015 4016 _ACEOF 4017 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4018 _ACEOF 4019 4020 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4021 4022 # Handling of arguments. 4023 for ac_config_target in $ac_config_targets 4024 do 4025 case $ac_config_target in 4026 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4027 4028 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4029 esac 4030 done 4031 4032 4033 # If the user did not use the arguments to specify the items to instantiate, 4034 # then the envvar interface is used. Set only those that are not. 4035 # We use the long form for the default assignment because of an extremely 4036 # bizarre bug on SunOS 4.1.3. 4037 if $ac_need_defaults; then 4038 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 4039 fi 4040 4041 # Have a temporary directory for convenience. Make it in the build tree 4042 # simply because there is no reason against having it here, and in addition, 4043 # creating and moving files from /tmp can sometimes cause problems. 4044 # Hook for its removal unless debugging. 4045 # Note that there is a small window in which the directory will not be cleaned: 4046 # after its creation but before its name has been assigned to `$tmp'. 4047 $debug || 4048 { 4049 tmp= ac_tmp= 4050 trap 'exit_status=$? 4051 : "${ac_tmp:=$tmp}" 4052 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 4053 ' 0 4054 trap 'as_fn_exit 1' 1 2 13 15 4055 } 4056 # Create a (secure) tmp directory for tmp files. 4057 4058 { 4059 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4060 test -d "$tmp" 4061 } || 4062 { 4063 tmp=./conf$$-$RANDOM 4064 (umask 077 && mkdir "$tmp") 4065 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4066 ac_tmp=$tmp 4067 4068 # Set up the scripts for CONFIG_FILES section. 4069 # No need to generate them if there are no CONFIG_FILES. 4070 # This happens for instance with `./config.status config.h'. 4071 if test -n "$CONFIG_FILES"; then 4072 4073 4074 ac_cr=`echo X | tr X '\015'` 4075 # On cygwin, bash can eat \r inside `` if the user requested igncr. 4076 # But we know of no other shell where ac_cr would be empty at this 4077 # point, so we can use a bashism as a fallback. 4078 if test "x$ac_cr" = x; then 4079 eval ac_cr=\$\'\\r\' 4080 fi 4081 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 4082 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 4083 ac_cs_awk_cr='\\r' 4084 else 4085 ac_cs_awk_cr=$ac_cr 4086 fi 4087 4088 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 4089 _ACEOF 4090 4091 4092 { 4093 echo "cat >conf$$subs.awk <<_ACEOF" && 4094 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 4095 echo "_ACEOF" 4096 } >conf$$subs.sh || 4097 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4098 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 4099 ac_delim='%!_!# ' 4100 for ac_last_try in false false false false false :; do 4101 . ./conf$$subs.sh || 4102 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4103 4104 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 4105 if test $ac_delim_n = $ac_delim_num; then 4106 break 4107 elif $ac_last_try; then 4108 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4109 else 4110 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4111 fi 4112 done 4113 rm -f conf$$subs.sh 4114 4115 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4116 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4117 _ACEOF 4118 sed -n ' 4119 h 4120 s/^/S["/; s/!.*/"]=/ 4121 p 4122 g 4123 s/^[^!]*!// 4124 :repl 4125 t repl 4126 s/'"$ac_delim"'$// 4127 t delim 4128 :nl 4129 h 4130 s/\(.\{148\}\)..*/\1/ 4131 t more1 4132 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 4133 p 4134 n 4135 b repl 4136 :more1 4137 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4138 p 4139 g 4140 s/.\{148\}// 4141 t nl 4142 :delim 4143 h 4144 s/\(.\{148\}\)..*/\1/ 4145 t more2 4146 s/["\\]/\\&/g; s/^/"/; s/$/"/ 4147 p 4148 b 4149 :more2 4150 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4151 p 4152 g 4153 s/.\{148\}// 4154 t delim 4155 ' <conf$$subs.awk | sed ' 4156 /^[^""]/{ 4157 N 4158 s/\n// 4159 } 4160 ' >>$CONFIG_STATUS || ac_write_fail=1 4161 rm -f conf$$subs.awk 4162 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4163 _ACAWK 4164 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 4165 for (key in S) S_is_set[key] = 1 4166 FS = "" 4167 4168 } 4169 { 4170 line = $ 0 4171 nfields = split(line, field, "@") 4172 substed = 0 4173 len = length(field[1]) 4174 for (i = 2; i < nfields; i++) { 4175 key = field[i] 4176 keylen = length(key) 4177 if (S_is_set[key]) { 4178 value = S[key] 4179 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 4180 len += length(value) + length(field[++i]) 4181 substed = 1 4182 } else 4183 len += 1 + keylen 4184 } 4185 4186 print line 4187 } 4188 4189 _ACAWK 4190 _ACEOF 4191 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4192 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 4193 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 4194 else 4195 cat 4196 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4197 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4198 _ACEOF 4199 4200 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 4201 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 4202 # trailing colons and then remove the whole line if VPATH becomes empty 4203 # (actually we leave an empty line to preserve line numbers). 4204 if test "x$srcdir" = x.; then 4205 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 4206 h 4207 s/// 4208 s/^/:/ 4209 s/[ ]*$/:/ 4210 s/:\$(srcdir):/:/g 4211 s/:\${srcdir}:/:/g 4212 s/:@srcdir@:/:/g 4213 s/^:*// 4214 s/:*$// 4215 x 4216 s/\(=[ ]*\).*/\1/ 4217 G 4218 s/\n// 4219 s/^[^=]*=[ ]*$// 4220 }' 4221 fi 4222 4223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4224 fi # test -n "$CONFIG_FILES" 4225 4226 4227 eval set X " :F $CONFIG_FILES " 4228 shift 4229 for ac_tag 4230 do 4231 case $ac_tag in 4232 :[FHLC]) ac_mode=$ac_tag; continue;; 4233 esac 4234 case $ac_mode$ac_tag in 4235 :[FHL]*:*);; 4236 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 4237 :[FH]-) ac_tag=-:-;; 4238 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4239 esac 4240 ac_save_IFS=$IFS 4241 IFS=: 4242 set x $ac_tag 4243 IFS=$ac_save_IFS 4244 shift 4245 ac_file=$1 4246 shift 4247 4248 case $ac_mode in 4249 :L) ac_source=$1;; 4250 :[FH]) 4251 ac_file_inputs= 4252 for ac_f 4253 do 4254 case $ac_f in 4255 -) ac_f="$ac_tmp/stdin";; 4256 *) # Look for the file first in the build tree, then in the source tree 4257 # (if the path is not absolute). The absolute path cannot be DOS-style, 4258 # because $ac_f cannot contain `:'. 4259 test -f "$ac_f" || 4260 case $ac_f in 4261 [\\/$]*) false;; 4262 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4263 esac || 4264 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 4265 esac 4266 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 4267 as_fn_append ac_file_inputs " '$ac_f'" 4268 done 4269 4270 # Let's still pretend it is `configure' which instantiates (i.e., don't 4271 # use $as_me), people would be surprised to read: 4272 # /* config.h. Generated by config.status. */ 4273 configure_input='Generated from '` 4274 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 4275 `' by configure.' 4276 if test x"$ac_file" != x-; then 4277 configure_input="$ac_file. $configure_input" 4278 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 4279 printf "%s\n" "$as_me: creating $ac_file" >&6;} 4280 fi 4281 # Neutralize special characters interpreted by sed in replacement strings. 4282 case $configure_input in #( 4283 *\&* | *\|* | *\\* ) 4284 ac_sed_conf_input=`printf "%s\n" "$configure_input" | 4285 sed 's/[\\\\&|]/\\\\&/g'`;; #( 4286 *) ac_sed_conf_input=$configure_input;; 4287 esac 4288 4289 case $ac_tag in 4290 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 4291 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 4292 esac 4293 ;; 4294 esac 4295 4296 ac_dir=`$as_dirname -- "$ac_file" || 4297 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4298 X"$ac_file" : 'X\(//\)[^/]' \| \ 4299 X"$ac_file" : 'X\(//\)$' \| \ 4300 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 4301 printf "%s\n" X"$ac_file" | 4302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4303 s//\1/ 4304 q 4305 } 4306 /^X\(\/\/\)[^/].*/{ 4307 s//\1/ 4308 q 4309 } 4310 /^X\(\/\/\)$/{ 4311 s//\1/ 4312 q 4313 } 4314 /^X\(\/\).*/{ 4315 s//\1/ 4316 q 4317 } 4318 s/.*/./; q'` 4319 as_dir="$ac_dir"; as_fn_mkdir_p 4320 ac_builddir=. 4321 4322 case "$ac_dir" in 4323 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 4324 *) 4325 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 4326 # A ".." for each directory in $ac_dir_suffix. 4327 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 4328 case $ac_top_builddir_sub in 4329 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 4330 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 4331 esac ;; 4332 esac 4333 ac_abs_top_builddir=$ac_pwd 4334 ac_abs_builddir=$ac_pwd$ac_dir_suffix 4335 # for backward compatibility: 4336 ac_top_builddir=$ac_top_build_prefix 4337 4338 case $srcdir in 4339 .) # We are building in place. 4340 ac_srcdir=. 4341 ac_top_srcdir=$ac_top_builddir_sub 4342 ac_abs_top_srcdir=$ac_pwd ;; 4343 [\\/]* | ?:[\\/]* ) # Absolute name. 4344 ac_srcdir=$srcdir$ac_dir_suffix; 4345 ac_top_srcdir=$srcdir 4346 ac_abs_top_srcdir=$srcdir ;; 4347 *) # Relative name. 4348 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 4349 ac_top_srcdir=$ac_top_build_prefix$srcdir 4350 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 4351 esac 4352 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 4353 4354 4355 case $ac_mode in 4356 :F) 4357 # 4358 # CONFIG_FILE 4359 # 4360 4361 case $INSTALL in 4362 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 4363 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 4364 esac 4365 ac_MKDIR_P=$MKDIR_P 4366 case $MKDIR_P in 4367 [\\/$]* | ?:[\\/]* ) ;; 4368 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 4369 esac 4370 _ACEOF 4371 4372 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4373 # If the template does not know about datarootdir, expand it. 4374 # FIXME: This hack should be removed a few years after 2.60. 4375 ac_datarootdir_hack=; ac_datarootdir_seen= 4376 ac_sed_dataroot=' 4377 /datarootdir/ { 4378 p 4379 q 4380 } 4381 /@datadir@/p 4382 /@docdir@/p 4383 /@infodir@/p 4384 /@localedir@/p 4385 /@mandir@/p' 4386 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 4387 *datarootdir*) ac_datarootdir_seen=yes;; 4388 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 4389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 4390 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 4391 _ACEOF 4392 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4393 ac_datarootdir_hack=' 4394 s&@datadir@&$datadir&g 4395 s&@docdir@&$docdir&g 4396 s&@infodir@&$infodir&g 4397 s&@localedir@&$localedir&g 4398 s&@mandir@&$mandir&g 4399 s&\\\${datarootdir}&$datarootdir&g' ;; 4400 esac 4401 _ACEOF 4402 4403 # Neutralize VPATH when `$srcdir' = `.'. 4404 # Shell code in configure.ac might set extrasub. 4405 # FIXME: do we really want to maintain this feature? 4406 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4407 ac_sed_extra="$ac_vpsub 4408 $extrasub 4409 _ACEOF 4410 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4411 :t 4412 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 4413 s|@configure_input@|$ac_sed_conf_input|;t t 4414 s&@top_builddir@&$ac_top_builddir_sub&;t t 4415 s&@top_build_prefix@&$ac_top_build_prefix&;t t 4416 s&@srcdir@&$ac_srcdir&;t t 4417 s&@abs_srcdir@&$ac_abs_srcdir&;t t 4418 s&@top_srcdir@&$ac_top_srcdir&;t t 4419 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 4420 s&@builddir@&$ac_builddir&;t t 4421 s&@abs_builddir@&$ac_abs_builddir&;t t 4422 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 4423 s&@INSTALL@&$ac_INSTALL&;t t 4424 s&@MKDIR_P@&$ac_MKDIR_P&;t t 4425 $ac_datarootdir_hack 4426 " 4427 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 4428 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4429 4430 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4431 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 4432 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 4433 "$ac_tmp/out"`; test -z "$ac_out"; } && 4434 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4435 which seems to be undefined. Please make sure it is defined" >&5 4436 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4437 which seems to be undefined. Please make sure it is defined" >&2;} 4438 4439 rm -f "$ac_tmp/stdin" 4440 case $ac_file in 4441 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 4442 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 4443 esac \ 4444 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4445 ;; 4446 4447 4448 4449 esac 4450 4451 done # for ac_tag 4452 4453 4454 as_fn_exit 0 4455 _ACEOF 4456 ac_clean_files=$ac_clean_files_save 4457 4458 test $ac_write_fail = 0 || 4459 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 4460 4461 4462 # configure is writing to config.log, and then calls config.status. 4463 # config.status does its own redirection, appending to config.log. 4464 # Unfortunately, on DOS this fails, as config.log is still kept open 4465 # by configure, so config.status won't be able to write to it; its 4466 # output is simply discarded. So we exec the FD to /dev/null, 4467 # effectively closing config.log, so it can be properly (re)opened and 4468 # appended to by config.status. When coming back to configure, we 4469 # need to make the FD available again. 4470 if test "$no_create" != yes; then 4471 ac_cs_success=: 4472 ac_config_status_args= 4473 test "$silent" = yes && 4474 ac_config_status_args="$ac_config_status_args --quiet" 4475 exec 5>/dev/null 4476 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 4477 exec 5>>config.log 4478 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 4479 # would make configure fail if this is the last instruction. 4480 $ac_cs_success || as_fn_exit 1 4481 fi 4482 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 4483 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 4484 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 4485 fi 4486 4487 4488