configure revision 1cc8c64f
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by GNU Autoconf 2.59 for font-daewoo-misc 1.0.0. 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-daewoo-misc' 271PACKAGE_TARNAME='font-daewoo-misc' 272PACKAGE_VERSION='1.0.0' 273PACKAGE_STRING='font-daewoo-misc 1.0.0' 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 MKFONTSCALE MKFONTDIR FONTDIR 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 717 718# 719# Report the --help message. 720# 721if test "$ac_init_help" = "long"; then 722 # Omit some internal or obsolete options to make the list less imposing. 723 # This message is too long to be a string in the A/UX 3.1 sh. 724 cat <<_ACEOF 725\`configure' configures font-daewoo-misc 1.0.0 to adapt to many kinds of systems. 726 727Usage: $0 [OPTION]... [VAR=VALUE]... 728 729To assign environment variables (e.g., CC, CFLAGS...), specify them as 730VAR=VALUE. See below for descriptions of some of the useful variables. 731 732Defaults for the options are specified in brackets. 733 734Configuration: 735 -h, --help display this help and exit 736 --help=short display options specific to this package 737 --help=recursive display the short help of all the included packages 738 -V, --version display version information and exit 739 -q, --quiet, --silent do not print \`checking...' messages 740 --cache-file=FILE cache test results in FILE [disabled] 741 -C, --config-cache alias for \`--cache-file=config.cache' 742 -n, --no-create do not create output files 743 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 744 745_ACEOF 746 747 cat <<_ACEOF 748Installation directories: 749 --prefix=PREFIX install architecture-independent files in PREFIX 750 [$ac_default_prefix] 751 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 752 [PREFIX] 753 754By default, \`make install' will install all the files in 755\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 756an installation prefix other than \`$ac_default_prefix' using \`--prefix', 757for instance \`--prefix=\$HOME'. 758 759For better control, use the options below. 760 761Fine tuning of the installation directories: 762 --bindir=DIR user executables [EPREFIX/bin] 763 --sbindir=DIR system admin executables [EPREFIX/sbin] 764 --libexecdir=DIR program executables [EPREFIX/libexec] 765 --datadir=DIR read-only architecture-independent data [PREFIX/share] 766 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 767 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 768 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 769 --libdir=DIR object code libraries [EPREFIX/lib] 770 --includedir=DIR C header files [PREFIX/include] 771 --oldincludedir=DIR C header files for non-gcc [/usr/include] 772 --infodir=DIR info documentation [PREFIX/info] 773 --mandir=DIR man documentation [PREFIX/man] 774_ACEOF 775 776 cat <<\_ACEOF 777 778Program names: 779 --program-prefix=PREFIX prepend PREFIX to installed program names 780 --program-suffix=SUFFIX append SUFFIX to installed program names 781 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 782_ACEOF 783fi 784 785if test -n "$ac_init_help"; then 786 case $ac_init_help in 787 short | recursive ) echo "Configuration of font-daewoo-misc 1.0.0:";; 788 esac 789 cat <<\_ACEOF 790 791Optional Features: 792 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 793 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 794 --enable-maintainer-mode enable make rules and dependencies not useful 795 (and sometimes confusing) to the casual installer 796 797Optional Packages: 798 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 799 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 800 --with-fontdir=FONTDIR Path to install fonts 801 --with-release-version=STRING 802 Use release version string in package name 803 804Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 805_ACEOF 806fi 807 808if test "$ac_init_help" = "recursive"; then 809 # If there are subdirs, report their specific --help. 810 ac_popdir=`pwd` 811 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 812 test -d $ac_dir || continue 813 ac_builddir=. 814 815if test "$ac_dir" != .; then 816 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 817 # A "../" for each directory in $ac_dir_suffix. 818 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 819else 820 ac_dir_suffix= ac_top_builddir= 821fi 822 823case $srcdir in 824 .) # No --srcdir option. We are building in place. 825 ac_srcdir=. 826 if test -z "$ac_top_builddir"; then 827 ac_top_srcdir=. 828 else 829 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 830 fi ;; 831 [\\/]* | ?:[\\/]* ) # Absolute path. 832 ac_srcdir=$srcdir$ac_dir_suffix; 833 ac_top_srcdir=$srcdir ;; 834 *) # Relative path. 835 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 836 ac_top_srcdir=$ac_top_builddir$srcdir ;; 837esac 838 839# Do not use `cd foo && pwd` to compute absolute paths, because 840# the directories may not exist. 841case `pwd` in 842.) ac_abs_builddir="$ac_dir";; 843*) 844 case "$ac_dir" in 845 .) ac_abs_builddir=`pwd`;; 846 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 847 *) ac_abs_builddir=`pwd`/"$ac_dir";; 848 esac;; 849esac 850case $ac_abs_builddir in 851.) ac_abs_top_builddir=${ac_top_builddir}.;; 852*) 853 case ${ac_top_builddir}. in 854 .) ac_abs_top_builddir=$ac_abs_builddir;; 855 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 856 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 857 esac;; 858esac 859case $ac_abs_builddir in 860.) ac_abs_srcdir=$ac_srcdir;; 861*) 862 case $ac_srcdir in 863 .) ac_abs_srcdir=$ac_abs_builddir;; 864 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 865 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 866 esac;; 867esac 868case $ac_abs_builddir in 869.) ac_abs_top_srcdir=$ac_top_srcdir;; 870*) 871 case $ac_top_srcdir in 872 .) ac_abs_top_srcdir=$ac_abs_builddir;; 873 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 874 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 875 esac;; 876esac 877 878 cd $ac_dir 879 # Check for guested configure; otherwise get Cygnus style configure. 880 if test -f $ac_srcdir/configure.gnu; then 881 echo 882 $SHELL $ac_srcdir/configure.gnu --help=recursive 883 elif test -f $ac_srcdir/configure; then 884 echo 885 $SHELL $ac_srcdir/configure --help=recursive 886 elif test -f $ac_srcdir/configure.ac || 887 test -f $ac_srcdir/configure.in; then 888 echo 889 $ac_configure --help 890 else 891 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 892 fi 893 cd $ac_popdir 894 done 895fi 896 897test -n "$ac_init_help" && exit 0 898if $ac_init_version; then 899 cat <<\_ACEOF 900font-daewoo-misc configure 1.0.0 901generated by GNU Autoconf 2.59 902 903Copyright (C) 2003 Free Software Foundation, Inc. 904This configure script is free software; the Free Software Foundation 905gives unlimited permission to copy, distribute and modify it. 906_ACEOF 907 exit 0 908fi 909exec 5>config.log 910cat >&5 <<_ACEOF 911This file contains any messages produced by compilers while 912running configure, to aid debugging if configure makes a mistake. 913 914It was created by font-daewoo-misc $as_me 1.0.0, which was 915generated by GNU Autoconf 2.59. Invocation command line was 916 917 $ $0 $@ 918 919_ACEOF 920{ 921cat <<_ASUNAME 922## --------- ## 923## Platform. ## 924## --------- ## 925 926hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 927uname -m = `(uname -m) 2>/dev/null || echo unknown` 928uname -r = `(uname -r) 2>/dev/null || echo unknown` 929uname -s = `(uname -s) 2>/dev/null || echo unknown` 930uname -v = `(uname -v) 2>/dev/null || echo unknown` 931 932/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 933/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 934 935/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 936/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 937/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 938hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 939/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 940/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 941/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 942 943_ASUNAME 944 945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 946for as_dir in $PATH 947do 948 IFS=$as_save_IFS 949 test -z "$as_dir" && as_dir=. 950 echo "PATH: $as_dir" 951done 952 953} >&5 954 955cat >&5 <<_ACEOF 956 957 958## ----------- ## 959## Core tests. ## 960## ----------- ## 961 962_ACEOF 963 964 965# Keep a trace of the command line. 966# Strip out --no-create and --no-recursion so they do not pile up. 967# Strip out --silent because we don't want to record it for future runs. 968# Also quote any args containing shell meta-characters. 969# Make two passes to allow for proper duplicate-argument suppression. 970ac_configure_args= 971ac_configure_args0= 972ac_configure_args1= 973ac_sep= 974ac_must_keep_next=false 975for ac_pass in 1 2 976do 977 for ac_arg 978 do 979 case $ac_arg in 980 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 981 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 982 | -silent | --silent | --silen | --sile | --sil) 983 continue ;; 984 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 985 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 986 esac 987 case $ac_pass in 988 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 989 2) 990 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 991 if test $ac_must_keep_next = true; then 992 ac_must_keep_next=false # Got value, back to normal. 993 else 994 case $ac_arg in 995 *=* | --config-cache | -C | -disable-* | --disable-* \ 996 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 997 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 998 | -with-* | --with-* | -without-* | --without-* | --x) 999 case "$ac_configure_args0 " in 1000 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1001 esac 1002 ;; 1003 -* ) ac_must_keep_next=true ;; 1004 esac 1005 fi 1006 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1007 # Get rid of the leading space. 1008 ac_sep=" " 1009 ;; 1010 esac 1011 done 1012done 1013$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1014$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1015 1016# When interrupted or exit'd, cleanup temporary files, and complete 1017# config.log. We remove comments because anyway the quotes in there 1018# would cause problems or look ugly. 1019# WARNING: Be sure not to use single quotes in there, as some shells, 1020# such as our DU 5.0 friend, will then `close' the trap. 1021trap 'exit_status=$? 1022 # Save into config.log some information that might help in debugging. 1023 { 1024 echo 1025 1026 cat <<\_ASBOX 1027## ---------------- ## 1028## Cache variables. ## 1029## ---------------- ## 1030_ASBOX 1031 echo 1032 # The following way of writing the cache mishandles newlines in values, 1033{ 1034 (set) 2>&1 | 1035 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1036 *ac_space=\ *) 1037 sed -n \ 1038 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1039 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1040 ;; 1041 *) 1042 sed -n \ 1043 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1044 ;; 1045 esac; 1046} 1047 echo 1048 1049 cat <<\_ASBOX 1050## ----------------- ## 1051## Output variables. ## 1052## ----------------- ## 1053_ASBOX 1054 echo 1055 for ac_var in $ac_subst_vars 1056 do 1057 eval ac_val=$`echo $ac_var` 1058 echo "$ac_var='"'"'$ac_val'"'"'" 1059 done | sort 1060 echo 1061 1062 if test -n "$ac_subst_files"; then 1063 cat <<\_ASBOX 1064## ------------- ## 1065## Output files. ## 1066## ------------- ## 1067_ASBOX 1068 echo 1069 for ac_var in $ac_subst_files 1070 do 1071 eval ac_val=$`echo $ac_var` 1072 echo "$ac_var='"'"'$ac_val'"'"'" 1073 done | sort 1074 echo 1075 fi 1076 1077 if test -s confdefs.h; then 1078 cat <<\_ASBOX 1079## ----------- ## 1080## confdefs.h. ## 1081## ----------- ## 1082_ASBOX 1083 echo 1084 sed "/^$/d" confdefs.h | sort 1085 echo 1086 fi 1087 test "$ac_signal" != 0 && 1088 echo "$as_me: caught signal $ac_signal" 1089 echo "$as_me: exit $exit_status" 1090 } >&5 1091 rm -f core *.core && 1092 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1093 exit $exit_status 1094 ' 0 1095for ac_signal in 1 2 13 15; do 1096 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1097done 1098ac_signal=0 1099 1100# confdefs.h avoids OS command line length limits that DEFS can exceed. 1101rm -rf conftest* confdefs.h 1102# AIX cpp loses on an empty file, so make sure it contains at least a newline. 1103echo >confdefs.h 1104 1105# Predefined preprocessor variables. 1106 1107cat >>confdefs.h <<_ACEOF 1108#define PACKAGE_NAME "$PACKAGE_NAME" 1109_ACEOF 1110 1111 1112cat >>confdefs.h <<_ACEOF 1113#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1114_ACEOF 1115 1116 1117cat >>confdefs.h <<_ACEOF 1118#define PACKAGE_VERSION "$PACKAGE_VERSION" 1119_ACEOF 1120 1121 1122cat >>confdefs.h <<_ACEOF 1123#define PACKAGE_STRING "$PACKAGE_STRING" 1124_ACEOF 1125 1126 1127cat >>confdefs.h <<_ACEOF 1128#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1129_ACEOF 1130 1131 1132# Let the site file select an alternate cache file if it wants to. 1133# Prefer explicitly selected file to automatically selected ones. 1134if test -z "$CONFIG_SITE"; then 1135 if test "x$prefix" != xNONE; then 1136 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1137 else 1138 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1139 fi 1140fi 1141for ac_site_file in $CONFIG_SITE; do 1142 if test -r "$ac_site_file"; then 1143 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1144echo "$as_me: loading site script $ac_site_file" >&6;} 1145 sed 's/^/| /' "$ac_site_file" >&5 1146 . "$ac_site_file" 1147 fi 1148done 1149 1150if test -r "$cache_file"; then 1151 # Some versions of bash will fail to source /dev/null (special 1152 # files actually), so we avoid doing that. 1153 if test -f "$cache_file"; then 1154 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1155echo "$as_me: loading cache $cache_file" >&6;} 1156 case $cache_file in 1157 [\\/]* | ?:[\\/]* ) . $cache_file;; 1158 *) . ./$cache_file;; 1159 esac 1160 fi 1161else 1162 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1163echo "$as_me: creating cache $cache_file" >&6;} 1164 >$cache_file 1165fi 1166 1167# Check that the precious variables saved in the cache have kept the same 1168# value. 1169ac_cache_corrupted=false 1170for ac_var in `(set) 2>&1 | 1171 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1172 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1173 eval ac_new_set=\$ac_env_${ac_var}_set 1174 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1175 eval ac_new_val="\$ac_env_${ac_var}_value" 1176 case $ac_old_set,$ac_new_set in 1177 set,) 1178 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1179echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1180 ac_cache_corrupted=: ;; 1181 ,set) 1182 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1183echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1184 ac_cache_corrupted=: ;; 1185 ,);; 1186 *) 1187 if test "x$ac_old_val" != "x$ac_new_val"; then 1188 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1189echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1190 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1191echo "$as_me: former value: $ac_old_val" >&2;} 1192 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1193echo "$as_me: current value: $ac_new_val" >&2;} 1194 ac_cache_corrupted=: 1195 fi;; 1196 esac 1197 # Pass precious variables to config.status. 1198 if test "$ac_new_set" = set; then 1199 case $ac_new_val in 1200 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1201 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1202 *) ac_arg=$ac_var=$ac_new_val ;; 1203 esac 1204 case " $ac_configure_args " in 1205 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1206 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1207 esac 1208 fi 1209done 1210if $ac_cache_corrupted; then 1211 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1212echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1213 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1214echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1215 { (exit 1); exit 1; }; } 1216fi 1217 1218ac_ext=c 1219ac_cpp='$CPP $CPPFLAGS' 1220ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1221ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1222ac_compiler_gnu=$ac_cv_c_compiler_gnu 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250am__api_version="1.7" 1251ac_aux_dir= 1252for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1253 if test -f $ac_dir/install-sh; then 1254 ac_aux_dir=$ac_dir 1255 ac_install_sh="$ac_aux_dir/install-sh -c" 1256 break 1257 elif test -f $ac_dir/install.sh; then 1258 ac_aux_dir=$ac_dir 1259 ac_install_sh="$ac_aux_dir/install.sh -c" 1260 break 1261 elif test -f $ac_dir/shtool; then 1262 ac_aux_dir=$ac_dir 1263 ac_install_sh="$ac_aux_dir/shtool install -c" 1264 break 1265 fi 1266done 1267if test -z "$ac_aux_dir"; then 1268 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1269echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1270 { (exit 1); exit 1; }; } 1271fi 1272ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1273ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1274ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1275 1276# Find a good install program. We prefer a C program (faster), 1277# so one script is as good as another. But avoid the broken or 1278# incompatible versions: 1279# SysV /etc/install, /usr/sbin/install 1280# SunOS /usr/etc/install 1281# IRIX /sbin/install 1282# AIX /bin/install 1283# AmigaOS /C/install, which installs bootblocks on floppy discs 1284# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1285# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1286# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1287# OS/2's system install, which has a completely different semantic 1288# ./install, which can be erroneously created by make from ./install.sh. 1289echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1290echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1291if test -z "$INSTALL"; then 1292if test "${ac_cv_path_install+set}" = set; then 1293 echo $ECHO_N "(cached) $ECHO_C" >&6 1294else 1295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1296for as_dir in $PATH 1297do 1298 IFS=$as_save_IFS 1299 test -z "$as_dir" && as_dir=. 1300 # Account for people who put trailing slashes in PATH elements. 1301case $as_dir/ in 1302 ./ | .// | /cC/* | \ 1303 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1304 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1305 /usr/ucb/* ) ;; 1306 *) 1307 # OSF1 and SCO ODT 3.0 have their own names for install. 1308 # Don't use installbsd from OSF since it installs stuff as root 1309 # by default. 1310 for ac_prog in ginstall scoinst install; do 1311 for ac_exec_ext in '' $ac_executable_extensions; do 1312 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1313 if test $ac_prog = install && 1314 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1315 # AIX install. It has an incompatible calling convention. 1316 : 1317 elif test $ac_prog = install && 1318 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1319 # program-specific install script used by HP pwplus--don't use. 1320 : 1321 else 1322 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1323 break 3 1324 fi 1325 fi 1326 done 1327 done 1328 ;; 1329esac 1330done 1331 1332 1333fi 1334 if test "${ac_cv_path_install+set}" = set; then 1335 INSTALL=$ac_cv_path_install 1336 else 1337 # As a last resort, use the slow shell script. We don't cache a 1338 # path for INSTALL within a source directory, because that will 1339 # break other packages using the cache if that directory is 1340 # removed, or if the path is relative. 1341 INSTALL=$ac_install_sh 1342 fi 1343fi 1344echo "$as_me:$LINENO: result: $INSTALL" >&5 1345echo "${ECHO_T}$INSTALL" >&6 1346 1347# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1348# It thinks the first close brace ends the variable substitution. 1349test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1350 1351test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1352 1353test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1354 1355echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1356echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 1357# Just in case 1358sleep 1 1359echo timestamp > conftest.file 1360# Do `set' in a subshell so we don't clobber the current shell's 1361# arguments. Must try -L first in case configure is actually a 1362# symlink; some systems play weird games with the mod time of symlinks 1363# (eg FreeBSD returns the mod time of the symlink's containing 1364# directory). 1365if ( 1366 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 1367 if test "$*" = "X"; then 1368 # -L didn't work. 1369 set X `ls -t $srcdir/configure conftest.file` 1370 fi 1371 rm -f conftest.file 1372 if test "$*" != "X $srcdir/configure conftest.file" \ 1373 && test "$*" != "X conftest.file $srcdir/configure"; then 1374 1375 # If neither matched, then we have a broken ls. This can happen 1376 # if, for instance, CONFIG_SHELL is bash and it inherits a 1377 # broken ls alias from the environment. This has actually 1378 # happened. Such a system could not be considered "sane". 1379 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1380alias in your environment" >&5 1381echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1382alias in your environment" >&2;} 1383 { (exit 1); exit 1; }; } 1384 fi 1385 1386 test "$2" = conftest.file 1387 ) 1388then 1389 # Ok. 1390 : 1391else 1392 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1393Check your system clock" >&5 1394echo "$as_me: error: newly created file is older than distributed files! 1395Check your system clock" >&2;} 1396 { (exit 1); exit 1; }; } 1397fi 1398echo "$as_me:$LINENO: result: yes" >&5 1399echo "${ECHO_T}yes" >&6 1400test "$program_prefix" != NONE && 1401 program_transform_name="s,^,$program_prefix,;$program_transform_name" 1402# Use a double $ so make ignores it. 1403test "$program_suffix" != NONE && 1404 program_transform_name="s,\$,$program_suffix,;$program_transform_name" 1405# Double any \ or $. echo might interpret backslashes. 1406# By default was `s,x,x', remove it if useless. 1407cat <<\_ACEOF >conftest.sed 1408s/[\\$]/&&/g;s/;s,x,x,$// 1409_ACEOF 1410program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1411rm conftest.sed 1412 1413 1414# expand $ac_aux_dir to an absolute path 1415am_aux_dir=`cd $ac_aux_dir && pwd` 1416 1417test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 1418# Use eval to expand $SHELL 1419if eval "$MISSING --run true"; then 1420 am_missing_run="$MISSING --run " 1421else 1422 am_missing_run= 1423 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1424echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1425fi 1426 1427for ac_prog in gawk mawk nawk awk 1428do 1429 # Extract the first word of "$ac_prog", so it can be a program name with args. 1430set dummy $ac_prog; ac_word=$2 1431echo "$as_me:$LINENO: checking for $ac_word" >&5 1432echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1433if test "${ac_cv_prog_AWK+set}" = set; then 1434 echo $ECHO_N "(cached) $ECHO_C" >&6 1435else 1436 if test -n "$AWK"; then 1437 ac_cv_prog_AWK="$AWK" # Let the user override the test. 1438else 1439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1440for as_dir in $PATH 1441do 1442 IFS=$as_save_IFS 1443 test -z "$as_dir" && as_dir=. 1444 for ac_exec_ext in '' $ac_executable_extensions; do 1445 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1446 ac_cv_prog_AWK="$ac_prog" 1447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1448 break 2 1449 fi 1450done 1451done 1452 1453fi 1454fi 1455AWK=$ac_cv_prog_AWK 1456if test -n "$AWK"; then 1457 echo "$as_me:$LINENO: result: $AWK" >&5 1458echo "${ECHO_T}$AWK" >&6 1459else 1460 echo "$as_me:$LINENO: result: no" >&5 1461echo "${ECHO_T}no" >&6 1462fi 1463 1464 test -n "$AWK" && break 1465done 1466 1467echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1468echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1469set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1470if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1471 echo $ECHO_N "(cached) $ECHO_C" >&6 1472else 1473 cat >conftest.make <<\_ACEOF 1474all: 1475 @echo 'ac_maketemp="$(MAKE)"' 1476_ACEOF 1477# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1478eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1479if test -n "$ac_maketemp"; then 1480 eval ac_cv_prog_make_${ac_make}_set=yes 1481else 1482 eval ac_cv_prog_make_${ac_make}_set=no 1483fi 1484rm -f conftest.make 1485fi 1486if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1487 echo "$as_me:$LINENO: result: yes" >&5 1488echo "${ECHO_T}yes" >&6 1489 SET_MAKE= 1490else 1491 echo "$as_me:$LINENO: result: no" >&5 1492echo "${ECHO_T}no" >&6 1493 SET_MAKE="MAKE=${MAKE-make}" 1494fi 1495 1496rm -rf .tst 2>/dev/null 1497mkdir .tst 2>/dev/null 1498if test -d .tst; then 1499 am__leading_dot=. 1500else 1501 am__leading_dot=_ 1502fi 1503rmdir .tst 2>/dev/null 1504 1505 # test to see if srcdir already configured 1506if test "`cd $srcdir && pwd`" != "`pwd`" && 1507 test -f $srcdir/config.status; then 1508 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 1509echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 1510 { (exit 1); exit 1; }; } 1511fi 1512 1513# test whether we have cygpath 1514if test -z "$CYGPATH_W"; then 1515 if (cygpath --version) >/dev/null 2>/dev/null; then 1516 CYGPATH_W='cygpath -w' 1517 else 1518 CYGPATH_W=echo 1519 fi 1520fi 1521 1522 1523# Define the identity of the package. 1524 PACKAGE='font-daewoo-misc' 1525 VERSION='1.0.0' 1526 1527 1528cat >>confdefs.h <<_ACEOF 1529#define PACKAGE "$PACKAGE" 1530_ACEOF 1531 1532 1533cat >>confdefs.h <<_ACEOF 1534#define VERSION "$VERSION" 1535_ACEOF 1536 1537# Some tools Automake needs. 1538 1539ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1540 1541 1542AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1543 1544 1545AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1546 1547 1548AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1549 1550 1551MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1552 1553 1554AMTAR=${AMTAR-"${am_missing_run}tar"} 1555 1556install_sh=${install_sh-"$am_aux_dir/install-sh"} 1557 1558# Installed binaries are usually stripped using `strip' when the user 1559# run `make install-strip'. However `strip' might not be the right 1560# tool to use in cross-compilation environments, therefore Automake 1561# will honor the `STRIP' environment variable to overrule this program. 1562if test "$cross_compiling" != no; then 1563 if test -n "$ac_tool_prefix"; then 1564 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1565set dummy ${ac_tool_prefix}strip; ac_word=$2 1566echo "$as_me:$LINENO: checking for $ac_word" >&5 1567echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1568if test "${ac_cv_prog_STRIP+set}" = set; then 1569 echo $ECHO_N "(cached) $ECHO_C" >&6 1570else 1571 if test -n "$STRIP"; then 1572 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1573else 1574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1575for as_dir in $PATH 1576do 1577 IFS=$as_save_IFS 1578 test -z "$as_dir" && as_dir=. 1579 for ac_exec_ext in '' $ac_executable_extensions; do 1580 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1581 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1583 break 2 1584 fi 1585done 1586done 1587 1588fi 1589fi 1590STRIP=$ac_cv_prog_STRIP 1591if test -n "$STRIP"; then 1592 echo "$as_me:$LINENO: result: $STRIP" >&5 1593echo "${ECHO_T}$STRIP" >&6 1594else 1595 echo "$as_me:$LINENO: result: no" >&5 1596echo "${ECHO_T}no" >&6 1597fi 1598 1599fi 1600if test -z "$ac_cv_prog_STRIP"; then 1601 ac_ct_STRIP=$STRIP 1602 # Extract the first word of "strip", so it can be a program name with args. 1603set dummy strip; ac_word=$2 1604echo "$as_me:$LINENO: checking for $ac_word" >&5 1605echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1606if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1607 echo $ECHO_N "(cached) $ECHO_C" >&6 1608else 1609 if test -n "$ac_ct_STRIP"; then 1610 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1611else 1612as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1613for as_dir in $PATH 1614do 1615 IFS=$as_save_IFS 1616 test -z "$as_dir" && as_dir=. 1617 for ac_exec_ext in '' $ac_executable_extensions; do 1618 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1619 ac_cv_prog_ac_ct_STRIP="strip" 1620 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1621 break 2 1622 fi 1623done 1624done 1625 1626 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 1627fi 1628fi 1629ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1630if test -n "$ac_ct_STRIP"; then 1631 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1632echo "${ECHO_T}$ac_ct_STRIP" >&6 1633else 1634 echo "$as_me:$LINENO: result: no" >&5 1635echo "${ECHO_T}no" >&6 1636fi 1637 1638 STRIP=$ac_ct_STRIP 1639else 1640 STRIP="$ac_cv_prog_STRIP" 1641fi 1642 1643fi 1644INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 1645 1646# We need awk for the "check" target. The system "awk" is bad on 1647# some platforms. 1648 1649 1650 1651echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 1652echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 1653 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 1654if test "${enable_maintainer_mode+set}" = set; then 1655 enableval="$enable_maintainer_mode" 1656 USE_MAINTAINER_MODE=$enableval 1657else 1658 USE_MAINTAINER_MODE=no 1659fi; 1660 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 1661echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 1662 1663 1664if test $USE_MAINTAINER_MODE = yes; then 1665 MAINTAINER_MODE_TRUE= 1666 MAINTAINER_MODE_FALSE='#' 1667else 1668 MAINTAINER_MODE_TRUE='#' 1669 MAINTAINER_MODE_FALSE= 1670fi 1671 1672 MAINT=$MAINTAINER_MODE_TRUE 1673 1674 1675 1676# Find a good install program. We prefer a C program (faster), 1677# so one script is as good as another. But avoid the broken or 1678# incompatible versions: 1679# SysV /etc/install, /usr/sbin/install 1680# SunOS /usr/etc/install 1681# IRIX /sbin/install 1682# AIX /bin/install 1683# AmigaOS /C/install, which installs bootblocks on floppy discs 1684# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1685# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1686# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1687# OS/2's system install, which has a completely different semantic 1688# ./install, which can be erroneously created by make from ./install.sh. 1689echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1690echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1691if test -z "$INSTALL"; then 1692if test "${ac_cv_path_install+set}" = set; then 1693 echo $ECHO_N "(cached) $ECHO_C" >&6 1694else 1695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1696for as_dir in $PATH 1697do 1698 IFS=$as_save_IFS 1699 test -z "$as_dir" && as_dir=. 1700 # Account for people who put trailing slashes in PATH elements. 1701case $as_dir/ in 1702 ./ | .// | /cC/* | \ 1703 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1704 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1705 /usr/ucb/* ) ;; 1706 *) 1707 # OSF1 and SCO ODT 3.0 have their own names for install. 1708 # Don't use installbsd from OSF since it installs stuff as root 1709 # by default. 1710 for ac_prog in ginstall scoinst install; do 1711 for ac_exec_ext in '' $ac_executable_extensions; do 1712 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1713 if test $ac_prog = install && 1714 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1715 # AIX install. It has an incompatible calling convention. 1716 : 1717 elif test $ac_prog = install && 1718 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1719 # program-specific install script used by HP pwplus--don't use. 1720 : 1721 else 1722 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1723 break 3 1724 fi 1725 fi 1726 done 1727 done 1728 ;; 1729esac 1730done 1731 1732 1733fi 1734 if test "${ac_cv_path_install+set}" = set; then 1735 INSTALL=$ac_cv_path_install 1736 else 1737 # As a last resort, use the slow shell script. We don't cache a 1738 # path for INSTALL within a source directory, because that will 1739 # break other packages using the cache if that directory is 1740 # removed, or if the path is relative. 1741 INSTALL=$ac_install_sh 1742 fi 1743fi 1744echo "$as_me:$LINENO: result: $INSTALL" >&5 1745echo "${ECHO_T}$INSTALL" >&6 1746 1747# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1748# It thinks the first close brace ends the variable substitution. 1749test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1750 1751test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1752 1753test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1754 1755 1756# Extract the first word of "bdftopcf", so it can be a program name with args. 1757set dummy bdftopcf; ac_word=$2 1758echo "$as_me:$LINENO: checking for $ac_word" >&5 1759echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1760if test "${ac_cv_path_BDFTOPCF+set}" = set; then 1761 echo $ECHO_N "(cached) $ECHO_C" >&6 1762else 1763 case $BDFTOPCF in 1764 [\\/]* | ?:[\\/]*) 1765 ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 1766 ;; 1767 *) 1768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1769for as_dir in $PATH 1770do 1771 IFS=$as_save_IFS 1772 test -z "$as_dir" && as_dir=. 1773 for ac_exec_ext in '' $ac_executable_extensions; do 1774 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1775 ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext" 1776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1777 break 2 1778 fi 1779done 1780done 1781 1782 ;; 1783esac 1784fi 1785BDFTOPCF=$ac_cv_path_BDFTOPCF 1786 1787if test -n "$BDFTOPCF"; then 1788 echo "$as_me:$LINENO: result: $BDFTOPCF" >&5 1789echo "${ECHO_T}$BDFTOPCF" >&6 1790else 1791 echo "$as_me:$LINENO: result: no" >&5 1792echo "${ECHO_T}no" >&6 1793fi 1794 1795# Extract the first word of "mkfontscale", so it can be a program name with args. 1796set dummy mkfontscale; ac_word=$2 1797echo "$as_me:$LINENO: checking for $ac_word" >&5 1798echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1799if test "${ac_cv_path_MKFONTSCALE+set}" = set; then 1800 echo $ECHO_N "(cached) $ECHO_C" >&6 1801else 1802 case $MKFONTSCALE in 1803 [\\/]* | ?:[\\/]*) 1804 ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 1805 ;; 1806 *) 1807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1808for as_dir in $PATH 1809do 1810 IFS=$as_save_IFS 1811 test -z "$as_dir" && as_dir=. 1812 for ac_exec_ext in '' $ac_executable_extensions; do 1813 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1814 ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext" 1815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1816 break 2 1817 fi 1818done 1819done 1820 1821 ;; 1822esac 1823fi 1824MKFONTSCALE=$ac_cv_path_MKFONTSCALE 1825 1826if test -n "$MKFONTSCALE"; then 1827 echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5 1828echo "${ECHO_T}$MKFONTSCALE" >&6 1829else 1830 echo "$as_me:$LINENO: result: no" >&5 1831echo "${ECHO_T}no" >&6 1832fi 1833 1834# Extract the first word of "mkfontdir", so it can be a program name with args. 1835set dummy mkfontdir; ac_word=$2 1836echo "$as_me:$LINENO: checking for $ac_word" >&5 1837echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1838if test "${ac_cv_path_MKFONTDIR+set}" = set; then 1839 echo $ECHO_N "(cached) $ECHO_C" >&6 1840else 1841 case $MKFONTDIR in 1842 [\\/]* | ?:[\\/]*) 1843 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 1844 ;; 1845 *) 1846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1847for as_dir in $PATH 1848do 1849 IFS=$as_save_IFS 1850 test -z "$as_dir" && as_dir=. 1851 for ac_exec_ext in '' $ac_executable_extensions; do 1852 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1853 ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext" 1854 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1855 break 2 1856 fi 1857done 1858done 1859 1860 ;; 1861esac 1862fi 1863MKFONTDIR=$ac_cv_path_MKFONTDIR 1864 1865if test -n "$MKFONTDIR"; then 1866 echo "$as_me:$LINENO: result: $MKFONTDIR" >&5 1867echo "${ECHO_T}$MKFONTDIR" >&6 1868else 1869 echo "$as_me:$LINENO: result: no" >&5 1870echo "${ECHO_T}no" >&6 1871fi 1872 1873 1874 1875 1876DEFAULT_FONTDIR=${libdir}/X11/fonts/misc 1877 1878# Check whether --with-fontdir or --without-fontdir was given. 1879if test "${with_fontdir+set}" = set; then 1880 withval="$with_fontdir" 1881 FONTDIR="$withval" 1882else 1883 FONTDIR="$DEFAULT_FONTDIR" 1884fi; 1885 1886 1887 1888 1889# Check whether --with-release-version or --without-release-version was given. 1890if test "${with_release_version+set}" = set; then 1891 withval="$with_release_version" 1892 RELEASE_VERSION="$withval" 1893else 1894 RELEASE_VERSION="" 1895fi; 1896 if test "x$RELEASE_VERSION" != "x"; then 1897 PACKAGE="$PACKAGE-$RELEASE_VERSION" 1898 PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 1899 { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 1900echo "$as_me: Building with package name set to $PACKAGE" >&6;} 1901 fi 1902 1903 1904 ac_config_files="$ac_config_files Makefile" 1905cat >confcache <<\_ACEOF 1906# This file is a shell script that caches the results of configure 1907# tests run on this system so they can be shared between configure 1908# scripts and configure runs, see configure's option --config-cache. 1909# It is not useful on other systems. If it contains results you don't 1910# want to keep, you may remove or edit it. 1911# 1912# config.status only pays attention to the cache file if you give it 1913# the --recheck option to rerun configure. 1914# 1915# `ac_cv_env_foo' variables (set or unset) will be overridden when 1916# loading this file, other *unset* `ac_cv_foo' will be assigned the 1917# following values. 1918 1919_ACEOF 1920 1921# The following way of writing the cache mishandles newlines in values, 1922# but we know of no workaround that is simple, portable, and efficient. 1923# So, don't put newlines in cache variables' values. 1924# Ultrix sh set writes to stderr and can't be redirected directly, 1925# and sets the high bit in the cache file unless we assign to the vars. 1926{ 1927 (set) 2>&1 | 1928 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1929 *ac_space=\ *) 1930 # `set' does not quote correctly, so add quotes (double-quote 1931 # substitution turns \\\\ into \\, and sed turns \\ into \). 1932 sed -n \ 1933 "s/'/'\\\\''/g; 1934 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1935 ;; 1936 *) 1937 # `set' quotes correctly as required by POSIX, so do not add quotes. 1938 sed -n \ 1939 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1940 ;; 1941 esac; 1942} | 1943 sed ' 1944 t clear 1945 : clear 1946 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1947 t end 1948 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1949 : end' >>confcache 1950if diff $cache_file confcache >/dev/null 2>&1; then :; else 1951 if test -w $cache_file; then 1952 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 1953 cat confcache >$cache_file 1954 else 1955 echo "not updating unwritable cache $cache_file" 1956 fi 1957fi 1958rm -f confcache 1959 1960test "x$prefix" = xNONE && prefix=$ac_default_prefix 1961# Let make expand exec_prefix. 1962test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1963 1964# VPATH may cause trouble with some makes, so we remove $(srcdir), 1965# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1966# trailing colons and then remove the whole line if VPATH becomes empty 1967# (actually we leave an empty line to preserve line numbers). 1968if test "x$srcdir" = x.; then 1969 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1970s/:*\$(srcdir):*/:/; 1971s/:*\${srcdir}:*/:/; 1972s/:*@srcdir@:*/:/; 1973s/^\([^=]*=[ ]*\):*/\1/; 1974s/:*$//; 1975s/^[^=]*=[ ]*$//; 1976}' 1977fi 1978 1979# Transform confdefs.h into DEFS. 1980# Protect against shell expansion while executing Makefile rules. 1981# Protect against Makefile macro expansion. 1982# 1983# If the first sed substitution is executed (which looks for macros that 1984# take arguments), then we branch to the quote section. Otherwise, 1985# look for a macro that doesn't take arguments. 1986cat >confdef2opt.sed <<\_ACEOF 1987t clear 1988: clear 1989s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 1990t quote 1991s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 1992t quote 1993d 1994: quote 1995s,[ `~#$^&*(){}\\|;'"<>?],\\&,g 1996s,\[,\\&,g 1997s,\],\\&,g 1998s,\$,$$,g 1999p 2000_ACEOF 2001# We use echo to avoid assuming a particular line-breaking character. 2002# The extra dot is to prevent the shell from consuming trailing 2003# line-breaks from the sub-command output. A line-break within 2004# single-quotes doesn't work because, if this script is created in a 2005# platform that uses two characters for line-breaks (e.g., DOS), tr 2006# would break. 2007ac_LF_and_DOT=`echo; echo .` 2008DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 2009rm -f confdef2opt.sed 2010 2011 2012ac_libobjs= 2013ac_ltlibobjs= 2014for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 2015 # 1. Remove the extension, and $U if already installed. 2016 ac_i=`echo "$ac_i" | 2017 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 2018 # 2. Add them. 2019 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 2020 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 2021done 2022LIBOBJS=$ac_libobjs 2023 2024LTLIBOBJS=$ac_ltlibobjs 2025 2026 2027if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 2028 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 2029Usually this means the macro was only invoked conditionally." >&5 2030echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 2031Usually this means the macro was only invoked conditionally." >&2;} 2032 { (exit 1); exit 1; }; } 2033fi 2034 2035: ${CONFIG_STATUS=./config.status} 2036ac_clean_files_save=$ac_clean_files 2037ac_clean_files="$ac_clean_files $CONFIG_STATUS" 2038{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 2039echo "$as_me: creating $CONFIG_STATUS" >&6;} 2040cat >$CONFIG_STATUS <<_ACEOF 2041#! $SHELL 2042# Generated by $as_me. 2043# Run this file to recreate the current configuration. 2044# Compiler output produced by configure, useful for debugging 2045# configure, is in config.log if it exists. 2046 2047debug=false 2048ac_cs_recheck=false 2049ac_cs_silent=false 2050SHELL=\${CONFIG_SHELL-$SHELL} 2051_ACEOF 2052 2053cat >>$CONFIG_STATUS <<\_ACEOF 2054## --------------------- ## 2055## M4sh Initialization. ## 2056## --------------------- ## 2057 2058# Be Bourne compatible 2059if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 2060 emulate sh 2061 NULLCMD=: 2062 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 2063 # is contrary to our usage. Disable this feature. 2064 alias -g '${1+"$@"}'='"$@"' 2065elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 2066 set -o posix 2067fi 2068DUALCASE=1; export DUALCASE # for MKS sh 2069 2070# Support unset when possible. 2071if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 2072 as_unset=unset 2073else 2074 as_unset=false 2075fi 2076 2077 2078# Work around bugs in pre-3.0 UWIN ksh. 2079$as_unset ENV MAIL MAILPATH 2080PS1='$ ' 2081PS2='> ' 2082PS4='+ ' 2083 2084# NLS nuisances. 2085for as_var in \ 2086 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 2087 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 2088 LC_TELEPHONE LC_TIME 2089do 2090 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 2091 eval $as_var=C; export $as_var 2092 else 2093 $as_unset $as_var 2094 fi 2095done 2096 2097# Required to use basename. 2098if expr a : '\(a\)' >/dev/null 2>&1; then 2099 as_expr=expr 2100else 2101 as_expr=false 2102fi 2103 2104if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 2105 as_basename=basename 2106else 2107 as_basename=false 2108fi 2109 2110 2111# Name of the executable. 2112as_me=`$as_basename "$0" || 2113$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 2114 X"$0" : 'X\(//\)$' \| \ 2115 X"$0" : 'X\(/\)$' \| \ 2116 . : '\(.\)' 2>/dev/null || 2117echo X/"$0" | 2118 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 2119 /^X\/\(\/\/\)$/{ s//\1/; q; } 2120 /^X\/\(\/\).*/{ s//\1/; q; } 2121 s/.*/./; q'` 2122 2123 2124# PATH needs CR, and LINENO needs CR and PATH. 2125# Avoid depending upon Character Ranges. 2126as_cr_letters='abcdefghijklmnopqrstuvwxyz' 2127as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 2128as_cr_Letters=$as_cr_letters$as_cr_LETTERS 2129as_cr_digits='0123456789' 2130as_cr_alnum=$as_cr_Letters$as_cr_digits 2131 2132# The user is always right. 2133if test "${PATH_SEPARATOR+set}" != set; then 2134 echo "#! /bin/sh" >conf$$.sh 2135 echo "exit 0" >>conf$$.sh 2136 chmod +x conf$$.sh 2137 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 2138 PATH_SEPARATOR=';' 2139 else 2140 PATH_SEPARATOR=: 2141 fi 2142 rm -f conf$$.sh 2143fi 2144 2145 2146 as_lineno_1=$LINENO 2147 as_lineno_2=$LINENO 2148 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2149 test "x$as_lineno_1" != "x$as_lineno_2" && 2150 test "x$as_lineno_3" = "x$as_lineno_2" || { 2151 # Find who we are. Look in the path if we contain no path at all 2152 # relative or not. 2153 case $0 in 2154 *[\\/]* ) as_myself=$0 ;; 2155 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2156for as_dir in $PATH 2157do 2158 IFS=$as_save_IFS 2159 test -z "$as_dir" && as_dir=. 2160 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 2161done 2162 2163 ;; 2164 esac 2165 # We did not find ourselves, most probably we were run as `sh COMMAND' 2166 # in which case we are not to be found in the path. 2167 if test "x$as_myself" = x; then 2168 as_myself=$0 2169 fi 2170 if test ! -f "$as_myself"; then 2171 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 2172echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 2173 { (exit 1); exit 1; }; } 2174 fi 2175 case $CONFIG_SHELL in 2176 '') 2177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2178for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2179do 2180 IFS=$as_save_IFS 2181 test -z "$as_dir" && as_dir=. 2182 for as_base in sh bash ksh sh5; do 2183 case $as_dir in 2184 /*) 2185 if ("$as_dir/$as_base" -c ' 2186 as_lineno_1=$LINENO 2187 as_lineno_2=$LINENO 2188 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2189 test "x$as_lineno_1" != "x$as_lineno_2" && 2190 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 2191 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 2192 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 2193 CONFIG_SHELL=$as_dir/$as_base 2194 export CONFIG_SHELL 2195 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 2196 fi;; 2197 esac 2198 done 2199done 2200;; 2201 esac 2202 2203 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 2204 # uniformly replaced by the line number. The first 'sed' inserts a 2205 # line-number line before each line; the second 'sed' does the real 2206 # work. The second script uses 'N' to pair each line-number line 2207 # with the numbered line, and appends trailing '-' during 2208 # substitution so that $LINENO is not a special case at line end. 2209 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 2210 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 2211 sed '=' <$as_myself | 2212 sed ' 2213 N 2214 s,$,-, 2215 : loop 2216 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 2217 t loop 2218 s,-$,, 2219 s,^['$as_cr_digits']*\n,, 2220 ' >$as_me.lineno && 2221 chmod +x $as_me.lineno || 2222 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 2223echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 2224 { (exit 1); exit 1; }; } 2225 2226 # Don't try to exec as it changes $[0], causing all sort of problems 2227 # (the dirname of $[0] is not the place where we might find the 2228 # original and so on. Autoconf is especially sensible to this). 2229 . ./$as_me.lineno 2230 # Exit status is that of the last command. 2231 exit 2232} 2233 2234 2235case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 2236 *c*,-n*) ECHO_N= ECHO_C=' 2237' ECHO_T=' ' ;; 2238 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 2239 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 2240esac 2241 2242if expr a : '\(a\)' >/dev/null 2>&1; then 2243 as_expr=expr 2244else 2245 as_expr=false 2246fi 2247 2248rm -f conf$$ conf$$.exe conf$$.file 2249echo >conf$$.file 2250if ln -s conf$$.file conf$$ 2>/dev/null; then 2251 # We could just check for DJGPP; but this test a) works b) is more generic 2252 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2253 if test -f conf$$.exe; then 2254 # Don't use ln at all; we don't have any links 2255 as_ln_s='cp -p' 2256 else 2257 as_ln_s='ln -s' 2258 fi 2259elif ln conf$$.file conf$$ 2>/dev/null; then 2260 as_ln_s=ln 2261else 2262 as_ln_s='cp -p' 2263fi 2264rm -f conf$$ conf$$.exe conf$$.file 2265 2266if mkdir -p . 2>/dev/null; then 2267 as_mkdir_p=: 2268else 2269 test -d ./-p && rmdir ./-p 2270 as_mkdir_p=false 2271fi 2272 2273as_executable_p="test -f" 2274 2275# Sed expression to map a string onto a valid CPP name. 2276as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2277 2278# Sed expression to map a string onto a valid variable name. 2279as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2280 2281 2282# IFS 2283# We need space, tab and new line, in precisely that order. 2284as_nl=' 2285' 2286IFS=" $as_nl" 2287 2288# CDPATH. 2289$as_unset CDPATH 2290 2291exec 6>&1 2292 2293# Open the log real soon, to keep \$[0] and so on meaningful, and to 2294# report actual input values of CONFIG_FILES etc. instead of their 2295# values after options handling. Logging --version etc. is OK. 2296exec 5>>config.log 2297{ 2298 echo 2299 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 2300## Running $as_me. ## 2301_ASBOX 2302} >&5 2303cat >&5 <<_CSEOF 2304 2305This file was extended by font-daewoo-misc $as_me 1.0.0, which was 2306generated by GNU Autoconf 2.59. Invocation command line was 2307 2308 CONFIG_FILES = $CONFIG_FILES 2309 CONFIG_HEADERS = $CONFIG_HEADERS 2310 CONFIG_LINKS = $CONFIG_LINKS 2311 CONFIG_COMMANDS = $CONFIG_COMMANDS 2312 $ $0 $@ 2313 2314_CSEOF 2315echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 2316echo >&5 2317_ACEOF 2318 2319# Files that config.status was made for. 2320if test -n "$ac_config_files"; then 2321 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 2322fi 2323 2324if test -n "$ac_config_headers"; then 2325 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 2326fi 2327 2328if test -n "$ac_config_links"; then 2329 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 2330fi 2331 2332if test -n "$ac_config_commands"; then 2333 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 2334fi 2335 2336cat >>$CONFIG_STATUS <<\_ACEOF 2337 2338ac_cs_usage="\ 2339\`$as_me' instantiates files from templates according to the 2340current configuration. 2341 2342Usage: $0 [OPTIONS] [FILE]... 2343 2344 -h, --help print this help, then exit 2345 -V, --version print version number, then exit 2346 -q, --quiet do not print progress messages 2347 -d, --debug don't remove temporary files 2348 --recheck update $as_me by reconfiguring in the same conditions 2349 --file=FILE[:TEMPLATE] 2350 instantiate the configuration file FILE 2351 2352Configuration files: 2353$config_files 2354 2355Report bugs to <bug-autoconf@gnu.org>." 2356_ACEOF 2357 2358cat >>$CONFIG_STATUS <<_ACEOF 2359ac_cs_version="\\ 2360font-daewoo-misc config.status 1.0.0 2361configured by $0, generated by GNU Autoconf 2.59, 2362 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 2363 2364Copyright (C) 2003 Free Software Foundation, Inc. 2365This config.status script is free software; the Free Software Foundation 2366gives unlimited permission to copy, distribute and modify it." 2367srcdir=$srcdir 2368INSTALL="$INSTALL" 2369_ACEOF 2370 2371cat >>$CONFIG_STATUS <<\_ACEOF 2372# If no file are specified by the user, then we need to provide default 2373# value. By we need to know if files were specified by the user. 2374ac_need_defaults=: 2375while test $# != 0 2376do 2377 case $1 in 2378 --*=*) 2379 ac_option=`expr "x$1" : 'x\([^=]*\)='` 2380 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 2381 ac_shift=: 2382 ;; 2383 -*) 2384 ac_option=$1 2385 ac_optarg=$2 2386 ac_shift=shift 2387 ;; 2388 *) # This is not an option, so the user has probably given explicit 2389 # arguments. 2390 ac_option=$1 2391 ac_need_defaults=false;; 2392 esac 2393 2394 case $ac_option in 2395 # Handling of the options. 2396_ACEOF 2397cat >>$CONFIG_STATUS <<\_ACEOF 2398 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 2399 ac_cs_recheck=: ;; 2400 --version | --vers* | -V ) 2401 echo "$ac_cs_version"; exit 0 ;; 2402 --he | --h) 2403 # Conflict between --help and --header 2404 { { echo "$as_me:$LINENO: error: ambiguous option: $1 2405Try \`$0 --help' for more information." >&5 2406echo "$as_me: error: ambiguous option: $1 2407Try \`$0 --help' for more information." >&2;} 2408 { (exit 1); exit 1; }; };; 2409 --help | --hel | -h ) 2410 echo "$ac_cs_usage"; exit 0 ;; 2411 --debug | --d* | -d ) 2412 debug=: ;; 2413 --file | --fil | --fi | --f ) 2414 $ac_shift 2415 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 2416 ac_need_defaults=false;; 2417 --header | --heade | --head | --hea ) 2418 $ac_shift 2419 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 2420 ac_need_defaults=false;; 2421 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2422 | -silent | --silent | --silen | --sile | --sil | --si | --s) 2423 ac_cs_silent=: ;; 2424 2425 # This is an error. 2426 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 2427Try \`$0 --help' for more information." >&5 2428echo "$as_me: error: unrecognized option: $1 2429Try \`$0 --help' for more information." >&2;} 2430 { (exit 1); exit 1; }; } ;; 2431 2432 *) ac_config_targets="$ac_config_targets $1" ;; 2433 2434 esac 2435 shift 2436done 2437 2438ac_configure_extra_args= 2439 2440if $ac_cs_silent; then 2441 exec 6>/dev/null 2442 ac_configure_extra_args="$ac_configure_extra_args --silent" 2443fi 2444 2445_ACEOF 2446cat >>$CONFIG_STATUS <<_ACEOF 2447if \$ac_cs_recheck; then 2448 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 2449 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 2450fi 2451 2452_ACEOF 2453 2454 2455 2456 2457 2458cat >>$CONFIG_STATUS <<\_ACEOF 2459for ac_config_target in $ac_config_targets 2460do 2461 case "$ac_config_target" in 2462 # Handling of arguments. 2463 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 2464 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 2465echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 2466 { (exit 1); exit 1; }; };; 2467 esac 2468done 2469 2470# If the user did not use the arguments to specify the items to instantiate, 2471# then the envvar interface is used. Set only those that are not. 2472# We use the long form for the default assignment because of an extremely 2473# bizarre bug on SunOS 4.1.3. 2474if $ac_need_defaults; then 2475 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 2476fi 2477 2478# Have a temporary directory for convenience. Make it in the build tree 2479# simply because there is no reason to put it here, and in addition, 2480# creating and moving files from /tmp can sometimes cause problems. 2481# Create a temporary directory, and hook for its removal unless debugging. 2482$debug || 2483{ 2484 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2485 trap '{ (exit 1); exit 1; }' 1 2 13 15 2486} 2487 2488# Create a (secure) tmp directory for tmp files. 2489 2490{ 2491 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 2492 test -n "$tmp" && test -d "$tmp" 2493} || 2494{ 2495 tmp=./confstat$$-$RANDOM 2496 (umask 077 && mkdir $tmp) 2497} || 2498{ 2499 echo "$me: cannot create a temporary directory in ." >&2 2500 { (exit 1); exit 1; } 2501} 2502 2503_ACEOF 2504 2505cat >>$CONFIG_STATUS <<_ACEOF 2506 2507# 2508# CONFIG_FILES section. 2509# 2510 2511# No need to generate the scripts if there are no CONFIG_FILES. 2512# This happens for instance when ./config.status config.h 2513if test -n "\$CONFIG_FILES"; then 2514 # Protect against being on the right side of a sed subst in config.status. 2515 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 2516 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 2517s,@SHELL@,$SHELL,;t t 2518s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 2519s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 2520s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 2521s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 2522s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 2523s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 2524s,@exec_prefix@,$exec_prefix,;t t 2525s,@prefix@,$prefix,;t t 2526s,@program_transform_name@,$program_transform_name,;t t 2527s,@bindir@,$bindir,;t t 2528s,@sbindir@,$sbindir,;t t 2529s,@libexecdir@,$libexecdir,;t t 2530s,@datadir@,$datadir,;t t 2531s,@sysconfdir@,$sysconfdir,;t t 2532s,@sharedstatedir@,$sharedstatedir,;t t 2533s,@localstatedir@,$localstatedir,;t t 2534s,@libdir@,$libdir,;t t 2535s,@includedir@,$includedir,;t t 2536s,@oldincludedir@,$oldincludedir,;t t 2537s,@infodir@,$infodir,;t t 2538s,@mandir@,$mandir,;t t 2539s,@build_alias@,$build_alias,;t t 2540s,@host_alias@,$host_alias,;t t 2541s,@target_alias@,$target_alias,;t t 2542s,@DEFS@,$DEFS,;t t 2543s,@ECHO_C@,$ECHO_C,;t t 2544s,@ECHO_N@,$ECHO_N,;t t 2545s,@ECHO_T@,$ECHO_T,;t t 2546s,@LIBS@,$LIBS,;t t 2547s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 2548s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 2549s,@INSTALL_DATA@,$INSTALL_DATA,;t t 2550s,@CYGPATH_W@,$CYGPATH_W,;t t 2551s,@PACKAGE@,$PACKAGE,;t t 2552s,@VERSION@,$VERSION,;t t 2553s,@ACLOCAL@,$ACLOCAL,;t t 2554s,@AUTOCONF@,$AUTOCONF,;t t 2555s,@AUTOMAKE@,$AUTOMAKE,;t t 2556s,@AUTOHEADER@,$AUTOHEADER,;t t 2557s,@MAKEINFO@,$MAKEINFO,;t t 2558s,@AMTAR@,$AMTAR,;t t 2559s,@install_sh@,$install_sh,;t t 2560s,@STRIP@,$STRIP,;t t 2561s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 2562s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 2563s,@AWK@,$AWK,;t t 2564s,@SET_MAKE@,$SET_MAKE,;t t 2565s,@am__leading_dot@,$am__leading_dot,;t t 2566s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 2567s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 2568s,@MAINT@,$MAINT,;t t 2569s,@BDFTOPCF@,$BDFTOPCF,;t t 2570s,@MKFONTSCALE@,$MKFONTSCALE,;t t 2571s,@MKFONTDIR@,$MKFONTDIR,;t t 2572s,@FONTDIR@,$FONTDIR,;t t 2573s,@LIBOBJS@,$LIBOBJS,;t t 2574s,@LTLIBOBJS@,$LTLIBOBJS,;t t 2575CEOF 2576 2577_ACEOF 2578 2579 cat >>$CONFIG_STATUS <<\_ACEOF 2580 # Split the substitutions into bite-sized pieces for seds with 2581 # small command number limits, like on Digital OSF/1 and HP-UX. 2582 ac_max_sed_lines=48 2583 ac_sed_frag=1 # Number of current file. 2584 ac_beg=1 # First line for current file. 2585 ac_end=$ac_max_sed_lines # Line after last line for current file. 2586 ac_more_lines=: 2587 ac_sed_cmds= 2588 while $ac_more_lines; do 2589 if test $ac_beg -gt 1; then 2590 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2591 else 2592 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2593 fi 2594 if test ! -s $tmp/subs.frag; then 2595 ac_more_lines=false 2596 else 2597 # The purpose of the label and of the branching condition is to 2598 # speed up the sed processing (if there are no `@' at all, there 2599 # is no need to browse any of the substitutions). 2600 # These are the two extra sed commands mentioned above. 2601 (echo ':t 2602 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 2603 if test -z "$ac_sed_cmds"; then 2604 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 2605 else 2606 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 2607 fi 2608 ac_sed_frag=`expr $ac_sed_frag + 1` 2609 ac_beg=$ac_end 2610 ac_end=`expr $ac_end + $ac_max_sed_lines` 2611 fi 2612 done 2613 if test -z "$ac_sed_cmds"; then 2614 ac_sed_cmds=cat 2615 fi 2616fi # test -n "$CONFIG_FILES" 2617 2618_ACEOF 2619cat >>$CONFIG_STATUS <<\_ACEOF 2620for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 2621 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 2622 case $ac_file in 2623 - | *:- | *:-:* ) # input from stdin 2624 cat >$tmp/stdin 2625 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2626 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2627 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2628 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2629 * ) ac_file_in=$ac_file.in ;; 2630 esac 2631 2632 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 2633 ac_dir=`(dirname "$ac_file") 2>/dev/null || 2634$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2635 X"$ac_file" : 'X\(//\)[^/]' \| \ 2636 X"$ac_file" : 'X\(//\)$' \| \ 2637 X"$ac_file" : 'X\(/\)' \| \ 2638 . : '\(.\)' 2>/dev/null || 2639echo X"$ac_file" | 2640 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2641 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2642 /^X\(\/\/\)$/{ s//\1/; q; } 2643 /^X\(\/\).*/{ s//\1/; q; } 2644 s/.*/./; q'` 2645 { if $as_mkdir_p; then 2646 mkdir -p "$ac_dir" 2647 else 2648 as_dir="$ac_dir" 2649 as_dirs= 2650 while test ! -d "$as_dir"; do 2651 as_dirs="$as_dir $as_dirs" 2652 as_dir=`(dirname "$as_dir") 2>/dev/null || 2653$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2654 X"$as_dir" : 'X\(//\)[^/]' \| \ 2655 X"$as_dir" : 'X\(//\)$' \| \ 2656 X"$as_dir" : 'X\(/\)' \| \ 2657 . : '\(.\)' 2>/dev/null || 2658echo X"$as_dir" | 2659 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2660 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2661 /^X\(\/\/\)$/{ s//\1/; q; } 2662 /^X\(\/\).*/{ s//\1/; q; } 2663 s/.*/./; q'` 2664 done 2665 test ! -n "$as_dirs" || mkdir $as_dirs 2666 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 2667echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 2668 { (exit 1); exit 1; }; }; } 2669 2670 ac_builddir=. 2671 2672if test "$ac_dir" != .; then 2673 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 2674 # A "../" for each directory in $ac_dir_suffix. 2675 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 2676else 2677 ac_dir_suffix= ac_top_builddir= 2678fi 2679 2680case $srcdir in 2681 .) # No --srcdir option. We are building in place. 2682 ac_srcdir=. 2683 if test -z "$ac_top_builddir"; then 2684 ac_top_srcdir=. 2685 else 2686 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 2687 fi ;; 2688 [\\/]* | ?:[\\/]* ) # Absolute path. 2689 ac_srcdir=$srcdir$ac_dir_suffix; 2690 ac_top_srcdir=$srcdir ;; 2691 *) # Relative path. 2692 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 2693 ac_top_srcdir=$ac_top_builddir$srcdir ;; 2694esac 2695 2696# Do not use `cd foo && pwd` to compute absolute paths, because 2697# the directories may not exist. 2698case `pwd` in 2699.) ac_abs_builddir="$ac_dir";; 2700*) 2701 case "$ac_dir" in 2702 .) ac_abs_builddir=`pwd`;; 2703 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 2704 *) ac_abs_builddir=`pwd`/"$ac_dir";; 2705 esac;; 2706esac 2707case $ac_abs_builddir in 2708.) ac_abs_top_builddir=${ac_top_builddir}.;; 2709*) 2710 case ${ac_top_builddir}. in 2711 .) ac_abs_top_builddir=$ac_abs_builddir;; 2712 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 2713 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 2714 esac;; 2715esac 2716case $ac_abs_builddir in 2717.) ac_abs_srcdir=$ac_srcdir;; 2718*) 2719 case $ac_srcdir in 2720 .) ac_abs_srcdir=$ac_abs_builddir;; 2721 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 2722 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 2723 esac;; 2724esac 2725case $ac_abs_builddir in 2726.) ac_abs_top_srcdir=$ac_top_srcdir;; 2727*) 2728 case $ac_top_srcdir in 2729 .) ac_abs_top_srcdir=$ac_abs_builddir;; 2730 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 2731 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 2732 esac;; 2733esac 2734 2735 2736 case $INSTALL in 2737 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 2738 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 2739 esac 2740 2741 if test x"$ac_file" != x-; then 2742 { echo "$as_me:$LINENO: creating $ac_file" >&5 2743echo "$as_me: creating $ac_file" >&6;} 2744 rm -f "$ac_file" 2745 fi 2746 # Let's still pretend it is `configure' which instantiates (i.e., don't 2747 # use $as_me), people would be surprised to read: 2748 # /* config.h. Generated by config.status. */ 2749 if test x"$ac_file" = x-; then 2750 configure_input= 2751 else 2752 configure_input="$ac_file. " 2753 fi 2754 configure_input=$configure_input"Generated from `echo $ac_file_in | 2755 sed 's,.*/,,'` by configure." 2756 2757 # First look for the input files in the build tree, otherwise in the 2758 # src tree. 2759 ac_file_inputs=`IFS=: 2760 for f in $ac_file_in; do 2761 case $f in 2762 -) echo $tmp/stdin ;; 2763 [\\/$]*) 2764 # Absolute (can't be DOS-style, as IFS=:) 2765 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2766echo "$as_me: error: cannot find input file: $f" >&2;} 2767 { (exit 1); exit 1; }; } 2768 echo "$f";; 2769 *) # Relative 2770 if test -f "$f"; then 2771 # Build tree 2772 echo "$f" 2773 elif test -f "$srcdir/$f"; then 2774 # Source tree 2775 echo "$srcdir/$f" 2776 else 2777 # /dev/null tree 2778 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2779echo "$as_me: error: cannot find input file: $f" >&2;} 2780 { (exit 1); exit 1; }; } 2781 fi;; 2782 esac 2783 done` || { (exit 1); exit 1; } 2784_ACEOF 2785cat >>$CONFIG_STATUS <<_ACEOF 2786 sed "$ac_vpsub 2787$extrasub 2788_ACEOF 2789cat >>$CONFIG_STATUS <<\_ACEOF 2790:t 2791/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 2792s,@configure_input@,$configure_input,;t t 2793s,@srcdir@,$ac_srcdir,;t t 2794s,@abs_srcdir@,$ac_abs_srcdir,;t t 2795s,@top_srcdir@,$ac_top_srcdir,;t t 2796s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 2797s,@builddir@,$ac_builddir,;t t 2798s,@abs_builddir@,$ac_abs_builddir,;t t 2799s,@top_builddir@,$ac_top_builddir,;t t 2800s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 2801s,@INSTALL@,$ac_INSTALL,;t t 2802" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 2803 rm -f $tmp/stdin 2804 if test x"$ac_file" != x-; then 2805 mv $tmp/out $ac_file 2806 else 2807 cat $tmp/out 2808 rm -f $tmp/out 2809 fi 2810 2811done 2812_ACEOF 2813 2814cat >>$CONFIG_STATUS <<\_ACEOF 2815 2816{ (exit 0); exit 0; } 2817_ACEOF 2818chmod +x $CONFIG_STATUS 2819ac_clean_files=$ac_clean_files_save 2820 2821 2822# configure is writing to config.log, and then calls config.status. 2823# config.status does its own redirection, appending to config.log. 2824# Unfortunately, on DOS this fails, as config.log is still kept open 2825# by configure, so config.status won't be able to write to it; its 2826# output is simply discarded. So we exec the FD to /dev/null, 2827# effectively closing config.log, so it can be properly (re)opened and 2828# appended to by config.status. When coming back to configure, we 2829# need to make the FD available again. 2830if test "$no_create" != yes; then 2831 ac_cs_success=: 2832 ac_config_status_args= 2833 test "$silent" = yes && 2834 ac_config_status_args="$ac_config_status_args --quiet" 2835 exec 5>/dev/null 2836 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 2837 exec 5>>config.log 2838 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 2839 # would make configure fail if this is the last instruction. 2840 $ac_cs_success || { (exit 1); exit 1; } 2841fi 2842 2843