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