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