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