configure revision 08f3b10e
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by GNU Autoconf 2.59 for font-adobe-utopia-100dpi 1.0.1. 4# 5# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 6# 7# Copyright (C) 2003 Free Software Foundation, Inc. 8# This configure script is free software; the Free Software Foundation 9# gives unlimited permission to copy, distribute and modify it. 10## --------------------- ## 11## M4sh Initialization. ## 12## --------------------- ## 13 14# Be Bourne compatible 15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16 emulate sh 17 NULLCMD=: 18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 19 # is contrary to our usage. Disable this feature. 20 alias -g '${1+"$@"}'='"$@"' 21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 22 set -o posix 23fi 24DUALCASE=1; export DUALCASE # for MKS sh 25 26# Support unset when possible. 27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 28 as_unset=unset 29else 30 as_unset=false 31fi 32 33 34# Work around bugs in pre-3.0 UWIN ksh. 35$as_unset ENV MAIL MAILPATH 36PS1='$ ' 37PS2='> ' 38PS4='+ ' 39 40# NLS nuisances. 41for as_var in \ 42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 44 LC_TELEPHONE LC_TIME 45do 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47 eval $as_var=C; export $as_var 48 else 49 $as_unset $as_var 50 fi 51done 52 53# Required to use basename. 54if expr a : '\(a\)' >/dev/null 2>&1; then 55 as_expr=expr 56else 57 as_expr=false 58fi 59 60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 61 as_basename=basename 62else 63 as_basename=false 64fi 65 66 67# Name of the executable. 68as_me=`$as_basename "$0" || 69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 70 X"$0" : 'X\(//\)$' \| \ 71 X"$0" : 'X\(/\)$' \| \ 72 . : '\(.\)' 2>/dev/null || 73echo X/"$0" | 74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 75 /^X\/\(\/\/\)$/{ s//\1/; q; } 76 /^X\/\(\/\).*/{ s//\1/; q; } 77 s/.*/./; q'` 78 79 80# PATH needs CR, and LINENO needs CR and PATH. 81# Avoid depending upon Character Ranges. 82as_cr_letters='abcdefghijklmnopqrstuvwxyz' 83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 84as_cr_Letters=$as_cr_letters$as_cr_LETTERS 85as_cr_digits='0123456789' 86as_cr_alnum=$as_cr_Letters$as_cr_digits 87 88# The user is always right. 89if test "${PATH_SEPARATOR+set}" != set; then 90 echo "#! /bin/sh" >conf$$.sh 91 echo "exit 0" >>conf$$.sh 92 chmod +x conf$$.sh 93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 94 PATH_SEPARATOR=';' 95 else 96 PATH_SEPARATOR=: 97 fi 98 rm -f conf$$.sh 99fi 100 101 102 as_lineno_1=$LINENO 103 as_lineno_2=$LINENO 104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 105 test "x$as_lineno_1" != "x$as_lineno_2" && 106 test "x$as_lineno_3" = "x$as_lineno_2" || { 107 # Find who we are. Look in the path if we contain no path at all 108 # relative or not. 109 case $0 in 110 *[\\/]* ) as_myself=$0 ;; 111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 112for as_dir in $PATH 113do 114 IFS=$as_save_IFS 115 test -z "$as_dir" && as_dir=. 116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 117done 118 119 ;; 120 esac 121 # We did not find ourselves, most probably we were run as `sh COMMAND' 122 # in which case we are not to be found in the path. 123 if test "x$as_myself" = x; then 124 as_myself=$0 125 fi 126 if test ! -f "$as_myself"; then 127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 128 { (exit 1); exit 1; }; } 129 fi 130 case $CONFIG_SHELL in 131 '') 132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 134do 135 IFS=$as_save_IFS 136 test -z "$as_dir" && as_dir=. 137 for as_base in sh bash ksh sh5; do 138 case $as_dir in 139 /*) 140 if ("$as_dir/$as_base" -c ' 141 as_lineno_1=$LINENO 142 as_lineno_2=$LINENO 143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 144 test "x$as_lineno_1" != "x$as_lineno_2" && 145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 148 CONFIG_SHELL=$as_dir/$as_base 149 export CONFIG_SHELL 150 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 151 fi;; 152 esac 153 done 154done 155;; 156 esac 157 158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 159 # uniformly replaced by the line number. The first 'sed' inserts a 160 # line-number line before each line; the second 'sed' does the real 161 # work. The second script uses 'N' to pair each line-number line 162 # with the numbered line, and appends trailing '-' during 163 # substitution so that $LINENO is not a special case at line end. 164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 166 sed '=' <$as_myself | 167 sed ' 168 N 169 s,$,-, 170 : loop 171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 172 t loop 173 s,-$,, 174 s,^['$as_cr_digits']*\n,, 175 ' >$as_me.lineno && 176 chmod +x $as_me.lineno || 177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 178 { (exit 1); exit 1; }; } 179 180 # Don't try to exec as it changes $[0], causing all sort of problems 181 # (the dirname of $[0] is not the place where we might find the 182 # original and so on. Autoconf is especially sensible to this). 183 . ./$as_me.lineno 184 # Exit status is that of the last command. 185 exit 186} 187 188 189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 190 *c*,-n*) ECHO_N= ECHO_C=' 191' ECHO_T=' ' ;; 192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 194esac 195 196if expr a : '\(a\)' >/dev/null 2>&1; then 197 as_expr=expr 198else 199 as_expr=false 200fi 201 202rm -f conf$$ conf$$.exe conf$$.file 203echo >conf$$.file 204if ln -s conf$$.file conf$$ 2>/dev/null; then 205 # We could just check for DJGPP; but this test a) works b) is more generic 206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 207 if test -f conf$$.exe; then 208 # Don't use ln at all; we don't have any links 209 as_ln_s='cp -p' 210 else 211 as_ln_s='ln -s' 212 fi 213elif ln conf$$.file conf$$ 2>/dev/null; then 214 as_ln_s=ln 215else 216 as_ln_s='cp -p' 217fi 218rm -f conf$$ conf$$.exe conf$$.file 219 220if mkdir -p . 2>/dev/null; then 221 as_mkdir_p=: 222else 223 test -d ./-p && rmdir ./-p 224 as_mkdir_p=false 225fi 226 227as_executable_p="test -f" 228 229# Sed expression to map a string onto a valid CPP name. 230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 231 232# Sed expression to map a string onto a valid variable name. 233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 234 235 236# IFS 237# We need space, tab and new line, in precisely that order. 238as_nl=' 239' 240IFS=" $as_nl" 241 242# CDPATH. 243$as_unset CDPATH 244 245 246# Name of the host. 247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 248# so uname gets run too. 249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 250 251exec 6>&1 252 253# 254# Initializations. 255# 256ac_default_prefix=/usr/local 257ac_config_libobj_dir=. 258cross_compiling=no 259subdirs= 260MFLAGS= 261MAKEFLAGS= 262SHELL=${CONFIG_SHELL-/bin/sh} 263 264# Maximum number of lines to put in a shell here document. 265# This variable seems obsolete. It should probably be removed, and 266# only ac_max_sed_lines should be used. 267: ${ac_max_here_lines=38} 268 269# Identity of this package. 270PACKAGE_NAME='font-adobe-utopia-100dpi' 271PACKAGE_TARNAME='font-adobe-utopia-100dpi' 272PACKAGE_VERSION='1.0.1' 273PACKAGE_STRING='font-adobe-utopia-100dpi 1.0.1' 274PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 275 276ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT BDFTOPCF UCS2ANY MKFONTSCALE MKFONTDIR FONTDIR PKG_CONFIG ac_pt_PKG_CONFIG MAPS_CFLAGS MAPS_LIBS MAPFILES_PATH ISO8859_1_TRUE ISO8859_1_FALSE ISO8859_2_TRUE ISO8859_2_FALSE ISO8859_3_TRUE ISO8859_3_FALSE ISO8859_4_TRUE ISO8859_4_FALSE ISO8859_9_TRUE ISO8859_9_FALSE ISO8859_10_TRUE ISO8859_10_FALSE ISO8859_13_TRUE ISO8859_13_FALSE ISO8859_14_TRUE ISO8859_14_FALSE ISO8859_15_TRUE ISO8859_15_FALSE LIBOBJS LTLIBOBJS' 277ac_subst_files='' 278 279# Initialize some variables set by options. 280ac_init_help= 281ac_init_version=false 282# The variables have the same names as the options, with 283# dashes changed to underlines. 284cache_file=/dev/null 285exec_prefix=NONE 286no_create= 287no_recursion= 288prefix=NONE 289program_prefix=NONE 290program_suffix=NONE 291program_transform_name=s,x,x, 292silent= 293site= 294srcdir= 295verbose= 296x_includes=NONE 297x_libraries=NONE 298 299# Installation directory options. 300# These are left unexpanded so users can "make install exec_prefix=/foo" 301# and all the variables that are supposed to be based on exec_prefix 302# by default will actually change. 303# Use braces instead of parens because sh, perl, etc. also accept them. 304bindir='${exec_prefix}/bin' 305sbindir='${exec_prefix}/sbin' 306libexecdir='${exec_prefix}/libexec' 307datadir='${prefix}/share' 308sysconfdir='${prefix}/etc' 309sharedstatedir='${prefix}/com' 310localstatedir='${prefix}/var' 311libdir='${exec_prefix}/lib' 312includedir='${prefix}/include' 313oldincludedir='/usr/include' 314infodir='${prefix}/info' 315mandir='${prefix}/man' 316 317ac_prev= 318for ac_option 319do 320 # If the previous option needs an argument, assign it. 321 if test -n "$ac_prev"; then 322 eval "$ac_prev=\$ac_option" 323 ac_prev= 324 continue 325 fi 326 327 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 328 329 # Accept the important Cygnus configure options, so we can diagnose typos. 330 331 case $ac_option in 332 333 -bindir | --bindir | --bindi | --bind | --bin | --bi) 334 ac_prev=bindir ;; 335 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 336 bindir=$ac_optarg ;; 337 338 -build | --build | --buil | --bui | --bu) 339 ac_prev=build_alias ;; 340 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 341 build_alias=$ac_optarg ;; 342 343 -cache-file | --cache-file | --cache-fil | --cache-fi \ 344 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 345 ac_prev=cache_file ;; 346 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 347 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 348 cache_file=$ac_optarg ;; 349 350 --config-cache | -C) 351 cache_file=config.cache ;; 352 353 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 354 ac_prev=datadir ;; 355 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 356 | --da=*) 357 datadir=$ac_optarg ;; 358 359 -disable-* | --disable-*) 360 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 361 # Reject names that are not valid shell variable names. 362 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 363 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 364 { (exit 1); exit 1; }; } 365 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 366 eval "enable_$ac_feature=no" ;; 367 368 -enable-* | --enable-*) 369 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 370 # Reject names that are not valid shell variable names. 371 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 372 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 373 { (exit 1); exit 1; }; } 374 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 375 case $ac_option in 376 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 377 *) ac_optarg=yes ;; 378 esac 379 eval "enable_$ac_feature='$ac_optarg'" ;; 380 381 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 382 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 383 | --exec | --exe | --ex) 384 ac_prev=exec_prefix ;; 385 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 386 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 387 | --exec=* | --exe=* | --ex=*) 388 exec_prefix=$ac_optarg ;; 389 390 -gas | --gas | --ga | --g) 391 # Obsolete; use --with-gas. 392 with_gas=yes ;; 393 394 -help | --help | --hel | --he | -h) 395 ac_init_help=long ;; 396 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 397 ac_init_help=recursive ;; 398 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 399 ac_init_help=short ;; 400 401 -host | --host | --hos | --ho) 402 ac_prev=host_alias ;; 403 -host=* | --host=* | --hos=* | --ho=*) 404 host_alias=$ac_optarg ;; 405 406 -includedir | --includedir | --includedi | --included | --include \ 407 | --includ | --inclu | --incl | --inc) 408 ac_prev=includedir ;; 409 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 410 | --includ=* | --inclu=* | --incl=* | --inc=*) 411 includedir=$ac_optarg ;; 412 413 -infodir | --infodir | --infodi | --infod | --info | --inf) 414 ac_prev=infodir ;; 415 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 416 infodir=$ac_optarg ;; 417 418 -libdir | --libdir | --libdi | --libd) 419 ac_prev=libdir ;; 420 -libdir=* | --libdir=* | --libdi=* | --libd=*) 421 libdir=$ac_optarg ;; 422 423 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 424 | --libexe | --libex | --libe) 425 ac_prev=libexecdir ;; 426 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 427 | --libexe=* | --libex=* | --libe=*) 428 libexecdir=$ac_optarg ;; 429 430 -localstatedir | --localstatedir | --localstatedi | --localstated \ 431 | --localstate | --localstat | --localsta | --localst \ 432 | --locals | --local | --loca | --loc | --lo) 433 ac_prev=localstatedir ;; 434 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 435 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 436 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 437 localstatedir=$ac_optarg ;; 438 439 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 440 ac_prev=mandir ;; 441 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 442 mandir=$ac_optarg ;; 443 444 -nfp | --nfp | --nf) 445 # Obsolete; use --without-fp. 446 with_fp=no ;; 447 448 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 449 | --no-cr | --no-c | -n) 450 no_create=yes ;; 451 452 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 453 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 454 no_recursion=yes ;; 455 456 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 457 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 458 | --oldin | --oldi | --old | --ol | --o) 459 ac_prev=oldincludedir ;; 460 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 461 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 462 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 463 oldincludedir=$ac_optarg ;; 464 465 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 466 ac_prev=prefix ;; 467 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 468 prefix=$ac_optarg ;; 469 470 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 471 | --program-pre | --program-pr | --program-p) 472 ac_prev=program_prefix ;; 473 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 474 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 475 program_prefix=$ac_optarg ;; 476 477 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 478 | --program-suf | --program-su | --program-s) 479 ac_prev=program_suffix ;; 480 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 481 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 482 program_suffix=$ac_optarg ;; 483 484 -program-transform-name | --program-transform-name \ 485 | --program-transform-nam | --program-transform-na \ 486 | --program-transform-n | --program-transform- \ 487 | --program-transform | --program-transfor \ 488 | --program-transfo | --program-transf \ 489 | --program-trans | --program-tran \ 490 | --progr-tra | --program-tr | --program-t) 491 ac_prev=program_transform_name ;; 492 -program-transform-name=* | --program-transform-name=* \ 493 | --program-transform-nam=* | --program-transform-na=* \ 494 | --program-transform-n=* | --program-transform-=* \ 495 | --program-transform=* | --program-transfor=* \ 496 | --program-transfo=* | --program-transf=* \ 497 | --program-trans=* | --program-tran=* \ 498 | --progr-tra=* | --program-tr=* | --program-t=*) 499 program_transform_name=$ac_optarg ;; 500 501 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 502 | -silent | --silent | --silen | --sile | --sil) 503 silent=yes ;; 504 505 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 506 ac_prev=sbindir ;; 507 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 508 | --sbi=* | --sb=*) 509 sbindir=$ac_optarg ;; 510 511 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 512 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 513 | --sharedst | --shareds | --shared | --share | --shar \ 514 | --sha | --sh) 515 ac_prev=sharedstatedir ;; 516 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 517 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 518 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 519 | --sha=* | --sh=*) 520 sharedstatedir=$ac_optarg ;; 521 522 -site | --site | --sit) 523 ac_prev=site ;; 524 -site=* | --site=* | --sit=*) 525 site=$ac_optarg ;; 526 527 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 528 ac_prev=srcdir ;; 529 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 530 srcdir=$ac_optarg ;; 531 532 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 533 | --syscon | --sysco | --sysc | --sys | --sy) 534 ac_prev=sysconfdir ;; 535 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 536 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 537 sysconfdir=$ac_optarg ;; 538 539 -target | --target | --targe | --targ | --tar | --ta | --t) 540 ac_prev=target_alias ;; 541 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 542 target_alias=$ac_optarg ;; 543 544 -v | -verbose | --verbose | --verbos | --verbo | --verb) 545 verbose=yes ;; 546 547 -version | --version | --versio | --versi | --vers | -V) 548 ac_init_version=: ;; 549 550 -with-* | --with-*) 551 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 552 # Reject names that are not valid shell variable names. 553 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 554 { echo "$as_me: error: invalid package name: $ac_package" >&2 555 { (exit 1); exit 1; }; } 556 ac_package=`echo $ac_package| sed 's/-/_/g'` 557 case $ac_option in 558 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 559 *) ac_optarg=yes ;; 560 esac 561 eval "with_$ac_package='$ac_optarg'" ;; 562 563 -without-* | --without-*) 564 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 565 # Reject names that are not valid shell variable names. 566 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 567 { echo "$as_me: error: invalid package name: $ac_package" >&2 568 { (exit 1); exit 1; }; } 569 ac_package=`echo $ac_package | sed 's/-/_/g'` 570 eval "with_$ac_package=no" ;; 571 572 --x) 573 # Obsolete; use --with-x. 574 with_x=yes ;; 575 576 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 577 | --x-incl | --x-inc | --x-in | --x-i) 578 ac_prev=x_includes ;; 579 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 580 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 581 x_includes=$ac_optarg ;; 582 583 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 584 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 585 ac_prev=x_libraries ;; 586 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 587 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 588 x_libraries=$ac_optarg ;; 589 590 -*) { echo "$as_me: error: unrecognized option: $ac_option 591Try \`$0 --help' for more information." >&2 592 { (exit 1); exit 1; }; } 593 ;; 594 595 *=*) 596 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 597 # Reject names that are not valid shell variable names. 598 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 599 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 600 { (exit 1); exit 1; }; } 601 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 602 eval "$ac_envvar='$ac_optarg'" 603 export $ac_envvar ;; 604 605 *) 606 # FIXME: should be removed in autoconf 3.0. 607 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 608 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 609 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 610 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 611 ;; 612 613 esac 614done 615 616if test -n "$ac_prev"; then 617 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 618 { echo "$as_me: error: missing argument to $ac_option" >&2 619 { (exit 1); exit 1; }; } 620fi 621 622# Be sure to have absolute paths. 623for ac_var in exec_prefix prefix 624do 625 eval ac_val=$`echo $ac_var` 626 case $ac_val in 627 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 628 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 629 { (exit 1); exit 1; }; };; 630 esac 631done 632 633# Be sure to have absolute paths. 634for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 635 localstatedir libdir includedir oldincludedir infodir mandir 636do 637 eval ac_val=$`echo $ac_var` 638 case $ac_val in 639 [\\/$]* | ?:[\\/]* ) ;; 640 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 641 { (exit 1); exit 1; }; };; 642 esac 643done 644 645# There might be people who depend on the old broken behavior: `$host' 646# used to hold the argument of --host etc. 647# FIXME: To remove some day. 648build=$build_alias 649host=$host_alias 650target=$target_alias 651 652# FIXME: To remove some day. 653if test "x$host_alias" != x; then 654 if test "x$build_alias" = x; then 655 cross_compiling=maybe 656 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 657 If a cross compiler is detected then cross compile mode will be used." >&2 658 elif test "x$build_alias" != "x$host_alias"; then 659 cross_compiling=yes 660 fi 661fi 662 663ac_tool_prefix= 664test -n "$host_alias" && ac_tool_prefix=$host_alias- 665 666test "$silent" = yes && exec 6>/dev/null 667 668 669# Find the source files, if location was not specified. 670if test -z "$srcdir"; then 671 ac_srcdir_defaulted=yes 672 # Try the directory containing this script, then its parent. 673 ac_confdir=`(dirname "$0") 2>/dev/null || 674$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 675 X"$0" : 'X\(//\)[^/]' \| \ 676 X"$0" : 'X\(//\)$' \| \ 677 X"$0" : 'X\(/\)' \| \ 678 . : '\(.\)' 2>/dev/null || 679echo X"$0" | 680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 681 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 682 /^X\(\/\/\)$/{ s//\1/; q; } 683 /^X\(\/\).*/{ s//\1/; q; } 684 s/.*/./; q'` 685 srcdir=$ac_confdir 686 if test ! -r $srcdir/$ac_unique_file; then 687 srcdir=.. 688 fi 689else 690 ac_srcdir_defaulted=no 691fi 692if test ! -r $srcdir/$ac_unique_file; then 693 if test "$ac_srcdir_defaulted" = yes; then 694 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 695 { (exit 1); exit 1; }; } 696 else 697 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 698 { (exit 1); exit 1; }; } 699 fi 700fi 701(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 702 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 703 { (exit 1); exit 1; }; } 704srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 705ac_env_build_alias_set=${build_alias+set} 706ac_env_build_alias_value=$build_alias 707ac_cv_env_build_alias_set=${build_alias+set} 708ac_cv_env_build_alias_value=$build_alias 709ac_env_host_alias_set=${host_alias+set} 710ac_env_host_alias_value=$host_alias 711ac_cv_env_host_alias_set=${host_alias+set} 712ac_cv_env_host_alias_value=$host_alias 713ac_env_target_alias_set=${target_alias+set} 714ac_env_target_alias_value=$target_alias 715ac_cv_env_target_alias_set=${target_alias+set} 716ac_cv_env_target_alias_value=$target_alias 717ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 718ac_env_PKG_CONFIG_value=$PKG_CONFIG 719ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 720ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 721ac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 722ac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 723ac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 724ac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 725ac_env_MAPS_LIBS_set=${MAPS_LIBS+set} 726ac_env_MAPS_LIBS_value=$MAPS_LIBS 727ac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set} 728ac_cv_env_MAPS_LIBS_value=$MAPS_LIBS 729 730# 731# Report the --help message. 732# 733if test "$ac_init_help" = "long"; then 734 # Omit some internal or obsolete options to make the list less imposing. 735 # This message is too long to be a string in the A/UX 3.1 sh. 736 cat <<_ACEOF 737\`configure' configures font-adobe-utopia-100dpi 1.0.1 to adapt to many kinds of systems. 738 739Usage: $0 [OPTION]... [VAR=VALUE]... 740 741To assign environment variables (e.g., CC, CFLAGS...), specify them as 742VAR=VALUE. See below for descriptions of some of the useful variables. 743 744Defaults for the options are specified in brackets. 745 746Configuration: 747 -h, --help display this help and exit 748 --help=short display options specific to this package 749 --help=recursive display the short help of all the included packages 750 -V, --version display version information and exit 751 -q, --quiet, --silent do not print \`checking...' messages 752 --cache-file=FILE cache test results in FILE [disabled] 753 -C, --config-cache alias for \`--cache-file=config.cache' 754 -n, --no-create do not create output files 755 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 756 757_ACEOF 758 759 cat <<_ACEOF 760Installation directories: 761 --prefix=PREFIX install architecture-independent files in PREFIX 762 [$ac_default_prefix] 763 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 764 [PREFIX] 765 766By default, \`make install' will install all the files in 767\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 768an installation prefix other than \`$ac_default_prefix' using \`--prefix', 769for instance \`--prefix=\$HOME'. 770 771For better control, use the options below. 772 773Fine tuning of the installation directories: 774 --bindir=DIR user executables [EPREFIX/bin] 775 --sbindir=DIR system admin executables [EPREFIX/sbin] 776 --libexecdir=DIR program executables [EPREFIX/libexec] 777 --datadir=DIR read-only architecture-independent data [PREFIX/share] 778 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 779 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 780 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 781 --libdir=DIR object code libraries [EPREFIX/lib] 782 --includedir=DIR C header files [PREFIX/include] 783 --oldincludedir=DIR C header files for non-gcc [/usr/include] 784 --infodir=DIR info documentation [PREFIX/info] 785 --mandir=DIR man documentation [PREFIX/man] 786_ACEOF 787 788 cat <<\_ACEOF 789 790Program names: 791 --program-prefix=PREFIX prepend PREFIX to installed program names 792 --program-suffix=SUFFIX append SUFFIX to installed program names 793 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 794_ACEOF 795fi 796 797if test -n "$ac_init_help"; then 798 case $ac_init_help in 799 short | recursive ) echo "Configuration of font-adobe-utopia-100dpi 1.0.1:";; 800 esac 801 cat <<\_ACEOF 802 803Optional Features: 804 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 805 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 806 --enable-maintainer-mode enable make rules and dependencies not useful 807 (and sometimes confusing) to the casual installer 808 --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 809 --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 810 --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 811 --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 812 --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 813 --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 814 --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 815 --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 816 --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 817 818Optional Packages: 819 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 820 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 821 --with-fontdir=FONTDIR Path to install fonts 822 --with-release-version=STRING 823 Use release version string in package name 824 825Some influential environment variables: 826 PKG_CONFIG path to pkg-config utility 827 MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 828 MAPS_LIBS linker flags for MAPS, overriding pkg-config 829 830Use these variables to override the choices made by `configure' or to help 831it to find libraries and programs with nonstandard names/locations. 832 833Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 834_ACEOF 835fi 836 837if test "$ac_init_help" = "recursive"; then 838 # If there are subdirs, report their specific --help. 839 ac_popdir=`pwd` 840 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 841 test -d $ac_dir || continue 842 ac_builddir=. 843 844if test "$ac_dir" != .; then 845 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 846 # A "../" for each directory in $ac_dir_suffix. 847 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 848else 849 ac_dir_suffix= ac_top_builddir= 850fi 851 852case $srcdir in 853 .) # No --srcdir option. We are building in place. 854 ac_srcdir=. 855 if test -z "$ac_top_builddir"; then 856 ac_top_srcdir=. 857 else 858 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 859 fi ;; 860 [\\/]* | ?:[\\/]* ) # Absolute path. 861 ac_srcdir=$srcdir$ac_dir_suffix; 862 ac_top_srcdir=$srcdir ;; 863 *) # Relative path. 864 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 865 ac_top_srcdir=$ac_top_builddir$srcdir ;; 866esac 867 868# Do not use `cd foo && pwd` to compute absolute paths, because 869# the directories may not exist. 870case `pwd` in 871.) ac_abs_builddir="$ac_dir";; 872*) 873 case "$ac_dir" in 874 .) ac_abs_builddir=`pwd`;; 875 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 876 *) ac_abs_builddir=`pwd`/"$ac_dir";; 877 esac;; 878esac 879case $ac_abs_builddir in 880.) ac_abs_top_builddir=${ac_top_builddir}.;; 881*) 882 case ${ac_top_builddir}. in 883 .) ac_abs_top_builddir=$ac_abs_builddir;; 884 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 885 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 886 esac;; 887esac 888case $ac_abs_builddir in 889.) ac_abs_srcdir=$ac_srcdir;; 890*) 891 case $ac_srcdir in 892 .) ac_abs_srcdir=$ac_abs_builddir;; 893 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 894 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 895 esac;; 896esac 897case $ac_abs_builddir in 898.) ac_abs_top_srcdir=$ac_top_srcdir;; 899*) 900 case $ac_top_srcdir in 901 .) ac_abs_top_srcdir=$ac_abs_builddir;; 902 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 903 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 904 esac;; 905esac 906 907 cd $ac_dir 908 # Check for guested configure; otherwise get Cygnus style configure. 909 if test -f $ac_srcdir/configure.gnu; then 910 echo 911 $SHELL $ac_srcdir/configure.gnu --help=recursive 912 elif test -f $ac_srcdir/configure; then 913 echo 914 $SHELL $ac_srcdir/configure --help=recursive 915 elif test -f $ac_srcdir/configure.ac || 916 test -f $ac_srcdir/configure.in; then 917 echo 918 $ac_configure --help 919 else 920 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 921 fi 922 cd $ac_popdir 923 done 924fi 925 926test -n "$ac_init_help" && exit 0 927if $ac_init_version; then 928 cat <<\_ACEOF 929font-adobe-utopia-100dpi configure 1.0.1 930generated by GNU Autoconf 2.59 931 932Copyright (C) 2003 Free Software Foundation, Inc. 933This configure script is free software; the Free Software Foundation 934gives unlimited permission to copy, distribute and modify it. 935_ACEOF 936 exit 0 937fi 938exec 5>config.log 939cat >&5 <<_ACEOF 940This file contains any messages produced by compilers while 941running configure, to aid debugging if configure makes a mistake. 942 943It was created by font-adobe-utopia-100dpi $as_me 1.0.1, which was 944generated by GNU Autoconf 2.59. Invocation command line was 945 946 $ $0 $@ 947 948_ACEOF 949{ 950cat <<_ASUNAME 951## --------- ## 952## Platform. ## 953## --------- ## 954 955hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 956uname -m = `(uname -m) 2>/dev/null || echo unknown` 957uname -r = `(uname -r) 2>/dev/null || echo unknown` 958uname -s = `(uname -s) 2>/dev/null || echo unknown` 959uname -v = `(uname -v) 2>/dev/null || echo unknown` 960 961/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 962/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 963 964/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 965/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 966/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 967hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 968/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 969/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 970/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 971 972_ASUNAME 973 974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 975for as_dir in $PATH 976do 977 IFS=$as_save_IFS 978 test -z "$as_dir" && as_dir=. 979 echo "PATH: $as_dir" 980done 981 982} >&5 983 984cat >&5 <<_ACEOF 985 986 987## ----------- ## 988## Core tests. ## 989## ----------- ## 990 991_ACEOF 992 993 994# Keep a trace of the command line. 995# Strip out --no-create and --no-recursion so they do not pile up. 996# Strip out --silent because we don't want to record it for future runs. 997# Also quote any args containing shell meta-characters. 998# Make two passes to allow for proper duplicate-argument suppression. 999ac_configure_args= 1000ac_configure_args0= 1001ac_configure_args1= 1002ac_sep= 1003ac_must_keep_next=false 1004for ac_pass in 1 2 1005do 1006 for ac_arg 1007 do 1008 case $ac_arg in 1009 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1010 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1011 | -silent | --silent | --silen | --sile | --sil) 1012 continue ;; 1013 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1014 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1015 esac 1016 case $ac_pass in 1017 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1018 2) 1019 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1020 if test $ac_must_keep_next = true; then 1021 ac_must_keep_next=false # Got value, back to normal. 1022 else 1023 case $ac_arg in 1024 *=* | --config-cache | -C | -disable-* | --disable-* \ 1025 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1026 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1027 | -with-* | --with-* | -without-* | --without-* | --x) 1028 case "$ac_configure_args0 " in 1029 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1030 esac 1031 ;; 1032 -* ) ac_must_keep_next=true ;; 1033 esac 1034 fi 1035 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1036 # Get rid of the leading space. 1037 ac_sep=" " 1038 ;; 1039 esac 1040 done 1041done 1042$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1043$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1044 1045# When interrupted or exit'd, cleanup temporary files, and complete 1046# config.log. We remove comments because anyway the quotes in there 1047# would cause problems or look ugly. 1048# WARNING: Be sure not to use single quotes in there, as some shells, 1049# such as our DU 5.0 friend, will then `close' the trap. 1050trap 'exit_status=$? 1051 # Save into config.log some information that might help in debugging. 1052 { 1053 echo 1054 1055 cat <<\_ASBOX 1056## ---------------- ## 1057## Cache variables. ## 1058## ---------------- ## 1059_ASBOX 1060 echo 1061 # The following way of writing the cache mishandles newlines in values, 1062{ 1063 (set) 2>&1 | 1064 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1065 *ac_space=\ *) 1066 sed -n \ 1067 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1068 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1069 ;; 1070 *) 1071 sed -n \ 1072 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1073 ;; 1074 esac; 1075} 1076 echo 1077 1078 cat <<\_ASBOX 1079## ----------------- ## 1080## Output variables. ## 1081## ----------------- ## 1082_ASBOX 1083 echo 1084 for ac_var in $ac_subst_vars 1085 do 1086 eval ac_val=$`echo $ac_var` 1087 echo "$ac_var='"'"'$ac_val'"'"'" 1088 done | sort 1089 echo 1090 1091 if test -n "$ac_subst_files"; then 1092 cat <<\_ASBOX 1093## ------------- ## 1094## Output files. ## 1095## ------------- ## 1096_ASBOX 1097 echo 1098 for ac_var in $ac_subst_files 1099 do 1100 eval ac_val=$`echo $ac_var` 1101 echo "$ac_var='"'"'$ac_val'"'"'" 1102 done | sort 1103 echo 1104 fi 1105 1106 if test -s confdefs.h; then 1107 cat <<\_ASBOX 1108## ----------- ## 1109## confdefs.h. ## 1110## ----------- ## 1111_ASBOX 1112 echo 1113 sed "/^$/d" confdefs.h | sort 1114 echo 1115 fi 1116 test "$ac_signal" != 0 && 1117 echo "$as_me: caught signal $ac_signal" 1118 echo "$as_me: exit $exit_status" 1119 } >&5 1120 rm -f core *.core && 1121 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1122 exit $exit_status 1123 ' 0 1124for ac_signal in 1 2 13 15; do 1125 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1126done 1127ac_signal=0 1128 1129# confdefs.h avoids OS command line length limits that DEFS can exceed. 1130rm -rf conftest* confdefs.h 1131# AIX cpp loses on an empty file, so make sure it contains at least a newline. 1132echo >confdefs.h 1133 1134# Predefined preprocessor variables. 1135 1136cat >>confdefs.h <<_ACEOF 1137#define PACKAGE_NAME "$PACKAGE_NAME" 1138_ACEOF 1139 1140 1141cat >>confdefs.h <<_ACEOF 1142#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1143_ACEOF 1144 1145 1146cat >>confdefs.h <<_ACEOF 1147#define PACKAGE_VERSION "$PACKAGE_VERSION" 1148_ACEOF 1149 1150 1151cat >>confdefs.h <<_ACEOF 1152#define PACKAGE_STRING "$PACKAGE_STRING" 1153_ACEOF 1154 1155 1156cat >>confdefs.h <<_ACEOF 1157#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1158_ACEOF 1159 1160 1161# Let the site file select an alternate cache file if it wants to. 1162# Prefer explicitly selected file to automatically selected ones. 1163if test -z "$CONFIG_SITE"; then 1164 if test "x$prefix" != xNONE; then 1165 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1166 else 1167 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1168 fi 1169fi 1170for ac_site_file in $CONFIG_SITE; do 1171 if test -r "$ac_site_file"; then 1172 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1173echo "$as_me: loading site script $ac_site_file" >&6;} 1174 sed 's/^/| /' "$ac_site_file" >&5 1175 . "$ac_site_file" 1176 fi 1177done 1178 1179if test -r "$cache_file"; then 1180 # Some versions of bash will fail to source /dev/null (special 1181 # files actually), so we avoid doing that. 1182 if test -f "$cache_file"; then 1183 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1184echo "$as_me: loading cache $cache_file" >&6;} 1185 case $cache_file in 1186 [\\/]* | ?:[\\/]* ) . $cache_file;; 1187 *) . ./$cache_file;; 1188 esac 1189 fi 1190else 1191 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1192echo "$as_me: creating cache $cache_file" >&6;} 1193 >$cache_file 1194fi 1195 1196# Check that the precious variables saved in the cache have kept the same 1197# value. 1198ac_cache_corrupted=false 1199for ac_var in `(set) 2>&1 | 1200 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1201 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1202 eval ac_new_set=\$ac_env_${ac_var}_set 1203 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1204 eval ac_new_val="\$ac_env_${ac_var}_value" 1205 case $ac_old_set,$ac_new_set in 1206 set,) 1207 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1208echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1209 ac_cache_corrupted=: ;; 1210 ,set) 1211 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1212echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1213 ac_cache_corrupted=: ;; 1214 ,);; 1215 *) 1216 if test "x$ac_old_val" != "x$ac_new_val"; then 1217 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1218echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1219 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1220echo "$as_me: former value: $ac_old_val" >&2;} 1221 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1222echo "$as_me: current value: $ac_new_val" >&2;} 1223 ac_cache_corrupted=: 1224 fi;; 1225 esac 1226 # Pass precious variables to config.status. 1227 if test "$ac_new_set" = set; then 1228 case $ac_new_val in 1229 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1230 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1231 *) ac_arg=$ac_var=$ac_new_val ;; 1232 esac 1233 case " $ac_configure_args " in 1234 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1235 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1236 esac 1237 fi 1238done 1239if $ac_cache_corrupted; then 1240 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1241echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1242 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1243echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1244 { (exit 1); exit 1; }; } 1245fi 1246 1247ac_ext=c 1248ac_cpp='$CPP $CPPFLAGS' 1249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1251ac_compiler_gnu=$ac_cv_c_compiler_gnu 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279am__api_version="1.7" 1280ac_aux_dir= 1281for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1282 if test -f $ac_dir/install-sh; then 1283 ac_aux_dir=$ac_dir 1284 ac_install_sh="$ac_aux_dir/install-sh -c" 1285 break 1286 elif test -f $ac_dir/install.sh; then 1287 ac_aux_dir=$ac_dir 1288 ac_install_sh="$ac_aux_dir/install.sh -c" 1289 break 1290 elif test -f $ac_dir/shtool; then 1291 ac_aux_dir=$ac_dir 1292 ac_install_sh="$ac_aux_dir/shtool install -c" 1293 break 1294 fi 1295done 1296if test -z "$ac_aux_dir"; then 1297 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1298echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1299 { (exit 1); exit 1; }; } 1300fi 1301ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1302ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1303ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1304 1305# Find a good install program. We prefer a C program (faster), 1306# so one script is as good as another. But avoid the broken or 1307# incompatible versions: 1308# SysV /etc/install, /usr/sbin/install 1309# SunOS /usr/etc/install 1310# IRIX /sbin/install 1311# AIX /bin/install 1312# AmigaOS /C/install, which installs bootblocks on floppy discs 1313# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1314# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1315# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1316# OS/2's system install, which has a completely different semantic 1317# ./install, which can be erroneously created by make from ./install.sh. 1318echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1319echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1320if test -z "$INSTALL"; then 1321if test "${ac_cv_path_install+set}" = set; then 1322 echo $ECHO_N "(cached) $ECHO_C" >&6 1323else 1324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1325for as_dir in $PATH 1326do 1327 IFS=$as_save_IFS 1328 test -z "$as_dir" && as_dir=. 1329 # Account for people who put trailing slashes in PATH elements. 1330case $as_dir/ in 1331 ./ | .// | /cC/* | \ 1332 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1333 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1334 /usr/ucb/* ) ;; 1335 *) 1336 # OSF1 and SCO ODT 3.0 have their own names for install. 1337 # Don't use installbsd from OSF since it installs stuff as root 1338 # by default. 1339 for ac_prog in ginstall scoinst install; do 1340 for ac_exec_ext in '' $ac_executable_extensions; do 1341 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1342 if test $ac_prog = install && 1343 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1344 # AIX install. It has an incompatible calling convention. 1345 : 1346 elif test $ac_prog = install && 1347 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1348 # program-specific install script used by HP pwplus--don't use. 1349 : 1350 else 1351 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1352 break 3 1353 fi 1354 fi 1355 done 1356 done 1357 ;; 1358esac 1359done 1360 1361 1362fi 1363 if test "${ac_cv_path_install+set}" = set; then 1364 INSTALL=$ac_cv_path_install 1365 else 1366 # As a last resort, use the slow shell script. We don't cache a 1367 # path for INSTALL within a source directory, because that will 1368 # break other packages using the cache if that directory is 1369 # removed, or if the path is relative. 1370 INSTALL=$ac_install_sh 1371 fi 1372fi 1373echo "$as_me:$LINENO: result: $INSTALL" >&5 1374echo "${ECHO_T}$INSTALL" >&6 1375 1376# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1377# It thinks the first close brace ends the variable substitution. 1378test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1379 1380test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1381 1382test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1383 1384echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1385echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 1386# Just in case 1387sleep 1 1388echo timestamp > conftest.file 1389# Do `set' in a subshell so we don't clobber the current shell's 1390# arguments. Must try -L first in case configure is actually a 1391# symlink; some systems play weird games with the mod time of symlinks 1392# (eg FreeBSD returns the mod time of the symlink's containing 1393# directory). 1394if ( 1395 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 1396 if test "$*" = "X"; then 1397 # -L didn't work. 1398 set X `ls -t $srcdir/configure conftest.file` 1399 fi 1400 rm -f conftest.file 1401 if test "$*" != "X $srcdir/configure conftest.file" \ 1402 && test "$*" != "X conftest.file $srcdir/configure"; then 1403 1404 # If neither matched, then we have a broken ls. This can happen 1405 # if, for instance, CONFIG_SHELL is bash and it inherits a 1406 # broken ls alias from the environment. This has actually 1407 # happened. Such a system could not be considered "sane". 1408 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1409alias in your environment" >&5 1410echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1411alias in your environment" >&2;} 1412 { (exit 1); exit 1; }; } 1413 fi 1414 1415 test "$2" = conftest.file 1416 ) 1417then 1418 # Ok. 1419 : 1420else 1421 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1422Check your system clock" >&5 1423echo "$as_me: error: newly created file is older than distributed files! 1424Check your system clock" >&2;} 1425 { (exit 1); exit 1; }; } 1426fi 1427echo "$as_me:$LINENO: result: yes" >&5 1428echo "${ECHO_T}yes" >&6 1429test "$program_prefix" != NONE && 1430 program_transform_name="s,^,$program_prefix,;$program_transform_name" 1431# Use a double $ so make ignores it. 1432test "$program_suffix" != NONE && 1433 program_transform_name="s,\$,$program_suffix,;$program_transform_name" 1434# Double any \ or $. echo might interpret backslashes. 1435# By default was `s,x,x', remove it if useless. 1436cat <<\_ACEOF >conftest.sed 1437s/[\\$]/&&/g;s/;s,x,x,$// 1438_ACEOF 1439program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1440rm conftest.sed 1441 1442 1443# expand $ac_aux_dir to an absolute path 1444am_aux_dir=`cd $ac_aux_dir && pwd` 1445 1446test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 1447# Use eval to expand $SHELL 1448if eval "$MISSING --run true"; then 1449 am_missing_run="$MISSING --run " 1450else 1451 am_missing_run= 1452 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1453echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1454fi 1455 1456for ac_prog in gawk mawk nawk awk 1457do 1458 # Extract the first word of "$ac_prog", so it can be a program name with args. 1459set dummy $ac_prog; ac_word=$2 1460echo "$as_me:$LINENO: checking for $ac_word" >&5 1461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1462if test "${ac_cv_prog_AWK+set}" = set; then 1463 echo $ECHO_N "(cached) $ECHO_C" >&6 1464else 1465 if test -n "$AWK"; then 1466 ac_cv_prog_AWK="$AWK" # Let the user override the test. 1467else 1468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1469for as_dir in $PATH 1470do 1471 IFS=$as_save_IFS 1472 test -z "$as_dir" && as_dir=. 1473 for ac_exec_ext in '' $ac_executable_extensions; do 1474 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1475 ac_cv_prog_AWK="$ac_prog" 1476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1477 break 2 1478 fi 1479done 1480done 1481 1482fi 1483fi 1484AWK=$ac_cv_prog_AWK 1485if test -n "$AWK"; then 1486 echo "$as_me:$LINENO: result: $AWK" >&5 1487echo "${ECHO_T}$AWK" >&6 1488else 1489 echo "$as_me:$LINENO: result: no" >&5 1490echo "${ECHO_T}no" >&6 1491fi 1492 1493 test -n "$AWK" && break 1494done 1495 1496echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1497echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1498set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1499if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1500 echo $ECHO_N "(cached) $ECHO_C" >&6 1501else 1502 cat >conftest.make <<\_ACEOF 1503all: 1504 @echo 'ac_maketemp="$(MAKE)"' 1505_ACEOF 1506# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1507eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1508if test -n "$ac_maketemp"; then 1509 eval ac_cv_prog_make_${ac_make}_set=yes 1510else 1511 eval ac_cv_prog_make_${ac_make}_set=no 1512fi 1513rm -f conftest.make 1514fi 1515if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1516 echo "$as_me:$LINENO: result: yes" >&5 1517echo "${ECHO_T}yes" >&6 1518 SET_MAKE= 1519else 1520 echo "$as_me:$LINENO: result: no" >&5 1521echo "${ECHO_T}no" >&6 1522 SET_MAKE="MAKE=${MAKE-make}" 1523fi 1524 1525rm -rf .tst 2>/dev/null 1526mkdir .tst 2>/dev/null 1527if test -d .tst; then 1528 am__leading_dot=. 1529else 1530 am__leading_dot=_ 1531fi 1532rmdir .tst 2>/dev/null 1533 1534 # test to see if srcdir already configured 1535if test "`cd $srcdir && pwd`" != "`pwd`" && 1536 test -f $srcdir/config.status; then 1537 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 1538echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 1539 { (exit 1); exit 1; }; } 1540fi 1541 1542# test whether we have cygpath 1543if test -z "$CYGPATH_W"; then 1544 if (cygpath --version) >/dev/null 2>/dev/null; then 1545 CYGPATH_W='cygpath -w' 1546 else 1547 CYGPATH_W=echo 1548 fi 1549fi 1550 1551 1552# Define the identity of the package. 1553 PACKAGE='font-adobe-utopia-100dpi' 1554 VERSION='1.0.1' 1555 1556 1557cat >>confdefs.h <<_ACEOF 1558#define PACKAGE "$PACKAGE" 1559_ACEOF 1560 1561 1562cat >>confdefs.h <<_ACEOF 1563#define VERSION "$VERSION" 1564_ACEOF 1565 1566# Some tools Automake needs. 1567 1568ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1569 1570 1571AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1572 1573 1574AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1575 1576 1577AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1578 1579 1580MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1581 1582 1583AMTAR=${AMTAR-"${am_missing_run}tar"} 1584 1585install_sh=${install_sh-"$am_aux_dir/install-sh"} 1586 1587# Installed binaries are usually stripped using `strip' when the user 1588# run `make install-strip'. However `strip' might not be the right 1589# tool to use in cross-compilation environments, therefore Automake 1590# will honor the `STRIP' environment variable to overrule this program. 1591if test "$cross_compiling" != no; then 1592 if test -n "$ac_tool_prefix"; then 1593 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1594set dummy ${ac_tool_prefix}strip; ac_word=$2 1595echo "$as_me:$LINENO: checking for $ac_word" >&5 1596echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1597if test "${ac_cv_prog_STRIP+set}" = set; then 1598 echo $ECHO_N "(cached) $ECHO_C" >&6 1599else 1600 if test -n "$STRIP"; then 1601 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1602else 1603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1604for as_dir in $PATH 1605do 1606 IFS=$as_save_IFS 1607 test -z "$as_dir" && as_dir=. 1608 for ac_exec_ext in '' $ac_executable_extensions; do 1609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1610 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1612 break 2 1613 fi 1614done 1615done 1616 1617fi 1618fi 1619STRIP=$ac_cv_prog_STRIP 1620if test -n "$STRIP"; then 1621 echo "$as_me:$LINENO: result: $STRIP" >&5 1622echo "${ECHO_T}$STRIP" >&6 1623else 1624 echo "$as_me:$LINENO: result: no" >&5 1625echo "${ECHO_T}no" >&6 1626fi 1627 1628fi 1629if test -z "$ac_cv_prog_STRIP"; then 1630 ac_ct_STRIP=$STRIP 1631 # Extract the first word of "strip", so it can be a program name with args. 1632set dummy strip; ac_word=$2 1633echo "$as_me:$LINENO: checking for $ac_word" >&5 1634echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1635if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1636 echo $ECHO_N "(cached) $ECHO_C" >&6 1637else 1638 if test -n "$ac_ct_STRIP"; then 1639 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1640else 1641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1642for as_dir in $PATH 1643do 1644 IFS=$as_save_IFS 1645 test -z "$as_dir" && as_dir=. 1646 for ac_exec_ext in '' $ac_executable_extensions; do 1647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1648 ac_cv_prog_ac_ct_STRIP="strip" 1649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1650 break 2 1651 fi 1652done 1653done 1654 1655 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 1656fi 1657fi 1658ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1659if test -n "$ac_ct_STRIP"; then 1660 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1661echo "${ECHO_T}$ac_ct_STRIP" >&6 1662else 1663 echo "$as_me:$LINENO: result: no" >&5 1664echo "${ECHO_T}no" >&6 1665fi 1666 1667 STRIP=$ac_ct_STRIP 1668else 1669 STRIP="$ac_cv_prog_STRIP" 1670fi 1671 1672fi 1673INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 1674 1675# We need awk for the "check" target. The system "awk" is bad on 1676# some platforms. 1677 1678 1679 1680echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 1681echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 1682 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 1683if test "${enable_maintainer_mode+set}" = set; then 1684 enableval="$enable_maintainer_mode" 1685 USE_MAINTAINER_MODE=$enableval 1686else 1687 USE_MAINTAINER_MODE=no 1688fi; 1689 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 1690echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 1691 1692 1693if test $USE_MAINTAINER_MODE = yes; then 1694 MAINTAINER_MODE_TRUE= 1695 MAINTAINER_MODE_FALSE='#' 1696else 1697 MAINTAINER_MODE_TRUE='#' 1698 MAINTAINER_MODE_FALSE= 1699fi 1700 1701 MAINT=$MAINTAINER_MODE_TRUE 1702 1703 1704 1705# Find a good install program. We prefer a C program (faster), 1706# so one script is as good as another. But avoid the broken or 1707# incompatible versions: 1708# SysV /etc/install, /usr/sbin/install 1709# SunOS /usr/etc/install 1710# IRIX /sbin/install 1711# AIX /bin/install 1712# AmigaOS /C/install, which installs bootblocks on floppy discs 1713# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1714# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1715# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1716# OS/2's system install, which has a completely different semantic 1717# ./install, which can be erroneously created by make from ./install.sh. 1718echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1719echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1720if test -z "$INSTALL"; then 1721if test "${ac_cv_path_install+set}" = set; then 1722 echo $ECHO_N "(cached) $ECHO_C" >&6 1723else 1724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1725for as_dir in $PATH 1726do 1727 IFS=$as_save_IFS 1728 test -z "$as_dir" && as_dir=. 1729 # Account for people who put trailing slashes in PATH elements. 1730case $as_dir/ in 1731 ./ | .// | /cC/* | \ 1732 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1733 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1734 /usr/ucb/* ) ;; 1735 *) 1736 # OSF1 and SCO ODT 3.0 have their own names for install. 1737 # Don't use installbsd from OSF since it installs stuff as root 1738 # by default. 1739 for ac_prog in ginstall scoinst install; do 1740 for ac_exec_ext in '' $ac_executable_extensions; do 1741 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1742 if test $ac_prog = install && 1743 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1744 # AIX install. It has an incompatible calling convention. 1745 : 1746 elif test $ac_prog = install && 1747 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1748 # program-specific install script used by HP pwplus--don't use. 1749 : 1750 else 1751 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1752 break 3 1753 fi 1754 fi 1755 done 1756 done 1757 ;; 1758esac 1759done 1760 1761 1762fi 1763 if test "${ac_cv_path_install+set}" = set; then 1764 INSTALL=$ac_cv_path_install 1765 else 1766 # As a last resort, use the slow shell script. We don't cache a 1767 # path for INSTALL within a source directory, because that will 1768 # break other packages using the cache if that directory is 1769 # removed, or if the path is relative. 1770 INSTALL=$ac_install_sh 1771 fi 1772fi 1773echo "$as_me:$LINENO: result: $INSTALL" >&5 1774echo "${ECHO_T}$INSTALL" >&6 1775 1776# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1777# It thinks the first close brace ends the variable substitution. 1778test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1779 1780test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1781 1782test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1783 1784 1785# Extract the first word of "bdftopcf", so it can be a program name with args. 1786set dummy bdftopcf; ac_word=$2 1787echo "$as_me:$LINENO: checking for $ac_word" >&5 1788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1789if test "${ac_cv_path_BDFTOPCF+set}" = set; then 1790 echo $ECHO_N "(cached) $ECHO_C" >&6 1791else 1792 case $BDFTOPCF in 1793 [\\/]* | ?:[\\/]*) 1794 ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 1795 ;; 1796 *) 1797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1798for as_dir in $PATH 1799do 1800 IFS=$as_save_IFS 1801 test -z "$as_dir" && as_dir=. 1802 for ac_exec_ext in '' $ac_executable_extensions; do 1803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1804 ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext" 1805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1806 break 2 1807 fi 1808done 1809done 1810 1811 ;; 1812esac 1813fi 1814BDFTOPCF=$ac_cv_path_BDFTOPCF 1815 1816if test -n "$BDFTOPCF"; then 1817 echo "$as_me:$LINENO: result: $BDFTOPCF" >&5 1818echo "${ECHO_T}$BDFTOPCF" >&6 1819else 1820 echo "$as_me:$LINENO: result: no" >&5 1821echo "${ECHO_T}no" >&6 1822fi 1823 1824# Extract the first word of "ucs2any", so it can be a program name with args. 1825set dummy ucs2any; ac_word=$2 1826echo "$as_me:$LINENO: checking for $ac_word" >&5 1827echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1828if test "${ac_cv_path_UCS2ANY+set}" = set; then 1829 echo $ECHO_N "(cached) $ECHO_C" >&6 1830else 1831 case $UCS2ANY in 1832 [\\/]* | ?:[\\/]*) 1833 ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 1834 ;; 1835 *) 1836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1837for as_dir in $PATH 1838do 1839 IFS=$as_save_IFS 1840 test -z "$as_dir" && as_dir=. 1841 for ac_exec_ext in '' $ac_executable_extensions; do 1842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1843 ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext" 1844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1845 break 2 1846 fi 1847done 1848done 1849 1850 ;; 1851esac 1852fi 1853UCS2ANY=$ac_cv_path_UCS2ANY 1854 1855if test -n "$UCS2ANY"; then 1856 echo "$as_me:$LINENO: result: $UCS2ANY" >&5 1857echo "${ECHO_T}$UCS2ANY" >&6 1858else 1859 echo "$as_me:$LINENO: result: no" >&5 1860echo "${ECHO_T}no" >&6 1861fi 1862 1863# Extract the first word of "mkfontscale", so it can be a program name with args. 1864set dummy mkfontscale; ac_word=$2 1865echo "$as_me:$LINENO: checking for $ac_word" >&5 1866echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1867if test "${ac_cv_path_MKFONTSCALE+set}" = set; then 1868 echo $ECHO_N "(cached) $ECHO_C" >&6 1869else 1870 case $MKFONTSCALE in 1871 [\\/]* | ?:[\\/]*) 1872 ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 1873 ;; 1874 *) 1875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1876for as_dir in $PATH 1877do 1878 IFS=$as_save_IFS 1879 test -z "$as_dir" && as_dir=. 1880 for ac_exec_ext in '' $ac_executable_extensions; do 1881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1882 ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext" 1883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1884 break 2 1885 fi 1886done 1887done 1888 1889 ;; 1890esac 1891fi 1892MKFONTSCALE=$ac_cv_path_MKFONTSCALE 1893 1894if test -n "$MKFONTSCALE"; then 1895 echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5 1896echo "${ECHO_T}$MKFONTSCALE" >&6 1897else 1898 echo "$as_me:$LINENO: result: no" >&5 1899echo "${ECHO_T}no" >&6 1900fi 1901 1902# Extract the first word of "mkfontdir", so it can be a program name with args. 1903set dummy mkfontdir; ac_word=$2 1904echo "$as_me:$LINENO: checking for $ac_word" >&5 1905echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1906if test "${ac_cv_path_MKFONTDIR+set}" = set; then 1907 echo $ECHO_N "(cached) $ECHO_C" >&6 1908else 1909 case $MKFONTDIR in 1910 [\\/]* | ?:[\\/]*) 1911 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 1912 ;; 1913 *) 1914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1915for as_dir in $PATH 1916do 1917 IFS=$as_save_IFS 1918 test -z "$as_dir" && as_dir=. 1919 for ac_exec_ext in '' $ac_executable_extensions; do 1920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1921 ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext" 1922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1923 break 2 1924 fi 1925done 1926done 1927 1928 ;; 1929esac 1930fi 1931MKFONTDIR=$ac_cv_path_MKFONTDIR 1932 1933if test -n "$MKFONTDIR"; then 1934 echo "$as_me:$LINENO: result: $MKFONTDIR" >&5 1935echo "${ECHO_T}$MKFONTDIR" >&6 1936else 1937 echo "$as_me:$LINENO: result: no" >&5 1938echo "${ECHO_T}no" >&6 1939fi 1940 1941 1942 1943 1944DEFAULT_FONTDIR=${libdir}/X11/fonts/100dpi 1945 1946# Check whether --with-fontdir or --without-fontdir was given. 1947if test "${with_fontdir+set}" = set; then 1948 withval="$with_fontdir" 1949 FONTDIR="$withval" 1950else 1951 FONTDIR="$DEFAULT_FONTDIR" 1952fi; 1953 1954 1955 1956 1957if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 1958 if test -n "$ac_tool_prefix"; then 1959 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 1960set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 1961echo "$as_me:$LINENO: checking for $ac_word" >&5 1962echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1963if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 1964 echo $ECHO_N "(cached) $ECHO_C" >&6 1965else 1966 case $PKG_CONFIG in 1967 [\\/]* | ?:[\\/]*) 1968 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 1969 ;; 1970 *) 1971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1972for as_dir in $PATH 1973do 1974 IFS=$as_save_IFS 1975 test -z "$as_dir" && as_dir=. 1976 for ac_exec_ext in '' $ac_executable_extensions; do 1977 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1978 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1979 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1980 break 2 1981 fi 1982done 1983done 1984 1985 ;; 1986esac 1987fi 1988PKG_CONFIG=$ac_cv_path_PKG_CONFIG 1989 1990if test -n "$PKG_CONFIG"; then 1991 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 1992echo "${ECHO_T}$PKG_CONFIG" >&6 1993else 1994 echo "$as_me:$LINENO: result: no" >&5 1995echo "${ECHO_T}no" >&6 1996fi 1997 1998fi 1999if test -z "$ac_cv_path_PKG_CONFIG"; then 2000 ac_pt_PKG_CONFIG=$PKG_CONFIG 2001 # Extract the first word of "pkg-config", so it can be a program name with args. 2002set dummy pkg-config; ac_word=$2 2003echo "$as_me:$LINENO: checking for $ac_word" >&5 2004echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2005if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 2006 echo $ECHO_N "(cached) $ECHO_C" >&6 2007else 2008 case $ac_pt_PKG_CONFIG in 2009 [\\/]* | ?:[\\/]*) 2010 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 2011 ;; 2012 *) 2013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2014for as_dir in $PATH 2015do 2016 IFS=$as_save_IFS 2017 test -z "$as_dir" && as_dir=. 2018 for ac_exec_ext in '' $ac_executable_extensions; do 2019 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2020 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 2021 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2022 break 2 2023 fi 2024done 2025done 2026 2027 ;; 2028esac 2029fi 2030ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 2031 2032if test -n "$ac_pt_PKG_CONFIG"; then 2033 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 2034echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 2035else 2036 echo "$as_me:$LINENO: result: no" >&5 2037echo "${ECHO_T}no" >&6 2038fi 2039 2040 PKG_CONFIG=$ac_pt_PKG_CONFIG 2041else 2042 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 2043fi 2044 2045fi 2046if test -n "$PKG_CONFIG"; then 2047 _pkg_min_version=0.9.0 2048 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 2049echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 2050 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 2051 echo "$as_me:$LINENO: result: yes" >&5 2052echo "${ECHO_T}yes" >&6 2053 else 2054 echo "$as_me:$LINENO: result: no" >&5 2055echo "${ECHO_T}no" >&6 2056 PKG_CONFIG="" 2057 fi 2058 2059fi 2060 2061pkg_failed=no 2062echo "$as_me:$LINENO: checking for MAPS" >&5 2063echo $ECHO_N "checking for MAPS... $ECHO_C" >&6 2064 2065if test -n "$PKG_CONFIG"; then 2066 if test -n "$MAPS_CFLAGS"; then 2067 pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 2068 else 2069 if test -n "$PKG_CONFIG" && \ 2070 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 2071 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 2072 ac_status=$? 2073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2074 (exit $ac_status); }; then 2075 pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 2076else 2077 pkg_failed=yes 2078fi 2079 fi 2080else 2081 pkg_failed=untried 2082fi 2083if test -n "$PKG_CONFIG"; then 2084 if test -n "$MAPS_LIBS"; then 2085 pkg_cv_MAPS_LIBS="$MAPS_LIBS" 2086 else 2087 if test -n "$PKG_CONFIG" && \ 2088 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 2089 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 2090 ac_status=$? 2091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2092 (exit $ac_status); }; then 2093 pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 2094else 2095 pkg_failed=yes 2096fi 2097 fi 2098else 2099 pkg_failed=untried 2100fi 2101 2102 2103 2104if test $pkg_failed = yes; then 2105 2106if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 2107 _pkg_short_errors_supported=yes 2108else 2109 _pkg_short_errors_supported=no 2110fi 2111 if test $_pkg_short_errors_supported = yes; then 2112 MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"` 2113 else 2114 MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"` 2115 fi 2116 # Put the nasty error message in config.log where it belongs 2117 echo "$MAPS_PKG_ERRORS" >&5 2118 2119 { { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met: 2120 2121$MAPS_PKG_ERRORS 2122 2123Consider adjusting the PKG_CONFIG_PATH environment variable if you 2124installed software in a non-standard prefix. 2125 2126Alternatively, you may set the environment variables MAPS_CFLAGS 2127and MAPS_LIBS to avoid the need to call pkg-config. 2128See the pkg-config man page for more details. 2129" >&5 2130echo "$as_me: error: Package requirements (fontutil) were not met: 2131 2132$MAPS_PKG_ERRORS 2133 2134Consider adjusting the PKG_CONFIG_PATH environment variable if you 2135installed software in a non-standard prefix. 2136 2137Alternatively, you may set the environment variables MAPS_CFLAGS 2138and MAPS_LIBS to avoid the need to call pkg-config. 2139See the pkg-config man page for more details. 2140" >&2;} 2141 { (exit 1); exit 1; }; } 2142elif test $pkg_failed = untried; then 2143 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 2144is in your PATH or set the PKG_CONFIG environment variable to the full 2145path to pkg-config. 2146 2147Alternatively, you may set the environment variables MAPS_CFLAGS 2148and MAPS_LIBS to avoid the need to call pkg-config. 2149See the pkg-config man page for more details. 2150 2151To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 2152See \`config.log' for more details." >&5 2153echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 2154is in your PATH or set the PKG_CONFIG environment variable to the full 2155path to pkg-config. 2156 2157Alternatively, you may set the environment variables MAPS_CFLAGS 2158and MAPS_LIBS to avoid the need to call pkg-config. 2159See the pkg-config man page for more details. 2160 2161To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 2162See \`config.log' for more details." >&2;} 2163 { (exit 1); exit 1; }; } 2164else 2165 MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 2166 MAPS_LIBS=$pkg_cv_MAPS_LIBS 2167 echo "$as_me:$LINENO: result: yes" >&5 2168echo "${ECHO_T}yes" >&6 2169 : 2170fi 2171MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil) 2172 2173 2174 2175 # Check whether --enable-iso8859-1 or --disable-iso8859-1 was given. 2176if test "${enable_iso8859_1+set}" = set; then 2177 enableval="$enable_iso8859_1" 2178 ISO8859_1=$enableval 2179else 2180 ISO8859_1=yes 2181fi; 2182 echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5 2183echo $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6 2184 echo "$as_me:$LINENO: result: $ISO8859_1" >&5 2185echo "${ECHO_T}$ISO8859_1" >&6 2186 2187 2188if test "x$ISO8859_1" = xyes; then 2189 ISO8859_1_TRUE= 2190 ISO8859_1_FALSE='#' 2191else 2192 ISO8859_1_TRUE='#' 2193 ISO8859_1_FALSE= 2194fi 2195 2196 2197 2198 # Check whether --enable-iso8859-2 or --disable-iso8859-2 was given. 2199if test "${enable_iso8859_2+set}" = set; then 2200 enableval="$enable_iso8859_2" 2201 ISO8859_2=$enableval 2202else 2203 ISO8859_2=yes 2204fi; 2205 echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5 2206echo $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6 2207 echo "$as_me:$LINENO: result: $ISO8859_2" >&5 2208echo "${ECHO_T}$ISO8859_2" >&6 2209 2210 2211if test "x$ISO8859_2" = xyes; then 2212 ISO8859_2_TRUE= 2213 ISO8859_2_FALSE='#' 2214else 2215 ISO8859_2_TRUE='#' 2216 ISO8859_2_FALSE= 2217fi 2218 2219 2220 2221 # Check whether --enable-iso8859-3 or --disable-iso8859-3 was given. 2222if test "${enable_iso8859_3+set}" = set; then 2223 enableval="$enable_iso8859_3" 2224 ISO8859_3=$enableval 2225else 2226 ISO8859_3=yes 2227fi; 2228 echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5 2229echo $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6 2230 echo "$as_me:$LINENO: result: $ISO8859_3" >&5 2231echo "${ECHO_T}$ISO8859_3" >&6 2232 2233 2234if test "x$ISO8859_3" = xyes; then 2235 ISO8859_3_TRUE= 2236 ISO8859_3_FALSE='#' 2237else 2238 ISO8859_3_TRUE='#' 2239 ISO8859_3_FALSE= 2240fi 2241 2242 2243 2244 # Check whether --enable-iso8859-4 or --disable-iso8859-4 was given. 2245if test "${enable_iso8859_4+set}" = set; then 2246 enableval="$enable_iso8859_4" 2247 ISO8859_4=$enableval 2248else 2249 ISO8859_4=yes 2250fi; 2251 echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5 2252echo $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6 2253 echo "$as_me:$LINENO: result: $ISO8859_4" >&5 2254echo "${ECHO_T}$ISO8859_4" >&6 2255 2256 2257if test "x$ISO8859_4" = xyes; then 2258 ISO8859_4_TRUE= 2259 ISO8859_4_FALSE='#' 2260else 2261 ISO8859_4_TRUE='#' 2262 ISO8859_4_FALSE= 2263fi 2264 2265 2266 2267 # Check whether --enable-iso8859-9 or --disable-iso8859-9 was given. 2268if test "${enable_iso8859_9+set}" = set; then 2269 enableval="$enable_iso8859_9" 2270 ISO8859_9=$enableval 2271else 2272 ISO8859_9=yes 2273fi; 2274 echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5 2275echo $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6 2276 echo "$as_me:$LINENO: result: $ISO8859_9" >&5 2277echo "${ECHO_T}$ISO8859_9" >&6 2278 2279 2280if test "x$ISO8859_9" = xyes; then 2281 ISO8859_9_TRUE= 2282 ISO8859_9_FALSE='#' 2283else 2284 ISO8859_9_TRUE='#' 2285 ISO8859_9_FALSE= 2286fi 2287 2288 2289 2290 # Check whether --enable-iso8859-10 or --disable-iso8859-10 was given. 2291if test "${enable_iso8859_10+set}" = set; then 2292 enableval="$enable_iso8859_10" 2293 ISO8859_10=$enableval 2294else 2295 ISO8859_10=yes 2296fi; 2297 echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5 2298echo $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6 2299 echo "$as_me:$LINENO: result: $ISO8859_10" >&5 2300echo "${ECHO_T}$ISO8859_10" >&6 2301 2302 2303if test "x$ISO8859_10" = xyes; then 2304 ISO8859_10_TRUE= 2305 ISO8859_10_FALSE='#' 2306else 2307 ISO8859_10_TRUE='#' 2308 ISO8859_10_FALSE= 2309fi 2310 2311 2312 2313 # Check whether --enable-iso8859-13 or --disable-iso8859-13 was given. 2314if test "${enable_iso8859_13+set}" = set; then 2315 enableval="$enable_iso8859_13" 2316 ISO8859_13=$enableval 2317else 2318 ISO8859_13=yes 2319fi; 2320 echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5 2321echo $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6 2322 echo "$as_me:$LINENO: result: $ISO8859_13" >&5 2323echo "${ECHO_T}$ISO8859_13" >&6 2324 2325 2326if test "x$ISO8859_13" = xyes; then 2327 ISO8859_13_TRUE= 2328 ISO8859_13_FALSE='#' 2329else 2330 ISO8859_13_TRUE='#' 2331 ISO8859_13_FALSE= 2332fi 2333 2334 2335 2336 # Check whether --enable-iso8859-14 or --disable-iso8859-14 was given. 2337if test "${enable_iso8859_14+set}" = set; then 2338 enableval="$enable_iso8859_14" 2339 ISO8859_14=$enableval 2340else 2341 ISO8859_14=yes 2342fi; 2343 echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5 2344echo $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6 2345 echo "$as_me:$LINENO: result: $ISO8859_14" >&5 2346echo "${ECHO_T}$ISO8859_14" >&6 2347 2348 2349if test "x$ISO8859_14" = xyes; then 2350 ISO8859_14_TRUE= 2351 ISO8859_14_FALSE='#' 2352else 2353 ISO8859_14_TRUE='#' 2354 ISO8859_14_FALSE= 2355fi 2356 2357 2358 2359 # Check whether --enable-iso8859-15 or --disable-iso8859-15 was given. 2360if test "${enable_iso8859_15+set}" = set; then 2361 enableval="$enable_iso8859_15" 2362 ISO8859_15=$enableval 2363else 2364 ISO8859_15=yes 2365fi; 2366 echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5 2367echo $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6 2368 echo "$as_me:$LINENO: result: $ISO8859_15" >&5 2369echo "${ECHO_T}$ISO8859_15" >&6 2370 2371 2372if test "x$ISO8859_15" = xyes; then 2373 ISO8859_15_TRUE= 2374 ISO8859_15_FALSE='#' 2375else 2376 ISO8859_15_TRUE='#' 2377 ISO8859_15_FALSE= 2378fi 2379 2380 2381 2382 2383 2384# Check whether --with-release-version or --without-release-version was given. 2385if test "${with_release_version+set}" = set; then 2386 withval="$with_release_version" 2387 RELEASE_VERSION="$withval" 2388else 2389 RELEASE_VERSION="" 2390fi; 2391 if test "x$RELEASE_VERSION" != "x"; then 2392 PACKAGE="$PACKAGE-$RELEASE_VERSION" 2393 PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 2394 { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 2395echo "$as_me: Building with package name set to $PACKAGE" >&6;} 2396 fi 2397 2398 2399 ac_config_files="$ac_config_files Makefile" 2400cat >confcache <<\_ACEOF 2401# This file is a shell script that caches the results of configure 2402# tests run on this system so they can be shared between configure 2403# scripts and configure runs, see configure's option --config-cache. 2404# It is not useful on other systems. If it contains results you don't 2405# want to keep, you may remove or edit it. 2406# 2407# config.status only pays attention to the cache file if you give it 2408# the --recheck option to rerun configure. 2409# 2410# `ac_cv_env_foo' variables (set or unset) will be overridden when 2411# loading this file, other *unset* `ac_cv_foo' will be assigned the 2412# following values. 2413 2414_ACEOF 2415 2416# The following way of writing the cache mishandles newlines in values, 2417# but we know of no workaround that is simple, portable, and efficient. 2418# So, don't put newlines in cache variables' values. 2419# Ultrix sh set writes to stderr and can't be redirected directly, 2420# and sets the high bit in the cache file unless we assign to the vars. 2421{ 2422 (set) 2>&1 | 2423 case `(ac_space=' '; set | grep ac_space) 2>&1` in 2424 *ac_space=\ *) 2425 # `set' does not quote correctly, so add quotes (double-quote 2426 # substitution turns \\\\ into \\, and sed turns \\ into \). 2427 sed -n \ 2428 "s/'/'\\\\''/g; 2429 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 2430 ;; 2431 *) 2432 # `set' quotes correctly as required by POSIX, so do not add quotes. 2433 sed -n \ 2434 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 2435 ;; 2436 esac; 2437} | 2438 sed ' 2439 t clear 2440 : clear 2441 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 2442 t end 2443 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 2444 : end' >>confcache 2445if diff $cache_file confcache >/dev/null 2>&1; then :; else 2446 if test -w $cache_file; then 2447 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 2448 cat confcache >$cache_file 2449 else 2450 echo "not updating unwritable cache $cache_file" 2451 fi 2452fi 2453rm -f confcache 2454 2455test "x$prefix" = xNONE && prefix=$ac_default_prefix 2456# Let make expand exec_prefix. 2457test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 2458 2459# VPATH may cause trouble with some makes, so we remove $(srcdir), 2460# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 2461# trailing colons and then remove the whole line if VPATH becomes empty 2462# (actually we leave an empty line to preserve line numbers). 2463if test "x$srcdir" = x.; then 2464 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 2465s/:*\$(srcdir):*/:/; 2466s/:*\${srcdir}:*/:/; 2467s/:*@srcdir@:*/:/; 2468s/^\([^=]*=[ ]*\):*/\1/; 2469s/:*$//; 2470s/^[^=]*=[ ]*$//; 2471}' 2472fi 2473 2474# Transform confdefs.h into DEFS. 2475# Protect against shell expansion while executing Makefile rules. 2476# Protect against Makefile macro expansion. 2477# 2478# If the first sed substitution is executed (which looks for macros that 2479# take arguments), then we branch to the quote section. Otherwise, 2480# look for a macro that doesn't take arguments. 2481cat >confdef2opt.sed <<\_ACEOF 2482t clear 2483: clear 2484s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 2485t quote 2486s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 2487t quote 2488d 2489: quote 2490s,[ `~#$^&*(){}\\|;'"<>?],\\&,g 2491s,\[,\\&,g 2492s,\],\\&,g 2493s,\$,$$,g 2494p 2495_ACEOF 2496# We use echo to avoid assuming a particular line-breaking character. 2497# The extra dot is to prevent the shell from consuming trailing 2498# line-breaks from the sub-command output. A line-break within 2499# single-quotes doesn't work because, if this script is created in a 2500# platform that uses two characters for line-breaks (e.g., DOS), tr 2501# would break. 2502ac_LF_and_DOT=`echo; echo .` 2503DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 2504rm -f confdef2opt.sed 2505 2506 2507ac_libobjs= 2508ac_ltlibobjs= 2509for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 2510 # 1. Remove the extension, and $U if already installed. 2511 ac_i=`echo "$ac_i" | 2512 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 2513 # 2. Add them. 2514 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 2515 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 2516done 2517LIBOBJS=$ac_libobjs 2518 2519LTLIBOBJS=$ac_ltlibobjs 2520 2521 2522if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 2523 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 2524Usually this means the macro was only invoked conditionally." >&5 2525echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 2526Usually this means the macro was only invoked conditionally." >&2;} 2527 { (exit 1); exit 1; }; } 2528fi 2529if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 2530 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined. 2531Usually this means the macro was only invoked conditionally." >&5 2532echo "$as_me: error: conditional \"ISO8859_1\" was never defined. 2533Usually this means the macro was only invoked conditionally." >&2;} 2534 { (exit 1); exit 1; }; } 2535fi 2536if test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 2537 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined. 2538Usually this means the macro was only invoked conditionally." >&5 2539echo "$as_me: error: conditional \"ISO8859_2\" was never defined. 2540Usually this means the macro was only invoked conditionally." >&2;} 2541 { (exit 1); exit 1; }; } 2542fi 2543if test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 2544 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined. 2545Usually this means the macro was only invoked conditionally." >&5 2546echo "$as_me: error: conditional \"ISO8859_3\" was never defined. 2547Usually this means the macro was only invoked conditionally." >&2;} 2548 { (exit 1); exit 1; }; } 2549fi 2550if test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 2551 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined. 2552Usually this means the macro was only invoked conditionally." >&5 2553echo "$as_me: error: conditional \"ISO8859_4\" was never defined. 2554Usually this means the macro was only invoked conditionally." >&2;} 2555 { (exit 1); exit 1; }; } 2556fi 2557if test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 2558 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined. 2559Usually this means the macro was only invoked conditionally." >&5 2560echo "$as_me: error: conditional \"ISO8859_9\" was never defined. 2561Usually this means the macro was only invoked conditionally." >&2;} 2562 { (exit 1); exit 1; }; } 2563fi 2564if test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 2565 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined. 2566Usually this means the macro was only invoked conditionally." >&5 2567echo "$as_me: error: conditional \"ISO8859_10\" was never defined. 2568Usually this means the macro was only invoked conditionally." >&2;} 2569 { (exit 1); exit 1; }; } 2570fi 2571if test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 2572 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined. 2573Usually this means the macro was only invoked conditionally." >&5 2574echo "$as_me: error: conditional \"ISO8859_13\" was never defined. 2575Usually this means the macro was only invoked conditionally." >&2;} 2576 { (exit 1); exit 1; }; } 2577fi 2578if test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 2579 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined. 2580Usually this means the macro was only invoked conditionally." >&5 2581echo "$as_me: error: conditional \"ISO8859_14\" was never defined. 2582Usually this means the macro was only invoked conditionally." >&2;} 2583 { (exit 1); exit 1; }; } 2584fi 2585if test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 2586 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined. 2587Usually this means the macro was only invoked conditionally." >&5 2588echo "$as_me: error: conditional \"ISO8859_15\" was never defined. 2589Usually this means the macro was only invoked conditionally." >&2;} 2590 { (exit 1); exit 1; }; } 2591fi 2592 2593: ${CONFIG_STATUS=./config.status} 2594ac_clean_files_save=$ac_clean_files 2595ac_clean_files="$ac_clean_files $CONFIG_STATUS" 2596{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 2597echo "$as_me: creating $CONFIG_STATUS" >&6;} 2598cat >$CONFIG_STATUS <<_ACEOF 2599#! $SHELL 2600# Generated by $as_me. 2601# Run this file to recreate the current configuration. 2602# Compiler output produced by configure, useful for debugging 2603# configure, is in config.log if it exists. 2604 2605debug=false 2606ac_cs_recheck=false 2607ac_cs_silent=false 2608SHELL=\${CONFIG_SHELL-$SHELL} 2609_ACEOF 2610 2611cat >>$CONFIG_STATUS <<\_ACEOF 2612## --------------------- ## 2613## M4sh Initialization. ## 2614## --------------------- ## 2615 2616# Be Bourne compatible 2617if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 2618 emulate sh 2619 NULLCMD=: 2620 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 2621 # is contrary to our usage. Disable this feature. 2622 alias -g '${1+"$@"}'='"$@"' 2623elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 2624 set -o posix 2625fi 2626DUALCASE=1; export DUALCASE # for MKS sh 2627 2628# Support unset when possible. 2629if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 2630 as_unset=unset 2631else 2632 as_unset=false 2633fi 2634 2635 2636# Work around bugs in pre-3.0 UWIN ksh. 2637$as_unset ENV MAIL MAILPATH 2638PS1='$ ' 2639PS2='> ' 2640PS4='+ ' 2641 2642# NLS nuisances. 2643for as_var in \ 2644 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 2645 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 2646 LC_TELEPHONE LC_TIME 2647do 2648 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 2649 eval $as_var=C; export $as_var 2650 else 2651 $as_unset $as_var 2652 fi 2653done 2654 2655# Required to use basename. 2656if expr a : '\(a\)' >/dev/null 2>&1; then 2657 as_expr=expr 2658else 2659 as_expr=false 2660fi 2661 2662if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 2663 as_basename=basename 2664else 2665 as_basename=false 2666fi 2667 2668 2669# Name of the executable. 2670as_me=`$as_basename "$0" || 2671$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 2672 X"$0" : 'X\(//\)$' \| \ 2673 X"$0" : 'X\(/\)$' \| \ 2674 . : '\(.\)' 2>/dev/null || 2675echo X/"$0" | 2676 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 2677 /^X\/\(\/\/\)$/{ s//\1/; q; } 2678 /^X\/\(\/\).*/{ s//\1/; q; } 2679 s/.*/./; q'` 2680 2681 2682# PATH needs CR, and LINENO needs CR and PATH. 2683# Avoid depending upon Character Ranges. 2684as_cr_letters='abcdefghijklmnopqrstuvwxyz' 2685as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 2686as_cr_Letters=$as_cr_letters$as_cr_LETTERS 2687as_cr_digits='0123456789' 2688as_cr_alnum=$as_cr_Letters$as_cr_digits 2689 2690# The user is always right. 2691if test "${PATH_SEPARATOR+set}" != set; then 2692 echo "#! /bin/sh" >conf$$.sh 2693 echo "exit 0" >>conf$$.sh 2694 chmod +x conf$$.sh 2695 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 2696 PATH_SEPARATOR=';' 2697 else 2698 PATH_SEPARATOR=: 2699 fi 2700 rm -f conf$$.sh 2701fi 2702 2703 2704 as_lineno_1=$LINENO 2705 as_lineno_2=$LINENO 2706 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2707 test "x$as_lineno_1" != "x$as_lineno_2" && 2708 test "x$as_lineno_3" = "x$as_lineno_2" || { 2709 # Find who we are. Look in the path if we contain no path at all 2710 # relative or not. 2711 case $0 in 2712 *[\\/]* ) as_myself=$0 ;; 2713 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2714for as_dir in $PATH 2715do 2716 IFS=$as_save_IFS 2717 test -z "$as_dir" && as_dir=. 2718 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 2719done 2720 2721 ;; 2722 esac 2723 # We did not find ourselves, most probably we were run as `sh COMMAND' 2724 # in which case we are not to be found in the path. 2725 if test "x$as_myself" = x; then 2726 as_myself=$0 2727 fi 2728 if test ! -f "$as_myself"; then 2729 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 2730echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 2731 { (exit 1); exit 1; }; } 2732 fi 2733 case $CONFIG_SHELL in 2734 '') 2735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2736for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2737do 2738 IFS=$as_save_IFS 2739 test -z "$as_dir" && as_dir=. 2740 for as_base in sh bash ksh sh5; do 2741 case $as_dir in 2742 /*) 2743 if ("$as_dir/$as_base" -c ' 2744 as_lineno_1=$LINENO 2745 as_lineno_2=$LINENO 2746 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2747 test "x$as_lineno_1" != "x$as_lineno_2" && 2748 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 2749 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 2750 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 2751 CONFIG_SHELL=$as_dir/$as_base 2752 export CONFIG_SHELL 2753 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 2754 fi;; 2755 esac 2756 done 2757done 2758;; 2759 esac 2760 2761 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 2762 # uniformly replaced by the line number. The first 'sed' inserts a 2763 # line-number line before each line; the second 'sed' does the real 2764 # work. The second script uses 'N' to pair each line-number line 2765 # with the numbered line, and appends trailing '-' during 2766 # substitution so that $LINENO is not a special case at line end. 2767 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 2768 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 2769 sed '=' <$as_myself | 2770 sed ' 2771 N 2772 s,$,-, 2773 : loop 2774 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 2775 t loop 2776 s,-$,, 2777 s,^['$as_cr_digits']*\n,, 2778 ' >$as_me.lineno && 2779 chmod +x $as_me.lineno || 2780 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 2781echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 2782 { (exit 1); exit 1; }; } 2783 2784 # Don't try to exec as it changes $[0], causing all sort of problems 2785 # (the dirname of $[0] is not the place where we might find the 2786 # original and so on. Autoconf is especially sensible to this). 2787 . ./$as_me.lineno 2788 # Exit status is that of the last command. 2789 exit 2790} 2791 2792 2793case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 2794 *c*,-n*) ECHO_N= ECHO_C=' 2795' ECHO_T=' ' ;; 2796 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 2797 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 2798esac 2799 2800if expr a : '\(a\)' >/dev/null 2>&1; then 2801 as_expr=expr 2802else 2803 as_expr=false 2804fi 2805 2806rm -f conf$$ conf$$.exe conf$$.file 2807echo >conf$$.file 2808if ln -s conf$$.file conf$$ 2>/dev/null; then 2809 # We could just check for DJGPP; but this test a) works b) is more generic 2810 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2811 if test -f conf$$.exe; then 2812 # Don't use ln at all; we don't have any links 2813 as_ln_s='cp -p' 2814 else 2815 as_ln_s='ln -s' 2816 fi 2817elif ln conf$$.file conf$$ 2>/dev/null; then 2818 as_ln_s=ln 2819else 2820 as_ln_s='cp -p' 2821fi 2822rm -f conf$$ conf$$.exe conf$$.file 2823 2824if mkdir -p . 2>/dev/null; then 2825 as_mkdir_p=: 2826else 2827 test -d ./-p && rmdir ./-p 2828 as_mkdir_p=false 2829fi 2830 2831as_executable_p="test -f" 2832 2833# Sed expression to map a string onto a valid CPP name. 2834as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2835 2836# Sed expression to map a string onto a valid variable name. 2837as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2838 2839 2840# IFS 2841# We need space, tab and new line, in precisely that order. 2842as_nl=' 2843' 2844IFS=" $as_nl" 2845 2846# CDPATH. 2847$as_unset CDPATH 2848 2849exec 6>&1 2850 2851# Open the log real soon, to keep \$[0] and so on meaningful, and to 2852# report actual input values of CONFIG_FILES etc. instead of their 2853# values after options handling. Logging --version etc. is OK. 2854exec 5>>config.log 2855{ 2856 echo 2857 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 2858## Running $as_me. ## 2859_ASBOX 2860} >&5 2861cat >&5 <<_CSEOF 2862 2863This file was extended by font-adobe-utopia-100dpi $as_me 1.0.1, which was 2864generated by GNU Autoconf 2.59. Invocation command line was 2865 2866 CONFIG_FILES = $CONFIG_FILES 2867 CONFIG_HEADERS = $CONFIG_HEADERS 2868 CONFIG_LINKS = $CONFIG_LINKS 2869 CONFIG_COMMANDS = $CONFIG_COMMANDS 2870 $ $0 $@ 2871 2872_CSEOF 2873echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 2874echo >&5 2875_ACEOF 2876 2877# Files that config.status was made for. 2878if test -n "$ac_config_files"; then 2879 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 2880fi 2881 2882if test -n "$ac_config_headers"; then 2883 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 2884fi 2885 2886if test -n "$ac_config_links"; then 2887 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 2888fi 2889 2890if test -n "$ac_config_commands"; then 2891 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 2892fi 2893 2894cat >>$CONFIG_STATUS <<\_ACEOF 2895 2896ac_cs_usage="\ 2897\`$as_me' instantiates files from templates according to the 2898current configuration. 2899 2900Usage: $0 [OPTIONS] [FILE]... 2901 2902 -h, --help print this help, then exit 2903 -V, --version print version number, then exit 2904 -q, --quiet do not print progress messages 2905 -d, --debug don't remove temporary files 2906 --recheck update $as_me by reconfiguring in the same conditions 2907 --file=FILE[:TEMPLATE] 2908 instantiate the configuration file FILE 2909 2910Configuration files: 2911$config_files 2912 2913Report bugs to <bug-autoconf@gnu.org>." 2914_ACEOF 2915 2916cat >>$CONFIG_STATUS <<_ACEOF 2917ac_cs_version="\\ 2918font-adobe-utopia-100dpi config.status 1.0.1 2919configured by $0, generated by GNU Autoconf 2.59, 2920 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 2921 2922Copyright (C) 2003 Free Software Foundation, Inc. 2923This config.status script is free software; the Free Software Foundation 2924gives unlimited permission to copy, distribute and modify it." 2925srcdir=$srcdir 2926INSTALL="$INSTALL" 2927_ACEOF 2928 2929cat >>$CONFIG_STATUS <<\_ACEOF 2930# If no file are specified by the user, then we need to provide default 2931# value. By we need to know if files were specified by the user. 2932ac_need_defaults=: 2933while test $# != 0 2934do 2935 case $1 in 2936 --*=*) 2937 ac_option=`expr "x$1" : 'x\([^=]*\)='` 2938 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 2939 ac_shift=: 2940 ;; 2941 -*) 2942 ac_option=$1 2943 ac_optarg=$2 2944 ac_shift=shift 2945 ;; 2946 *) # This is not an option, so the user has probably given explicit 2947 # arguments. 2948 ac_option=$1 2949 ac_need_defaults=false;; 2950 esac 2951 2952 case $ac_option in 2953 # Handling of the options. 2954_ACEOF 2955cat >>$CONFIG_STATUS <<\_ACEOF 2956 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 2957 ac_cs_recheck=: ;; 2958 --version | --vers* | -V ) 2959 echo "$ac_cs_version"; exit 0 ;; 2960 --he | --h) 2961 # Conflict between --help and --header 2962 { { echo "$as_me:$LINENO: error: ambiguous option: $1 2963Try \`$0 --help' for more information." >&5 2964echo "$as_me: error: ambiguous option: $1 2965Try \`$0 --help' for more information." >&2;} 2966 { (exit 1); exit 1; }; };; 2967 --help | --hel | -h ) 2968 echo "$ac_cs_usage"; exit 0 ;; 2969 --debug | --d* | -d ) 2970 debug=: ;; 2971 --file | --fil | --fi | --f ) 2972 $ac_shift 2973 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 2974 ac_need_defaults=false;; 2975 --header | --heade | --head | --hea ) 2976 $ac_shift 2977 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 2978 ac_need_defaults=false;; 2979 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2980 | -silent | --silent | --silen | --sile | --sil | --si | --s) 2981 ac_cs_silent=: ;; 2982 2983 # This is an error. 2984 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 2985Try \`$0 --help' for more information." >&5 2986echo "$as_me: error: unrecognized option: $1 2987Try \`$0 --help' for more information." >&2;} 2988 { (exit 1); exit 1; }; } ;; 2989 2990 *) ac_config_targets="$ac_config_targets $1" ;; 2991 2992 esac 2993 shift 2994done 2995 2996ac_configure_extra_args= 2997 2998if $ac_cs_silent; then 2999 exec 6>/dev/null 3000 ac_configure_extra_args="$ac_configure_extra_args --silent" 3001fi 3002 3003_ACEOF 3004cat >>$CONFIG_STATUS <<_ACEOF 3005if \$ac_cs_recheck; then 3006 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 3007 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 3008fi 3009 3010_ACEOF 3011 3012 3013 3014 3015 3016cat >>$CONFIG_STATUS <<\_ACEOF 3017for ac_config_target in $ac_config_targets 3018do 3019 case "$ac_config_target" in 3020 # Handling of arguments. 3021 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 3022 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 3023echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 3024 { (exit 1); exit 1; }; };; 3025 esac 3026done 3027 3028# If the user did not use the arguments to specify the items to instantiate, 3029# then the envvar interface is used. Set only those that are not. 3030# We use the long form for the default assignment because of an extremely 3031# bizarre bug on SunOS 4.1.3. 3032if $ac_need_defaults; then 3033 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 3034fi 3035 3036# Have a temporary directory for convenience. Make it in the build tree 3037# simply because there is no reason to put it here, and in addition, 3038# creating and moving files from /tmp can sometimes cause problems. 3039# Create a temporary directory, and hook for its removal unless debugging. 3040$debug || 3041{ 3042 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 3043 trap '{ (exit 1); exit 1; }' 1 2 13 15 3044} 3045 3046# Create a (secure) tmp directory for tmp files. 3047 3048{ 3049 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 3050 test -n "$tmp" && test -d "$tmp" 3051} || 3052{ 3053 tmp=./confstat$$-$RANDOM 3054 (umask 077 && mkdir $tmp) 3055} || 3056{ 3057 echo "$me: cannot create a temporary directory in ." >&2 3058 { (exit 1); exit 1; } 3059} 3060 3061_ACEOF 3062 3063cat >>$CONFIG_STATUS <<_ACEOF 3064 3065# 3066# CONFIG_FILES section. 3067# 3068 3069# No need to generate the scripts if there are no CONFIG_FILES. 3070# This happens for instance when ./config.status config.h 3071if test -n "\$CONFIG_FILES"; then 3072 # Protect against being on the right side of a sed subst in config.status. 3073 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 3074 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 3075s,@SHELL@,$SHELL,;t t 3076s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 3077s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 3078s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 3079s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 3080s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 3081s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 3082s,@exec_prefix@,$exec_prefix,;t t 3083s,@prefix@,$prefix,;t t 3084s,@program_transform_name@,$program_transform_name,;t t 3085s,@bindir@,$bindir,;t t 3086s,@sbindir@,$sbindir,;t t 3087s,@libexecdir@,$libexecdir,;t t 3088s,@datadir@,$datadir,;t t 3089s,@sysconfdir@,$sysconfdir,;t t 3090s,@sharedstatedir@,$sharedstatedir,;t t 3091s,@localstatedir@,$localstatedir,;t t 3092s,@libdir@,$libdir,;t t 3093s,@includedir@,$includedir,;t t 3094s,@oldincludedir@,$oldincludedir,;t t 3095s,@infodir@,$infodir,;t t 3096s,@mandir@,$mandir,;t t 3097s,@build_alias@,$build_alias,;t t 3098s,@host_alias@,$host_alias,;t t 3099s,@target_alias@,$target_alias,;t t 3100s,@DEFS@,$DEFS,;t t 3101s,@ECHO_C@,$ECHO_C,;t t 3102s,@ECHO_N@,$ECHO_N,;t t 3103s,@ECHO_T@,$ECHO_T,;t t 3104s,@LIBS@,$LIBS,;t t 3105s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 3106s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 3107s,@INSTALL_DATA@,$INSTALL_DATA,;t t 3108s,@CYGPATH_W@,$CYGPATH_W,;t t 3109s,@PACKAGE@,$PACKAGE,;t t 3110s,@VERSION@,$VERSION,;t t 3111s,@ACLOCAL@,$ACLOCAL,;t t 3112s,@AUTOCONF@,$AUTOCONF,;t t 3113s,@AUTOMAKE@,$AUTOMAKE,;t t 3114s,@AUTOHEADER@,$AUTOHEADER,;t t 3115s,@MAKEINFO@,$MAKEINFO,;t t 3116s,@AMTAR@,$AMTAR,;t t 3117s,@install_sh@,$install_sh,;t t 3118s,@STRIP@,$STRIP,;t t 3119s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 3120s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 3121s,@AWK@,$AWK,;t t 3122s,@SET_MAKE@,$SET_MAKE,;t t 3123s,@am__leading_dot@,$am__leading_dot,;t t 3124s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 3125s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 3126s,@MAINT@,$MAINT,;t t 3127s,@BDFTOPCF@,$BDFTOPCF,;t t 3128s,@UCS2ANY@,$UCS2ANY,;t t 3129s,@MKFONTSCALE@,$MKFONTSCALE,;t t 3130s,@MKFONTDIR@,$MKFONTDIR,;t t 3131s,@FONTDIR@,$FONTDIR,;t t 3132s,@PKG_CONFIG@,$PKG_CONFIG,;t t 3133s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 3134s,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t 3135s,@MAPS_LIBS@,$MAPS_LIBS,;t t 3136s,@MAPFILES_PATH@,$MAPFILES_PATH,;t t 3137s,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t 3138s,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t 3139s,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t 3140s,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t 3141s,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t 3142s,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t 3143s,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t 3144s,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t 3145s,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t 3146s,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t 3147s,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t 3148s,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t 3149s,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t 3150s,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t 3151s,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t 3152s,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t 3153s,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t 3154s,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t 3155s,@LIBOBJS@,$LIBOBJS,;t t 3156s,@LTLIBOBJS@,$LTLIBOBJS,;t t 3157CEOF 3158 3159_ACEOF 3160 3161 cat >>$CONFIG_STATUS <<\_ACEOF 3162 # Split the substitutions into bite-sized pieces for seds with 3163 # small command number limits, like on Digital OSF/1 and HP-UX. 3164 ac_max_sed_lines=48 3165 ac_sed_frag=1 # Number of current file. 3166 ac_beg=1 # First line for current file. 3167 ac_end=$ac_max_sed_lines # Line after last line for current file. 3168 ac_more_lines=: 3169 ac_sed_cmds= 3170 while $ac_more_lines; do 3171 if test $ac_beg -gt 1; then 3172 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 3173 else 3174 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 3175 fi 3176 if test ! -s $tmp/subs.frag; then 3177 ac_more_lines=false 3178 else 3179 # The purpose of the label and of the branching condition is to 3180 # speed up the sed processing (if there are no `@' at all, there 3181 # is no need to browse any of the substitutions). 3182 # These are the two extra sed commands mentioned above. 3183 (echo ':t 3184 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 3185 if test -z "$ac_sed_cmds"; then 3186 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 3187 else 3188 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 3189 fi 3190 ac_sed_frag=`expr $ac_sed_frag + 1` 3191 ac_beg=$ac_end 3192 ac_end=`expr $ac_end + $ac_max_sed_lines` 3193 fi 3194 done 3195 if test -z "$ac_sed_cmds"; then 3196 ac_sed_cmds=cat 3197 fi 3198fi # test -n "$CONFIG_FILES" 3199 3200_ACEOF 3201cat >>$CONFIG_STATUS <<\_ACEOF 3202for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 3203 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 3204 case $ac_file in 3205 - | *:- | *:-:* ) # input from stdin 3206 cat >$tmp/stdin 3207 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 3208 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 3209 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 3210 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 3211 * ) ac_file_in=$ac_file.in ;; 3212 esac 3213 3214 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 3215 ac_dir=`(dirname "$ac_file") 2>/dev/null || 3216$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 3217 X"$ac_file" : 'X\(//\)[^/]' \| \ 3218 X"$ac_file" : 'X\(//\)$' \| \ 3219 X"$ac_file" : 'X\(/\)' \| \ 3220 . : '\(.\)' 2>/dev/null || 3221echo X"$ac_file" | 3222 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 3223 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 3224 /^X\(\/\/\)$/{ s//\1/; q; } 3225 /^X\(\/\).*/{ s//\1/; q; } 3226 s/.*/./; q'` 3227 { if $as_mkdir_p; then 3228 mkdir -p "$ac_dir" 3229 else 3230 as_dir="$ac_dir" 3231 as_dirs= 3232 while test ! -d "$as_dir"; do 3233 as_dirs="$as_dir $as_dirs" 3234 as_dir=`(dirname "$as_dir") 2>/dev/null || 3235$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 3236 X"$as_dir" : 'X\(//\)[^/]' \| \ 3237 X"$as_dir" : 'X\(//\)$' \| \ 3238 X"$as_dir" : 'X\(/\)' \| \ 3239 . : '\(.\)' 2>/dev/null || 3240echo X"$as_dir" | 3241 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 3242 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 3243 /^X\(\/\/\)$/{ s//\1/; q; } 3244 /^X\(\/\).*/{ s//\1/; q; } 3245 s/.*/./; q'` 3246 done 3247 test ! -n "$as_dirs" || mkdir $as_dirs 3248 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 3249echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 3250 { (exit 1); exit 1; }; }; } 3251 3252 ac_builddir=. 3253 3254if test "$ac_dir" != .; then 3255 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 3256 # A "../" for each directory in $ac_dir_suffix. 3257 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 3258else 3259 ac_dir_suffix= ac_top_builddir= 3260fi 3261 3262case $srcdir in 3263 .) # No --srcdir option. We are building in place. 3264 ac_srcdir=. 3265 if test -z "$ac_top_builddir"; then 3266 ac_top_srcdir=. 3267 else 3268 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 3269 fi ;; 3270 [\\/]* | ?:[\\/]* ) # Absolute path. 3271 ac_srcdir=$srcdir$ac_dir_suffix; 3272 ac_top_srcdir=$srcdir ;; 3273 *) # Relative path. 3274 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 3275 ac_top_srcdir=$ac_top_builddir$srcdir ;; 3276esac 3277 3278# Do not use `cd foo && pwd` to compute absolute paths, because 3279# the directories may not exist. 3280case `pwd` in 3281.) ac_abs_builddir="$ac_dir";; 3282*) 3283 case "$ac_dir" in 3284 .) ac_abs_builddir=`pwd`;; 3285 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 3286 *) ac_abs_builddir=`pwd`/"$ac_dir";; 3287 esac;; 3288esac 3289case $ac_abs_builddir in 3290.) ac_abs_top_builddir=${ac_top_builddir}.;; 3291*) 3292 case ${ac_top_builddir}. in 3293 .) ac_abs_top_builddir=$ac_abs_builddir;; 3294 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 3295 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 3296 esac;; 3297esac 3298case $ac_abs_builddir in 3299.) ac_abs_srcdir=$ac_srcdir;; 3300*) 3301 case $ac_srcdir in 3302 .) ac_abs_srcdir=$ac_abs_builddir;; 3303 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 3304 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 3305 esac;; 3306esac 3307case $ac_abs_builddir in 3308.) ac_abs_top_srcdir=$ac_top_srcdir;; 3309*) 3310 case $ac_top_srcdir in 3311 .) ac_abs_top_srcdir=$ac_abs_builddir;; 3312 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 3313 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 3314 esac;; 3315esac 3316 3317 3318 case $INSTALL in 3319 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 3320 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 3321 esac 3322 3323 if test x"$ac_file" != x-; then 3324 { echo "$as_me:$LINENO: creating $ac_file" >&5 3325echo "$as_me: creating $ac_file" >&6;} 3326 rm -f "$ac_file" 3327 fi 3328 # Let's still pretend it is `configure' which instantiates (i.e., don't 3329 # use $as_me), people would be surprised to read: 3330 # /* config.h. Generated by config.status. */ 3331 if test x"$ac_file" = x-; then 3332 configure_input= 3333 else 3334 configure_input="$ac_file. " 3335 fi 3336 configure_input=$configure_input"Generated from `echo $ac_file_in | 3337 sed 's,.*/,,'` by configure." 3338 3339 # First look for the input files in the build tree, otherwise in the 3340 # src tree. 3341 ac_file_inputs=`IFS=: 3342 for f in $ac_file_in; do 3343 case $f in 3344 -) echo $tmp/stdin ;; 3345 [\\/$]*) 3346 # Absolute (can't be DOS-style, as IFS=:) 3347 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 3348echo "$as_me: error: cannot find input file: $f" >&2;} 3349 { (exit 1); exit 1; }; } 3350 echo "$f";; 3351 *) # Relative 3352 if test -f "$f"; then 3353 # Build tree 3354 echo "$f" 3355 elif test -f "$srcdir/$f"; then 3356 # Source tree 3357 echo "$srcdir/$f" 3358 else 3359 # /dev/null tree 3360 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 3361echo "$as_me: error: cannot find input file: $f" >&2;} 3362 { (exit 1); exit 1; }; } 3363 fi;; 3364 esac 3365 done` || { (exit 1); exit 1; } 3366_ACEOF 3367cat >>$CONFIG_STATUS <<_ACEOF 3368 sed "$ac_vpsub 3369$extrasub 3370_ACEOF 3371cat >>$CONFIG_STATUS <<\_ACEOF 3372:t 3373/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 3374s,@configure_input@,$configure_input,;t t 3375s,@srcdir@,$ac_srcdir,;t t 3376s,@abs_srcdir@,$ac_abs_srcdir,;t t 3377s,@top_srcdir@,$ac_top_srcdir,;t t 3378s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 3379s,@builddir@,$ac_builddir,;t t 3380s,@abs_builddir@,$ac_abs_builddir,;t t 3381s,@top_builddir@,$ac_top_builddir,;t t 3382s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 3383s,@INSTALL@,$ac_INSTALL,;t t 3384" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 3385 rm -f $tmp/stdin 3386 if test x"$ac_file" != x-; then 3387 mv $tmp/out $ac_file 3388 else 3389 cat $tmp/out 3390 rm -f $tmp/out 3391 fi 3392 3393done 3394_ACEOF 3395 3396cat >>$CONFIG_STATUS <<\_ACEOF 3397 3398{ (exit 0); exit 0; } 3399_ACEOF 3400chmod +x $CONFIG_STATUS 3401ac_clean_files=$ac_clean_files_save 3402 3403 3404# configure is writing to config.log, and then calls config.status. 3405# config.status does its own redirection, appending to config.log. 3406# Unfortunately, on DOS this fails, as config.log is still kept open 3407# by configure, so config.status won't be able to write to it; its 3408# output is simply discarded. So we exec the FD to /dev/null, 3409# effectively closing config.log, so it can be properly (re)opened and 3410# appended to by config.status. When coming back to configure, we 3411# need to make the FD available again. 3412if test "$no_create" != yes; then 3413 ac_cs_success=: 3414 ac_config_status_args= 3415 test "$silent" = yes && 3416 ac_config_status_args="$ac_config_status_args --quiet" 3417 exec 5>/dev/null 3418 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 3419 exec 5>>config.log 3420 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 3421 # would make configure fail if this is the last instruction. 3422 $ac_cs_success || { (exit 1); exit 1; } 3423fi 3424 3425