1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for font-bitstream-type1 1.0.4. 4 # 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-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/bitstream-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-bitstream-type1' 614 PACKAGE_TARNAME='font-bitstream-type1' 615 PACKAGE_VERSION='1.0.4' 616 PACKAGE_STRING='font-bitstream-type1 1.0.4' 617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/bitstream-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-bitstream-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 1336 [DATAROOTDIR/doc/font-bitstream-type1] 1337 --htmldir=DIR html documentation [DOCDIR] 1338 --dvidir=DIR dvi documentation [DOCDIR] 1339 --pdfdir=DIR pdf documentation [DOCDIR] 1340 --psdir=DIR ps documentation [DOCDIR] 1341 _ACEOF 1342 1343 cat <<\_ACEOF 1344 1345 Program names: 1346 --program-prefix=PREFIX prepend PREFIX to installed program names 1347 --program-suffix=SUFFIX append SUFFIX to installed program names 1348 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1349 1350 System types: 1351 --build=BUILD configure for building on BUILD [guessed] 1352 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1353 _ACEOF 1354 fi 1355 1356 if test -n "$ac_init_help"; then 1357 case $ac_init_help in 1358 short | recursive ) echo "Configuration of font-bitstream-type1 1.0.4:";; 1359 esac 1360 cat <<\_ACEOF 1361 1362 Optional Features: 1363 --disable-option-checking ignore unrecognized --enable/--with options 1364 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1365 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1366 --enable-silent-rules less verbose build output (undo: "make V=1") 1367 --disable-silent-rules verbose build output (undo: "make V=0") 1368 1369 Optional Packages: 1370 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1371 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1372 --with-fontrootdir=DIR Path to root directory for font files 1373 --with-fontdir=DIR Path to Type1 files [FONTROOTDIR/Type1] 1374 1375 Some influential environment variables: 1376 PKG_CONFIG path to pkg-config utility 1377 PKG_CONFIG_PATH 1378 directories to add to pkg-config's search path 1379 PKG_CONFIG_LIBDIR 1380 path overriding pkg-config's built-in search path 1381 1382 Use these variables to override the choices made by `configure' or to help 1383 it to find libraries and programs with nonstandard names/locations. 1384 1385 Report bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-type1/-/issues>. 1386 _ACEOF 1387 ac_status=$? 1388 fi 1389 1390 if test "$ac_init_help" = "recursive"; then 1391 # If there are subdirs, report their specific --help. 1392 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1393 test -d "$ac_dir" || 1394 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1395 continue 1396 ac_builddir=. 1397 1398 case "$ac_dir" in 1399 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1400 *) 1401 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 1402 # A ".." for each directory in $ac_dir_suffix. 1403 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1404 case $ac_top_builddir_sub in 1405 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1406 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1407 esac ;; 1408 esac 1409 ac_abs_top_builddir=$ac_pwd 1410 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1411 # for backward compatibility: 1412 ac_top_builddir=$ac_top_build_prefix 1413 1414 case $srcdir in 1415 .) # We are building in place. 1416 ac_srcdir=. 1417 ac_top_srcdir=$ac_top_builddir_sub 1418 ac_abs_top_srcdir=$ac_pwd ;; 1419 [\\/]* | ?:[\\/]* ) # Absolute name. 1420 ac_srcdir=$srcdir$ac_dir_suffix; 1421 ac_top_srcdir=$srcdir 1422 ac_abs_top_srcdir=$srcdir ;; 1423 *) # Relative name. 1424 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1425 ac_top_srcdir=$ac_top_build_prefix$srcdir 1426 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1427 esac 1428 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1429 1430 cd "$ac_dir" || { ac_status=$?; continue; } 1431 # Check for configure.gnu first; this name is used for a wrapper for 1432 # Metaconfig's "Configure" on case-insensitive file systems. 1433 if test -f "$ac_srcdir/configure.gnu"; then 1434 echo && 1435 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1436 elif test -f "$ac_srcdir/configure"; then 1437 echo && 1438 $SHELL "$ac_srcdir/configure" --help=recursive 1439 else 1440 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1441 fi || ac_status=$? 1442 cd "$ac_pwd" || { ac_status=$?; break; } 1443 done 1444 fi 1445 1446 test -n "$ac_init_help" && exit $ac_status 1447 if $ac_init_version; then 1448 cat <<\_ACEOF 1449 font-bitstream-type1 configure 1.0.4 1450 generated by GNU Autoconf 2.71 1451 1452 Copyright (C) 2021 Free Software Foundation, Inc. 1453 This configure script is free software; the Free Software Foundation 1454 gives unlimited permission to copy, distribute and modify it. 1455 _ACEOF 1456 exit 1457 fi 1458 1459 ## ------------------------ ## 1460 ## Autoconf initialization. ## 1461 ## ------------------------ ## 1462 ac_configure_args_raw= 1463 for ac_arg 1464 do 1465 case $ac_arg in 1466 *\'*) 1467 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1468 esac 1469 as_fn_append ac_configure_args_raw " '$ac_arg'" 1470 done 1471 1472 case $ac_configure_args_raw in 1473 *$as_nl*) 1474 ac_safe_unquote= ;; 1475 *) 1476 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. 1477 ac_unsafe_a="$ac_unsafe_z#~" 1478 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 1479 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1480 esac 1481 1482 cat >config.log <<_ACEOF 1483 This file contains any messages produced by compilers while 1484 running configure, to aid debugging if configure makes a mistake. 1485 1486 It was created by font-bitstream-type1 $as_me 1.0.4, which was 1487 generated by GNU Autoconf 2.71. Invocation command line was 1488 1489 $ $0$ac_configure_args_raw 1490 1491 _ACEOF 1492 exec 5>>config.log 1493 { 1494 cat <<_ASUNAME 1495 ## --------- ## 1496 ## Platform. ## 1497 ## --------- ## 1498 1499 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1500 uname -m = `(uname -m) 2>/dev/null || echo unknown` 1501 uname -r = `(uname -r) 2>/dev/null || echo unknown` 1502 uname -s = `(uname -s) 2>/dev/null || echo unknown` 1503 uname -v = `(uname -v) 2>/dev/null || echo unknown` 1504 1505 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1506 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1507 1508 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1509 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1510 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1511 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1512 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1513 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1514 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1515 1516 _ASUNAME 1517 1518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1519 for as_dir in $PATH 1520 do 1521 IFS=$as_save_IFS 1522 case $as_dir in #((( 1523 '') as_dir=./ ;; 1524 */) ;; 1525 *) as_dir=$as_dir/ ;; 1526 esac 1527 printf "%s\n" "PATH: $as_dir" 1528 done 1529 IFS=$as_save_IFS 1530 1531 } >&5 1532 1533 cat >&5 <<_ACEOF 1534 1535 1536 ## ----------- ## 1537 ## Core tests. ## 1538 ## ----------- ## 1539 1540 _ACEOF 1541 1542 1543 # Keep a trace of the command line. 1544 # Strip out --no-create and --no-recursion so they do not pile up. 1545 # Strip out --silent because we don't want to record it for future runs. 1546 # Also quote any args containing shell meta-characters. 1547 # Make two passes to allow for proper duplicate-argument suppression. 1548 ac_configure_args= 1549 ac_configure_args0= 1550 ac_configure_args1= 1551 ac_must_keep_next=false 1552 for ac_pass in 1 2 1553 do 1554 for ac_arg 1555 do 1556 case $ac_arg in 1557 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1558 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1559 | -silent | --silent | --silen | --sile | --sil) 1560 continue ;; 1561 *\'*) 1562 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1563 esac 1564 case $ac_pass in 1565 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1566 2) 1567 as_fn_append ac_configure_args1 " '$ac_arg'" 1568 if test $ac_must_keep_next = true; then 1569 ac_must_keep_next=false # Got value, back to normal. 1570 else 1571 case $ac_arg in 1572 *=* | --config-cache | -C | -disable-* | --disable-* \ 1573 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1574 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1575 | -with-* | --with-* | -without-* | --without-* | --x) 1576 case "$ac_configure_args0 " in 1577 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1578 esac 1579 ;; 1580 -* ) ac_must_keep_next=true ;; 1581 esac 1582 fi 1583 as_fn_append ac_configure_args " '$ac_arg'" 1584 ;; 1585 esac 1586 done 1587 done 1588 { ac_configure_args0=; unset ac_configure_args0;} 1589 { ac_configure_args1=; unset ac_configure_args1;} 1590 1591 # When interrupted or exit'd, cleanup temporary files, and complete 1592 # config.log. We remove comments because anyway the quotes in there 1593 # would cause problems or look ugly. 1594 # WARNING: Use '\'' to represent an apostrophe within the trap. 1595 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1596 trap 'exit_status=$? 1597 # Sanitize IFS. 1598 IFS=" "" $as_nl" 1599 # Save into config.log some information that might help in debugging. 1600 { 1601 echo 1602 1603 printf "%s\n" "## ---------------- ## 1604 ## Cache variables. ## 1605 ## ---------------- ##" 1606 echo 1607 # The following way of writing the cache mishandles newlines in values, 1608 ( 1609 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1610 eval ac_val=\$$ac_var 1611 case $ac_val in #( 1612 *${as_nl}*) 1613 case $ac_var in #( 1614 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1615 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1616 esac 1617 case $ac_var in #( 1618 _ | IFS | as_nl) ;; #( 1619 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1620 *) { eval $ac_var=; unset $ac_var;} ;; 1621 esac ;; 1622 esac 1623 done 1624 (set) 2>&1 | 1625 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1626 *${as_nl}ac_space=\ *) 1627 sed -n \ 1628 "s/'\''/'\''\\\\'\'''\''/g; 1629 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1630 ;; #( 1631 *) 1632 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1633 ;; 1634 esac | 1635 sort 1636 ) 1637 echo 1638 1639 printf "%s\n" "## ----------------- ## 1640 ## Output variables. ## 1641 ## ----------------- ##" 1642 echo 1643 for ac_var in $ac_subst_vars 1644 do 1645 eval ac_val=\$$ac_var 1646 case $ac_val in 1647 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1648 esac 1649 printf "%s\n" "$ac_var='\''$ac_val'\''" 1650 done | sort 1651 echo 1652 1653 if test -n "$ac_subst_files"; then 1654 printf "%s\n" "## ------------------- ## 1655 ## File substitutions. ## 1656 ## ------------------- ##" 1657 echo 1658 for ac_var in $ac_subst_files 1659 do 1660 eval ac_val=\$$ac_var 1661 case $ac_val in 1662 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1663 esac 1664 printf "%s\n" "$ac_var='\''$ac_val'\''" 1665 done | sort 1666 echo 1667 fi 1668 1669 if test -s confdefs.h; then 1670 printf "%s\n" "## ----------- ## 1671 ## confdefs.h. ## 1672 ## ----------- ##" 1673 echo 1674 cat confdefs.h 1675 echo 1676 fi 1677 test "$ac_signal" != 0 && 1678 printf "%s\n" "$as_me: caught signal $ac_signal" 1679 printf "%s\n" "$as_me: exit $exit_status" 1680 } >&5 1681 rm -f core *.core core.conftest.* && 1682 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1683 exit $exit_status 1684 ' 0 1685 for ac_signal in 1 2 13 15; do 1686 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1687 done 1688 ac_signal=0 1689 1690 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1691 rm -f -r conftest* confdefs.h 1692 1693 printf "%s\n" "/* confdefs.h */" > confdefs.h 1694 1695 # Predefined preprocessor variables. 1696 1697 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h 1698 1699 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h 1700 1701 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h 1702 1703 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h 1704 1705 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h 1706 1707 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h 1708 1709 1710 # Let the site file select an alternate cache file if it wants to. 1711 # Prefer an explicitly selected file to automatically selected ones. 1712 if test -n "$CONFIG_SITE"; then 1713 ac_site_files="$CONFIG_SITE" 1714 elif test "x$prefix" != xNONE; then 1715 ac_site_files="$prefix/share/config.site $prefix/etc/config.site" 1716 else 1717 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1718 fi 1719 1720 for ac_site_file in $ac_site_files 1721 do 1722 case $ac_site_file in #( 1723 */*) : 1724 ;; #( 1725 *) : 1726 ac_site_file=./$ac_site_file ;; 1727 esac 1728 if test -f "$ac_site_file" && test -r "$ac_site_file"; then 1729 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1730 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} 1731 sed 's/^/| /' "$ac_site_file" >&5 1732 . "$ac_site_file" \ 1733 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1734 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1735 as_fn_error $? "failed to load site script $ac_site_file 1736 See \`config.log' for more details" "$LINENO" 5; } 1737 fi 1738 done 1739 1740 if test -r "$cache_file"; then 1741 # Some versions of bash will fail to source /dev/null (special files 1742 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1743 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1744 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1745 printf "%s\n" "$as_me: loading cache $cache_file" >&6;} 1746 case $cache_file in 1747 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1748 *) . "./$cache_file";; 1749 esac 1750 fi 1751 else 1752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1753 printf "%s\n" "$as_me: creating cache $cache_file" >&6;} 1754 >$cache_file 1755 fi 1756 1757 1758 # Auxiliary files required by this configure script. 1759 ac_aux_files="config.guess config.sub missing install-sh" 1760 1761 # Locations in which to look for auxiliary files. 1762 ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." 1763 1764 # Search for a directory containing all of the required auxiliary files, 1765 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. 1766 # If we don't find one directory that contains all the files we need, 1767 # we report the set of missing files from the *first* directory in 1768 # $ac_aux_dir_candidates and give up. 1769 ac_missing_aux_files="" 1770 ac_first_candidate=: 1771 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 1772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1773 as_found=false 1774 for as_dir in $ac_aux_dir_candidates 1775 do 1776 IFS=$as_save_IFS 1777 case $as_dir in #((( 1778 '') as_dir=./ ;; 1779 */) ;; 1780 *) as_dir=$as_dir/ ;; 1781 esac 1782 as_found=: 1783 1784 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 1785 ac_aux_dir_found=yes 1786 ac_install_sh= 1787 for ac_aux in $ac_aux_files 1788 do 1789 # As a special case, if "install-sh" is required, that requirement 1790 # can be satisfied by any of "install-sh", "install.sh", or "shtool", 1791 # and $ac_install_sh is set appropriately for whichever one is found. 1792 if test x"$ac_aux" = x"install-sh" 1793 then 1794 if test -f "${as_dir}install-sh"; then 1795 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 1796 ac_install_sh="${as_dir}install-sh -c" 1797 elif test -f "${as_dir}install.sh"; then 1798 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 1799 ac_install_sh="${as_dir}install.sh -c" 1800 elif test -f "${as_dir}shtool"; then 1801 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 1802 ac_install_sh="${as_dir}shtool install -c" 1803 else 1804 ac_aux_dir_found=no 1805 if $ac_first_candidate; then 1806 ac_missing_aux_files="${ac_missing_aux_files} install-sh" 1807 else 1808 break 1809 fi 1810 fi 1811 else 1812 if test -f "${as_dir}${ac_aux}"; then 1813 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 1814 else 1815 ac_aux_dir_found=no 1816 if $ac_first_candidate; then 1817 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" 1818 else 1819 break 1820 fi 1821 fi 1822 fi 1823 done 1824 if test "$ac_aux_dir_found" = yes; then 1825 ac_aux_dir="$as_dir" 1826 break 1827 fi 1828 ac_first_candidate=false 1829 1830 as_found=false 1831 done 1832 IFS=$as_save_IFS 1833 if $as_found 1834 then : 1835 1836 else $as_nop 1837 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 1838 fi 1839 1840 1841 # These three variables are undocumented and unsupported, 1842 # and are intended to be withdrawn in a future Autoconf release. 1843 # They can cause serious problems if a builder's source tree is in a directory 1844 # whose full name contains unusual characters. 1845 if test -f "${ac_aux_dir}config.guess"; then 1846 ac_config_guess="$SHELL ${ac_aux_dir}config.guess" 1847 fi 1848 if test -f "${ac_aux_dir}config.sub"; then 1849 ac_config_sub="$SHELL ${ac_aux_dir}config.sub" 1850 fi 1851 if test -f "$ac_aux_dir/configure"; then 1852 ac_configure="$SHELL ${ac_aux_dir}configure" 1853 fi 1854 1855 # Check that the precious variables saved in the cache have kept the same 1856 # value. 1857 ac_cache_corrupted=false 1858 for ac_var in $ac_precious_vars; do 1859 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1860 eval ac_new_set=\$ac_env_${ac_var}_set 1861 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1862 eval ac_new_val=\$ac_env_${ac_var}_value 1863 case $ac_old_set,$ac_new_set in 1864 set,) 1865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1866 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1867 ac_cache_corrupted=: ;; 1868 ,set) 1869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1870 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1871 ac_cache_corrupted=: ;; 1872 ,);; 1873 *) 1874 if test "x$ac_old_val" != "x$ac_new_val"; then 1875 # differences in whitespace do not lead to failure. 1876 ac_old_val_w=`echo x $ac_old_val` 1877 ac_new_val_w=`echo x $ac_new_val` 1878 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1879 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1880 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1881 ac_cache_corrupted=: 1882 else 1883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1884 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1885 eval $ac_var=\$ac_old_val 1886 fi 1887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1888 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} 1889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1890 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} 1891 fi;; 1892 esac 1893 # Pass precious variables to config.status. 1894 if test "$ac_new_set" = set; then 1895 case $ac_new_val in 1896 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1897 *) ac_arg=$ac_var=$ac_new_val ;; 1898 esac 1899 case " $ac_configure_args " in 1900 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1901 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1902 esac 1903 fi 1904 done 1905 if $ac_cache_corrupted; then 1906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1907 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1908 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1909 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} 1910 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' 1911 and start over" "$LINENO" 5 1912 fi 1913 ## -------------------- ## 1914 ## Main body of script. ## 1915 ## -------------------- ## 1916 1917 ac_ext=c 1918 ac_cpp='$CPP $CPPFLAGS' 1919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1921 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1922 1923 1924 am__api_version='1.16' 1925 1926 1927 1928 # Find a good install program. We prefer a C program (faster), 1929 # so one script is as good as another. But avoid the broken or 1930 # incompatible versions: 1931 # SysV /etc/install, /usr/sbin/install 1932 # SunOS /usr/etc/install 1933 # IRIX /sbin/install 1934 # AIX /bin/install 1935 # AmigaOS /C/install, which installs bootblocks on floppy discs 1936 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1937 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1938 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1939 # OS/2's system install, which has a completely different semantic 1940 # ./install, which can be erroneously created by make from ./install.sh. 1941 # Reject install programs that cannot install multiple files. 1942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1943 printf %s "checking for a BSD-compatible install... " >&6; } 1944 if test -z "$INSTALL"; then 1945 if test ${ac_cv_path_install+y} 1946 then : 1947 printf %s "(cached) " >&6 1948 else $as_nop 1949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1950 for as_dir in $PATH 1951 do 1952 IFS=$as_save_IFS 1953 case $as_dir in #((( 1954 '') as_dir=./ ;; 1955 */) ;; 1956 *) as_dir=$as_dir/ ;; 1957 esac 1958 # Account for fact that we put trailing slashes in our PATH walk. 1959 case $as_dir in #(( 1960 ./ | /[cC]/* | \ 1961 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1962 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1963 /usr/ucb/* ) ;; 1964 *) 1965 # OSF1 and SCO ODT 3.0 have their own names for install. 1966 # Don't use installbsd from OSF since it installs stuff as root 1967 # by default. 1968 for ac_prog in ginstall scoinst install; do 1969 for ac_exec_ext in '' $ac_executable_extensions; do 1970 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then 1971 if test $ac_prog = install && 1972 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1973 # AIX install. It has an incompatible calling convention. 1974 : 1975 elif test $ac_prog = install && 1976 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1977 # program-specific install script used by HP pwplus--don't use. 1978 : 1979 else 1980 rm -rf conftest.one conftest.two conftest.dir 1981 echo one > conftest.one 1982 echo two > conftest.two 1983 mkdir conftest.dir 1984 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && 1985 test -s conftest.one && test -s conftest.two && 1986 test -s conftest.dir/conftest.one && 1987 test -s conftest.dir/conftest.two 1988 then 1989 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" 1990 break 3 1991 fi 1992 fi 1993 fi 1994 done 1995 done 1996 ;; 1997 esac 1998 1999 done 2000 IFS=$as_save_IFS 2001 2002 rm -rf conftest.one conftest.two conftest.dir 2003 2004 fi 2005 if test ${ac_cv_path_install+y}; then 2006 INSTALL=$ac_cv_path_install 2007 else 2008 # As a last resort, use the slow shell script. Don't cache a 2009 # value for INSTALL within a source directory, because that will 2010 # break other packages using the cache if that directory is 2011 # removed, or if the value is a relative name. 2012 INSTALL=$ac_install_sh 2013 fi 2014 fi 2015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2016 printf "%s\n" "$INSTALL" >&6; } 2017 2018 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2019 # It thinks the first close brace ends the variable substitution. 2020 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2021 2022 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2023 2024 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2025 2026 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2027 printf %s "checking whether build environment is sane... " >&6; } 2028 # Reject unsafe characters in $srcdir or the absolute working directory 2029 # name. Accept space and tab only in the latter. 2030 am_lf=' 2031 ' 2032 case `pwd` in 2033 *[\\\"\#\$\&\'\`$am_lf]*) 2034 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2035 esac 2036 case $srcdir in 2037 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2038 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 2039 esac 2040 2041 # Do 'set' in a subshell so we don't clobber the current shell's 2042 # arguments. Must try -L first in case configure is actually a 2043 # symlink; some systems play weird games with the mod time of symlinks 2044 # (eg FreeBSD returns the mod time of the symlink's containing 2045 # directory). 2046 if ( 2047 am_has_slept=no 2048 for am_try in 1 2; do 2049 echo "timestamp, slept: $am_has_slept" > conftest.file 2050 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2051 if test "$*" = "X"; then 2052 # -L didn't work. 2053 set X `ls -t "$srcdir/configure" conftest.file` 2054 fi 2055 if test "$*" != "X $srcdir/configure conftest.file" \ 2056 && test "$*" != "X conftest.file $srcdir/configure"; then 2057 2058 # If neither matched, then we have a broken ls. This can happen 2059 # if, for instance, CONFIG_SHELL is bash and it inherits a 2060 # broken ls alias from the environment. This has actually 2061 # happened. Such a system could not be considered "sane". 2062 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2063 alias in your environment" "$LINENO" 5 2064 fi 2065 if test "$2" = conftest.file || test $am_try -eq 2; then 2066 break 2067 fi 2068 # Just in case. 2069 sleep 1 2070 am_has_slept=yes 2071 done 2072 test "$2" = conftest.file 2073 ) 2074 then 2075 # Ok. 2076 : 2077 else 2078 as_fn_error $? "newly created file is older than distributed files! 2079 Check your system clock" "$LINENO" 5 2080 fi 2081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2082 printf "%s\n" "yes" >&6; } 2083 # If we didn't sleep, we still need to ensure time stamps of config.status and 2084 # generated files are strictly newer. 2085 am_sleep_pid= 2086 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 2087 ( sleep 1 ) & 2088 am_sleep_pid=$! 2089 fi 2090 2091 rm -f conftest.file 2092 2093 test "$program_prefix" != NONE && 2094 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2095 # Use a double $ so make ignores it. 2096 test "$program_suffix" != NONE && 2097 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2098 # Double any \ or $. 2099 # By default was `s,x,x', remove it if useless. 2100 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2101 program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` 2102 2103 2104 # Expand $ac_aux_dir to an absolute path. 2105 am_aux_dir=`cd "$ac_aux_dir" && pwd` 2106 2107 2108 if test x"${MISSING+set}" != xset; then 2109 MISSING="\${SHELL} '$am_aux_dir/missing'" 2110 fi 2111 # Use eval to expand $SHELL 2112 if eval "$MISSING --is-lightweight"; then 2113 am_missing_run="$MISSING " 2114 else 2115 am_missing_run= 2116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 2117 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 2118 fi 2119 2120 if test x"${install_sh+set}" != xset; then 2121 case $am_aux_dir in 2122 *\ * | *\ *) 2123 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2124 *) 2125 install_sh="\${SHELL} $am_aux_dir/install-sh" 2126 esac 2127 fi 2128 2129 # Installed binaries are usually stripped using 'strip' when the user 2130 # run "make install-strip". However 'strip' might not be the right 2131 # tool to use in cross-compilation environments, therefore Automake 2132 # will honor the 'STRIP' environment variable to overrule this program. 2133 if test "$cross_compiling" != no; then 2134 if test -n "$ac_tool_prefix"; then 2135 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2136 set dummy ${ac_tool_prefix}strip; ac_word=$2 2137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2138 printf %s "checking for $ac_word... " >&6; } 2139 if test ${ac_cv_prog_STRIP+y} 2140 then : 2141 printf %s "(cached) " >&6 2142 else $as_nop 2143 if test -n "$STRIP"; then 2144 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2145 else 2146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2147 for as_dir in $PATH 2148 do 2149 IFS=$as_save_IFS 2150 case $as_dir in #((( 2151 '') as_dir=./ ;; 2152 */) ;; 2153 *) as_dir=$as_dir/ ;; 2154 esac 2155 for ac_exec_ext in '' $ac_executable_extensions; do 2156 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2157 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2158 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2159 break 2 2160 fi 2161 done 2162 done 2163 IFS=$as_save_IFS 2164 2165 fi 2166 fi 2167 STRIP=$ac_cv_prog_STRIP 2168 if test -n "$STRIP"; then 2169 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2170 printf "%s\n" "$STRIP" >&6; } 2171 else 2172 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2173 printf "%s\n" "no" >&6; } 2174 fi 2175 2176 2177 fi 2178 if test -z "$ac_cv_prog_STRIP"; then 2179 ac_ct_STRIP=$STRIP 2180 # Extract the first word of "strip", so it can be a program name with args. 2181 set dummy strip; ac_word=$2 2182 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2183 printf %s "checking for $ac_word... " >&6; } 2184 if test ${ac_cv_prog_ac_ct_STRIP+y} 2185 then : 2186 printf %s "(cached) " >&6 2187 else $as_nop 2188 if test -n "$ac_ct_STRIP"; then 2189 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2190 else 2191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2192 for as_dir in $PATH 2193 do 2194 IFS=$as_save_IFS 2195 case $as_dir in #((( 2196 '') as_dir=./ ;; 2197 */) ;; 2198 *) as_dir=$as_dir/ ;; 2199 esac 2200 for ac_exec_ext in '' $ac_executable_extensions; do 2201 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2202 ac_cv_prog_ac_ct_STRIP="strip" 2203 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2204 break 2 2205 fi 2206 done 2207 done 2208 IFS=$as_save_IFS 2209 2210 fi 2211 fi 2212 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2213 if test -n "$ac_ct_STRIP"; then 2214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2215 printf "%s\n" "$ac_ct_STRIP" >&6; } 2216 else 2217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2218 printf "%s\n" "no" >&6; } 2219 fi 2220 2221 if test "x$ac_ct_STRIP" = x; then 2222 STRIP=":" 2223 else 2224 case $cross_compiling:$ac_tool_warned in 2225 yes:) 2226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2227 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2228 ac_tool_warned=yes ;; 2229 esac 2230 STRIP=$ac_ct_STRIP 2231 fi 2232 else 2233 STRIP="$ac_cv_prog_STRIP" 2234 fi 2235 2236 fi 2237 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2238 2239 2240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 2241 printf %s "checking for a race-free mkdir -p... " >&6; } 2242 if test -z "$MKDIR_P"; then 2243 if test ${ac_cv_path_mkdir+y} 2244 then : 2245 printf %s "(cached) " >&6 2246 else $as_nop 2247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2248 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2249 do 2250 IFS=$as_save_IFS 2251 case $as_dir in #((( 2252 '') as_dir=./ ;; 2253 */) ;; 2254 *) as_dir=$as_dir/ ;; 2255 esac 2256 for ac_prog in mkdir gmkdir; do 2257 for ac_exec_ext in '' $ac_executable_extensions; do 2258 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue 2259 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 2260 'mkdir ('*'coreutils) '* | \ 2261 'BusyBox '* | \ 2262 'mkdir (fileutils) '4.1*) 2263 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext 2264 break 3;; 2265 esac 2266 done 2267 done 2268 done 2269 IFS=$as_save_IFS 2270 2271 fi 2272 2273 test -d ./--version && rmdir ./--version 2274 if test ${ac_cv_path_mkdir+y}; then 2275 MKDIR_P="$ac_cv_path_mkdir -p" 2276 else 2277 # As a last resort, use the slow shell script. Don't cache a 2278 # value for MKDIR_P within a source directory, because that will 2279 # break other packages using the cache if that directory is 2280 # removed, or if the value is a relative name. 2281 MKDIR_P="$ac_install_sh -d" 2282 fi 2283 fi 2284 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2285 printf "%s\n" "$MKDIR_P" >&6; } 2286 2287 for ac_prog in gawk mawk nawk awk 2288 do 2289 # Extract the first word of "$ac_prog", so it can be a program name with args. 2290 set dummy $ac_prog; ac_word=$2 2291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2292 printf %s "checking for $ac_word... " >&6; } 2293 if test ${ac_cv_prog_AWK+y} 2294 then : 2295 printf %s "(cached) " >&6 2296 else $as_nop 2297 if test -n "$AWK"; then 2298 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2299 else 2300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2301 for as_dir in $PATH 2302 do 2303 IFS=$as_save_IFS 2304 case $as_dir in #((( 2305 '') as_dir=./ ;; 2306 */) ;; 2307 *) as_dir=$as_dir/ ;; 2308 esac 2309 for ac_exec_ext in '' $ac_executable_extensions; do 2310 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2311 ac_cv_prog_AWK="$ac_prog" 2312 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2313 break 2 2314 fi 2315 done 2316 done 2317 IFS=$as_save_IFS 2318 2319 fi 2320 fi 2321 AWK=$ac_cv_prog_AWK 2322 if test -n "$AWK"; then 2323 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2324 printf "%s\n" "$AWK" >&6; } 2325 else 2326 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2327 printf "%s\n" "no" >&6; } 2328 fi 2329 2330 2331 test -n "$AWK" && break 2332 done 2333 2334 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2335 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2336 set x ${MAKE-make} 2337 ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2338 if eval test \${ac_cv_prog_make_${ac_make}_set+y} 2339 then : 2340 printf %s "(cached) " >&6 2341 else $as_nop 2342 cat >conftest.make <<\_ACEOF 2343 SHELL = /bin/sh 2344 all: 2345 @echo '@@@%%%=$(MAKE)=@@@%%%' 2346 _ACEOF 2347 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2348 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2349 *@@@%%%=?*=@@@%%%*) 2350 eval ac_cv_prog_make_${ac_make}_set=yes;; 2351 *) 2352 eval ac_cv_prog_make_${ac_make}_set=no;; 2353 esac 2354 rm -f conftest.make 2355 fi 2356 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2357 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2358 printf "%s\n" "yes" >&6; } 2359 SET_MAKE= 2360 else 2361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2362 printf "%s\n" "no" >&6; } 2363 SET_MAKE="MAKE=${MAKE-make}" 2364 fi 2365 2366 rm -rf .tst 2>/dev/null 2367 mkdir .tst 2>/dev/null 2368 if test -d .tst; then 2369 am__leading_dot=. 2370 else 2371 am__leading_dot=_ 2372 fi 2373 rmdir .tst 2>/dev/null 2374 2375 # Check whether --enable-silent-rules was given. 2376 if test ${enable_silent_rules+y} 2377 then : 2378 enableval=$enable_silent_rules; 2379 fi 2380 2381 case $enable_silent_rules in # ((( 2382 yes) AM_DEFAULT_VERBOSITY=0;; 2383 no) AM_DEFAULT_VERBOSITY=1;; 2384 *) AM_DEFAULT_VERBOSITY=1;; 2385 esac 2386 am_make=${MAKE-make} 2387 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2388 printf %s "checking whether $am_make supports nested variables... " >&6; } 2389 if test ${am_cv_make_support_nested_variables+y} 2390 then : 2391 printf %s "(cached) " >&6 2392 else $as_nop 2393 if printf "%s\n" 'TRUE=$(BAR$(V)) 2394 BAR0=false 2395 BAR1=true 2396 V=1 2397 am__doit: 2398 @$(TRUE) 2399 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2400 am_cv_make_support_nested_variables=yes 2401 else 2402 am_cv_make_support_nested_variables=no 2403 fi 2404 fi 2405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2406 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 2407 if test $am_cv_make_support_nested_variables = yes; then 2408 AM_V='$(V)' 2409 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2410 else 2411 AM_V=$AM_DEFAULT_VERBOSITY 2412 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2413 fi 2414 AM_BACKSLASH='\' 2415 2416 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2417 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2418 # is not polluted with repeated "-I." 2419 am__isrc=' -I$(srcdir)' 2420 # test to see if srcdir already configured 2421 if test -f $srcdir/config.status; then 2422 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2423 fi 2424 fi 2425 2426 # test whether we have cygpath 2427 if test -z "$CYGPATH_W"; then 2428 if (cygpath --version) >/dev/null 2>/dev/null; then 2429 CYGPATH_W='cygpath -w' 2430 else 2431 CYGPATH_W=echo 2432 fi 2433 fi 2434 2435 2436 # Define the identity of the package. 2437 PACKAGE='font-bitstream-type1' 2438 VERSION='1.0.4' 2439 2440 2441 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 2442 2443 2444 printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 2445 2446 # Some tools Automake needs. 2447 2448 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2449 2450 2451 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2452 2453 2454 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2455 2456 2457 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2458 2459 2460 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2461 2462 # For better backward compatibility. To be removed once Automake 1.9.x 2463 # dies out for good. For more background, see: 2464 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 2465 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 2466 mkdir_p='$(MKDIR_P)' 2467 2468 # We need awk for the "check" target (and possibly the TAP driver). The 2469 # system "awk" is bad on some platforms. 2470 # Always define AMTAR for backward compatibility. Yes, it's still used 2471 # in the wild :-( We should find a proper way to deprecate it ... 2472 AMTAR='$${TAR-tar}' 2473 2474 2475 # We'll loop over all known methods to create a tar archive until one works. 2476 _am_tools='gnutar pax cpio none' 2477 2478 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2479 2480 2481 2482 2483 2484 # Variables for tags utilities; see am/tags.am 2485 if test -z "$CTAGS"; then 2486 CTAGS=ctags 2487 fi 2488 2489 if test -z "$ETAGS"; then 2490 ETAGS=etags 2491 fi 2492 2493 if test -z "$CSCOPE"; then 2494 CSCOPE=cscope 2495 fi 2496 2497 2498 2499 # POSIX will say in a future version that running "rm -f" with no argument 2500 # is OK; and we want to be able to make that assumption in our Makefile 2501 # recipes. So use an aggressive probe to check that the usage we want is 2502 # actually supported "in the wild" to an acceptable degree. 2503 # See automake bug#10828. 2504 # To make any issue more visible, cause the running configure to be aborted 2505 # by default if the 'rm' program in use doesn't match our expectations; the 2506 # user can still override this though. 2507 if rm -f && rm -fr && rm -rf; then : OK; else 2508 cat >&2 <<'END' 2509 Oops! 2510 2511 Your 'rm' program seems unable to run without file operands specified 2512 on the command line, even when the '-f' option is present. This is contrary 2513 to the behaviour of most rm programs out there, and not conforming with 2514 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> 2515 2516 Please tell bug-automake@gnu.org about your system, including the value 2517 of your $PATH and any error possibly output before this message. This 2518 can help us improve future automake versions. 2519 2520 END 2521 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then 2522 echo 'Configuration will proceed anyway, since you have set the' >&2 2523 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 2524 echo >&2 2525 else 2526 cat >&2 <<'END' 2527 Aborting the configuration process, to ensure you take notice of the issue. 2528 2529 You can download and install GNU coreutils to get an 'rm' implementation 2530 that behaves properly: <https://www.gnu.org/software/coreutils/>. 2531 2532 If you want to complete the configuration process using your problematic 2533 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 2534 to "yes", and re-run configure. 2535 2536 END 2537 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 2538 fi 2539 fi 2540 2541 2542 # Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 2562 if test -n "$ac_tool_prefix"; then 2563 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 2564 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 2565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2566 printf %s "checking for $ac_word... " >&6; } 2567 if test ${ac_cv_path_PKG_CONFIG+y} 2568 then : 2569 printf %s "(cached) " >&6 2570 else $as_nop 2571 case $PKG_CONFIG in 2572 [\\/]* | ?:[\\/]*) 2573 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 2574 ;; 2575 *) 2576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2577 for as_dir in $PATH 2578 do 2579 IFS=$as_save_IFS 2580 case $as_dir in #((( 2581 '') as_dir=./ ;; 2582 */) ;; 2583 *) as_dir=$as_dir/ ;; 2584 esac 2585 for ac_exec_ext in '' $ac_executable_extensions; do 2586 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2587 ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2588 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2589 break 2 2590 fi 2591 done 2592 done 2593 IFS=$as_save_IFS 2594 2595 ;; 2596 esac 2597 fi 2598 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 2599 if test -n "$PKG_CONFIG"; then 2600 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 2601 printf "%s\n" "$PKG_CONFIG" >&6; } 2602 else 2603 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2604 printf "%s\n" "no" >&6; } 2605 fi 2606 2607 2608 fi 2609 if test -z "$ac_cv_path_PKG_CONFIG"; then 2610 ac_pt_PKG_CONFIG=$PKG_CONFIG 2611 # Extract the first word of "pkg-config", so it can be a program name with args. 2612 set dummy pkg-config; ac_word=$2 2613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2614 printf %s "checking for $ac_word... " >&6; } 2615 if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} 2616 then : 2617 printf %s "(cached) " >&6 2618 else $as_nop 2619 case $ac_pt_PKG_CONFIG in 2620 [\\/]* | ?:[\\/]*) 2621 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 2622 ;; 2623 *) 2624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2625 for as_dir in $PATH 2626 do 2627 IFS=$as_save_IFS 2628 case $as_dir in #((( 2629 '') as_dir=./ ;; 2630 */) ;; 2631 *) as_dir=$as_dir/ ;; 2632 esac 2633 for ac_exec_ext in '' $ac_executable_extensions; do 2634 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2635 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2636 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2637 break 2 2638 fi 2639 done 2640 done 2641 IFS=$as_save_IFS 2642 2643 ;; 2644 esac 2645 fi 2646 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 2647 if test -n "$ac_pt_PKG_CONFIG"; then 2648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 2649 printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } 2650 else 2651 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2652 printf "%s\n" "no" >&6; } 2653 fi 2654 2655 if test "x$ac_pt_PKG_CONFIG" = x; then 2656 PKG_CONFIG="" 2657 else 2658 case $cross_compiling:$ac_tool_warned in 2659 yes:) 2660 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2661 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2662 ac_tool_warned=yes ;; 2663 esac 2664 PKG_CONFIG=$ac_pt_PKG_CONFIG 2665 fi 2666 else 2667 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 2668 fi 2669 2670 fi 2671 if test -n "$PKG_CONFIG"; then 2672 _pkg_min_version=0.9.0 2673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 2674 printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } 2675 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 2676 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2677 printf "%s\n" "yes" >&6; } 2678 else 2679 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2680 printf "%s\n" "no" >&6; } 2681 PKG_CONFIG="" 2682 fi 2683 fi 2684 2685 2686 # Make sure we can run config.sub. 2687 $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || 2688 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 2689 2690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2691 printf %s "checking build system type... " >&6; } 2692 if test ${ac_cv_build+y} 2693 then : 2694 printf %s "(cached) " >&6 2695 else $as_nop 2696 ac_build_alias=$build_alias 2697 test "x$ac_build_alias" = x && 2698 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` 2699 test "x$ac_build_alias" = x && 2700 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 2701 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || 2702 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 2703 2704 fi 2705 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2706 printf "%s\n" "$ac_cv_build" >&6; } 2707 case $ac_cv_build in 2708 *-*-*) ;; 2709 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2710 esac 2711 build=$ac_cv_build 2712 ac_save_IFS=$IFS; IFS='-' 2713 set x $ac_cv_build 2714 shift 2715 build_cpu=$1 2716 build_vendor=$2 2717 shift; shift 2718 # Remember, the first character of IFS is used to create $*, 2719 # except with old shells: 2720 build_os=$* 2721 IFS=$ac_save_IFS 2722 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2723 2724 2725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2726 printf %s "checking host system type... " >&6; } 2727 if test ${ac_cv_host+y} 2728 then : 2729 printf %s "(cached) " >&6 2730 else $as_nop 2731 if test "x$host_alias" = x; then 2732 ac_cv_host=$ac_cv_build 2733 else 2734 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || 2735 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 2736 fi 2737 2738 fi 2739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2740 printf "%s\n" "$ac_cv_host" >&6; } 2741 case $ac_cv_host in 2742 *-*-*) ;; 2743 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2744 esac 2745 host=$ac_cv_host 2746 ac_save_IFS=$IFS; IFS='-' 2747 set x $ac_cv_host 2748 shift 2749 host_cpu=$1 2750 host_vendor=$2 2751 shift; shift 2752 # Remember, the first character of IFS is used to create $*, 2753 # except with old shells: 2754 host_os=$* 2755 IFS=$ac_save_IFS 2756 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2757 2758 2759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 2760 printf %s "checking for a sed that does not truncate output... " >&6; } 2761 if test ${ac_cv_path_SED+y} 2762 then : 2763 printf %s "(cached) " >&6 2764 else $as_nop 2765 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 2766 for ac_i in 1 2 3 4 5 6 7; do 2767 ac_script="$ac_script$as_nl$ac_script" 2768 done 2769 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 2770 { ac_script=; unset ac_script;} 2771 if test -z "$SED"; then 2772 ac_path_SED_found=false 2773 # Loop through the user's path and test for each of PROGNAME-LIST 2774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2775 for as_dir in $PATH 2776 do 2777 IFS=$as_save_IFS 2778 case $as_dir in #((( 2779 '') as_dir=./ ;; 2780 */) ;; 2781 *) as_dir=$as_dir/ ;; 2782 esac 2783 for ac_prog in sed gsed 2784 do 2785 for ac_exec_ext in '' $ac_executable_extensions; do 2786 ac_path_SED="$as_dir$ac_prog$ac_exec_ext" 2787 as_fn_executable_p "$ac_path_SED" || continue 2788 # Check for GNU ac_path_SED and select it if it is found. 2789 # Check for GNU $ac_path_SED 2790 case `"$ac_path_SED" --version 2>&1` in 2791 *GNU*) 2792 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 2793 *) 2794 ac_count=0 2795 printf %s 0123456789 >"conftest.in" 2796 while : 2797 do 2798 cat "conftest.in" "conftest.in" >"conftest.tmp" 2799 mv "conftest.tmp" "conftest.in" 2800 cp "conftest.in" "conftest.nl" 2801 printf "%s\n" '' >> "conftest.nl" 2802 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 2803 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 2804 as_fn_arith $ac_count + 1 && ac_count=$as_val 2805 if test $ac_count -gt ${ac_path_SED_max-0}; then 2806 # Best one so far, save it but keep looking for a better one 2807 ac_cv_path_SED="$ac_path_SED" 2808 ac_path_SED_max=$ac_count 2809 fi 2810 # 10*(2^10) chars as input seems more than enough 2811 test $ac_count -gt 10 && break 2812 done 2813 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 2814 esac 2815 2816 $ac_path_SED_found && break 3 2817 done 2818 done 2819 done 2820 IFS=$as_save_IFS 2821 if test -z "$ac_cv_path_SED"; then 2822 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 2823 fi 2824 else 2825 ac_cv_path_SED=$SED 2826 fi 2827 2828 fi 2829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 2830 printf "%s\n" "$ac_cv_path_SED" >&6; } 2831 SED="$ac_cv_path_SED" 2832 rm -f conftest.sed 2833 2834 2835 2836 2837 2838 cat >>confdefs.h <<_ACEOF 2839 #define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 2840 _ACEOF 2841 2842 PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 2843 if test "x$PVM" = "x"; then 2844 PVM="0" 2845 fi 2846 2847 printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h 2848 2849 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 2850 if test "x$PVP" = "x"; then 2851 PVP="0" 2852 fi 2853 2854 printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h 2855 2856 2857 2858 CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \ 2859 mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ 2860 || (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \ 2861 touch \$(top_srcdir)/ChangeLog; \ 2862 echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))" 2863 2864 2865 2866 2867 macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` 2868 INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ 2869 mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ 2870 || (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \ 2871 touch \$(top_srcdir)/INSTALL; \ 2872 echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))" 2873 2874 2875 2876 2877 2878 2879 case $host_os in 2880 solaris*) 2881 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we 2882 # check for a man page file found in later versions that use 2883 # traditional section numbers instead 2884 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5 2885 printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; } 2886 if test ${ac_cv_file__usr_share_man_man7_attributes_7+y} 2887 then : 2888 printf %s "(cached) " >&6 2889 else $as_nop 2890 test "$cross_compiling" = yes && 2891 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 2892 if test -r "/usr/share/man/man7/attributes.7"; then 2893 ac_cv_file__usr_share_man_man7_attributes_7=yes 2894 else 2895 ac_cv_file__usr_share_man_man7_attributes_7=no 2896 fi 2897 fi 2898 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5 2899 printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; } 2900 if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes 2901 then : 2902 SYSV_MAN_SECTIONS=false 2903 else $as_nop 2904 SYSV_MAN_SECTIONS=true 2905 fi 2906 2907 ;; 2908 *) SYSV_MAN_SECTIONS=false ;; 2909 esac 2910 2911 if test x$APP_MAN_SUFFIX = x ; then 2912 APP_MAN_SUFFIX=1 2913 fi 2914 if test x$APP_MAN_DIR = x ; then 2915 APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 2916 fi 2917 2918 if test x$LIB_MAN_SUFFIX = x ; then 2919 LIB_MAN_SUFFIX=3 2920 fi 2921 if test x$LIB_MAN_DIR = x ; then 2922 LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 2923 fi 2924 2925 if test x$FILE_MAN_SUFFIX = x ; then 2926 case $SYSV_MAN_SECTIONS in 2927 true) FILE_MAN_SUFFIX=4 ;; 2928 *) FILE_MAN_SUFFIX=5 ;; 2929 esac 2930 fi 2931 if test x$FILE_MAN_DIR = x ; then 2932 FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 2933 fi 2934 2935 if test x$MISC_MAN_SUFFIX = x ; then 2936 case $SYSV_MAN_SECTIONS in 2937 true) MISC_MAN_SUFFIX=5 ;; 2938 *) MISC_MAN_SUFFIX=7 ;; 2939 esac 2940 fi 2941 if test x$MISC_MAN_DIR = x ; then 2942 MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 2943 fi 2944 2945 if test x$DRIVER_MAN_SUFFIX = x ; then 2946 case $SYSV_MAN_SECTIONS in 2947 true) DRIVER_MAN_SUFFIX=7 ;; 2948 *) DRIVER_MAN_SUFFIX=4 ;; 2949 esac 2950 fi 2951 if test x$DRIVER_MAN_DIR = x ; then 2952 DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 2953 fi 2954 2955 if test x$ADMIN_MAN_SUFFIX = x ; then 2956 case $SYSV_MAN_SECTIONS in 2957 true) ADMIN_MAN_SUFFIX=1m ;; 2958 *) ADMIN_MAN_SUFFIX=8 ;; 2959 esac 2960 fi 2961 if test x$ADMIN_MAN_DIR = x ; then 2962 ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 2963 fi 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 XORG_MAN_PAGE="X Version 11" 2980 2981 MAN_SUBSTS="\ 2982 -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 2983 -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 2984 -e 's|__xservername__|Xorg|g' \ 2985 -e 's|__xconfigfile__|xorg.conf|g' \ 2986 -e 's|__projectroot__|\$(prefix)|g' \ 2987 -e 's|__apploaddir__|\$(appdefaultdir)|g' \ 2988 -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ 2989 -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ 2990 -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ 2991 -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ 2992 -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ 2993 -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" 2994 2995 2996 2997 # Check whether --enable-silent-rules was given. 2998 if test ${enable_silent_rules+y} 2999 then : 3000 enableval=$enable_silent_rules; 3001 fi 3002 3003 case $enable_silent_rules in # ((( 3004 yes) AM_DEFAULT_VERBOSITY=0;; 3005 no) AM_DEFAULT_VERBOSITY=1;; 3006 *) AM_DEFAULT_VERBOSITY=0;; 3007 esac 3008 am_make=${MAKE-make} 3009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 3010 printf %s "checking whether $am_make supports nested variables... " >&6; } 3011 if test ${am_cv_make_support_nested_variables+y} 3012 then : 3013 printf %s "(cached) " >&6 3014 else $as_nop 3015 if printf "%s\n" 'TRUE=$(BAR$(V)) 3016 BAR0=false 3017 BAR1=true 3018 V=1 3019 am__doit: 3020 @$(TRUE) 3021 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 3022 am_cv_make_support_nested_variables=yes 3023 else 3024 am_cv_make_support_nested_variables=no 3025 fi 3026 fi 3027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 3028 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 3029 if test $am_cv_make_support_nested_variables = yes; then 3030 AM_V='$(V)' 3031 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 3032 else 3033 AM_V=$AM_DEFAULT_VERBOSITY 3034 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 3035 fi 3036 AM_BACKSLASH='\' 3037 3038 3039 3040 # Require X.Org's font util macros 1.2 or later 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5 3057 printf %s "checking for root directory for font files... " >&6; } 3058 3059 # Check whether --with-fontrootdir was given. 3060 if test ${with_fontrootdir+y} 3061 then : 3062 withval=$with_fontrootdir; FONTROOTDIR="$withval" 3063 fi 3064 3065 # if --with-fontrootdir not specified... 3066 if test "x${FONTROOTDIR}" = "x"; then 3067 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil` 3068 fi 3069 # ...and if pkg-config didn't find fontdir in fontutil.pc... 3070 if test "x${FONTROOTDIR}" = "x"; then 3071 FONTROOTDIR="${datadir}/fonts/X11" 3072 fi 3073 3074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5 3075 printf "%s\n" "${FONTROOTDIR}" >&6; } 3076 3077 3078 3079 3080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for Type1 files" >&5 3081 printf %s "checking for directory for Type1 files... " >&6; } 3082 3083 # Check whether --with-fontdir was given. 3084 if test ${with_fontdir+y} 3085 then : 3086 withval=$with_fontdir; FONTDIR="${withval}" 3087 else $as_nop 3088 FONTDIR='${FONTROOTDIR}/Type1' 3089 fi 3090 3091 3092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5 3093 printf "%s\n" "${FONTDIR}" >&6; } 3094 3095 3096 3097 3098 # Extract the first word of "fc-cache", so it can be a program name with args. 3099 set dummy fc-cache; ac_word=$2 3100 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3101 printf %s "checking for $ac_word... " >&6; } 3102 if test ${ac_cv_path_FCCACHE+y} 3103 then : 3104 printf %s "(cached) " >&6 3105 else $as_nop 3106 case $FCCACHE in 3107 [\\/]* | ?:[\\/]*) 3108 ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path. 3109 ;; 3110 *) 3111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3112 for as_dir in $PATH 3113 do 3114 IFS=$as_save_IFS 3115 case $as_dir in #((( 3116 '') as_dir=./ ;; 3117 */) ;; 3118 *) as_dir=$as_dir/ ;; 3119 esac 3120 for ac_exec_ext in '' $ac_executable_extensions; do 3121 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3122 ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext" 3123 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3124 break 2 3125 fi 3126 done 3127 done 3128 IFS=$as_save_IFS 3129 3130 ;; 3131 esac 3132 fi 3133 FCCACHE=$ac_cv_path_FCCACHE 3134 if test -n "$FCCACHE"; then 3135 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5 3136 printf "%s\n" "$FCCACHE" >&6; } 3137 else 3138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3139 printf "%s\n" "no" >&6; } 3140 fi 3141 3142 3143 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 3144 if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then 3145 RUN_FCCACHE="${FCCACHE_WARN}" 3146 else 3147 RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else' 3148 RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)" 3149 fi 3150 3151 3152 3153 if test x"$cross_compiling" != x"no" ; then 3154 # Extract the first word of "mkfontdir", so it can be a program name with args. 3155 set dummy mkfontdir; ac_word=$2 3156 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3157 printf %s "checking for $ac_word... " >&6; } 3158 if test ${ac_cv_path_MKFONTDIR+y} 3159 then : 3160 printf %s "(cached) " >&6 3161 else $as_nop 3162 case $MKFONTDIR in 3163 [\\/]* | ?:[\\/]*) 3164 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3165 ;; 3166 *) 3167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3168 for as_dir in $PATH 3169 do 3170 IFS=$as_save_IFS 3171 case $as_dir in #((( 3172 '') as_dir=./ ;; 3173 */) ;; 3174 *) as_dir=$as_dir/ ;; 3175 esac 3176 for ac_exec_ext in '' $ac_executable_extensions; do 3177 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3178 ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3179 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3180 break 2 3181 fi 3182 done 3183 done 3184 IFS=$as_save_IFS 3185 3186 test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR="""" 3187 ;; 3188 esac 3189 fi 3190 MKFONTDIR=$ac_cv_path_MKFONTDIR 3191 if test -n "$MKFONTDIR"; then 3192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3193 printf "%s\n" "$MKFONTDIR" >&6; } 3194 else 3195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3196 printf "%s\n" "no" >&6; } 3197 fi 3198 3199 3200 MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"' 3201 3202 if test x"$MKFONTDIR" = x; then 3203 MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'" 3204 fi 3205 else 3206 3207 # Extract the first word of "mkfontdir", so it can be a program name with args. 3208 set dummy mkfontdir; ac_word=$2 3209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3210 printf %s "checking for $ac_word... " >&6; } 3211 if test ${ac_cv_path_MKFONTDIR+y} 3212 then : 3213 printf %s "(cached) " >&6 3214 else $as_nop 3215 case $MKFONTDIR in 3216 [\\/]* | ?:[\\/]*) 3217 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3218 ;; 3219 *) 3220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3221 for as_dir in $PATH 3222 do 3223 IFS=$as_save_IFS 3224 case $as_dir in #((( 3225 '') as_dir=./ ;; 3226 */) ;; 3227 *) as_dir=$as_dir/ ;; 3228 esac 3229 for ac_exec_ext in '' $ac_executable_extensions; do 3230 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3231 ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3232 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3233 break 2 3234 fi 3235 done 3236 done 3237 IFS=$as_save_IFS 3238 3239 ;; 3240 esac 3241 fi 3242 MKFONTDIR=$ac_cv_path_MKFONTDIR 3243 if test -n "$MKFONTDIR"; then 3244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3245 printf "%s\n" "$MKFONTDIR" >&6; } 3246 else 3247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3248 printf "%s\n" "no" >&6; } 3249 fi 3250 3251 3252 if test x"$MKFONTDIR" = x; then 3253 as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5 3254 fi 3255 3256 fi 3257 3258 3259 3260 3261 3262 # Extract the first word of "mkfontscale", so it can be a program name with args. 3263 set dummy mkfontscale; ac_word=$2 3264 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3265 printf %s "checking for $ac_word... " >&6; } 3266 if test ${ac_cv_path_MKFONTSCALE+y} 3267 then : 3268 printf %s "(cached) " >&6 3269 else $as_nop 3270 case $MKFONTSCALE in 3271 [\\/]* | ?:[\\/]*) 3272 ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 3273 ;; 3274 *) 3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3276 for as_dir in $PATH 3277 do 3278 IFS=$as_save_IFS 3279 case $as_dir in #((( 3280 '') as_dir=./ ;; 3281 */) ;; 3282 *) as_dir=$as_dir/ ;; 3283 esac 3284 for ac_exec_ext in '' $ac_executable_extensions; do 3285 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3286 ac_cv_path_MKFONTSCALE="$as_dir$ac_word$ac_exec_ext" 3287 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3288 break 2 3289 fi 3290 done 3291 done 3292 IFS=$as_save_IFS 3293 3294 ;; 3295 esac 3296 fi 3297 MKFONTSCALE=$ac_cv_path_MKFONTSCALE 3298 if test -n "$MKFONTSCALE"; then 3299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTSCALE" >&5 3300 printf "%s\n" "$MKFONTSCALE" >&6; } 3301 else 3302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3303 printf "%s\n" "no" >&6; } 3304 fi 3305 3306 3307 if test x"$MKFONTSCALE" = x; then 3308 as_fn_error $? "mkfontscale is required to build $PACKAGE_NAME." "$LINENO" 5 3309 fi 3310 3311 3312 3313 ac_config_files="$ac_config_files Makefile" 3314 3315 cat >confcache <<\_ACEOF 3316 # This file is a shell script that caches the results of configure 3317 # tests run on this system so they can be shared between configure 3318 # scripts and configure runs, see configure's option --config-cache. 3319 # It is not useful on other systems. If it contains results you don't 3320 # want to keep, you may remove or edit it. 3321 # 3322 # config.status only pays attention to the cache file if you give it 3323 # the --recheck option to rerun configure. 3324 # 3325 # `ac_cv_env_foo' variables (set or unset) will be overridden when 3326 # loading this file, other *unset* `ac_cv_foo' will be assigned the 3327 # following values. 3328 3329 _ACEOF 3330 3331 # The following way of writing the cache mishandles newlines in values, 3332 # but we know of no workaround that is simple, portable, and efficient. 3333 # So, we kill variables containing newlines. 3334 # Ultrix sh set writes to stderr and can't be redirected directly, 3335 # and sets the high bit in the cache file unless we assign to the vars. 3336 ( 3337 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 3338 eval ac_val=\$$ac_var 3339 case $ac_val in #( 3340 *${as_nl}*) 3341 case $ac_var in #( 3342 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 3343 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 3344 esac 3345 case $ac_var in #( 3346 _ | IFS | as_nl) ;; #( 3347 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 3348 *) { eval $ac_var=; unset $ac_var;} ;; 3349 esac ;; 3350 esac 3351 done 3352 3353 (set) 2>&1 | 3354 case $as_nl`(ac_space=' '; set) 2>&1` in #( 3355 *${as_nl}ac_space=\ *) 3356 # `set' does not quote correctly, so add quotes: double-quote 3357 # substitution turns \\\\ into \\, and sed turns \\ into \. 3358 sed -n \ 3359 "s/'/'\\\\''/g; 3360 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 3361 ;; #( 3362 *) 3363 # `set' quotes correctly as required by POSIX, so do not add quotes. 3364 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 3365 ;; 3366 esac | 3367 sort 3368 ) | 3369 sed ' 3370 /^ac_cv_env_/b end 3371 t clear 3372 :clear 3373 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ 3374 t end 3375 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 3376 :end' >>confcache 3377 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 3378 if test -w "$cache_file"; then 3379 if test "x$cache_file" != "x/dev/null"; then 3380 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 3381 printf "%s\n" "$as_me: updating cache $cache_file" >&6;} 3382 if test ! -f "$cache_file" || test -h "$cache_file"; then 3383 cat confcache >"$cache_file" 3384 else 3385 case $cache_file in #( 3386 */* | ?:*) 3387 mv -f confcache "$cache_file"$$ && 3388 mv -f "$cache_file"$$ "$cache_file" ;; #( 3389 *) 3390 mv -f confcache "$cache_file" ;; 3391 esac 3392 fi 3393 fi 3394 else 3395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 3396 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} 3397 fi 3398 fi 3399 rm -f confcache 3400 3401 test "x$prefix" = xNONE && prefix=$ac_default_prefix 3402 # Let make expand exec_prefix. 3403 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 3404 3405 # Transform confdefs.h into DEFS. 3406 # Protect against shell expansion while executing Makefile rules. 3407 # Protect against Makefile macro expansion. 3408 # 3409 # If the first sed substitution is executed (which looks for macros that 3410 # take arguments), then branch to the quote section. Otherwise, 3411 # look for a macro that doesn't take arguments. 3412 ac_script=' 3413 :mline 3414 /\\$/{ 3415 N 3416 s,\\\n,, 3417 b mline 3418 } 3419 t clear 3420 :clear 3421 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 3422 t quote 3423 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 3424 t quote 3425 b any 3426 :quote 3427 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 3428 s/\[/\\&/g 3429 s/\]/\\&/g 3430 s/\$/$$/g 3431 H 3432 :any 3433 ${ 3434 g 3435 s/^\n// 3436 s/\n/ /g 3437 p 3438 } 3439 ' 3440 DEFS=`sed -n "$ac_script" confdefs.h` 3441 3442 3443 ac_libobjs= 3444 ac_ltlibobjs= 3445 U= 3446 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 3447 # 1. Remove the extension, and $U if already installed. 3448 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 3449 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` 3450 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 3451 # will be set to the directory where LIBOBJS objects are built. 3452 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 3453 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 3454 done 3455 LIBOBJS=$ac_libobjs 3456 3457 LTLIBOBJS=$ac_ltlibobjs 3458 3459 3460 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 3461 printf %s "checking that generated files are newer than configure... " >&6; } 3462 if test -n "$am_sleep_pid"; then 3463 # Hide warnings about reused PIDs. 3464 wait $am_sleep_pid 2>/dev/null 3465 fi 3466 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 3467 printf "%s\n" "done" >&6; } 3468 3469 3470 : "${CONFIG_STATUS=./config.status}" 3471 ac_write_fail=0 3472 ac_clean_files_save=$ac_clean_files 3473 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 3474 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 3475 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} 3476 as_write_fail=0 3477 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 3478 #! $SHELL 3479 # Generated by $as_me. 3480 # Run this file to recreate the current configuration. 3481 # Compiler output produced by configure, useful for debugging 3482 # configure, is in config.log if it exists. 3483 3484 debug=false 3485 ac_cs_recheck=false 3486 ac_cs_silent=false 3487 3488 SHELL=\${CONFIG_SHELL-$SHELL} 3489 export SHELL 3490 _ASEOF 3491 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 3492 ## -------------------- ## 3493 ## M4sh Initialization. ## 3494 ## -------------------- ## 3495 3496 # Be more Bourne compatible 3497 DUALCASE=1; export DUALCASE # for MKS sh 3498 as_nop=: 3499 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 3500 then : 3501 emulate sh 3502 NULLCMD=: 3503 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 3504 # is contrary to our usage. Disable this feature. 3505 alias -g '${1+"$@"}'='"$@"' 3506 setopt NO_GLOB_SUBST 3507 else $as_nop 3508 case `(set -o) 2>/dev/null` in #( 3509 *posix*) : 3510 set -o posix ;; #( 3511 *) : 3512 ;; 3513 esac 3514 fi 3515 3516 3517 3518 # Reset variables that may have inherited troublesome values from 3519 # the environment. 3520 3521 # IFS needs to be set, to space, tab, and newline, in precisely that order. 3522 # (If _AS_PATH_WALK were called with IFS unset, it would have the 3523 # side effect of setting IFS to empty, thus disabling word splitting.) 3524 # Quoting is to prevent editors from complaining about space-tab. 3525 as_nl=' 3526 ' 3527 export as_nl 3528 IFS=" "" $as_nl" 3529 3530 PS1='$ ' 3531 PS2='> ' 3532 PS4='+ ' 3533 3534 # Ensure predictable behavior from utilities with locale-dependent output. 3535 LC_ALL=C 3536 export LC_ALL 3537 LANGUAGE=C 3538 export LANGUAGE 3539 3540 # We cannot yet rely on "unset" to work, but we need these variables 3541 # to be unset--not just set to an empty or harmless value--now, to 3542 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 3543 # also avoids known problems related to "unset" and subshell syntax 3544 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 3545 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 3546 do eval test \${$as_var+y} \ 3547 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 3548 done 3549 3550 # Ensure that fds 0, 1, and 2 are open. 3551 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 3552 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 3553 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi 3554 3555 # The user is always right. 3556 if ${PATH_SEPARATOR+false} :; then 3557 PATH_SEPARATOR=: 3558 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 3559 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 3560 PATH_SEPARATOR=';' 3561 } 3562 fi 3563 3564 3565 # Find who we are. Look in the path if we contain no directory separator. 3566 as_myself= 3567 case $0 in #(( 3568 *[\\/]* ) as_myself=$0 ;; 3569 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3570 for as_dir in $PATH 3571 do 3572 IFS=$as_save_IFS 3573 case $as_dir in #((( 3574 '') as_dir=./ ;; 3575 */) ;; 3576 *) as_dir=$as_dir/ ;; 3577 esac 3578 test -r "$as_dir$0" && as_myself=$as_dir$0 && break 3579 done 3580 IFS=$as_save_IFS 3581 3582 ;; 3583 esac 3584 # We did not find ourselves, most probably we were run as `sh COMMAND' 3585 # in which case we are not to be found in the path. 3586 if test "x$as_myself" = x; then 3587 as_myself=$0 3588 fi 3589 if test ! -f "$as_myself"; then 3590 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 3591 exit 1 3592 fi 3593 3594 3595 3596 # as_fn_error STATUS ERROR [LINENO LOG_FD] 3597 # ---------------------------------------- 3598 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 3599 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 3600 # script with STATUS, using 1 if that was 0. 3601 as_fn_error () 3602 { 3603 as_status=$1; test $as_status -eq 0 && as_status=1 3604 if test "$4"; then 3605 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 3606 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 3607 fi 3608 printf "%s\n" "$as_me: error: $2" >&2 3609 as_fn_exit $as_status 3610 } # as_fn_error 3611 3612 3613 3614 # as_fn_set_status STATUS 3615 # ----------------------- 3616 # Set $? to STATUS, without forking. 3617 as_fn_set_status () 3618 { 3619 return $1 3620 } # as_fn_set_status 3621 3622 # as_fn_exit STATUS 3623 # ----------------- 3624 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 3625 as_fn_exit () 3626 { 3627 set +e 3628 as_fn_set_status $1 3629 exit $1 3630 } # as_fn_exit 3631 3632 # as_fn_unset VAR 3633 # --------------- 3634 # Portably unset VAR. 3635 as_fn_unset () 3636 { 3637 { eval $1=; unset $1;} 3638 } 3639 as_unset=as_fn_unset 3640 3641 # as_fn_append VAR VALUE 3642 # ---------------------- 3643 # Append the text in VALUE to the end of the definition contained in VAR. Take 3644 # advantage of any shell optimizations that allow amortized linear growth over 3645 # repeated appends, instead of the typical quadratic growth present in naive 3646 # implementations. 3647 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 3648 then : 3649 eval 'as_fn_append () 3650 { 3651 eval $1+=\$2 3652 }' 3653 else $as_nop 3654 as_fn_append () 3655 { 3656 eval $1=\$$1\$2 3657 } 3658 fi # as_fn_append 3659 3660 # as_fn_arith ARG... 3661 # ------------------ 3662 # Perform arithmetic evaluation on the ARGs, and store the result in the 3663 # global $as_val. Take advantage of shells that can avoid forks. The arguments 3664 # must be portable across $(()) and expr. 3665 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 3666 then : 3667 eval 'as_fn_arith () 3668 { 3669 as_val=$(( $* )) 3670 }' 3671 else $as_nop 3672 as_fn_arith () 3673 { 3674 as_val=`expr "$@" || test $? -eq 1` 3675 } 3676 fi # as_fn_arith 3677 3678 3679 if expr a : '\(a\)' >/dev/null 2>&1 && 3680 test "X`expr 00001 : '.*\(...\)'`" = X001; then 3681 as_expr=expr 3682 else 3683 as_expr=false 3684 fi 3685 3686 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 3687 as_basename=basename 3688 else 3689 as_basename=false 3690 fi 3691 3692 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 3693 as_dirname=dirname 3694 else 3695 as_dirname=false 3696 fi 3697 3698 as_me=`$as_basename -- "$0" || 3699 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 3700 X"$0" : 'X\(//\)$' \| \ 3701 X"$0" : 'X\(/\)' \| . 2>/dev/null || 3702 printf "%s\n" X/"$0" | 3703 sed '/^.*\/\([^/][^/]*\)\/*$/{ 3704 s//\1/ 3705 q 3706 } 3707 /^X\/\(\/\/\)$/{ 3708 s//\1/ 3709 q 3710 } 3711 /^X\/\(\/\).*/{ 3712 s//\1/ 3713 q 3714 } 3715 s/.*/./; q'` 3716 3717 # Avoid depending upon Character Ranges. 3718 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 3719 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 3720 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 3721 as_cr_digits='0123456789' 3722 as_cr_alnum=$as_cr_Letters$as_cr_digits 3723 3724 3725 # Determine whether it's possible to make 'echo' print without a newline. 3726 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed 3727 # for compatibility with existing Makefiles. 3728 ECHO_C= ECHO_N= ECHO_T= 3729 case `echo -n x` in #((((( 3730 -n*) 3731 case `echo 'xy\c'` in 3732 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 3733 xy) ECHO_C='\c';; 3734 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 3735 ECHO_T=' ';; 3736 esac;; 3737 *) 3738 ECHO_N='-n';; 3739 esac 3740 3741 # For backward compatibility with old third-party macros, we provide 3742 # the shell variables $as_echo and $as_echo_n. New code should use 3743 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 3744 as_echo='printf %s\n' 3745 as_echo_n='printf %s' 3746 3747 rm -f conf$$ conf$$.exe conf$$.file 3748 if test -d conf$$.dir; then 3749 rm -f conf$$.dir/conf$$.file 3750 else 3751 rm -f conf$$.dir 3752 mkdir conf$$.dir 2>/dev/null 3753 fi 3754 if (echo >conf$$.file) 2>/dev/null; then 3755 if ln -s conf$$.file conf$$ 2>/dev/null; then 3756 as_ln_s='ln -s' 3757 # ... but there are two gotchas: 3758 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 3759 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 3760 # In both cases, we have to default to `cp -pR'. 3761 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 3762 as_ln_s='cp -pR' 3763 elif ln conf$$.file conf$$ 2>/dev/null; then 3764 as_ln_s=ln 3765 else 3766 as_ln_s='cp -pR' 3767 fi 3768 else 3769 as_ln_s='cp -pR' 3770 fi 3771 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 3772 rmdir conf$$.dir 2>/dev/null 3773 3774 3775 # as_fn_mkdir_p 3776 # ------------- 3777 # Create "$as_dir" as a directory, including parents if necessary. 3778 as_fn_mkdir_p () 3779 { 3780 3781 case $as_dir in #( 3782 -*) as_dir=./$as_dir;; 3783 esac 3784 test -d "$as_dir" || eval $as_mkdir_p || { 3785 as_dirs= 3786 while :; do 3787 case $as_dir in #( 3788 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 3789 *) as_qdir=$as_dir;; 3790 esac 3791 as_dirs="'$as_qdir' $as_dirs" 3792 as_dir=`$as_dirname -- "$as_dir" || 3793 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 3794 X"$as_dir" : 'X\(//\)[^/]' \| \ 3795 X"$as_dir" : 'X\(//\)$' \| \ 3796 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 3797 printf "%s\n" X"$as_dir" | 3798 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 3799 s//\1/ 3800 q 3801 } 3802 /^X\(\/\/\)[^/].*/{ 3803 s//\1/ 3804 q 3805 } 3806 /^X\(\/\/\)$/{ 3807 s//\1/ 3808 q 3809 } 3810 /^X\(\/\).*/{ 3811 s//\1/ 3812 q 3813 } 3814 s/.*/./; q'` 3815 test -d "$as_dir" && break 3816 done 3817 test -z "$as_dirs" || eval "mkdir $as_dirs" 3818 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 3819 3820 3821 } # as_fn_mkdir_p 3822 if mkdir -p . 2>/dev/null; then 3823 as_mkdir_p='mkdir -p "$as_dir"' 3824 else 3825 test -d ./-p && rmdir ./-p 3826 as_mkdir_p=false 3827 fi 3828 3829 3830 # as_fn_executable_p FILE 3831 # ----------------------- 3832 # Test if FILE is an executable regular file. 3833 as_fn_executable_p () 3834 { 3835 test -f "$1" && test -x "$1" 3836 } # as_fn_executable_p 3837 as_test_x='test -x' 3838 as_executable_p=as_fn_executable_p 3839 3840 # Sed expression to map a string onto a valid CPP name. 3841 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 3842 3843 # Sed expression to map a string onto a valid variable name. 3844 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 3845 3846 3847 exec 6>&1 3848 ## ----------------------------------- ## 3849 ## Main body of $CONFIG_STATUS script. ## 3850 ## ----------------------------------- ## 3851 _ASEOF 3852 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 3853 3854 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3855 # Save the log message, to keep $0 and so on meaningful, and to 3856 # report actual input values of CONFIG_FILES etc. instead of their 3857 # values after options handling. 3858 ac_log=" 3859 This file was extended by font-bitstream-type1 $as_me 1.0.4, which was 3860 generated by GNU Autoconf 2.71. Invocation command line was 3861 3862 CONFIG_FILES = $CONFIG_FILES 3863 CONFIG_HEADERS = $CONFIG_HEADERS 3864 CONFIG_LINKS = $CONFIG_LINKS 3865 CONFIG_COMMANDS = $CONFIG_COMMANDS 3866 $ $0 $@ 3867 3868 on `(hostname || uname -n) 2>/dev/null | sed 1q` 3869 " 3870 3871 _ACEOF 3872 3873 case $ac_config_files in *" 3874 "*) set x $ac_config_files; shift; ac_config_files=$*;; 3875 esac 3876 3877 3878 3879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3880 # Files that config.status was made for. 3881 config_files="$ac_config_files" 3882 3883 _ACEOF 3884 3885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3886 ac_cs_usage="\ 3887 \`$as_me' instantiates files and other configuration actions 3888 from templates according to the current configuration. Unless the files 3889 and actions are specified as TAGs, all are instantiated by default. 3890 3891 Usage: $0 [OPTION]... [TAG]... 3892 3893 -h, --help print this help, then exit 3894 -V, --version print version number and configuration settings, then exit 3895 --config print configuration, then exit 3896 -q, --quiet, --silent 3897 do not print progress messages 3898 -d, --debug don't remove temporary files 3899 --recheck update $as_me by reconfiguring in the same conditions 3900 --file=FILE[:TEMPLATE] 3901 instantiate the configuration file FILE 3902 3903 Configuration files: 3904 $config_files 3905 3906 Report bugs to <https://gitlab.freedesktop.org/xorg/font/bitstream-type1/-/issues>." 3907 3908 _ACEOF 3909 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 3910 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 3911 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3912 ac_cs_config='$ac_cs_config_escaped' 3913 ac_cs_version="\\ 3914 font-bitstream-type1 config.status 1.0.4 3915 configured by $0, generated by GNU Autoconf 2.71, 3916 with options \\"\$ac_cs_config\\" 3917 3918 Copyright (C) 2021 Free Software Foundation, Inc. 3919 This config.status script is free software; the Free Software Foundation 3920 gives unlimited permission to copy, distribute and modify it." 3921 3922 ac_pwd='$ac_pwd' 3923 srcdir='$srcdir' 3924 INSTALL='$INSTALL' 3925 MKDIR_P='$MKDIR_P' 3926 AWK='$AWK' 3927 test -n "\$AWK" || AWK=awk 3928 _ACEOF 3929 3930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 3931 # The default lists apply if the user does not specify any file. 3932 ac_need_defaults=: 3933 while test $# != 0 3934 do 3935 case $1 in 3936 --*=?*) 3937 ac_option=`expr "X$1" : 'X\([^=]*\)='` 3938 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 3939 ac_shift=: 3940 ;; 3941 --*=) 3942 ac_option=`expr "X$1" : 'X\([^=]*\)='` 3943 ac_optarg= 3944 ac_shift=: 3945 ;; 3946 *) 3947 ac_option=$1 3948 ac_optarg=$2 3949 ac_shift=shift 3950 ;; 3951 esac 3952 3953 case $ac_option in 3954 # Handling of the options. 3955 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 3956 ac_cs_recheck=: ;; 3957 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 3958 printf "%s\n" "$ac_cs_version"; exit ;; 3959 --config | --confi | --conf | --con | --co | --c ) 3960 printf "%s\n" "$ac_cs_config"; exit ;; 3961 --debug | --debu | --deb | --de | --d | -d ) 3962 debug=: ;; 3963 --file | --fil | --fi | --f ) 3964 $ac_shift 3965 case $ac_optarg in 3966 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 3967 '') as_fn_error $? "missing file argument" ;; 3968 esac 3969 as_fn_append CONFIG_FILES " '$ac_optarg'" 3970 ac_need_defaults=false;; 3971 --he | --h | --help | --hel | -h ) 3972 printf "%s\n" "$ac_cs_usage"; exit ;; 3973 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 3974 | -silent | --silent | --silen | --sile | --sil | --si | --s) 3975 ac_cs_silent=: ;; 3976 3977 # This is an error. 3978 -*) as_fn_error $? "unrecognized option: \`$1' 3979 Try \`$0 --help' for more information." ;; 3980 3981 *) as_fn_append ac_config_targets " $1" 3982 ac_need_defaults=false ;; 3983 3984 esac 3985 shift 3986 done 3987 3988 ac_configure_extra_args= 3989 3990 if $ac_cs_silent; then 3991 exec 6>/dev/null 3992 ac_configure_extra_args="$ac_configure_extra_args --silent" 3993 fi 3994 3995 _ACEOF 3996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3997 if \$ac_cs_recheck; then 3998 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 3999 shift 4000 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 4001 CONFIG_SHELL='$SHELL' 4002 export CONFIG_SHELL 4003 exec "\$@" 4004 fi 4005 4006 _ACEOF 4007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4008 exec 5>>config.log 4009 { 4010 echo 4011 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4012 ## Running $as_me. ## 4013 _ASBOX 4014 printf "%s\n" "$ac_log" 4015 } >&5 4016 4017 _ACEOF 4018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4019 _ACEOF 4020 4021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4022 4023 # Handling of arguments. 4024 for ac_config_target in $ac_config_targets 4025 do 4026 case $ac_config_target in 4027 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4028 4029 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4030 esac 4031 done 4032 4033 4034 # If the user did not use the arguments to specify the items to instantiate, 4035 # then the envvar interface is used. Set only those that are not. 4036 # We use the long form for the default assignment because of an extremely 4037 # bizarre bug on SunOS 4.1.3. 4038 if $ac_need_defaults; then 4039 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 4040 fi 4041 4042 # Have a temporary directory for convenience. Make it in the build tree 4043 # simply because there is no reason against having it here, and in addition, 4044 # creating and moving files from /tmp can sometimes cause problems. 4045 # Hook for its removal unless debugging. 4046 # Note that there is a small window in which the directory will not be cleaned: 4047 # after its creation but before its name has been assigned to `$tmp'. 4048 $debug || 4049 { 4050 tmp= ac_tmp= 4051 trap 'exit_status=$? 4052 : "${ac_tmp:=$tmp}" 4053 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 4054 ' 0 4055 trap 'as_fn_exit 1' 1 2 13 15 4056 } 4057 # Create a (secure) tmp directory for tmp files. 4058 4059 { 4060 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4061 test -d "$tmp" 4062 } || 4063 { 4064 tmp=./conf$$-$RANDOM 4065 (umask 077 && mkdir "$tmp") 4066 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4067 ac_tmp=$tmp 4068 4069 # Set up the scripts for CONFIG_FILES section. 4070 # No need to generate them if there are no CONFIG_FILES. 4071 # This happens for instance with `./config.status config.h'. 4072 if test -n "$CONFIG_FILES"; then 4073 4074 4075 ac_cr=`echo X | tr X '\015'` 4076 # On cygwin, bash can eat \r inside `` if the user requested igncr. 4077 # But we know of no other shell where ac_cr would be empty at this 4078 # point, so we can use a bashism as a fallback. 4079 if test "x$ac_cr" = x; then 4080 eval ac_cr=\$\'\\r\' 4081 fi 4082 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 4083 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 4084 ac_cs_awk_cr='\\r' 4085 else 4086 ac_cs_awk_cr=$ac_cr 4087 fi 4088 4089 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 4090 _ACEOF 4091 4092 4093 { 4094 echo "cat >conf$$subs.awk <<_ACEOF" && 4095 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 4096 echo "_ACEOF" 4097 } >conf$$subs.sh || 4098 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4099 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 4100 ac_delim='%!_!# ' 4101 for ac_last_try in false false false false false :; do 4102 . ./conf$$subs.sh || 4103 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4104 4105 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 4106 if test $ac_delim_n = $ac_delim_num; then 4107 break 4108 elif $ac_last_try; then 4109 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4110 else 4111 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4112 fi 4113 done 4114 rm -f conf$$subs.sh 4115 4116 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4117 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4118 _ACEOF 4119 sed -n ' 4120 h 4121 s/^/S["/; s/!.*/"]=/ 4122 p 4123 g 4124 s/^[^!]*!// 4125 :repl 4126 t repl 4127 s/'"$ac_delim"'$// 4128 t delim 4129 :nl 4130 h 4131 s/\(.\{148\}\)..*/\1/ 4132 t more1 4133 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 4134 p 4135 n 4136 b repl 4137 :more1 4138 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4139 p 4140 g 4141 s/.\{148\}// 4142 t nl 4143 :delim 4144 h 4145 s/\(.\{148\}\)..*/\1/ 4146 t more2 4147 s/["\\]/\\&/g; s/^/"/; s/$/"/ 4148 p 4149 b 4150 :more2 4151 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4152 p 4153 g 4154 s/.\{148\}// 4155 t delim 4156 ' <conf$$subs.awk | sed ' 4157 /^[^""]/{ 4158 N 4159 s/\n// 4160 } 4161 ' >>$CONFIG_STATUS || ac_write_fail=1 4162 rm -f conf$$subs.awk 4163 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4164 _ACAWK 4165 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 4166 for (key in S) S_is_set[key] = 1 4167 FS = "" 4168 4169 } 4170 { 4171 line = $ 0 4172 nfields = split(line, field, "@") 4173 substed = 0 4174 len = length(field[1]) 4175 for (i = 2; i < nfields; i++) { 4176 key = field[i] 4177 keylen = length(key) 4178 if (S_is_set[key]) { 4179 value = S[key] 4180 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 4181 len += length(value) + length(field[++i]) 4182 substed = 1 4183 } else 4184 len += 1 + keylen 4185 } 4186 4187 print line 4188 } 4189 4190 _ACAWK 4191 _ACEOF 4192 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4193 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 4194 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 4195 else 4196 cat 4197 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4198 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4199 _ACEOF 4200 4201 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 4202 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 4203 # trailing colons and then remove the whole line if VPATH becomes empty 4204 # (actually we leave an empty line to preserve line numbers). 4205 if test "x$srcdir" = x.; then 4206 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 4207 h 4208 s/// 4209 s/^/:/ 4210 s/[ ]*$/:/ 4211 s/:\$(srcdir):/:/g 4212 s/:\${srcdir}:/:/g 4213 s/:@srcdir@:/:/g 4214 s/^:*// 4215 s/:*$// 4216 x 4217 s/\(=[ ]*\).*/\1/ 4218 G 4219 s/\n// 4220 s/^[^=]*=[ ]*$// 4221 }' 4222 fi 4223 4224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4225 fi # test -n "$CONFIG_FILES" 4226 4227 4228 eval set X " :F $CONFIG_FILES " 4229 shift 4230 for ac_tag 4231 do 4232 case $ac_tag in 4233 :[FHLC]) ac_mode=$ac_tag; continue;; 4234 esac 4235 case $ac_mode$ac_tag in 4236 :[FHL]*:*);; 4237 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 4238 :[FH]-) ac_tag=-:-;; 4239 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4240 esac 4241 ac_save_IFS=$IFS 4242 IFS=: 4243 set x $ac_tag 4244 IFS=$ac_save_IFS 4245 shift 4246 ac_file=$1 4247 shift 4248 4249 case $ac_mode in 4250 :L) ac_source=$1;; 4251 :[FH]) 4252 ac_file_inputs= 4253 for ac_f 4254 do 4255 case $ac_f in 4256 -) ac_f="$ac_tmp/stdin";; 4257 *) # Look for the file first in the build tree, then in the source tree 4258 # (if the path is not absolute). The absolute path cannot be DOS-style, 4259 # because $ac_f cannot contain `:'. 4260 test -f "$ac_f" || 4261 case $ac_f in 4262 [\\/$]*) false;; 4263 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4264 esac || 4265 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 4266 esac 4267 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 4268 as_fn_append ac_file_inputs " '$ac_f'" 4269 done 4270 4271 # Let's still pretend it is `configure' which instantiates (i.e., don't 4272 # use $as_me), people would be surprised to read: 4273 # /* config.h. Generated by config.status. */ 4274 configure_input='Generated from '` 4275 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 4276 `' by configure.' 4277 if test x"$ac_file" != x-; then 4278 configure_input="$ac_file. $configure_input" 4279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 4280 printf "%s\n" "$as_me: creating $ac_file" >&6;} 4281 fi 4282 # Neutralize special characters interpreted by sed in replacement strings. 4283 case $configure_input in #( 4284 *\&* | *\|* | *\\* ) 4285 ac_sed_conf_input=`printf "%s\n" "$configure_input" | 4286 sed 's/[\\\\&|]/\\\\&/g'`;; #( 4287 *) ac_sed_conf_input=$configure_input;; 4288 esac 4289 4290 case $ac_tag in 4291 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 4292 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 4293 esac 4294 ;; 4295 esac 4296 4297 ac_dir=`$as_dirname -- "$ac_file" || 4298 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4299 X"$ac_file" : 'X\(//\)[^/]' \| \ 4300 X"$ac_file" : 'X\(//\)$' \| \ 4301 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 4302 printf "%s\n" X"$ac_file" | 4303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4304 s//\1/ 4305 q 4306 } 4307 /^X\(\/\/\)[^/].*/{ 4308 s//\1/ 4309 q 4310 } 4311 /^X\(\/\/\)$/{ 4312 s//\1/ 4313 q 4314 } 4315 /^X\(\/\).*/{ 4316 s//\1/ 4317 q 4318 } 4319 s/.*/./; q'` 4320 as_dir="$ac_dir"; as_fn_mkdir_p 4321 ac_builddir=. 4322 4323 case "$ac_dir" in 4324 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 4325 *) 4326 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 4327 # A ".." for each directory in $ac_dir_suffix. 4328 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 4329 case $ac_top_builddir_sub in 4330 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 4331 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 4332 esac ;; 4333 esac 4334 ac_abs_top_builddir=$ac_pwd 4335 ac_abs_builddir=$ac_pwd$ac_dir_suffix 4336 # for backward compatibility: 4337 ac_top_builddir=$ac_top_build_prefix 4338 4339 case $srcdir in 4340 .) # We are building in place. 4341 ac_srcdir=. 4342 ac_top_srcdir=$ac_top_builddir_sub 4343 ac_abs_top_srcdir=$ac_pwd ;; 4344 [\\/]* | ?:[\\/]* ) # Absolute name. 4345 ac_srcdir=$srcdir$ac_dir_suffix; 4346 ac_top_srcdir=$srcdir 4347 ac_abs_top_srcdir=$srcdir ;; 4348 *) # Relative name. 4349 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 4350 ac_top_srcdir=$ac_top_build_prefix$srcdir 4351 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 4352 esac 4353 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 4354 4355 4356 case $ac_mode in 4357 :F) 4358 # 4359 # CONFIG_FILE 4360 # 4361 4362 case $INSTALL in 4363 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 4364 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 4365 esac 4366 ac_MKDIR_P=$MKDIR_P 4367 case $MKDIR_P in 4368 [\\/$]* | ?:[\\/]* ) ;; 4369 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 4370 esac 4371 _ACEOF 4372 4373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4374 # If the template does not know about datarootdir, expand it. 4375 # FIXME: This hack should be removed a few years after 2.60. 4376 ac_datarootdir_hack=; ac_datarootdir_seen= 4377 ac_sed_dataroot=' 4378 /datarootdir/ { 4379 p 4380 q 4381 } 4382 /@datadir@/p 4383 /@docdir@/p 4384 /@infodir@/p 4385 /@localedir@/p 4386 /@mandir@/p' 4387 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 4388 *datarootdir*) ac_datarootdir_seen=yes;; 4389 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 4390 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 4391 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 4392 _ACEOF 4393 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4394 ac_datarootdir_hack=' 4395 s&@datadir@&$datadir&g 4396 s&@docdir@&$docdir&g 4397 s&@infodir@&$infodir&g 4398 s&@localedir@&$localedir&g 4399 s&@mandir@&$mandir&g 4400 s&\\\${datarootdir}&$datarootdir&g' ;; 4401 esac 4402 _ACEOF 4403 4404 # Neutralize VPATH when `$srcdir' = `.'. 4405 # Shell code in configure.ac might set extrasub. 4406 # FIXME: do we really want to maintain this feature? 4407 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4408 ac_sed_extra="$ac_vpsub 4409 $extrasub 4410 _ACEOF 4411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4412 :t 4413 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 4414 s|@configure_input@|$ac_sed_conf_input|;t t 4415 s&@top_builddir@&$ac_top_builddir_sub&;t t 4416 s&@top_build_prefix@&$ac_top_build_prefix&;t t 4417 s&@srcdir@&$ac_srcdir&;t t 4418 s&@abs_srcdir@&$ac_abs_srcdir&;t t 4419 s&@top_srcdir@&$ac_top_srcdir&;t t 4420 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 4421 s&@builddir@&$ac_builddir&;t t 4422 s&@abs_builddir@&$ac_abs_builddir&;t t 4423 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 4424 s&@INSTALL@&$ac_INSTALL&;t t 4425 s&@MKDIR_P@&$ac_MKDIR_P&;t t 4426 $ac_datarootdir_hack 4427 " 4428 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 4429 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4430 4431 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4432 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 4433 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 4434 "$ac_tmp/out"`; test -z "$ac_out"; } && 4435 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4436 which seems to be undefined. Please make sure it is defined" >&5 4437 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4438 which seems to be undefined. Please make sure it is defined" >&2;} 4439 4440 rm -f "$ac_tmp/stdin" 4441 case $ac_file in 4442 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 4443 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 4444 esac \ 4445 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4446 ;; 4447 4448 4449 4450 esac 4451 4452 done # for ac_tag 4453 4454 4455 as_fn_exit 0 4456 _ACEOF 4457 ac_clean_files=$ac_clean_files_save 4458 4459 test $ac_write_fail = 0 || 4460 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 4461 4462 4463 # configure is writing to config.log, and then calls config.status. 4464 # config.status does its own redirection, appending to config.log. 4465 # Unfortunately, on DOS this fails, as config.log is still kept open 4466 # by configure, so config.status won't be able to write to it; its 4467 # output is simply discarded. So we exec the FD to /dev/null, 4468 # effectively closing config.log, so it can be properly (re)opened and 4469 # appended to by config.status. When coming back to configure, we 4470 # need to make the FD available again. 4471 if test "$no_create" != yes; then 4472 ac_cs_success=: 4473 ac_config_status_args= 4474 test "$silent" = yes && 4475 ac_config_status_args="$ac_config_status_args --quiet" 4476 exec 5>/dev/null 4477 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 4478 exec 5>>config.log 4479 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 4480 # would make configure fail if this is the last instruction. 4481 $ac_cs_success || as_fn_exit 1 4482 fi 4483 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 4484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 4485 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 4486 fi 4487 4488 4489