1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by GNU Autoconf 2.68 for font-adobe-utopia-75dpi 1.0.4. 4# 5# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 6# 7# 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10# Foundation, Inc. 11# 12# 13# This configure script is free software; the Free Software Foundation 14# gives unlimited permission to copy, distribute and modify it. 15## -------------------- ## 16## M4sh Initialization. ## 17## -------------------- ## 18 19# Be more Bourne compatible 20DUALCASE=1; export DUALCASE # for MKS sh 21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 emulate sh 23 NULLCMD=: 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 # is contrary to our usage. Disable this feature. 26 alias -g '${1+"$@"}'='"$@"' 27 setopt NO_GLOB_SUBST 28else 29 case `(set -o) 2>/dev/null` in #( 30 *posix*) : 31 set -o posix ;; #( 32 *) : 33 ;; 34esac 35fi 36 37 38as_nl=' 39' 40export as_nl 41# Printing a long string crashes Solaris 7 /usr/bin/printf. 42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 45# Prefer a ksh shell builtin over an external printf program on Solaris, 46# but without wasting forks for bash or zsh. 47if test -z "$BASH_VERSION$ZSH_VERSION" \ 48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 49 as_echo='print -r --' 50 as_echo_n='print -rn --' 51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 52 as_echo='printf %s\n' 53 as_echo_n='printf %s' 54else 55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 57 as_echo_n='/usr/ucb/echo -n' 58 else 59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 60 as_echo_n_body='eval 61 arg=$1; 62 case $arg in #( 63 *"$as_nl"*) 64 expr "X$arg" : "X\\(.*\\)$as_nl"; 65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 66 esac; 67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 68 ' 69 export as_echo_n_body 70 as_echo_n='sh -c $as_echo_n_body as_echo' 71 fi 72 export as_echo_body 73 as_echo='sh -c $as_echo_body as_echo' 74fi 75 76# The user is always right. 77if test "${PATH_SEPARATOR+set}" != set; then 78 PATH_SEPARATOR=: 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 81 PATH_SEPARATOR=';' 82 } 83fi 84 85 86# IFS 87# We need space, tab and new line, in precisely that order. Quoting is 88# there to prevent editors from complaining about space-tab. 89# (If _AS_PATH_WALK were called with IFS unset, it would disable word 90# splitting by setting IFS to empty value.) 91IFS=" "" $as_nl" 92 93# Find who we are. Look in the path if we contain no directory separator. 94as_myself= 95case $0 in #(( 96 *[\\/]* ) as_myself=$0 ;; 97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 98for as_dir in $PATH 99do 100 IFS=$as_save_IFS 101 test -z "$as_dir" && as_dir=. 102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 103 done 104IFS=$as_save_IFS 105 106 ;; 107esac 108# We did not find ourselves, most probably we were run as `sh COMMAND' 109# in which case we are not to be found in the path. 110if test "x$as_myself" = x; then 111 as_myself=$0 112fi 113if test ! -f "$as_myself"; then 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 115 exit 1 116fi 117 118# Unset variables that we do not need and which cause bugs (e.g. in 119# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 120# suppresses any "Segmentation fault" message there. '((' could 121# trigger a bug in pdksh 5.2.14. 122for as_var in BASH_ENV ENV MAIL MAILPATH 123do eval test x\${$as_var+set} = xset \ 124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 125done 126PS1='$ ' 127PS2='> ' 128PS4='+ ' 129 130# NLS nuisances. 131LC_ALL=C 132export LC_ALL 133LANGUAGE=C 134export LANGUAGE 135 136# CDPATH. 137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 138 139if test "x$CONFIG_SHELL" = x; then 140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 141 emulate sh 142 NULLCMD=: 143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 144 # is contrary to our usage. Disable this feature. 145 alias -g '\${1+\"\$@\"}'='\"\$@\"' 146 setopt NO_GLOB_SUBST 147else 148 case \`(set -o) 2>/dev/null\` in #( 149 *posix*) : 150 set -o posix ;; #( 151 *) : 152 ;; 153esac 154fi 155" 156 as_required="as_fn_return () { (exit \$1); } 157as_fn_success () { as_fn_return 0; } 158as_fn_failure () { as_fn_return 1; } 159as_fn_ret_success () { return 0; } 160as_fn_ret_failure () { return 1; } 161 162exitcode=0 163as_fn_success || { exitcode=1; echo as_fn_success failed.; } 164as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 165as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 166as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 167if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 168 169else 170 exitcode=1; echo positional parameters were not saved. 171fi 172test x\$exitcode = x0 || exit 1" 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 177test \$(( 1 + 1 )) = 2 || exit 1" 178 if (eval "$as_required") 2>/dev/null; then : 179 as_have_required=yes 180else 181 as_have_required=no 182fi 183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 184 185else 186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 187as_found=false 188for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 189do 190 IFS=$as_save_IFS 191 test -z "$as_dir" && as_dir=. 192 as_found=: 193 case $as_dir in #( 194 /*) 195 for as_base in sh bash ksh sh5; do 196 # Try only shells that exist, to save several forks. 197 as_shell=$as_dir/$as_base 198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 200 CONFIG_SHELL=$as_shell as_have_required=yes 201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 202 break 2 203fi 204fi 205 done;; 206 esac 207 as_found=false 208done 209$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 211 CONFIG_SHELL=$SHELL as_have_required=yes 212fi; } 213IFS=$as_save_IFS 214 215 216 if test "x$CONFIG_SHELL" != x; then : 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 232fi 233 234 if test x$as_have_required = xno; then : 235 $as_echo "$0: This script requires a shell more modern than all" 236 $as_echo "$0: the shells that I found on your system." 237 if test x${ZSH_VERSION+set} = xset ; then 238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 239 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 240 else 241 $as_echo "$0: Please tell bug-autoconf@gnu.org and 242$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg 243$0: about your system, including any error possibly output 244$0: before this message. Then install a modern shell, or 245$0: manually run the script under such a shell if you do 246$0: have one." 247 fi 248 exit 1 249fi 250fi 251fi 252SHELL=${CONFIG_SHELL-/bin/sh} 253export SHELL 254# Unset more variables known to interfere with behavior of common tools. 255CLICOLOR_FORCE= GREP_OPTIONS= 256unset CLICOLOR_FORCE GREP_OPTIONS 257 258## --------------------- ## 259## M4sh Shell Functions. ## 260## --------------------- ## 261# as_fn_unset VAR 262# --------------- 263# Portably unset VAR. 264as_fn_unset () 265{ 266 { eval $1=; unset $1;} 267} 268as_unset=as_fn_unset 269 270# as_fn_set_status STATUS 271# ----------------------- 272# Set $? to STATUS, without forking. 273as_fn_set_status () 274{ 275 return $1 276} # as_fn_set_status 277 278# as_fn_exit STATUS 279# ----------------- 280# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 281as_fn_exit () 282{ 283 set +e 284 as_fn_set_status $1 285 exit $1 286} # as_fn_exit 287 288# as_fn_mkdir_p 289# ------------- 290# Create "$as_dir" as a directory, including parents if necessary. 291as_fn_mkdir_p () 292{ 293 294 case $as_dir in #( 295 -*) as_dir=./$as_dir;; 296 esac 297 test -d "$as_dir" || eval $as_mkdir_p || { 298 as_dirs= 299 while :; do 300 case $as_dir in #( 301 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 302 *) as_qdir=$as_dir;; 303 esac 304 as_dirs="'$as_qdir' $as_dirs" 305 as_dir=`$as_dirname -- "$as_dir" || 306$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 307 X"$as_dir" : 'X\(//\)[^/]' \| \ 308 X"$as_dir" : 'X\(//\)$' \| \ 309 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 310$as_echo X"$as_dir" | 311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 312 s//\1/ 313 q 314 } 315 /^X\(\/\/\)[^/].*/{ 316 s//\1/ 317 q 318 } 319 /^X\(\/\/\)$/{ 320 s//\1/ 321 q 322 } 323 /^X\(\/\).*/{ 324 s//\1/ 325 q 326 } 327 s/.*/./; q'` 328 test -d "$as_dir" && break 329 done 330 test -z "$as_dirs" || eval "mkdir $as_dirs" 331 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 332 333 334} # as_fn_mkdir_p 335# as_fn_append VAR VALUE 336# ---------------------- 337# Append the text in VALUE to the end of the definition contained in VAR. Take 338# advantage of any shell optimizations that allow amortized linear growth over 339# repeated appends, instead of the typical quadratic growth present in naive 340# implementations. 341if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 342 eval 'as_fn_append () 343 { 344 eval $1+=\$2 345 }' 346else 347 as_fn_append () 348 { 349 eval $1=\$$1\$2 350 } 351fi # as_fn_append 352 353# as_fn_arith ARG... 354# ------------------ 355# Perform arithmetic evaluation on the ARGs, and store the result in the 356# global $as_val. Take advantage of shells that can avoid forks. The arguments 357# must be portable across $(()) and expr. 358if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 359 eval 'as_fn_arith () 360 { 361 as_val=$(( $* )) 362 }' 363else 364 as_fn_arith () 365 { 366 as_val=`expr "$@" || test $? -eq 1` 367 } 368fi # as_fn_arith 369 370 371# as_fn_error STATUS ERROR [LINENO LOG_FD] 372# ---------------------------------------- 373# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 374# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 375# script with STATUS, using 1 if that was 0. 376as_fn_error () 377{ 378 as_status=$1; test $as_status -eq 0 && as_status=1 379 if test "$4"; then 380 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 381 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 382 fi 383 $as_echo "$as_me: error: $2" >&2 384 as_fn_exit $as_status 385} # as_fn_error 386 387if expr a : '\(a\)' >/dev/null 2>&1 && 388 test "X`expr 00001 : '.*\(...\)'`" = X001; then 389 as_expr=expr 390else 391 as_expr=false 392fi 393 394if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 395 as_basename=basename 396else 397 as_basename=false 398fi 399 400if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 401 as_dirname=dirname 402else 403 as_dirname=false 404fi 405 406as_me=`$as_basename -- "$0" || 407$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 408 X"$0" : 'X\(//\)$' \| \ 409 X"$0" : 'X\(/\)' \| . 2>/dev/null || 410$as_echo X/"$0" | 411 sed '/^.*\/\([^/][^/]*\)\/*$/{ 412 s//\1/ 413 q 414 } 415 /^X\/\(\/\/\)$/{ 416 s//\1/ 417 q 418 } 419 /^X\/\(\/\).*/{ 420 s//\1/ 421 q 422 } 423 s/.*/./; q'` 424 425# Avoid depending upon Character Ranges. 426as_cr_letters='abcdefghijklmnopqrstuvwxyz' 427as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 428as_cr_Letters=$as_cr_letters$as_cr_LETTERS 429as_cr_digits='0123456789' 430as_cr_alnum=$as_cr_Letters$as_cr_digits 431 432 433 as_lineno_1=$LINENO as_lineno_1a=$LINENO 434 as_lineno_2=$LINENO as_lineno_2a=$LINENO 435 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 436 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 437 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 438 sed -n ' 439 p 440 /[$]LINENO/= 441 ' <$as_myself | 442 sed ' 443 s/[$]LINENO.*/&-/ 444 t lineno 445 b 446 :lineno 447 N 448 :loop 449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 450 t loop 451 s/-\n.*// 452 ' >$as_me.lineno && 453 chmod +x "$as_me.lineno" || 454 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 455 456 # Don't try to exec as it changes $[0], causing all sort of problems 457 # (the dirname of $[0] is not the place where we might find the 458 # original and so on. Autoconf is especially sensitive to this). 459 . "./$as_me.lineno" 460 # Exit status is that of the last command. 461 exit 462} 463 464ECHO_C= ECHO_N= ECHO_T= 465case `echo -n x` in #((((( 466-n*) 467 case `echo 'xy\c'` in 468 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 469 xy) ECHO_C='\c';; 470 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 471 ECHO_T=' ';; 472 esac;; 473*) 474 ECHO_N='-n';; 475esac 476 477rm -f conf$$ conf$$.exe conf$$.file 478if test -d conf$$.dir; then 479 rm -f conf$$.dir/conf$$.file 480else 481 rm -f conf$$.dir 482 mkdir conf$$.dir 2>/dev/null 483fi 484if (echo >conf$$.file) 2>/dev/null; then 485 if ln -s conf$$.file conf$$ 2>/dev/null; then 486 as_ln_s='ln -s' 487 # ... but there are two gotchas: 488 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 489 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 490 # In both cases, we have to default to `cp -p'. 491 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 492 as_ln_s='cp -p' 493 elif ln conf$$.file conf$$ 2>/dev/null; then 494 as_ln_s=ln 495 else 496 as_ln_s='cp -p' 497 fi 498else 499 as_ln_s='cp -p' 500fi 501rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 502rmdir conf$$.dir 2>/dev/null 503 504if mkdir -p . 2>/dev/null; then 505 as_mkdir_p='mkdir -p "$as_dir"' 506else 507 test -d ./-p && rmdir ./-p 508 as_mkdir_p=false 509fi 510 511if test -x / >/dev/null 2>&1; then 512 as_test_x='test -x' 513else 514 if ls -dL / >/dev/null 2>&1; then 515 as_ls_L_option=L 516 else 517 as_ls_L_option= 518 fi 519 as_test_x=' 520 eval sh -c '\'' 521 if test -d "$1"; then 522 test -d "$1/."; 523 else 524 case $1 in #( 525 -*)set "./$1";; 526 esac; 527 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 528 ???[sx]*):;;*)false;;esac;fi 529 '\'' sh 530 ' 531fi 532as_executable_p=$as_test_x 533 534# Sed expression to map a string onto a valid CPP name. 535as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 536 537# Sed expression to map a string onto a valid variable name. 538as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 539 540 541test -n "$DJDIR" || exec 7<&0 </dev/null 542exec 6>&1 543 544# Name of the host. 545# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 546# so uname gets run too. 547ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 548 549# 550# Initializations. 551# 552ac_default_prefix=/usr/local 553ac_clean_files= 554ac_config_libobj_dir=. 555LIBOBJS= 556cross_compiling=no 557subdirs= 558MFLAGS= 559MAKEFLAGS= 560 561# Identity of this package. 562PACKAGE_NAME='font-adobe-utopia-75dpi' 563PACKAGE_TARNAME='font-adobe-utopia-75dpi' 564PACKAGE_VERSION='1.0.4' 565PACKAGE_STRING='font-adobe-utopia-75dpi 1.0.4' 566PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 567PACKAGE_URL='' 568 569# Factoring default headers for most tests. 570ac_includes_default="\ 571#include <stdio.h> 572#ifdef HAVE_SYS_TYPES_H 573# include <sys/types.h> 574#endif 575#ifdef HAVE_SYS_STAT_H 576# include <sys/stat.h> 577#endif 578#ifdef STDC_HEADERS 579# include <stdlib.h> 580# include <stddef.h> 581#else 582# ifdef HAVE_STDLIB_H 583# include <stdlib.h> 584# endif 585#endif 586#ifdef HAVE_STRING_H 587# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 588# include <memory.h> 589# endif 590# include <string.h> 591#endif 592#ifdef HAVE_STRINGS_H 593# include <strings.h> 594#endif 595#ifdef HAVE_INTTYPES_H 596# include <inttypes.h> 597#endif 598#ifdef HAVE_STDINT_H 599# include <stdint.h> 600#endif 601#ifdef HAVE_UNISTD_H 602# include <unistd.h> 603#endif" 604 605ac_subst_vars='am__EXEEXT_FALSE 606am__EXEEXT_TRUE 607LTLIBOBJS 608LIBOBJS 609ISO8859_15_FALSE 610ISO8859_15_TRUE 611ISO8859_14_FALSE 612ISO8859_14_TRUE 613ISO8859_13_FALSE 614ISO8859_13_TRUE 615ISO8859_10_FALSE 616ISO8859_10_TRUE 617ISO8859_9_FALSE 618ISO8859_9_TRUE 619ISO8859_4_FALSE 620ISO8859_4_TRUE 621ISO8859_3_FALSE 622ISO8859_3_TRUE 623ISO8859_2_FALSE 624ISO8859_2_TRUE 625ISO8859_1_FALSE 626ISO8859_1_TRUE 627MAPFILES_PATH 628MAPS_LIBS 629MAPS_CFLAGS 630UCS2ANY 631COMPRESS_SUFFIX 632COMPRESS 633BDFTOPCF 634MKFONTDIR 635RUN_FCCACHE 636FCCACHE 637FONTDIR 638FONTROOTDIR 639AM_BACKSLASH 640AM_DEFAULT_VERBOSITY 641MAN_SUBSTS 642XORG_MAN_PAGE 643ADMIN_MAN_DIR 644DRIVER_MAN_DIR 645MISC_MAN_DIR 646FILE_MAN_DIR 647LIB_MAN_DIR 648APP_MAN_DIR 649ADMIN_MAN_SUFFIX 650DRIVER_MAN_SUFFIX 651MISC_MAN_SUFFIX 652FILE_MAN_SUFFIX 653LIB_MAN_SUFFIX 654APP_MAN_SUFFIX 655SED 656host_os 657host_vendor 658host_cpu 659host 660build_os 661build_vendor 662build_cpu 663build 664INSTALL_CMD 665PKG_CONFIG_LIBDIR 666PKG_CONFIG_PATH 667PKG_CONFIG 668CHANGELOG_CMD 669CWARNFLAGS 670EGREP 671GREP 672CPP 673am__fastdepCC_FALSE 674am__fastdepCC_TRUE 675CCDEPMODE 676AMDEPBACKSLASH 677AMDEP_FALSE 678AMDEP_TRUE 679am__quote 680am__include 681DEPDIR 682OBJEXT 683EXEEXT 684ac_ct_CC 685CPPFLAGS 686LDFLAGS 687CFLAGS 688CC 689MAINT 690MAINTAINER_MODE_FALSE 691MAINTAINER_MODE_TRUE 692am__untar 693am__tar 694AMTAR 695am__leading_dot 696SET_MAKE 697AWK 698mkdir_p 699MKDIR_P 700INSTALL_STRIP_PROGRAM 701STRIP 702install_sh 703MAKEINFO 704AUTOHEADER 705AUTOMAKE 706AUTOCONF 707ACLOCAL 708VERSION 709PACKAGE 710CYGPATH_W 711am__isrc 712INSTALL_DATA 713INSTALL_SCRIPT 714INSTALL_PROGRAM 715target_alias 716host_alias 717build_alias 718LIBS 719ECHO_T 720ECHO_N 721ECHO_C 722DEFS 723mandir 724localedir 725libdir 726psdir 727pdfdir 728dvidir 729htmldir 730infodir 731docdir 732oldincludedir 733includedir 734localstatedir 735sharedstatedir 736sysconfdir 737datadir 738datarootdir 739libexecdir 740sbindir 741bindir 742program_transform_name 743prefix 744exec_prefix 745PACKAGE_URL 746PACKAGE_BUGREPORT 747PACKAGE_STRING 748PACKAGE_VERSION 749PACKAGE_TARNAME 750PACKAGE_NAME 751PATH_SEPARATOR 752SHELL' 753ac_subst_files='' 754ac_user_opts=' 755enable_option_checking 756enable_maintainer_mode 757enable_dependency_tracking 758enable_strict_compilation 759enable_silent_rules 760with_fontrootdir 761with_fontdir 762with_compression 763enable_all_encodings 764enable_iso8859_1 765enable_iso8859_2 766enable_iso8859_3 767enable_iso8859_4 768enable_iso8859_9 769enable_iso8859_10 770enable_iso8859_13 771enable_iso8859_14 772enable_iso8859_15 773' 774 ac_precious_vars='build_alias 775host_alias 776target_alias 777CC 778CFLAGS 779LDFLAGS 780LIBS 781CPPFLAGS 782CPP 783PKG_CONFIG 784PKG_CONFIG_PATH 785PKG_CONFIG_LIBDIR 786MAPS_CFLAGS 787MAPS_LIBS' 788 789 790# Initialize some variables set by options. 791ac_init_help= 792ac_init_version=false 793ac_unrecognized_opts= 794ac_unrecognized_sep= 795# The variables have the same names as the options, with 796# dashes changed to underlines. 797cache_file=/dev/null 798exec_prefix=NONE 799no_create= 800no_recursion= 801prefix=NONE 802program_prefix=NONE 803program_suffix=NONE 804program_transform_name=s,x,x, 805silent= 806site= 807srcdir= 808verbose= 809x_includes=NONE 810x_libraries=NONE 811 812# Installation directory options. 813# These are left unexpanded so users can "make install exec_prefix=/foo" 814# and all the variables that are supposed to be based on exec_prefix 815# by default will actually change. 816# Use braces instead of parens because sh, perl, etc. also accept them. 817# (The list follows the same order as the GNU Coding Standards.) 818bindir='${exec_prefix}/bin' 819sbindir='${exec_prefix}/sbin' 820libexecdir='${exec_prefix}/libexec' 821datarootdir='${prefix}/share' 822datadir='${datarootdir}' 823sysconfdir='${prefix}/etc' 824sharedstatedir='${prefix}/com' 825localstatedir='${prefix}/var' 826includedir='${prefix}/include' 827oldincludedir='/usr/include' 828docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 829infodir='${datarootdir}/info' 830htmldir='${docdir}' 831dvidir='${docdir}' 832pdfdir='${docdir}' 833psdir='${docdir}' 834libdir='${exec_prefix}/lib' 835localedir='${datarootdir}/locale' 836mandir='${datarootdir}/man' 837 838ac_prev= 839ac_dashdash= 840for ac_option 841do 842 # If the previous option needs an argument, assign it. 843 if test -n "$ac_prev"; then 844 eval $ac_prev=\$ac_option 845 ac_prev= 846 continue 847 fi 848 849 case $ac_option in 850 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 851 *=) ac_optarg= ;; 852 *) ac_optarg=yes ;; 853 esac 854 855 # Accept the important Cygnus configure options, so we can diagnose typos. 856 857 case $ac_dashdash$ac_option in 858 --) 859 ac_dashdash=yes ;; 860 861 -bindir | --bindir | --bindi | --bind | --bin | --bi) 862 ac_prev=bindir ;; 863 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 864 bindir=$ac_optarg ;; 865 866 -build | --build | --buil | --bui | --bu) 867 ac_prev=build_alias ;; 868 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 869 build_alias=$ac_optarg ;; 870 871 -cache-file | --cache-file | --cache-fil | --cache-fi \ 872 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 873 ac_prev=cache_file ;; 874 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 875 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 876 cache_file=$ac_optarg ;; 877 878 --config-cache | -C) 879 cache_file=config.cache ;; 880 881 -datadir | --datadir | --datadi | --datad) 882 ac_prev=datadir ;; 883 -datadir=* | --datadir=* | --datadi=* | --datad=*) 884 datadir=$ac_optarg ;; 885 886 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 887 | --dataroo | --dataro | --datar) 888 ac_prev=datarootdir ;; 889 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 890 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 891 datarootdir=$ac_optarg ;; 892 893 -disable-* | --disable-*) 894 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 895 # Reject names that are not valid shell variable names. 896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 897 as_fn_error $? "invalid feature name: $ac_useropt" 898 ac_useropt_orig=$ac_useropt 899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 900 case $ac_user_opts in 901 *" 902"enable_$ac_useropt" 903"*) ;; 904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 905 ac_unrecognized_sep=', ';; 906 esac 907 eval enable_$ac_useropt=no ;; 908 909 -docdir | --docdir | --docdi | --doc | --do) 910 ac_prev=docdir ;; 911 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 912 docdir=$ac_optarg ;; 913 914 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 915 ac_prev=dvidir ;; 916 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 917 dvidir=$ac_optarg ;; 918 919 -enable-* | --enable-*) 920 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 921 # Reject names that are not valid shell variable names. 922 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 923 as_fn_error $? "invalid feature name: $ac_useropt" 924 ac_useropt_orig=$ac_useropt 925 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 926 case $ac_user_opts in 927 *" 928"enable_$ac_useropt" 929"*) ;; 930 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 931 ac_unrecognized_sep=', ';; 932 esac 933 eval enable_$ac_useropt=\$ac_optarg ;; 934 935 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 936 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 937 | --exec | --exe | --ex) 938 ac_prev=exec_prefix ;; 939 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 940 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 941 | --exec=* | --exe=* | --ex=*) 942 exec_prefix=$ac_optarg ;; 943 944 -gas | --gas | --ga | --g) 945 # Obsolete; use --with-gas. 946 with_gas=yes ;; 947 948 -help | --help | --hel | --he | -h) 949 ac_init_help=long ;; 950 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 951 ac_init_help=recursive ;; 952 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 953 ac_init_help=short ;; 954 955 -host | --host | --hos | --ho) 956 ac_prev=host_alias ;; 957 -host=* | --host=* | --hos=* | --ho=*) 958 host_alias=$ac_optarg ;; 959 960 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 961 ac_prev=htmldir ;; 962 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 963 | --ht=*) 964 htmldir=$ac_optarg ;; 965 966 -includedir | --includedir | --includedi | --included | --include \ 967 | --includ | --inclu | --incl | --inc) 968 ac_prev=includedir ;; 969 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 970 | --includ=* | --inclu=* | --incl=* | --inc=*) 971 includedir=$ac_optarg ;; 972 973 -infodir | --infodir | --infodi | --infod | --info | --inf) 974 ac_prev=infodir ;; 975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 976 infodir=$ac_optarg ;; 977 978 -libdir | --libdir | --libdi | --libd) 979 ac_prev=libdir ;; 980 -libdir=* | --libdir=* | --libdi=* | --libd=*) 981 libdir=$ac_optarg ;; 982 983 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 984 | --libexe | --libex | --libe) 985 ac_prev=libexecdir ;; 986 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 987 | --libexe=* | --libex=* | --libe=*) 988 libexecdir=$ac_optarg ;; 989 990 -localedir | --localedir | --localedi | --localed | --locale) 991 ac_prev=localedir ;; 992 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 993 localedir=$ac_optarg ;; 994 995 -localstatedir | --localstatedir | --localstatedi | --localstated \ 996 | --localstate | --localstat | --localsta | --localst | --locals) 997 ac_prev=localstatedir ;; 998 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 1000 localstatedir=$ac_optarg ;; 1001 1002 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1003 ac_prev=mandir ;; 1004 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 1005 mandir=$ac_optarg ;; 1006 1007 -nfp | --nfp | --nf) 1008 # Obsolete; use --without-fp. 1009 with_fp=no ;; 1010 1011 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1012 | --no-cr | --no-c | -n) 1013 no_create=yes ;; 1014 1015 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1016 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1017 no_recursion=yes ;; 1018 1019 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1020 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1021 | --oldin | --oldi | --old | --ol | --o) 1022 ac_prev=oldincludedir ;; 1023 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1024 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1025 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1026 oldincludedir=$ac_optarg ;; 1027 1028 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1029 ac_prev=prefix ;; 1030 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1031 prefix=$ac_optarg ;; 1032 1033 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1034 | --program-pre | --program-pr | --program-p) 1035 ac_prev=program_prefix ;; 1036 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1037 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1038 program_prefix=$ac_optarg ;; 1039 1040 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1041 | --program-suf | --program-su | --program-s) 1042 ac_prev=program_suffix ;; 1043 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1044 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1045 program_suffix=$ac_optarg ;; 1046 1047 -program-transform-name | --program-transform-name \ 1048 | --program-transform-nam | --program-transform-na \ 1049 | --program-transform-n | --program-transform- \ 1050 | --program-transform | --program-transfor \ 1051 | --program-transfo | --program-transf \ 1052 | --program-trans | --program-tran \ 1053 | --progr-tra | --program-tr | --program-t) 1054 ac_prev=program_transform_name ;; 1055 -program-transform-name=* | --program-transform-name=* \ 1056 | --program-transform-nam=* | --program-transform-na=* \ 1057 | --program-transform-n=* | --program-transform-=* \ 1058 | --program-transform=* | --program-transfor=* \ 1059 | --program-transfo=* | --program-transf=* \ 1060 | --program-trans=* | --program-tran=* \ 1061 | --progr-tra=* | --program-tr=* | --program-t=*) 1062 program_transform_name=$ac_optarg ;; 1063 1064 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1065 ac_prev=pdfdir ;; 1066 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1067 pdfdir=$ac_optarg ;; 1068 1069 -psdir | --psdir | --psdi | --psd | --ps) 1070 ac_prev=psdir ;; 1071 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1072 psdir=$ac_optarg ;; 1073 1074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1075 | -silent | --silent | --silen | --sile | --sil) 1076 silent=yes ;; 1077 1078 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1079 ac_prev=sbindir ;; 1080 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1081 | --sbi=* | --sb=*) 1082 sbindir=$ac_optarg ;; 1083 1084 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1085 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1086 | --sharedst | --shareds | --shared | --share | --shar \ 1087 | --sha | --sh) 1088 ac_prev=sharedstatedir ;; 1089 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1090 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1091 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1092 | --sha=* | --sh=*) 1093 sharedstatedir=$ac_optarg ;; 1094 1095 -site | --site | --sit) 1096 ac_prev=site ;; 1097 -site=* | --site=* | --sit=*) 1098 site=$ac_optarg ;; 1099 1100 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1101 ac_prev=srcdir ;; 1102 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1103 srcdir=$ac_optarg ;; 1104 1105 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1106 | --syscon | --sysco | --sysc | --sys | --sy) 1107 ac_prev=sysconfdir ;; 1108 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1109 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1110 sysconfdir=$ac_optarg ;; 1111 1112 -target | --target | --targe | --targ | --tar | --ta | --t) 1113 ac_prev=target_alias ;; 1114 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1115 target_alias=$ac_optarg ;; 1116 1117 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1118 verbose=yes ;; 1119 1120 -version | --version | --versio | --versi | --vers | -V) 1121 ac_init_version=: ;; 1122 1123 -with-* | --with-*) 1124 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1125 # Reject names that are not valid shell variable names. 1126 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1127 as_fn_error $? "invalid package name: $ac_useropt" 1128 ac_useropt_orig=$ac_useropt 1129 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1130 case $ac_user_opts in 1131 *" 1132"with_$ac_useropt" 1133"*) ;; 1134 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1135 ac_unrecognized_sep=', ';; 1136 esac 1137 eval with_$ac_useropt=\$ac_optarg ;; 1138 1139 -without-* | --without-*) 1140 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1141 # Reject names that are not valid shell variable names. 1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1143 as_fn_error $? "invalid package name: $ac_useropt" 1144 ac_useropt_orig=$ac_useropt 1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1146 case $ac_user_opts in 1147 *" 1148"with_$ac_useropt" 1149"*) ;; 1150 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1151 ac_unrecognized_sep=', ';; 1152 esac 1153 eval with_$ac_useropt=no ;; 1154 1155 --x) 1156 # Obsolete; use --with-x. 1157 with_x=yes ;; 1158 1159 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1160 | --x-incl | --x-inc | --x-in | --x-i) 1161 ac_prev=x_includes ;; 1162 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1163 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1164 x_includes=$ac_optarg ;; 1165 1166 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1167 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1168 ac_prev=x_libraries ;; 1169 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1170 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1171 x_libraries=$ac_optarg ;; 1172 1173 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1174Try \`$0 --help' for more information" 1175 ;; 1176 1177 *=*) 1178 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1179 # Reject names that are not valid shell variable names. 1180 case $ac_envvar in #( 1181 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1182 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1183 esac 1184 eval $ac_envvar=\$ac_optarg 1185 export $ac_envvar ;; 1186 1187 *) 1188 # FIXME: should be removed in autoconf 3.0. 1189 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1190 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1191 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1192 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1193 ;; 1194 1195 esac 1196done 1197 1198if test -n "$ac_prev"; then 1199 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1200 as_fn_error $? "missing argument to $ac_option" 1201fi 1202 1203if test -n "$ac_unrecognized_opts"; then 1204 case $enable_option_checking in 1205 no) ;; 1206 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1207 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1208 esac 1209fi 1210 1211# Check all directory arguments for consistency. 1212for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1213 datadir sysconfdir sharedstatedir localstatedir includedir \ 1214 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1215 libdir localedir mandir 1216do 1217 eval ac_val=\$$ac_var 1218 # Remove trailing slashes. 1219 case $ac_val in 1220 */ ) 1221 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1222 eval $ac_var=\$ac_val;; 1223 esac 1224 # Be sure to have absolute directory names. 1225 case $ac_val in 1226 [\\/$]* | ?:[\\/]* ) continue;; 1227 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1228 esac 1229 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1230done 1231 1232# There might be people who depend on the old broken behavior: `$host' 1233# used to hold the argument of --host etc. 1234# FIXME: To remove some day. 1235build=$build_alias 1236host=$host_alias 1237target=$target_alias 1238 1239# FIXME: To remove some day. 1240if test "x$host_alias" != x; then 1241 if test "x$build_alias" = x; then 1242 cross_compiling=maybe 1243 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1244 If a cross compiler is detected then cross compile mode will be used" >&2 1245 elif test "x$build_alias" != "x$host_alias"; then 1246 cross_compiling=yes 1247 fi 1248fi 1249 1250ac_tool_prefix= 1251test -n "$host_alias" && ac_tool_prefix=$host_alias- 1252 1253test "$silent" = yes && exec 6>/dev/null 1254 1255 1256ac_pwd=`pwd` && test -n "$ac_pwd" && 1257ac_ls_di=`ls -di .` && 1258ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1259 as_fn_error $? "working directory cannot be determined" 1260test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1261 as_fn_error $? "pwd does not report name of working directory" 1262 1263 1264# Find the source files, if location was not specified. 1265if test -z "$srcdir"; then 1266 ac_srcdir_defaulted=yes 1267 # Try the directory containing this script, then the parent directory. 1268 ac_confdir=`$as_dirname -- "$as_myself" || 1269$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1270 X"$as_myself" : 'X\(//\)[^/]' \| \ 1271 X"$as_myself" : 'X\(//\)$' \| \ 1272 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1273$as_echo X"$as_myself" | 1274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1275 s//\1/ 1276 q 1277 } 1278 /^X\(\/\/\)[^/].*/{ 1279 s//\1/ 1280 q 1281 } 1282 /^X\(\/\/\)$/{ 1283 s//\1/ 1284 q 1285 } 1286 /^X\(\/\).*/{ 1287 s//\1/ 1288 q 1289 } 1290 s/.*/./; q'` 1291 srcdir=$ac_confdir 1292 if test ! -r "$srcdir/$ac_unique_file"; then 1293 srcdir=.. 1294 fi 1295else 1296 ac_srcdir_defaulted=no 1297fi 1298if test ! -r "$srcdir/$ac_unique_file"; then 1299 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1300 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1301fi 1302ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1303ac_abs_confdir=`( 1304 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1305 pwd)` 1306# When building in place, set srcdir=. 1307if test "$ac_abs_confdir" = "$ac_pwd"; then 1308 srcdir=. 1309fi 1310# Remove unnecessary trailing slashes from srcdir. 1311# Double slashes in file names in object file debugging info 1312# mess up M-x gdb in Emacs. 1313case $srcdir in 1314*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1315esac 1316for ac_var in $ac_precious_vars; do 1317 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1318 eval ac_env_${ac_var}_value=\$${ac_var} 1319 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1320 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1321done 1322 1323# 1324# Report the --help message. 1325# 1326if test "$ac_init_help" = "long"; then 1327 # Omit some internal or obsolete options to make the list less imposing. 1328 # This message is too long to be a string in the A/UX 3.1 sh. 1329 cat <<_ACEOF 1330\`configure' configures font-adobe-utopia-75dpi 1.0.4 to adapt to many kinds of systems. 1331 1332Usage: $0 [OPTION]... [VAR=VALUE]... 1333 1334To assign environment variables (e.g., CC, CFLAGS...), specify them as 1335VAR=VALUE. See below for descriptions of some of the useful variables. 1336 1337Defaults for the options are specified in brackets. 1338 1339Configuration: 1340 -h, --help display this help and exit 1341 --help=short display options specific to this package 1342 --help=recursive display the short help of all the included packages 1343 -V, --version display version information and exit 1344 -q, --quiet, --silent do not print \`checking ...' messages 1345 --cache-file=FILE cache test results in FILE [disabled] 1346 -C, --config-cache alias for \`--cache-file=config.cache' 1347 -n, --no-create do not create output files 1348 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1349 1350Installation directories: 1351 --prefix=PREFIX install architecture-independent files in PREFIX 1352 [$ac_default_prefix] 1353 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1354 [PREFIX] 1355 1356By default, \`make install' will install all the files in 1357\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1358an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1359for instance \`--prefix=\$HOME'. 1360 1361For better control, use the options below. 1362 1363Fine tuning of the installation directories: 1364 --bindir=DIR user executables [EPREFIX/bin] 1365 --sbindir=DIR system admin executables [EPREFIX/sbin] 1366 --libexecdir=DIR program executables [EPREFIX/libexec] 1367 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1368 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1369 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1370 --libdir=DIR object code libraries [EPREFIX/lib] 1371 --includedir=DIR C header files [PREFIX/include] 1372 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1373 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1374 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1375 --infodir=DIR info documentation [DATAROOTDIR/info] 1376 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1377 --mandir=DIR man documentation [DATAROOTDIR/man] 1378 --docdir=DIR documentation root 1379 [DATAROOTDIR/doc/font-adobe-utopia-75dpi] 1380 --htmldir=DIR html documentation [DOCDIR] 1381 --dvidir=DIR dvi documentation [DOCDIR] 1382 --pdfdir=DIR pdf documentation [DOCDIR] 1383 --psdir=DIR ps documentation [DOCDIR] 1384_ACEOF 1385 1386 cat <<\_ACEOF 1387 1388Program names: 1389 --program-prefix=PREFIX prepend PREFIX to installed program names 1390 --program-suffix=SUFFIX append SUFFIX to installed program names 1391 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1392 1393System types: 1394 --build=BUILD configure for building on BUILD [guessed] 1395 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1396_ACEOF 1397fi 1398 1399if test -n "$ac_init_help"; then 1400 case $ac_init_help in 1401 short | recursive ) echo "Configuration of font-adobe-utopia-75dpi 1.0.4:";; 1402 esac 1403 cat <<\_ACEOF 1404 1405Optional Features: 1406 --disable-option-checking ignore unrecognized --enable/--with options 1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1409 --enable-maintainer-mode enable make rules and dependencies not useful 1410 (and sometimes confusing) to the casual installer 1411 --disable-dependency-tracking speeds up one-time build 1412 --enable-dependency-tracking do not reject slow dependency extractors 1413 --enable-strict-compilation 1414 Enable all warnings from compiler and make them 1415 errors (default: disabled) 1416 --enable-silent-rules less verbose build output (undo: `make V=1') 1417 --disable-silent-rules verbose build output (undo: `make V=0') 1418 --disable-all-encodings Disable building of all font encodings 1419 --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 1420 --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 1421 --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 1422 --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 1423 --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 1424 --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 1425 --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 1426 --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 1427 --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 1428 1429Optional Packages: 1430 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1431 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1432 --with-fontrootdir=DIR Path to root directory for font files 1433 --with-fontdir=DIR Path to 75dpi files [FONTROOTDIR/75dpi] 1434 --with-compression=<no|compress|gzip|bzip2> 1435 compression method to use on pcf fonts 1436 1437Some influential environment variables: 1438 CC C compiler command 1439 CFLAGS C compiler flags 1440 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1441 nonstandard directory <lib dir> 1442 LIBS libraries to pass to the linker, e.g. -l<library> 1443 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1444 you have headers in a nonstandard directory <include dir> 1445 CPP C preprocessor 1446 PKG_CONFIG path to pkg-config utility 1447 PKG_CONFIG_PATH 1448 directories to add to pkg-config's search path 1449 PKG_CONFIG_LIBDIR 1450 path overriding pkg-config's built-in search path 1451 MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 1452 MAPS_LIBS linker flags for MAPS, overriding pkg-config 1453 1454Use these variables to override the choices made by `configure' or to help 1455it to find libraries and programs with nonstandard names/locations. 1456 1457Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 1458_ACEOF 1459ac_status=$? 1460fi 1461 1462if test "$ac_init_help" = "recursive"; then 1463 # If there are subdirs, report their specific --help. 1464 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1465 test -d "$ac_dir" || 1466 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1467 continue 1468 ac_builddir=. 1469 1470case "$ac_dir" in 1471.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1472*) 1473 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1474 # A ".." for each directory in $ac_dir_suffix. 1475 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1476 case $ac_top_builddir_sub in 1477 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1478 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1479 esac ;; 1480esac 1481ac_abs_top_builddir=$ac_pwd 1482ac_abs_builddir=$ac_pwd$ac_dir_suffix 1483# for backward compatibility: 1484ac_top_builddir=$ac_top_build_prefix 1485 1486case $srcdir in 1487 .) # We are building in place. 1488 ac_srcdir=. 1489 ac_top_srcdir=$ac_top_builddir_sub 1490 ac_abs_top_srcdir=$ac_pwd ;; 1491 [\\/]* | ?:[\\/]* ) # Absolute name. 1492 ac_srcdir=$srcdir$ac_dir_suffix; 1493 ac_top_srcdir=$srcdir 1494 ac_abs_top_srcdir=$srcdir ;; 1495 *) # Relative name. 1496 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1497 ac_top_srcdir=$ac_top_build_prefix$srcdir 1498 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1499esac 1500ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1501 1502 cd "$ac_dir" || { ac_status=$?; continue; } 1503 # Check for guested configure. 1504 if test -f "$ac_srcdir/configure.gnu"; then 1505 echo && 1506 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1507 elif test -f "$ac_srcdir/configure"; then 1508 echo && 1509 $SHELL "$ac_srcdir/configure" --help=recursive 1510 else 1511 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1512 fi || ac_status=$? 1513 cd "$ac_pwd" || { ac_status=$?; break; } 1514 done 1515fi 1516 1517test -n "$ac_init_help" && exit $ac_status 1518if $ac_init_version; then 1519 cat <<\_ACEOF 1520font-adobe-utopia-75dpi configure 1.0.4 1521generated by GNU Autoconf 2.68 1522 1523Copyright (C) 2010 Free Software Foundation, Inc. 1524This configure script is free software; the Free Software Foundation 1525gives unlimited permission to copy, distribute and modify it. 1526_ACEOF 1527 exit 1528fi 1529 1530## ------------------------ ## 1531## Autoconf initialization. ## 1532## ------------------------ ## 1533 1534# ac_fn_c_try_compile LINENO 1535# -------------------------- 1536# Try to compile conftest.$ac_ext, and return whether this succeeded. 1537ac_fn_c_try_compile () 1538{ 1539 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1540 rm -f conftest.$ac_objext 1541 if { { ac_try="$ac_compile" 1542case "(($ac_try" in 1543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1544 *) ac_try_echo=$ac_try;; 1545esac 1546eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1547$as_echo "$ac_try_echo"; } >&5 1548 (eval "$ac_compile") 2>conftest.err 1549 ac_status=$? 1550 if test -s conftest.err; then 1551 grep -v '^ *+' conftest.err >conftest.er1 1552 cat conftest.er1 >&5 1553 mv -f conftest.er1 conftest.err 1554 fi 1555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1556 test $ac_status = 0; } && { 1557 test -z "$ac_c_werror_flag" || 1558 test ! -s conftest.err 1559 } && test -s conftest.$ac_objext; then : 1560 ac_retval=0 1561else 1562 $as_echo "$as_me: failed program was:" >&5 1563sed 's/^/| /' conftest.$ac_ext >&5 1564 1565 ac_retval=1 1566fi 1567 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1568 as_fn_set_status $ac_retval 1569 1570} # ac_fn_c_try_compile 1571 1572# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES 1573# --------------------------------------------- 1574# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR 1575# accordingly. 1576ac_fn_c_check_decl () 1577{ 1578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1579 as_decl_name=`echo $2|sed 's/ *(.*//'` 1580 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` 1581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 1582$as_echo_n "checking whether $as_decl_name is declared... " >&6; } 1583if eval \${$3+:} false; then : 1584 $as_echo_n "(cached) " >&6 1585else 1586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1587/* end confdefs.h. */ 1588$4 1589int 1590main () 1591{ 1592#ifndef $as_decl_name 1593#ifdef __cplusplus 1594 (void) $as_decl_use; 1595#else 1596 (void) $as_decl_name; 1597#endif 1598#endif 1599 1600 ; 1601 return 0; 1602} 1603_ACEOF 1604if ac_fn_c_try_compile "$LINENO"; then : 1605 eval "$3=yes" 1606else 1607 eval "$3=no" 1608fi 1609rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1610fi 1611eval ac_res=\$$3 1612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1613$as_echo "$ac_res" >&6; } 1614 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1615 1616} # ac_fn_c_check_decl 1617 1618# ac_fn_c_try_cpp LINENO 1619# ---------------------- 1620# Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1621ac_fn_c_try_cpp () 1622{ 1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1624 if { { ac_try="$ac_cpp conftest.$ac_ext" 1625case "(($ac_try" in 1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1627 *) ac_try_echo=$ac_try;; 1628esac 1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1630$as_echo "$ac_try_echo"; } >&5 1631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1632 ac_status=$? 1633 if test -s conftest.err; then 1634 grep -v '^ *+' conftest.err >conftest.er1 1635 cat conftest.er1 >&5 1636 mv -f conftest.er1 conftest.err 1637 fi 1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1639 test $ac_status = 0; } > conftest.i && { 1640 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1641 test ! -s conftest.err 1642 }; then : 1643 ac_retval=0 1644else 1645 $as_echo "$as_me: failed program was:" >&5 1646sed 's/^/| /' conftest.$ac_ext >&5 1647 1648 ac_retval=1 1649fi 1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1651 as_fn_set_status $ac_retval 1652 1653} # ac_fn_c_try_cpp 1654 1655# ac_fn_c_try_run LINENO 1656# ---------------------- 1657# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1658# that executables *can* be run. 1659ac_fn_c_try_run () 1660{ 1661 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1662 if { { ac_try="$ac_link" 1663case "(($ac_try" in 1664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1665 *) ac_try_echo=$ac_try;; 1666esac 1667eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1668$as_echo "$ac_try_echo"; } >&5 1669 (eval "$ac_link") 2>&5 1670 ac_status=$? 1671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1672 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1673 { { case "(($ac_try" in 1674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1675 *) ac_try_echo=$ac_try;; 1676esac 1677eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1678$as_echo "$ac_try_echo"; } >&5 1679 (eval "$ac_try") 2>&5 1680 ac_status=$? 1681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1682 test $ac_status = 0; }; }; then : 1683 ac_retval=0 1684else 1685 $as_echo "$as_me: program exited with status $ac_status" >&5 1686 $as_echo "$as_me: failed program was:" >&5 1687sed 's/^/| /' conftest.$ac_ext >&5 1688 1689 ac_retval=$ac_status 1690fi 1691 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1692 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1693 as_fn_set_status $ac_retval 1694 1695} # ac_fn_c_try_run 1696 1697# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1698# ------------------------------------------------------- 1699# Tests whether HEADER exists and can be compiled using the include files in 1700# INCLUDES, setting the cache variable VAR accordingly. 1701ac_fn_c_check_header_compile () 1702{ 1703 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1705$as_echo_n "checking for $2... " >&6; } 1706if eval \${$3+:} false; then : 1707 $as_echo_n "(cached) " >&6 1708else 1709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1710/* end confdefs.h. */ 1711$4 1712#include <$2> 1713_ACEOF 1714if ac_fn_c_try_compile "$LINENO"; then : 1715 eval "$3=yes" 1716else 1717 eval "$3=no" 1718fi 1719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1720fi 1721eval ac_res=\$$3 1722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1723$as_echo "$ac_res" >&6; } 1724 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1725 1726} # ac_fn_c_check_header_compile 1727cat >config.log <<_ACEOF 1728This file contains any messages produced by compilers while 1729running configure, to aid debugging if configure makes a mistake. 1730 1731It was created by font-adobe-utopia-75dpi $as_me 1.0.4, which was 1732generated by GNU Autoconf 2.68. Invocation command line was 1733 1734 $ $0 $@ 1735 1736_ACEOF 1737exec 5>>config.log 1738{ 1739cat <<_ASUNAME 1740## --------- ## 1741## Platform. ## 1742## --------- ## 1743 1744hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1745uname -m = `(uname -m) 2>/dev/null || echo unknown` 1746uname -r = `(uname -r) 2>/dev/null || echo unknown` 1747uname -s = `(uname -s) 2>/dev/null || echo unknown` 1748uname -v = `(uname -v) 2>/dev/null || echo unknown` 1749 1750/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1751/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1752 1753/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1754/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1755/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1756/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1757/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1758/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1759/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1760 1761_ASUNAME 1762 1763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1764for as_dir in $PATH 1765do 1766 IFS=$as_save_IFS 1767 test -z "$as_dir" && as_dir=. 1768 $as_echo "PATH: $as_dir" 1769 done 1770IFS=$as_save_IFS 1771 1772} >&5 1773 1774cat >&5 <<_ACEOF 1775 1776 1777## ----------- ## 1778## Core tests. ## 1779## ----------- ## 1780 1781_ACEOF 1782 1783 1784# Keep a trace of the command line. 1785# Strip out --no-create and --no-recursion so they do not pile up. 1786# Strip out --silent because we don't want to record it for future runs. 1787# Also quote any args containing shell meta-characters. 1788# Make two passes to allow for proper duplicate-argument suppression. 1789ac_configure_args= 1790ac_configure_args0= 1791ac_configure_args1= 1792ac_must_keep_next=false 1793for ac_pass in 1 2 1794do 1795 for ac_arg 1796 do 1797 case $ac_arg in 1798 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1799 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1800 | -silent | --silent | --silen | --sile | --sil) 1801 continue ;; 1802 *\'*) 1803 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1804 esac 1805 case $ac_pass in 1806 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1807 2) 1808 as_fn_append ac_configure_args1 " '$ac_arg'" 1809 if test $ac_must_keep_next = true; then 1810 ac_must_keep_next=false # Got value, back to normal. 1811 else 1812 case $ac_arg in 1813 *=* | --config-cache | -C | -disable-* | --disable-* \ 1814 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1815 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1816 | -with-* | --with-* | -without-* | --without-* | --x) 1817 case "$ac_configure_args0 " in 1818 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1819 esac 1820 ;; 1821 -* ) ac_must_keep_next=true ;; 1822 esac 1823 fi 1824 as_fn_append ac_configure_args " '$ac_arg'" 1825 ;; 1826 esac 1827 done 1828done 1829{ ac_configure_args0=; unset ac_configure_args0;} 1830{ ac_configure_args1=; unset ac_configure_args1;} 1831 1832# When interrupted or exit'd, cleanup temporary files, and complete 1833# config.log. We remove comments because anyway the quotes in there 1834# would cause problems or look ugly. 1835# WARNING: Use '\'' to represent an apostrophe within the trap. 1836# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1837trap 'exit_status=$? 1838 # Save into config.log some information that might help in debugging. 1839 { 1840 echo 1841 1842 $as_echo "## ---------------- ## 1843## Cache variables. ## 1844## ---------------- ##" 1845 echo 1846 # The following way of writing the cache mishandles newlines in values, 1847( 1848 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1849 eval ac_val=\$$ac_var 1850 case $ac_val in #( 1851 *${as_nl}*) 1852 case $ac_var in #( 1853 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1854$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1855 esac 1856 case $ac_var in #( 1857 _ | IFS | as_nl) ;; #( 1858 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1859 *) { eval $ac_var=; unset $ac_var;} ;; 1860 esac ;; 1861 esac 1862 done 1863 (set) 2>&1 | 1864 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1865 *${as_nl}ac_space=\ *) 1866 sed -n \ 1867 "s/'\''/'\''\\\\'\'''\''/g; 1868 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1869 ;; #( 1870 *) 1871 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1872 ;; 1873 esac | 1874 sort 1875) 1876 echo 1877 1878 $as_echo "## ----------------- ## 1879## Output variables. ## 1880## ----------------- ##" 1881 echo 1882 for ac_var in $ac_subst_vars 1883 do 1884 eval ac_val=\$$ac_var 1885 case $ac_val in 1886 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1887 esac 1888 $as_echo "$ac_var='\''$ac_val'\''" 1889 done | sort 1890 echo 1891 1892 if test -n "$ac_subst_files"; then 1893 $as_echo "## ------------------- ## 1894## File substitutions. ## 1895## ------------------- ##" 1896 echo 1897 for ac_var in $ac_subst_files 1898 do 1899 eval ac_val=\$$ac_var 1900 case $ac_val in 1901 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1902 esac 1903 $as_echo "$ac_var='\''$ac_val'\''" 1904 done | sort 1905 echo 1906 fi 1907 1908 if test -s confdefs.h; then 1909 $as_echo "## ----------- ## 1910## confdefs.h. ## 1911## ----------- ##" 1912 echo 1913 cat confdefs.h 1914 echo 1915 fi 1916 test "$ac_signal" != 0 && 1917 $as_echo "$as_me: caught signal $ac_signal" 1918 $as_echo "$as_me: exit $exit_status" 1919 } >&5 1920 rm -f core *.core core.conftest.* && 1921 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1922 exit $exit_status 1923' 0 1924for ac_signal in 1 2 13 15; do 1925 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1926done 1927ac_signal=0 1928 1929# confdefs.h avoids OS command line length limits that DEFS can exceed. 1930rm -f -r conftest* confdefs.h 1931 1932$as_echo "/* confdefs.h */" > confdefs.h 1933 1934# Predefined preprocessor variables. 1935 1936cat >>confdefs.h <<_ACEOF 1937#define PACKAGE_NAME "$PACKAGE_NAME" 1938_ACEOF 1939 1940cat >>confdefs.h <<_ACEOF 1941#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1942_ACEOF 1943 1944cat >>confdefs.h <<_ACEOF 1945#define PACKAGE_VERSION "$PACKAGE_VERSION" 1946_ACEOF 1947 1948cat >>confdefs.h <<_ACEOF 1949#define PACKAGE_STRING "$PACKAGE_STRING" 1950_ACEOF 1951 1952cat >>confdefs.h <<_ACEOF 1953#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1954_ACEOF 1955 1956cat >>confdefs.h <<_ACEOF 1957#define PACKAGE_URL "$PACKAGE_URL" 1958_ACEOF 1959 1960 1961# Let the site file select an alternate cache file if it wants to. 1962# Prefer an explicitly selected file to automatically selected ones. 1963ac_site_file1=NONE 1964ac_site_file2=NONE 1965if test -n "$CONFIG_SITE"; then 1966 # We do not want a PATH search for config.site. 1967 case $CONFIG_SITE in #(( 1968 -*) ac_site_file1=./$CONFIG_SITE;; 1969 */*) ac_site_file1=$CONFIG_SITE;; 1970 *) ac_site_file1=./$CONFIG_SITE;; 1971 esac 1972elif test "x$prefix" != xNONE; then 1973 ac_site_file1=$prefix/share/config.site 1974 ac_site_file2=$prefix/etc/config.site 1975else 1976 ac_site_file1=$ac_default_prefix/share/config.site 1977 ac_site_file2=$ac_default_prefix/etc/config.site 1978fi 1979for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1980do 1981 test "x$ac_site_file" = xNONE && continue 1982 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 1983 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1984$as_echo "$as_me: loading site script $ac_site_file" >&6;} 1985 sed 's/^/| /' "$ac_site_file" >&5 1986 . "$ac_site_file" \ 1987 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1988$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1989as_fn_error $? "failed to load site script $ac_site_file 1990See \`config.log' for more details" "$LINENO" 5; } 1991 fi 1992done 1993 1994if test -r "$cache_file"; then 1995 # Some versions of bash will fail to source /dev/null (special files 1996 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1997 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1998 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1999$as_echo "$as_me: loading cache $cache_file" >&6;} 2000 case $cache_file in 2001 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2002 *) . "./$cache_file";; 2003 esac 2004 fi 2005else 2006 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 2007$as_echo "$as_me: creating cache $cache_file" >&6;} 2008 >$cache_file 2009fi 2010 2011# Check that the precious variables saved in the cache have kept the same 2012# value. 2013ac_cache_corrupted=false 2014for ac_var in $ac_precious_vars; do 2015 eval ac_old_set=\$ac_cv_env_${ac_var}_set 2016 eval ac_new_set=\$ac_env_${ac_var}_set 2017 eval ac_old_val=\$ac_cv_env_${ac_var}_value 2018 eval ac_new_val=\$ac_env_${ac_var}_value 2019 case $ac_old_set,$ac_new_set in 2020 set,) 2021 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2022$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2023 ac_cache_corrupted=: ;; 2024 ,set) 2025 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 2026$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2027 ac_cache_corrupted=: ;; 2028 ,);; 2029 *) 2030 if test "x$ac_old_val" != "x$ac_new_val"; then 2031 # differences in whitespace do not lead to failure. 2032 ac_old_val_w=`echo x $ac_old_val` 2033 ac_new_val_w=`echo x $ac_new_val` 2034 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2035 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2036$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2037 ac_cache_corrupted=: 2038 else 2039 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2040$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2041 eval $ac_var=\$ac_old_val 2042 fi 2043 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2044$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2045 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2046$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 2047 fi;; 2048 esac 2049 # Pass precious variables to config.status. 2050 if test "$ac_new_set" = set; then 2051 case $ac_new_val in 2052 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2053 *) ac_arg=$ac_var=$ac_new_val ;; 2054 esac 2055 case " $ac_configure_args " in 2056 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2057 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 2058 esac 2059 fi 2060done 2061if $ac_cache_corrupted; then 2062 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2063$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2064 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2065$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2066 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2067fi 2068## -------------------- ## 2069## Main body of script. ## 2070## -------------------- ## 2071 2072ac_ext=c 2073ac_cpp='$CPP $CPPFLAGS' 2074ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2076ac_compiler_gnu=$ac_cv_c_compiler_gnu 2077 2078 2079am__api_version='1.11' 2080 2081ac_aux_dir= 2082for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2083 if test -f "$ac_dir/install-sh"; then 2084 ac_aux_dir=$ac_dir 2085 ac_install_sh="$ac_aux_dir/install-sh -c" 2086 break 2087 elif test -f "$ac_dir/install.sh"; then 2088 ac_aux_dir=$ac_dir 2089 ac_install_sh="$ac_aux_dir/install.sh -c" 2090 break 2091 elif test -f "$ac_dir/shtool"; then 2092 ac_aux_dir=$ac_dir 2093 ac_install_sh="$ac_aux_dir/shtool install -c" 2094 break 2095 fi 2096done 2097if test -z "$ac_aux_dir"; then 2098 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2099fi 2100 2101# These three variables are undocumented and unsupported, 2102# and are intended to be withdrawn in a future Autoconf release. 2103# They can cause serious problems if a builder's source tree is in a directory 2104# whose full name contains unusual characters. 2105ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 2106ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 2107ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2108 2109 2110# Find a good install program. We prefer a C program (faster), 2111# so one script is as good as another. But avoid the broken or 2112# incompatible versions: 2113# SysV /etc/install, /usr/sbin/install 2114# SunOS /usr/etc/install 2115# IRIX /sbin/install 2116# AIX /bin/install 2117# AmigaOS /C/install, which installs bootblocks on floppy discs 2118# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 2119# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2120# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2121# OS/2's system install, which has a completely different semantic 2122# ./install, which can be erroneously created by make from ./install.sh. 2123# Reject install programs that cannot install multiple files. 2124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2125$as_echo_n "checking for a BSD-compatible install... " >&6; } 2126if test -z "$INSTALL"; then 2127if ${ac_cv_path_install+:} false; then : 2128 $as_echo_n "(cached) " >&6 2129else 2130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2131for as_dir in $PATH 2132do 2133 IFS=$as_save_IFS 2134 test -z "$as_dir" && as_dir=. 2135 # Account for people who put trailing slashes in PATH elements. 2136case $as_dir/ in #(( 2137 ./ | .// | /[cC]/* | \ 2138 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2139 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2140 /usr/ucb/* ) ;; 2141 *) 2142 # OSF1 and SCO ODT 3.0 have their own names for install. 2143 # Don't use installbsd from OSF since it installs stuff as root 2144 # by default. 2145 for ac_prog in ginstall scoinst install; do 2146 for ac_exec_ext in '' $ac_executable_extensions; do 2147 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2148 if test $ac_prog = install && 2149 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2150 # AIX install. It has an incompatible calling convention. 2151 : 2152 elif test $ac_prog = install && 2153 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2154 # program-specific install script used by HP pwplus--don't use. 2155 : 2156 else 2157 rm -rf conftest.one conftest.two conftest.dir 2158 echo one > conftest.one 2159 echo two > conftest.two 2160 mkdir conftest.dir 2161 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2162 test -s conftest.one && test -s conftest.two && 2163 test -s conftest.dir/conftest.one && 2164 test -s conftest.dir/conftest.two 2165 then 2166 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2167 break 3 2168 fi 2169 fi 2170 fi 2171 done 2172 done 2173 ;; 2174esac 2175 2176 done 2177IFS=$as_save_IFS 2178 2179rm -rf conftest.one conftest.two conftest.dir 2180 2181fi 2182 if test "${ac_cv_path_install+set}" = set; then 2183 INSTALL=$ac_cv_path_install 2184 else 2185 # As a last resort, use the slow shell script. Don't cache a 2186 # value for INSTALL within a source directory, because that will 2187 # break other packages using the cache if that directory is 2188 # removed, or if the value is a relative name. 2189 INSTALL=$ac_install_sh 2190 fi 2191fi 2192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2193$as_echo "$INSTALL" >&6; } 2194 2195# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2196# It thinks the first close brace ends the variable substitution. 2197test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2198 2199test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2200 2201test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2202 2203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2204$as_echo_n "checking whether build environment is sane... " >&6; } 2205# Just in case 2206sleep 1 2207echo timestamp > conftest.file 2208# Reject unsafe characters in $srcdir or the absolute working directory 2209# name. Accept space and tab only in the latter. 2210am_lf=' 2211' 2212case `pwd` in 2213 *[\\\"\#\$\&\'\`$am_lf]*) 2214 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2215esac 2216case $srcdir in 2217 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2218 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2219esac 2220 2221# Do `set' in a subshell so we don't clobber the current shell's 2222# arguments. Must try -L first in case configure is actually a 2223# symlink; some systems play weird games with the mod time of symlinks 2224# (eg FreeBSD returns the mod time of the symlink's containing 2225# directory). 2226if ( 2227 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2228 if test "$*" = "X"; then 2229 # -L didn't work. 2230 set X `ls -t "$srcdir/configure" conftest.file` 2231 fi 2232 rm -f conftest.file 2233 if test "$*" != "X $srcdir/configure conftest.file" \ 2234 && test "$*" != "X conftest.file $srcdir/configure"; then 2235 2236 # If neither matched, then we have a broken ls. This can happen 2237 # if, for instance, CONFIG_SHELL is bash and it inherits a 2238 # broken ls alias from the environment. This has actually 2239 # happened. Such a system could not be considered "sane". 2240 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2241alias in your environment" "$LINENO" 5 2242 fi 2243 2244 test "$2" = conftest.file 2245 ) 2246then 2247 # Ok. 2248 : 2249else 2250 as_fn_error $? "newly created file is older than distributed files! 2251Check your system clock" "$LINENO" 5 2252fi 2253{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2254$as_echo "yes" >&6; } 2255test "$program_prefix" != NONE && 2256 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2257# Use a double $ so make ignores it. 2258test "$program_suffix" != NONE && 2259 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2260# Double any \ or $. 2261# By default was `s,x,x', remove it if useless. 2262ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2263program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2264 2265# expand $ac_aux_dir to an absolute path 2266am_aux_dir=`cd $ac_aux_dir && pwd` 2267 2268if test x"${MISSING+set}" != xset; then 2269 case $am_aux_dir in 2270 *\ * | *\ *) 2271 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2272 *) 2273 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2274 esac 2275fi 2276# Use eval to expand $SHELL 2277if eval "$MISSING --run true"; then 2278 am_missing_run="$MISSING --run " 2279else 2280 am_missing_run= 2281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2282$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2283fi 2284 2285if test x"${install_sh}" != xset; then 2286 case $am_aux_dir in 2287 *\ * | *\ *) 2288 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2289 *) 2290 install_sh="\${SHELL} $am_aux_dir/install-sh" 2291 esac 2292fi 2293 2294# Installed binaries are usually stripped using `strip' when the user 2295# run `make install-strip'. However `strip' might not be the right 2296# tool to use in cross-compilation environments, therefore Automake 2297# will honor the `STRIP' environment variable to overrule this program. 2298if test "$cross_compiling" != no; then 2299 if test -n "$ac_tool_prefix"; then 2300 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2301set dummy ${ac_tool_prefix}strip; ac_word=$2 2302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2303$as_echo_n "checking for $ac_word... " >&6; } 2304if ${ac_cv_prog_STRIP+:} false; then : 2305 $as_echo_n "(cached) " >&6 2306else 2307 if test -n "$STRIP"; then 2308 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2309else 2310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2311for as_dir in $PATH 2312do 2313 IFS=$as_save_IFS 2314 test -z "$as_dir" && as_dir=. 2315 for ac_exec_ext in '' $ac_executable_extensions; do 2316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2317 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2319 break 2 2320 fi 2321done 2322 done 2323IFS=$as_save_IFS 2324 2325fi 2326fi 2327STRIP=$ac_cv_prog_STRIP 2328if test -n "$STRIP"; then 2329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2330$as_echo "$STRIP" >&6; } 2331else 2332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2333$as_echo "no" >&6; } 2334fi 2335 2336 2337fi 2338if test -z "$ac_cv_prog_STRIP"; then 2339 ac_ct_STRIP=$STRIP 2340 # Extract the first word of "strip", so it can be a program name with args. 2341set dummy strip; ac_word=$2 2342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2343$as_echo_n "checking for $ac_word... " >&6; } 2344if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 2345 $as_echo_n "(cached) " >&6 2346else 2347 if test -n "$ac_ct_STRIP"; then 2348 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2349else 2350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2351for as_dir in $PATH 2352do 2353 IFS=$as_save_IFS 2354 test -z "$as_dir" && as_dir=. 2355 for ac_exec_ext in '' $ac_executable_extensions; do 2356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2357 ac_cv_prog_ac_ct_STRIP="strip" 2358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2359 break 2 2360 fi 2361done 2362 done 2363IFS=$as_save_IFS 2364 2365fi 2366fi 2367ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2368if test -n "$ac_ct_STRIP"; then 2369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2370$as_echo "$ac_ct_STRIP" >&6; } 2371else 2372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2373$as_echo "no" >&6; } 2374fi 2375 2376 if test "x$ac_ct_STRIP" = x; then 2377 STRIP=":" 2378 else 2379 case $cross_compiling:$ac_tool_warned in 2380yes:) 2381{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2382$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2383ac_tool_warned=yes ;; 2384esac 2385 STRIP=$ac_ct_STRIP 2386 fi 2387else 2388 STRIP="$ac_cv_prog_STRIP" 2389fi 2390 2391fi 2392INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2393 2394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2395$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2396if test -z "$MKDIR_P"; then 2397 if ${ac_cv_path_mkdir+:} false; then : 2398 $as_echo_n "(cached) " >&6 2399else 2400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2401for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2402do 2403 IFS=$as_save_IFS 2404 test -z "$as_dir" && as_dir=. 2405 for ac_prog in mkdir gmkdir; do 2406 for ac_exec_ext in '' $ac_executable_extensions; do 2407 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 2408 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2409 'mkdir (GNU coreutils) '* | \ 2410 'mkdir (coreutils) '* | \ 2411 'mkdir (fileutils) '4.1*) 2412 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 2413 break 3;; 2414 esac 2415 done 2416 done 2417 done 2418IFS=$as_save_IFS 2419 2420fi 2421 2422 test -d ./--version && rmdir ./--version 2423 if test "${ac_cv_path_mkdir+set}" = set; then 2424 MKDIR_P="$ac_cv_path_mkdir -p" 2425 else 2426 # As a last resort, use the slow shell script. Don't cache a 2427 # value for MKDIR_P within a source directory, because that will 2428 # break other packages using the cache if that directory is 2429 # removed, or if the value is a relative name. 2430 MKDIR_P="$ac_install_sh -d" 2431 fi 2432fi 2433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2434$as_echo "$MKDIR_P" >&6; } 2435 2436mkdir_p="$MKDIR_P" 2437case $mkdir_p in 2438 [\\/$]* | ?:[\\/]*) ;; 2439 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 2440esac 2441 2442for ac_prog in gawk mawk nawk awk 2443do 2444 # Extract the first word of "$ac_prog", so it can be a program name with args. 2445set dummy $ac_prog; ac_word=$2 2446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2447$as_echo_n "checking for $ac_word... " >&6; } 2448if ${ac_cv_prog_AWK+:} false; then : 2449 $as_echo_n "(cached) " >&6 2450else 2451 if test -n "$AWK"; then 2452 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2453else 2454as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2455for as_dir in $PATH 2456do 2457 IFS=$as_save_IFS 2458 test -z "$as_dir" && as_dir=. 2459 for ac_exec_ext in '' $ac_executable_extensions; do 2460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2461 ac_cv_prog_AWK="$ac_prog" 2462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2463 break 2 2464 fi 2465done 2466 done 2467IFS=$as_save_IFS 2468 2469fi 2470fi 2471AWK=$ac_cv_prog_AWK 2472if test -n "$AWK"; then 2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2474$as_echo "$AWK" >&6; } 2475else 2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2477$as_echo "no" >&6; } 2478fi 2479 2480 2481 test -n "$AWK" && break 2482done 2483 2484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2485$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2486set x ${MAKE-make} 2487ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2488if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 2489 $as_echo_n "(cached) " >&6 2490else 2491 cat >conftest.make <<\_ACEOF 2492SHELL = /bin/sh 2493all: 2494 @echo '@@@%%%=$(MAKE)=@@@%%%' 2495_ACEOF 2496# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2497case `${MAKE-make} -f conftest.make 2>/dev/null` in 2498 *@@@%%%=?*=@@@%%%*) 2499 eval ac_cv_prog_make_${ac_make}_set=yes;; 2500 *) 2501 eval ac_cv_prog_make_${ac_make}_set=no;; 2502esac 2503rm -f conftest.make 2504fi 2505if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2507$as_echo "yes" >&6; } 2508 SET_MAKE= 2509else 2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2511$as_echo "no" >&6; } 2512 SET_MAKE="MAKE=${MAKE-make}" 2513fi 2514 2515rm -rf .tst 2>/dev/null 2516mkdir .tst 2>/dev/null 2517if test -d .tst; then 2518 am__leading_dot=. 2519else 2520 am__leading_dot=_ 2521fi 2522rmdir .tst 2>/dev/null 2523 2524if test "`cd $srcdir && pwd`" != "`pwd`"; then 2525 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2526 # is not polluted with repeated "-I." 2527 am__isrc=' -I$(srcdir)' 2528 # test to see if srcdir already configured 2529 if test -f $srcdir/config.status; then 2530 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2531 fi 2532fi 2533 2534# test whether we have cygpath 2535if test -z "$CYGPATH_W"; then 2536 if (cygpath --version) >/dev/null 2>/dev/null; then 2537 CYGPATH_W='cygpath -w' 2538 else 2539 CYGPATH_W=echo 2540 fi 2541fi 2542 2543 2544# Define the identity of the package. 2545 PACKAGE='font-adobe-utopia-75dpi' 2546 VERSION='1.0.4' 2547 2548 2549cat >>confdefs.h <<_ACEOF 2550#define PACKAGE "$PACKAGE" 2551_ACEOF 2552 2553 2554cat >>confdefs.h <<_ACEOF 2555#define VERSION "$VERSION" 2556_ACEOF 2557 2558# Some tools Automake needs. 2559 2560ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2561 2562 2563AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2564 2565 2566AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2567 2568 2569AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2570 2571 2572MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2573 2574# We need awk for the "check" target. The system "awk" is bad on 2575# some platforms. 2576# Always define AMTAR for backward compatibility. 2577 2578AMTAR=${AMTAR-"${am_missing_run}tar"} 2579 2580am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 2581 2582 2583 2584 2585 2586 2587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 2588$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 2589 # Check whether --enable-maintainer-mode was given. 2590if test "${enable_maintainer_mode+set}" = set; then : 2591 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval 2592else 2593 USE_MAINTAINER_MODE=no 2594fi 2595 2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 2597$as_echo "$USE_MAINTAINER_MODE" >&6; } 2598 if test $USE_MAINTAINER_MODE = yes; then 2599 MAINTAINER_MODE_TRUE= 2600 MAINTAINER_MODE_FALSE='#' 2601else 2602 MAINTAINER_MODE_TRUE='#' 2603 MAINTAINER_MODE_FALSE= 2604fi 2605 2606 MAINT=$MAINTAINER_MODE_TRUE 2607 2608 2609 2610# Require xorg-macros: XORG_DEFAULT_OPTIONS 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622DEPDIR="${am__leading_dot}deps" 2623 2624ac_config_commands="$ac_config_commands depfiles" 2625 2626 2627am_make=${MAKE-make} 2628cat > confinc << 'END' 2629am__doit: 2630 @echo this is the am__doit target 2631.PHONY: am__doit 2632END 2633# If we don't find an include directive, just comment out the code. 2634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 2635$as_echo_n "checking for style of include used by $am_make... " >&6; } 2636am__include="#" 2637am__quote= 2638_am_result=none 2639# First try GNU make style include. 2640echo "include confinc" > confmf 2641# Ignore all kinds of additional output from `make'. 2642case `$am_make -s -f confmf 2> /dev/null` in #( 2643*the\ am__doit\ target*) 2644 am__include=include 2645 am__quote= 2646 _am_result=GNU 2647 ;; 2648esac 2649# Now try BSD make style include. 2650if test "$am__include" = "#"; then 2651 echo '.include "confinc"' > confmf 2652 case `$am_make -s -f confmf 2> /dev/null` in #( 2653 *the\ am__doit\ target*) 2654 am__include=.include 2655 am__quote="\"" 2656 _am_result=BSD 2657 ;; 2658 esac 2659fi 2660 2661 2662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 2663$as_echo "$_am_result" >&6; } 2664rm -f confinc confmf 2665 2666# Check whether --enable-dependency-tracking was given. 2667if test "${enable_dependency_tracking+set}" = set; then : 2668 enableval=$enable_dependency_tracking; 2669fi 2670 2671if test "x$enable_dependency_tracking" != xno; then 2672 am_depcomp="$ac_aux_dir/depcomp" 2673 AMDEPBACKSLASH='\' 2674fi 2675 if test "x$enable_dependency_tracking" != xno; then 2676 AMDEP_TRUE= 2677 AMDEP_FALSE='#' 2678else 2679 AMDEP_TRUE='#' 2680 AMDEP_FALSE= 2681fi 2682 2683 2684ac_ext=c 2685ac_cpp='$CPP $CPPFLAGS' 2686ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2687ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2688ac_compiler_gnu=$ac_cv_c_compiler_gnu 2689if test -n "$ac_tool_prefix"; then 2690 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2691set dummy ${ac_tool_prefix}gcc; ac_word=$2 2692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2693$as_echo_n "checking for $ac_word... " >&6; } 2694if ${ac_cv_prog_CC+:} false; then : 2695 $as_echo_n "(cached) " >&6 2696else 2697 if test -n "$CC"; then 2698 ac_cv_prog_CC="$CC" # Let the user override the test. 2699else 2700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2701for as_dir in $PATH 2702do 2703 IFS=$as_save_IFS 2704 test -z "$as_dir" && as_dir=. 2705 for ac_exec_ext in '' $ac_executable_extensions; do 2706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2707 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2709 break 2 2710 fi 2711done 2712 done 2713IFS=$as_save_IFS 2714 2715fi 2716fi 2717CC=$ac_cv_prog_CC 2718if test -n "$CC"; then 2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2720$as_echo "$CC" >&6; } 2721else 2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2723$as_echo "no" >&6; } 2724fi 2725 2726 2727fi 2728if test -z "$ac_cv_prog_CC"; then 2729 ac_ct_CC=$CC 2730 # Extract the first word of "gcc", so it can be a program name with args. 2731set dummy gcc; ac_word=$2 2732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2733$as_echo_n "checking for $ac_word... " >&6; } 2734if ${ac_cv_prog_ac_ct_CC+:} false; then : 2735 $as_echo_n "(cached) " >&6 2736else 2737 if test -n "$ac_ct_CC"; then 2738 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2739else 2740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2741for as_dir in $PATH 2742do 2743 IFS=$as_save_IFS 2744 test -z "$as_dir" && as_dir=. 2745 for ac_exec_ext in '' $ac_executable_extensions; do 2746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2747 ac_cv_prog_ac_ct_CC="gcc" 2748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2749 break 2 2750 fi 2751done 2752 done 2753IFS=$as_save_IFS 2754 2755fi 2756fi 2757ac_ct_CC=$ac_cv_prog_ac_ct_CC 2758if test -n "$ac_ct_CC"; then 2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2760$as_echo "$ac_ct_CC" >&6; } 2761else 2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2763$as_echo "no" >&6; } 2764fi 2765 2766 if test "x$ac_ct_CC" = x; then 2767 CC="" 2768 else 2769 case $cross_compiling:$ac_tool_warned in 2770yes:) 2771{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2772$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2773ac_tool_warned=yes ;; 2774esac 2775 CC=$ac_ct_CC 2776 fi 2777else 2778 CC="$ac_cv_prog_CC" 2779fi 2780 2781if test -z "$CC"; then 2782 if test -n "$ac_tool_prefix"; then 2783 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2784set dummy ${ac_tool_prefix}cc; ac_word=$2 2785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2786$as_echo_n "checking for $ac_word... " >&6; } 2787if ${ac_cv_prog_CC+:} false; then : 2788 $as_echo_n "(cached) " >&6 2789else 2790 if test -n "$CC"; then 2791 ac_cv_prog_CC="$CC" # Let the user override the test. 2792else 2793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2794for as_dir in $PATH 2795do 2796 IFS=$as_save_IFS 2797 test -z "$as_dir" && as_dir=. 2798 for ac_exec_ext in '' $ac_executable_extensions; do 2799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2800 ac_cv_prog_CC="${ac_tool_prefix}cc" 2801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2802 break 2 2803 fi 2804done 2805 done 2806IFS=$as_save_IFS 2807 2808fi 2809fi 2810CC=$ac_cv_prog_CC 2811if test -n "$CC"; then 2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2813$as_echo "$CC" >&6; } 2814else 2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2816$as_echo "no" >&6; } 2817fi 2818 2819 2820 fi 2821fi 2822if test -z "$CC"; then 2823 # Extract the first word of "cc", so it can be a program name with args. 2824set dummy cc; ac_word=$2 2825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2826$as_echo_n "checking for $ac_word... " >&6; } 2827if ${ac_cv_prog_CC+:} false; then : 2828 $as_echo_n "(cached) " >&6 2829else 2830 if test -n "$CC"; then 2831 ac_cv_prog_CC="$CC" # Let the user override the test. 2832else 2833 ac_prog_rejected=no 2834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2835for as_dir in $PATH 2836do 2837 IFS=$as_save_IFS 2838 test -z "$as_dir" && as_dir=. 2839 for ac_exec_ext in '' $ac_executable_extensions; do 2840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2841 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2842 ac_prog_rejected=yes 2843 continue 2844 fi 2845 ac_cv_prog_CC="cc" 2846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2847 break 2 2848 fi 2849done 2850 done 2851IFS=$as_save_IFS 2852 2853if test $ac_prog_rejected = yes; then 2854 # We found a bogon in the path, so make sure we never use it. 2855 set dummy $ac_cv_prog_CC 2856 shift 2857 if test $# != 0; then 2858 # We chose a different compiler from the bogus one. 2859 # However, it has the same basename, so the bogon will be chosen 2860 # first if we set CC to just the basename; use the full file name. 2861 shift 2862 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2863 fi 2864fi 2865fi 2866fi 2867CC=$ac_cv_prog_CC 2868if test -n "$CC"; then 2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2870$as_echo "$CC" >&6; } 2871else 2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2873$as_echo "no" >&6; } 2874fi 2875 2876 2877fi 2878if test -z "$CC"; then 2879 if test -n "$ac_tool_prefix"; then 2880 for ac_prog in cl.exe 2881 do 2882 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2883set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2885$as_echo_n "checking for $ac_word... " >&6; } 2886if ${ac_cv_prog_CC+:} false; then : 2887 $as_echo_n "(cached) " >&6 2888else 2889 if test -n "$CC"; then 2890 ac_cv_prog_CC="$CC" # Let the user override the test. 2891else 2892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2893for as_dir in $PATH 2894do 2895 IFS=$as_save_IFS 2896 test -z "$as_dir" && as_dir=. 2897 for ac_exec_ext in '' $ac_executable_extensions; do 2898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2899 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2901 break 2 2902 fi 2903done 2904 done 2905IFS=$as_save_IFS 2906 2907fi 2908fi 2909CC=$ac_cv_prog_CC 2910if test -n "$CC"; then 2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2912$as_echo "$CC" >&6; } 2913else 2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2915$as_echo "no" >&6; } 2916fi 2917 2918 2919 test -n "$CC" && break 2920 done 2921fi 2922if test -z "$CC"; then 2923 ac_ct_CC=$CC 2924 for ac_prog in cl.exe 2925do 2926 # Extract the first word of "$ac_prog", so it can be a program name with args. 2927set dummy $ac_prog; ac_word=$2 2928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2929$as_echo_n "checking for $ac_word... " >&6; } 2930if ${ac_cv_prog_ac_ct_CC+:} false; then : 2931 $as_echo_n "(cached) " >&6 2932else 2933 if test -n "$ac_ct_CC"; then 2934 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2935else 2936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2937for as_dir in $PATH 2938do 2939 IFS=$as_save_IFS 2940 test -z "$as_dir" && as_dir=. 2941 for ac_exec_ext in '' $ac_executable_extensions; do 2942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2943 ac_cv_prog_ac_ct_CC="$ac_prog" 2944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2945 break 2 2946 fi 2947done 2948 done 2949IFS=$as_save_IFS 2950 2951fi 2952fi 2953ac_ct_CC=$ac_cv_prog_ac_ct_CC 2954if test -n "$ac_ct_CC"; then 2955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2956$as_echo "$ac_ct_CC" >&6; } 2957else 2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2959$as_echo "no" >&6; } 2960fi 2961 2962 2963 test -n "$ac_ct_CC" && break 2964done 2965 2966 if test "x$ac_ct_CC" = x; then 2967 CC="" 2968 else 2969 case $cross_compiling:$ac_tool_warned in 2970yes:) 2971{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2972$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2973ac_tool_warned=yes ;; 2974esac 2975 CC=$ac_ct_CC 2976 fi 2977fi 2978 2979fi 2980 2981 2982test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2983$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2984as_fn_error $? "no acceptable C compiler found in \$PATH 2985See \`config.log' for more details" "$LINENO" 5; } 2986 2987# Provide some information about the compiler. 2988$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2989set X $ac_compile 2990ac_compiler=$2 2991for ac_option in --version -v -V -qversion; do 2992 { { ac_try="$ac_compiler $ac_option >&5" 2993case "(($ac_try" in 2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2995 *) ac_try_echo=$ac_try;; 2996esac 2997eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2998$as_echo "$ac_try_echo"; } >&5 2999 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3000 ac_status=$? 3001 if test -s conftest.err; then 3002 sed '10a\ 3003... rest of stderr output deleted ... 3004 10q' conftest.err >conftest.er1 3005 cat conftest.er1 >&5 3006 fi 3007 rm -f conftest.er1 conftest.err 3008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3009 test $ac_status = 0; } 3010done 3011 3012cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3013/* end confdefs.h. */ 3014 3015int 3016main () 3017{ 3018 3019 ; 3020 return 0; 3021} 3022_ACEOF 3023ac_clean_files_save=$ac_clean_files 3024ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 3025# Try to create an executable without -o first, disregard a.out. 3026# It will help us diagnose broken compilers, and finding out an intuition 3027# of exeext. 3028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3029$as_echo_n "checking whether the C compiler works... " >&6; } 3030ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3031 3032# The possible output files: 3033ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3034 3035ac_rmfiles= 3036for ac_file in $ac_files 3037do 3038 case $ac_file in 3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3040 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3041 esac 3042done 3043rm -f $ac_rmfiles 3044 3045if { { ac_try="$ac_link_default" 3046case "(($ac_try" in 3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3048 *) ac_try_echo=$ac_try;; 3049esac 3050eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3051$as_echo "$ac_try_echo"; } >&5 3052 (eval "$ac_link_default") 2>&5 3053 ac_status=$? 3054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3055 test $ac_status = 0; }; then : 3056 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3057# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 3058# in a Makefile. We should not override ac_cv_exeext if it was cached, 3059# so that the user can short-circuit this test for compilers unknown to 3060# Autoconf. 3061for ac_file in $ac_files '' 3062do 3063 test -f "$ac_file" || continue 3064 case $ac_file in 3065 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3066 ;; 3067 [ab].out ) 3068 # We found the default executable, but exeext='' is most 3069 # certainly right. 3070 break;; 3071 *.* ) 3072 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3073 then :; else 3074 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3075 fi 3076 # We set ac_cv_exeext here because the later test for it is not 3077 # safe: cross compilers may not add the suffix if given an `-o' 3078 # argument, so we may need to know it at that point already. 3079 # Even if this section looks crufty: it has the advantage of 3080 # actually working. 3081 break;; 3082 * ) 3083 break;; 3084 esac 3085done 3086test "$ac_cv_exeext" = no && ac_cv_exeext= 3087 3088else 3089 ac_file='' 3090fi 3091if test -z "$ac_file"; then : 3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3093$as_echo "no" >&6; } 3094$as_echo "$as_me: failed program was:" >&5 3095sed 's/^/| /' conftest.$ac_ext >&5 3096 3097{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3098$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3099as_fn_error 77 "C compiler cannot create executables 3100See \`config.log' for more details" "$LINENO" 5; } 3101else 3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3103$as_echo "yes" >&6; } 3104fi 3105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3106$as_echo_n "checking for C compiler default output file name... " >&6; } 3107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3108$as_echo "$ac_file" >&6; } 3109ac_exeext=$ac_cv_exeext 3110 3111rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 3112ac_clean_files=$ac_clean_files_save 3113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3114$as_echo_n "checking for suffix of executables... " >&6; } 3115if { { ac_try="$ac_link" 3116case "(($ac_try" in 3117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3118 *) ac_try_echo=$ac_try;; 3119esac 3120eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3121$as_echo "$ac_try_echo"; } >&5 3122 (eval "$ac_link") 2>&5 3123 ac_status=$? 3124 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3125 test $ac_status = 0; }; then : 3126 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3127# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 3128# work properly (i.e., refer to `conftest.exe'), while it won't with 3129# `rm'. 3130for ac_file in conftest.exe conftest conftest.*; do 3131 test -f "$ac_file" || continue 3132 case $ac_file in 3133 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3134 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3135 break;; 3136 * ) break;; 3137 esac 3138done 3139else 3140 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3141$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3142as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3143See \`config.log' for more details" "$LINENO" 5; } 3144fi 3145rm -f conftest conftest$ac_cv_exeext 3146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3147$as_echo "$ac_cv_exeext" >&6; } 3148 3149rm -f conftest.$ac_ext 3150EXEEXT=$ac_cv_exeext 3151ac_exeext=$EXEEXT 3152cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3153/* end confdefs.h. */ 3154#include <stdio.h> 3155int 3156main () 3157{ 3158FILE *f = fopen ("conftest.out", "w"); 3159 return ferror (f) || fclose (f) != 0; 3160 3161 ; 3162 return 0; 3163} 3164_ACEOF 3165ac_clean_files="$ac_clean_files conftest.out" 3166# Check that the compiler produces executables we can run. If not, either 3167# the compiler is broken, or we cross compile. 3168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3169$as_echo_n "checking whether we are cross compiling... " >&6; } 3170if test "$cross_compiling" != yes; then 3171 { { ac_try="$ac_link" 3172case "(($ac_try" in 3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3174 *) ac_try_echo=$ac_try;; 3175esac 3176eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3177$as_echo "$ac_try_echo"; } >&5 3178 (eval "$ac_link") 2>&5 3179 ac_status=$? 3180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3181 test $ac_status = 0; } 3182 if { ac_try='./conftest$ac_cv_exeext' 3183 { { case "(($ac_try" in 3184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3185 *) ac_try_echo=$ac_try;; 3186esac 3187eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3188$as_echo "$ac_try_echo"; } >&5 3189 (eval "$ac_try") 2>&5 3190 ac_status=$? 3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3192 test $ac_status = 0; }; }; then 3193 cross_compiling=no 3194 else 3195 if test "$cross_compiling" = maybe; then 3196 cross_compiling=yes 3197 else 3198 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3199$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3200as_fn_error $? "cannot run C compiled programs. 3201If you meant to cross compile, use \`--host'. 3202See \`config.log' for more details" "$LINENO" 5; } 3203 fi 3204 fi 3205fi 3206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3207$as_echo "$cross_compiling" >&6; } 3208 3209rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3210ac_clean_files=$ac_clean_files_save 3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3212$as_echo_n "checking for suffix of object files... " >&6; } 3213if ${ac_cv_objext+:} false; then : 3214 $as_echo_n "(cached) " >&6 3215else 3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3217/* end confdefs.h. */ 3218 3219int 3220main () 3221{ 3222 3223 ; 3224 return 0; 3225} 3226_ACEOF 3227rm -f conftest.o conftest.obj 3228if { { ac_try="$ac_compile" 3229case "(($ac_try" in 3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3231 *) ac_try_echo=$ac_try;; 3232esac 3233eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3234$as_echo "$ac_try_echo"; } >&5 3235 (eval "$ac_compile") 2>&5 3236 ac_status=$? 3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3238 test $ac_status = 0; }; then : 3239 for ac_file in conftest.o conftest.obj conftest.*; do 3240 test -f "$ac_file" || continue; 3241 case $ac_file in 3242 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 3243 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3244 break;; 3245 esac 3246done 3247else 3248 $as_echo "$as_me: failed program was:" >&5 3249sed 's/^/| /' conftest.$ac_ext >&5 3250 3251{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3252$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3253as_fn_error $? "cannot compute suffix of object files: cannot compile 3254See \`config.log' for more details" "$LINENO" 5; } 3255fi 3256rm -f conftest.$ac_cv_objext conftest.$ac_ext 3257fi 3258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3259$as_echo "$ac_cv_objext" >&6; } 3260OBJEXT=$ac_cv_objext 3261ac_objext=$OBJEXT 3262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3263$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3264if ${ac_cv_c_compiler_gnu+:} false; then : 3265 $as_echo_n "(cached) " >&6 3266else 3267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3268/* end confdefs.h. */ 3269 3270int 3271main () 3272{ 3273#ifndef __GNUC__ 3274 choke me 3275#endif 3276 3277 ; 3278 return 0; 3279} 3280_ACEOF 3281if ac_fn_c_try_compile "$LINENO"; then : 3282 ac_compiler_gnu=yes 3283else 3284 ac_compiler_gnu=no 3285fi 3286rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3287ac_cv_c_compiler_gnu=$ac_compiler_gnu 3288 3289fi 3290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3291$as_echo "$ac_cv_c_compiler_gnu" >&6; } 3292if test $ac_compiler_gnu = yes; then 3293 GCC=yes 3294else 3295 GCC= 3296fi 3297ac_test_CFLAGS=${CFLAGS+set} 3298ac_save_CFLAGS=$CFLAGS 3299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3300$as_echo_n "checking whether $CC accepts -g... " >&6; } 3301if ${ac_cv_prog_cc_g+:} false; then : 3302 $as_echo_n "(cached) " >&6 3303else 3304 ac_save_c_werror_flag=$ac_c_werror_flag 3305 ac_c_werror_flag=yes 3306 ac_cv_prog_cc_g=no 3307 CFLAGS="-g" 3308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3309/* end confdefs.h. */ 3310 3311int 3312main () 3313{ 3314 3315 ; 3316 return 0; 3317} 3318_ACEOF 3319if ac_fn_c_try_compile "$LINENO"; then : 3320 ac_cv_prog_cc_g=yes 3321else 3322 CFLAGS="" 3323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3324/* end confdefs.h. */ 3325 3326int 3327main () 3328{ 3329 3330 ; 3331 return 0; 3332} 3333_ACEOF 3334if ac_fn_c_try_compile "$LINENO"; then : 3335 3336else 3337 ac_c_werror_flag=$ac_save_c_werror_flag 3338 CFLAGS="-g" 3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3340/* end confdefs.h. */ 3341 3342int 3343main () 3344{ 3345 3346 ; 3347 return 0; 3348} 3349_ACEOF 3350if ac_fn_c_try_compile "$LINENO"; then : 3351 ac_cv_prog_cc_g=yes 3352fi 3353rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3354fi 3355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3356fi 3357rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3358 ac_c_werror_flag=$ac_save_c_werror_flag 3359fi 3360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 3361$as_echo "$ac_cv_prog_cc_g" >&6; } 3362if test "$ac_test_CFLAGS" = set; then 3363 CFLAGS=$ac_save_CFLAGS 3364elif test $ac_cv_prog_cc_g = yes; then 3365 if test "$GCC" = yes; then 3366 CFLAGS="-g -O2" 3367 else 3368 CFLAGS="-g" 3369 fi 3370else 3371 if test "$GCC" = yes; then 3372 CFLAGS="-O2" 3373 else 3374 CFLAGS= 3375 fi 3376fi 3377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3378$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3379if ${ac_cv_prog_cc_c89+:} false; then : 3380 $as_echo_n "(cached) " >&6 3381else 3382 ac_cv_prog_cc_c89=no 3383ac_save_CC=$CC 3384cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3385/* end confdefs.h. */ 3386#include <stdarg.h> 3387#include <stdio.h> 3388#include <sys/types.h> 3389#include <sys/stat.h> 3390/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3391struct buf { int x; }; 3392FILE * (*rcsopen) (struct buf *, struct stat *, int); 3393static char *e (p, i) 3394 char **p; 3395 int i; 3396{ 3397 return p[i]; 3398} 3399static char *f (char * (*g) (char **, int), char **p, ...) 3400{ 3401 char *s; 3402 va_list v; 3403 va_start (v,p); 3404 s = g (p, va_arg (v,int)); 3405 va_end (v); 3406 return s; 3407} 3408 3409/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3410 function prototypes and stuff, but not '\xHH' hex character constants. 3411 These don't provoke an error unfortunately, instead are silently treated 3412 as 'x'. The following induces an error, until -std is added to get 3413 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3414 array size at least. It's necessary to write '\x00'==0 to get something 3415 that's true only with -std. */ 3416int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3417 3418/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 3419 inside strings and character constants. */ 3420#define FOO(x) 'x' 3421int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 3422 3423int test (int i, double x); 3424struct s1 {int (*f) (int a);}; 3425struct s2 {int (*f) (double a);}; 3426int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 3427int argc; 3428char **argv; 3429int 3430main () 3431{ 3432return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 3433 ; 3434 return 0; 3435} 3436_ACEOF 3437for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3438 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3439do 3440 CC="$ac_save_CC $ac_arg" 3441 if ac_fn_c_try_compile "$LINENO"; then : 3442 ac_cv_prog_cc_c89=$ac_arg 3443fi 3444rm -f core conftest.err conftest.$ac_objext 3445 test "x$ac_cv_prog_cc_c89" != "xno" && break 3446done 3447rm -f conftest.$ac_ext 3448CC=$ac_save_CC 3449 3450fi 3451# AC_CACHE_VAL 3452case "x$ac_cv_prog_cc_c89" in 3453 x) 3454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3455$as_echo "none needed" >&6; } ;; 3456 xno) 3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3458$as_echo "unsupported" >&6; } ;; 3459 *) 3460 CC="$CC $ac_cv_prog_cc_c89" 3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3462$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3463esac 3464if test "x$ac_cv_prog_cc_c89" != xno; then : 3465 3466fi 3467 3468ac_ext=c 3469ac_cpp='$CPP $CPPFLAGS' 3470ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3471ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3472ac_compiler_gnu=$ac_cv_c_compiler_gnu 3473 3474depcc="$CC" am_compiler_list= 3475 3476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3477$as_echo_n "checking dependency style of $depcc... " >&6; } 3478if ${am_cv_CC_dependencies_compiler_type+:} false; then : 3479 $as_echo_n "(cached) " >&6 3480else 3481 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3482 # We make a subdir and do the tests there. Otherwise we can end up 3483 # making bogus files that we don't know about and never remove. For 3484 # instance it was reported that on HP-UX the gcc test will end up 3485 # making a dummy file named `D' -- because `-MD' means `put the output 3486 # in D'. 3487 mkdir conftest.dir 3488 # Copy depcomp to subdir because otherwise we won't find it if we're 3489 # using a relative directory. 3490 cp "$am_depcomp" conftest.dir 3491 cd conftest.dir 3492 # We will build objects and dependencies in a subdirectory because 3493 # it helps to detect inapplicable dependency modes. For instance 3494 # both Tru64's cc and ICC support -MD to output dependencies as a 3495 # side effect of compilation, but ICC will put the dependencies in 3496 # the current directory while Tru64 will put them in the object 3497 # directory. 3498 mkdir sub 3499 3500 am_cv_CC_dependencies_compiler_type=none 3501 if test "$am_compiler_list" = ""; then 3502 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3503 fi 3504 am__universal=false 3505 case " $depcc " in #( 3506 *\ -arch\ *\ -arch\ *) am__universal=true ;; 3507 esac 3508 3509 for depmode in $am_compiler_list; do 3510 # Setup a source with many dependencies, because some compilers 3511 # like to wrap large dependency lists on column 80 (with \), and 3512 # we should not choose a depcomp mode which is confused by this. 3513 # 3514 # We need to recreate these files for each test, as the compiler may 3515 # overwrite some of them when testing with obscure command lines. 3516 # This happens at least with the AIX C compiler. 3517 : > sub/conftest.c 3518 for i in 1 2 3 4 5 6; do 3519 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3520 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3521 # Solaris 8's {/usr,}/bin/sh. 3522 touch sub/conftst$i.h 3523 done 3524 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3525 3526 # We check with `-c' and `-o' for the sake of the "dashmstdout" 3527 # mode. It turns out that the SunPro C++ compiler does not properly 3528 # handle `-M -o', and we need to detect this. Also, some Intel 3529 # versions had trouble with output in subdirs 3530 am__obj=sub/conftest.${OBJEXT-o} 3531 am__minus_obj="-o $am__obj" 3532 case $depmode in 3533 gcc) 3534 # This depmode causes a compiler race in universal mode. 3535 test "$am__universal" = false || continue 3536 ;; 3537 nosideeffect) 3538 # after this tag, mechanisms are not by side-effect, so they'll 3539 # only be used when explicitly requested 3540 if test "x$enable_dependency_tracking" = xyes; then 3541 continue 3542 else 3543 break 3544 fi 3545 ;; 3546 msvisualcpp | msvcmsys) 3547 # This compiler won't grok `-c -o', but also, the minuso test has 3548 # not run yet. These depmodes are late enough in the game, and 3549 # so weak that their functioning should not be impacted. 3550 am__obj=conftest.${OBJEXT-o} 3551 am__minus_obj= 3552 ;; 3553 none) break ;; 3554 esac 3555 if depmode=$depmode \ 3556 source=sub/conftest.c object=$am__obj \ 3557 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3558 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 3559 >/dev/null 2>conftest.err && 3560 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3561 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3562 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 3563 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3564 # icc doesn't choke on unknown options, it will just issue warnings 3565 # or remarks (even with -Werror). So we grep stderr for any message 3566 # that says an option was ignored or not supported. 3567 # When given -MP, icc 7.0 and 7.1 complain thusly: 3568 # icc: Command line warning: ignoring option '-M'; no argument required 3569 # The diagnosis changed in icc 8.0: 3570 # icc: Command line remark: option '-MP' not supported 3571 if (grep 'ignoring option' conftest.err || 3572 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3573 am_cv_CC_dependencies_compiler_type=$depmode 3574 break 3575 fi 3576 fi 3577 done 3578 3579 cd .. 3580 rm -rf conftest.dir 3581else 3582 am_cv_CC_dependencies_compiler_type=none 3583fi 3584 3585fi 3586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 3587$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 3588CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3589 3590 if 3591 test "x$enable_dependency_tracking" != xno \ 3592 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 3593 am__fastdepCC_TRUE= 3594 am__fastdepCC_FALSE='#' 3595else 3596 am__fastdepCC_TRUE='#' 3597 am__fastdepCC_FALSE= 3598fi 3599 3600 3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 3602$as_echo_n "checking for $CC option to accept ISO C99... " >&6; } 3603if ${ac_cv_prog_cc_c99+:} false; then : 3604 $as_echo_n "(cached) " >&6 3605else 3606 ac_cv_prog_cc_c99=no 3607ac_save_CC=$CC 3608cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3609/* end confdefs.h. */ 3610#include <stdarg.h> 3611#include <stdbool.h> 3612#include <stdlib.h> 3613#include <wchar.h> 3614#include <stdio.h> 3615 3616// Check varargs macros. These examples are taken from C99 6.10.3.5. 3617#define debug(...) fprintf (stderr, __VA_ARGS__) 3618#define showlist(...) puts (#__VA_ARGS__) 3619#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) 3620static void 3621test_varargs_macros (void) 3622{ 3623 int x = 1234; 3624 int y = 5678; 3625 debug ("Flag"); 3626 debug ("X = %d\n", x); 3627 showlist (The first, second, and third items.); 3628 report (x>y, "x is %d but y is %d", x, y); 3629} 3630 3631// Check long long types. 3632#define BIG64 18446744073709551615ull 3633#define BIG32 4294967295ul 3634#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) 3635#if !BIG_OK 3636 your preprocessor is broken; 3637#endif 3638#if BIG_OK 3639#else 3640 your preprocessor is broken; 3641#endif 3642static long long int bignum = -9223372036854775807LL; 3643static unsigned long long int ubignum = BIG64; 3644 3645struct incomplete_array 3646{ 3647 int datasize; 3648 double data[]; 3649}; 3650 3651struct named_init { 3652 int number; 3653 const wchar_t *name; 3654 double average; 3655}; 3656 3657typedef const char *ccp; 3658 3659static inline int 3660test_restrict (ccp restrict text) 3661{ 3662 // See if C++-style comments work. 3663 // Iterate through items via the restricted pointer. 3664 // Also check for declarations in for loops. 3665 for (unsigned int i = 0; *(text+i) != '\0'; ++i) 3666 continue; 3667 return 0; 3668} 3669 3670// Check varargs and va_copy. 3671static void 3672test_varargs (const char *format, ...) 3673{ 3674 va_list args; 3675 va_start (args, format); 3676 va_list args_copy; 3677 va_copy (args_copy, args); 3678 3679 const char *str; 3680 int number; 3681 float fnumber; 3682 3683 while (*format) 3684 { 3685 switch (*format++) 3686 { 3687 case 's': // string 3688 str = va_arg (args_copy, const char *); 3689 break; 3690 case 'd': // int 3691 number = va_arg (args_copy, int); 3692 break; 3693 case 'f': // float 3694 fnumber = va_arg (args_copy, double); 3695 break; 3696 default: 3697 break; 3698 } 3699 } 3700 va_end (args_copy); 3701 va_end (args); 3702} 3703 3704int 3705main () 3706{ 3707 3708 // Check bool. 3709 _Bool success = false; 3710 3711 // Check restrict. 3712 if (test_restrict ("String literal") == 0) 3713 success = true; 3714 char *restrict newvar = "Another string"; 3715 3716 // Check varargs. 3717 test_varargs ("s, d' f .", "string", 65, 34.234); 3718 test_varargs_macros (); 3719 3720 // Check flexible array members. 3721 struct incomplete_array *ia = 3722 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 3723 ia->datasize = 10; 3724 for (int i = 0; i < ia->datasize; ++i) 3725 ia->data[i] = i * 1.234; 3726 3727 // Check named initializers. 3728 struct named_init ni = { 3729 .number = 34, 3730 .name = L"Test wide string", 3731 .average = 543.34343, 3732 }; 3733 3734 ni.number = 58; 3735 3736 int dynamic_array[ni.number]; 3737 dynamic_array[ni.number - 1] = 543; 3738 3739 // work around unused variable warnings 3740 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' 3741 || dynamic_array[ni.number - 1] != 543); 3742 3743 ; 3744 return 0; 3745} 3746_ACEOF 3747for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 3748do 3749 CC="$ac_save_CC $ac_arg" 3750 if ac_fn_c_try_compile "$LINENO"; then : 3751 ac_cv_prog_cc_c99=$ac_arg 3752fi 3753rm -f core conftest.err conftest.$ac_objext 3754 test "x$ac_cv_prog_cc_c99" != "xno" && break 3755done 3756rm -f conftest.$ac_ext 3757CC=$ac_save_CC 3758 3759fi 3760# AC_CACHE_VAL 3761case "x$ac_cv_prog_cc_c99" in 3762 x) 3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3764$as_echo "none needed" >&6; } ;; 3765 xno) 3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3767$as_echo "unsupported" >&6; } ;; 3768 *) 3769 CC="$CC $ac_cv_prog_cc_c99" 3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 3771$as_echo "$ac_cv_prog_cc_c99" >&6; } ;; 3772esac 3773if test "x$ac_cv_prog_cc_c99" != xno; then : 3774 3775fi 3776 3777 3778 3779ac_ext=c 3780ac_cpp='$CPP $CPPFLAGS' 3781ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3782ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3783ac_compiler_gnu=$ac_cv_c_compiler_gnu 3784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 3785$as_echo_n "checking how to run the C preprocessor... " >&6; } 3786# On Suns, sometimes $CPP names a directory. 3787if test -n "$CPP" && test -d "$CPP"; then 3788 CPP= 3789fi 3790if test -z "$CPP"; then 3791 if ${ac_cv_prog_CPP+:} false; then : 3792 $as_echo_n "(cached) " >&6 3793else 3794 # Double quotes because CPP needs to be expanded 3795 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3796 do 3797 ac_preproc_ok=false 3798for ac_c_preproc_warn_flag in '' yes 3799do 3800 # Use a header file that comes with gcc, so configuring glibc 3801 # with a fresh cross-compiler works. 3802 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3803 # <limits.h> exists even on freestanding compilers. 3804 # On the NeXT, cc -E runs the code through the compiler's parser, 3805 # not just through cpp. "Syntax error" is here to catch this case. 3806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3807/* end confdefs.h. */ 3808#ifdef __STDC__ 3809# include <limits.h> 3810#else 3811# include <assert.h> 3812#endif 3813 Syntax error 3814_ACEOF 3815if ac_fn_c_try_cpp "$LINENO"; then : 3816 3817else 3818 # Broken: fails on valid input. 3819continue 3820fi 3821rm -f conftest.err conftest.i conftest.$ac_ext 3822 3823 # OK, works on sane cases. Now check whether nonexistent headers 3824 # can be detected and how. 3825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3826/* end confdefs.h. */ 3827#include <ac_nonexistent.h> 3828_ACEOF 3829if ac_fn_c_try_cpp "$LINENO"; then : 3830 # Broken: success on invalid input. 3831continue 3832else 3833 # Passes both tests. 3834ac_preproc_ok=: 3835break 3836fi 3837rm -f conftest.err conftest.i conftest.$ac_ext 3838 3839done 3840# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3841rm -f conftest.i conftest.err conftest.$ac_ext 3842if $ac_preproc_ok; then : 3843 break 3844fi 3845 3846 done 3847 ac_cv_prog_CPP=$CPP 3848 3849fi 3850 CPP=$ac_cv_prog_CPP 3851else 3852 ac_cv_prog_CPP=$CPP 3853fi 3854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 3855$as_echo "$CPP" >&6; } 3856ac_preproc_ok=false 3857for ac_c_preproc_warn_flag in '' yes 3858do 3859 # Use a header file that comes with gcc, so configuring glibc 3860 # with a fresh cross-compiler works. 3861 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3862 # <limits.h> exists even on freestanding compilers. 3863 # On the NeXT, cc -E runs the code through the compiler's parser, 3864 # not just through cpp. "Syntax error" is here to catch this case. 3865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3866/* end confdefs.h. */ 3867#ifdef __STDC__ 3868# include <limits.h> 3869#else 3870# include <assert.h> 3871#endif 3872 Syntax error 3873_ACEOF 3874if ac_fn_c_try_cpp "$LINENO"; then : 3875 3876else 3877 # Broken: fails on valid input. 3878continue 3879fi 3880rm -f conftest.err conftest.i conftest.$ac_ext 3881 3882 # OK, works on sane cases. Now check whether nonexistent headers 3883 # can be detected and how. 3884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3885/* end confdefs.h. */ 3886#include <ac_nonexistent.h> 3887_ACEOF 3888if ac_fn_c_try_cpp "$LINENO"; then : 3889 # Broken: success on invalid input. 3890continue 3891else 3892 # Passes both tests. 3893ac_preproc_ok=: 3894break 3895fi 3896rm -f conftest.err conftest.i conftest.$ac_ext 3897 3898done 3899# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3900rm -f conftest.i conftest.err conftest.$ac_ext 3901if $ac_preproc_ok; then : 3902 3903else 3904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3905$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3906as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3907See \`config.log' for more details" "$LINENO" 5; } 3908fi 3909 3910ac_ext=c 3911ac_cpp='$CPP $CPPFLAGS' 3912ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3913ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3914ac_compiler_gnu=$ac_cv_c_compiler_gnu 3915 3916 3917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3918$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3919if ${ac_cv_path_GREP+:} false; then : 3920 $as_echo_n "(cached) " >&6 3921else 3922 if test -z "$GREP"; then 3923 ac_path_GREP_found=false 3924 # Loop through the user's path and test for each of PROGNAME-LIST 3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3926for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3927do 3928 IFS=$as_save_IFS 3929 test -z "$as_dir" && as_dir=. 3930 for ac_prog in grep ggrep; do 3931 for ac_exec_ext in '' $ac_executable_extensions; do 3932 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3933 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3934# Check for GNU ac_path_GREP and select it if it is found. 3935 # Check for GNU $ac_path_GREP 3936case `"$ac_path_GREP" --version 2>&1` in 3937*GNU*) 3938 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3939*) 3940 ac_count=0 3941 $as_echo_n 0123456789 >"conftest.in" 3942 while : 3943 do 3944 cat "conftest.in" "conftest.in" >"conftest.tmp" 3945 mv "conftest.tmp" "conftest.in" 3946 cp "conftest.in" "conftest.nl" 3947 $as_echo 'GREP' >> "conftest.nl" 3948 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3949 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3950 as_fn_arith $ac_count + 1 && ac_count=$as_val 3951 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3952 # Best one so far, save it but keep looking for a better one 3953 ac_cv_path_GREP="$ac_path_GREP" 3954 ac_path_GREP_max=$ac_count 3955 fi 3956 # 10*(2^10) chars as input seems more than enough 3957 test $ac_count -gt 10 && break 3958 done 3959 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3960esac 3961 3962 $ac_path_GREP_found && break 3 3963 done 3964 done 3965 done 3966IFS=$as_save_IFS 3967 if test -z "$ac_cv_path_GREP"; then 3968 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3969 fi 3970else 3971 ac_cv_path_GREP=$GREP 3972fi 3973 3974fi 3975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 3976$as_echo "$ac_cv_path_GREP" >&6; } 3977 GREP="$ac_cv_path_GREP" 3978 3979 3980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3981$as_echo_n "checking for egrep... " >&6; } 3982if ${ac_cv_path_EGREP+:} false; then : 3983 $as_echo_n "(cached) " >&6 3984else 3985 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3986 then ac_cv_path_EGREP="$GREP -E" 3987 else 3988 if test -z "$EGREP"; then 3989 ac_path_EGREP_found=false 3990 # Loop through the user's path and test for each of PROGNAME-LIST 3991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3992for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3993do 3994 IFS=$as_save_IFS 3995 test -z "$as_dir" && as_dir=. 3996 for ac_prog in egrep; do 3997 for ac_exec_ext in '' $ac_executable_extensions; do 3998 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3999 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4000# Check for GNU ac_path_EGREP and select it if it is found. 4001 # Check for GNU $ac_path_EGREP 4002case `"$ac_path_EGREP" --version 2>&1` in 4003*GNU*) 4004 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4005*) 4006 ac_count=0 4007 $as_echo_n 0123456789 >"conftest.in" 4008 while : 4009 do 4010 cat "conftest.in" "conftest.in" >"conftest.tmp" 4011 mv "conftest.tmp" "conftest.in" 4012 cp "conftest.in" "conftest.nl" 4013 $as_echo 'EGREP' >> "conftest.nl" 4014 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4015 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4016 as_fn_arith $ac_count + 1 && ac_count=$as_val 4017 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4018 # Best one so far, save it but keep looking for a better one 4019 ac_cv_path_EGREP="$ac_path_EGREP" 4020 ac_path_EGREP_max=$ac_count 4021 fi 4022 # 10*(2^10) chars as input seems more than enough 4023 test $ac_count -gt 10 && break 4024 done 4025 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4026esac 4027 4028 $ac_path_EGREP_found && break 3 4029 done 4030 done 4031 done 4032IFS=$as_save_IFS 4033 if test -z "$ac_cv_path_EGREP"; then 4034 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4035 fi 4036else 4037 ac_cv_path_EGREP=$EGREP 4038fi 4039 4040 fi 4041fi 4042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 4043$as_echo "$ac_cv_path_EGREP" >&6; } 4044 EGREP="$ac_cv_path_EGREP" 4045 4046 4047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4048$as_echo_n "checking for ANSI C header files... " >&6; } 4049if ${ac_cv_header_stdc+:} false; then : 4050 $as_echo_n "(cached) " >&6 4051else 4052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4053/* end confdefs.h. */ 4054#include <stdlib.h> 4055#include <stdarg.h> 4056#include <string.h> 4057#include <float.h> 4058 4059int 4060main () 4061{ 4062 4063 ; 4064 return 0; 4065} 4066_ACEOF 4067if ac_fn_c_try_compile "$LINENO"; then : 4068 ac_cv_header_stdc=yes 4069else 4070 ac_cv_header_stdc=no 4071fi 4072rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4073 4074if test $ac_cv_header_stdc = yes; then 4075 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4077/* end confdefs.h. */ 4078#include <string.h> 4079 4080_ACEOF 4081if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4082 $EGREP "memchr" >/dev/null 2>&1; then : 4083 4084else 4085 ac_cv_header_stdc=no 4086fi 4087rm -f conftest* 4088 4089fi 4090 4091if test $ac_cv_header_stdc = yes; then 4092 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4094/* end confdefs.h. */ 4095#include <stdlib.h> 4096 4097_ACEOF 4098if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4099 $EGREP "free" >/dev/null 2>&1; then : 4100 4101else 4102 ac_cv_header_stdc=no 4103fi 4104rm -f conftest* 4105 4106fi 4107 4108if test $ac_cv_header_stdc = yes; then 4109 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4110 if test "$cross_compiling" = yes; then : 4111 : 4112else 4113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4114/* end confdefs.h. */ 4115#include <ctype.h> 4116#include <stdlib.h> 4117#if ((' ' & 0x0FF) == 0x020) 4118# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 4119# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4120#else 4121# define ISLOWER(c) \ 4122 (('a' <= (c) && (c) <= 'i') \ 4123 || ('j' <= (c) && (c) <= 'r') \ 4124 || ('s' <= (c) && (c) <= 'z')) 4125# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4126#endif 4127 4128#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 4129int 4130main () 4131{ 4132 int i; 4133 for (i = 0; i < 256; i++) 4134 if (XOR (islower (i), ISLOWER (i)) 4135 || toupper (i) != TOUPPER (i)) 4136 return 2; 4137 return 0; 4138} 4139_ACEOF 4140if ac_fn_c_try_run "$LINENO"; then : 4141 4142else 4143 ac_cv_header_stdc=no 4144fi 4145rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4146 conftest.$ac_objext conftest.beam conftest.$ac_ext 4147fi 4148 4149fi 4150fi 4151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4152$as_echo "$ac_cv_header_stdc" >&6; } 4153if test $ac_cv_header_stdc = yes; then 4154 4155$as_echo "#define STDC_HEADERS 1" >>confdefs.h 4156 4157fi 4158 4159# On IRIX 5.3, sys/types and inttypes.h are conflicting. 4160for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4161 inttypes.h stdint.h unistd.h 4162do : 4163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4164ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4165" 4166if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 4167 cat >>confdefs.h <<_ACEOF 4168#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4169_ACEOF 4170 4171fi 4172 4173done 4174 4175 4176 4177 4178 4179 4180 4181 4182if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 4183 if test -n "$ac_tool_prefix"; then 4184 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 4185set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 4186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4187$as_echo_n "checking for $ac_word... " >&6; } 4188if ${ac_cv_path_PKG_CONFIG+:} false; then : 4189 $as_echo_n "(cached) " >&6 4190else 4191 case $PKG_CONFIG in 4192 [\\/]* | ?:[\\/]*) 4193 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 4194 ;; 4195 *) 4196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4197for as_dir in $PATH 4198do 4199 IFS=$as_save_IFS 4200 test -z "$as_dir" && as_dir=. 4201 for ac_exec_ext in '' $ac_executable_extensions; do 4202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4203 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 4204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4205 break 2 4206 fi 4207done 4208 done 4209IFS=$as_save_IFS 4210 4211 ;; 4212esac 4213fi 4214PKG_CONFIG=$ac_cv_path_PKG_CONFIG 4215if test -n "$PKG_CONFIG"; then 4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 4217$as_echo "$PKG_CONFIG" >&6; } 4218else 4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4220$as_echo "no" >&6; } 4221fi 4222 4223 4224fi 4225if test -z "$ac_cv_path_PKG_CONFIG"; then 4226 ac_pt_PKG_CONFIG=$PKG_CONFIG 4227 # Extract the first word of "pkg-config", so it can be a program name with args. 4228set dummy pkg-config; ac_word=$2 4229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4230$as_echo_n "checking for $ac_word... " >&6; } 4231if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : 4232 $as_echo_n "(cached) " >&6 4233else 4234 case $ac_pt_PKG_CONFIG in 4235 [\\/]* | ?:[\\/]*) 4236 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 4237 ;; 4238 *) 4239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4240for as_dir in $PATH 4241do 4242 IFS=$as_save_IFS 4243 test -z "$as_dir" && as_dir=. 4244 for ac_exec_ext in '' $ac_executable_extensions; do 4245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4246 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 4247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4248 break 2 4249 fi 4250done 4251 done 4252IFS=$as_save_IFS 4253 4254 ;; 4255esac 4256fi 4257ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 4258if test -n "$ac_pt_PKG_CONFIG"; then 4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 4260$as_echo "$ac_pt_PKG_CONFIG" >&6; } 4261else 4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4263$as_echo "no" >&6; } 4264fi 4265 4266 if test "x$ac_pt_PKG_CONFIG" = x; then 4267 PKG_CONFIG="" 4268 else 4269 case $cross_compiling:$ac_tool_warned in 4270yes:) 4271{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4272$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4273ac_tool_warned=yes ;; 4274esac 4275 PKG_CONFIG=$ac_pt_PKG_CONFIG 4276 fi 4277else 4278 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 4279fi 4280 4281fi 4282if test -n "$PKG_CONFIG"; then 4283 _pkg_min_version=0.9.0 4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 4285$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } 4286 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4288$as_echo "yes" >&6; } 4289 else 4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4291$as_echo "no" >&6; } 4292 PKG_CONFIG="" 4293 fi 4294fi 4295# Make sure we can run config.sub. 4296$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4297 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4298 4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4300$as_echo_n "checking build system type... " >&6; } 4301if ${ac_cv_build+:} false; then : 4302 $as_echo_n "(cached) " >&6 4303else 4304 ac_build_alias=$build_alias 4305test "x$ac_build_alias" = x && 4306 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4307test "x$ac_build_alias" = x && 4308 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 4309ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4310 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 4311 4312fi 4313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4314$as_echo "$ac_cv_build" >&6; } 4315case $ac_cv_build in 4316*-*-*) ;; 4317*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 4318esac 4319build=$ac_cv_build 4320ac_save_IFS=$IFS; IFS='-' 4321set x $ac_cv_build 4322shift 4323build_cpu=$1 4324build_vendor=$2 4325shift; shift 4326# Remember, the first character of IFS is used to create $*, 4327# except with old shells: 4328build_os=$* 4329IFS=$ac_save_IFS 4330case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 4331 4332 4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4334$as_echo_n "checking host system type... " >&6; } 4335if ${ac_cv_host+:} false; then : 4336 $as_echo_n "(cached) " >&6 4337else 4338 if test "x$host_alias" = x; then 4339 ac_cv_host=$ac_cv_build 4340else 4341 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4342 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 4343fi 4344 4345fi 4346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 4347$as_echo "$ac_cv_host" >&6; } 4348case $ac_cv_host in 4349*-*-*) ;; 4350*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 4351esac 4352host=$ac_cv_host 4353ac_save_IFS=$IFS; IFS='-' 4354set x $ac_cv_host 4355shift 4356host_cpu=$1 4357host_vendor=$2 4358shift; shift 4359# Remember, the first character of IFS is used to create $*, 4360# except with old shells: 4361host_os=$* 4362IFS=$ac_save_IFS 4363case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 4364 4365 4366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4367$as_echo_n "checking for a sed that does not truncate output... " >&6; } 4368if ${ac_cv_path_SED+:} false; then : 4369 $as_echo_n "(cached) " >&6 4370else 4371 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 4372 for ac_i in 1 2 3 4 5 6 7; do 4373 ac_script="$ac_script$as_nl$ac_script" 4374 done 4375 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 4376 { ac_script=; unset ac_script;} 4377 if test -z "$SED"; then 4378 ac_path_SED_found=false 4379 # Loop through the user's path and test for each of PROGNAME-LIST 4380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4381for as_dir in $PATH 4382do 4383 IFS=$as_save_IFS 4384 test -z "$as_dir" && as_dir=. 4385 for ac_prog in sed gsed; do 4386 for ac_exec_ext in '' $ac_executable_extensions; do 4387 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 4388 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 4389# Check for GNU ac_path_SED and select it if it is found. 4390 # Check for GNU $ac_path_SED 4391case `"$ac_path_SED" --version 2>&1` in 4392*GNU*) 4393 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 4394*) 4395 ac_count=0 4396 $as_echo_n 0123456789 >"conftest.in" 4397 while : 4398 do 4399 cat "conftest.in" "conftest.in" >"conftest.tmp" 4400 mv "conftest.tmp" "conftest.in" 4401 cp "conftest.in" "conftest.nl" 4402 $as_echo '' >> "conftest.nl" 4403 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 4404 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4405 as_fn_arith $ac_count + 1 && ac_count=$as_val 4406 if test $ac_count -gt ${ac_path_SED_max-0}; then 4407 # Best one so far, save it but keep looking for a better one 4408 ac_cv_path_SED="$ac_path_SED" 4409 ac_path_SED_max=$ac_count 4410 fi 4411 # 10*(2^10) chars as input seems more than enough 4412 test $ac_count -gt 10 && break 4413 done 4414 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4415esac 4416 4417 $ac_path_SED_found && break 3 4418 done 4419 done 4420 done 4421IFS=$as_save_IFS 4422 if test -z "$ac_cv_path_SED"; then 4423 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 4424 fi 4425else 4426 ac_cv_path_SED=$SED 4427fi 4428 4429fi 4430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 4431$as_echo "$ac_cv_path_SED" >&6; } 4432 SED="$ac_cv_path_SED" 4433 rm -f conftest.sed 4434 4435 4436 4437 4438 4439if test "x$GCC" = xyes ; then 4440 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ 4441-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \ 4442-Wbad-function-cast -Wformat=2" 4443 case `$CC -dumpversion` in 4444 3.4.* | 4.*) 4445 CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement" 4446 ;; 4447 esac 4448else 4449 ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" 4450if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then : 4451 SUNCC="yes" 4452else 4453 SUNCC="no" 4454fi 4455 4456 if test "x$SUNCC" = "xyes"; then 4457 CWARNFLAGS="-v" 4458 fi 4459fi 4460 4461 4462 4463# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89 4464 4465 4466 4467# Check whether --enable-strict-compilation was given. 4468if test "${enable_strict_compilation+set}" = set; then : 4469 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval 4470else 4471 STRICT_COMPILE=no 4472fi 4473 4474if test "x$STRICT_COMPILE" = "xyes"; then 4475 ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" 4476if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then : 4477 SUNCC="yes" 4478else 4479 SUNCC="no" 4480fi 4481 4482 ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" 4483if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then : 4484 INTELCC="yes" 4485else 4486 INTELCC="no" 4487fi 4488 4489 if test "x$GCC" = xyes ; then 4490 STRICT_CFLAGS="-pedantic -Werror" 4491 elif test "x$SUNCC" = "xyes"; then 4492 STRICT_CFLAGS="-errwarn" 4493 elif test "x$INTELCC" = "xyes"; then 4494 STRICT_CFLAGS="-Werror" 4495 fi 4496fi 4497CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS" 4498 4499 4500 4501 4502cat >>confdefs.h <<_ACEOF 4503#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 4504_ACEOF 4505 4506 PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 4507 if test "x$PVM" = "x"; then 4508 PVM="0" 4509 fi 4510 4511cat >>confdefs.h <<_ACEOF 4512#define PACKAGE_VERSION_MINOR $PVM 4513_ACEOF 4514 4515 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 4516 if test "x$PVP" = "x"; then 4517 PVP="0" 4518 fi 4519 4520cat >>confdefs.h <<_ACEOF 4521#define PACKAGE_VERSION_PATCHLEVEL $PVP 4522_ACEOF 4523 4524 4525 4526CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ 4527mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ 4528|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ 4529echo 'git directory not found: installing possibly empty changelog.' >&2)" 4530 4531 4532 4533 4534macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` 4535INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ 4536mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ 4537|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ 4538echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" 4539 4540 4541 4542 4543 4544 4545if test x$APP_MAN_SUFFIX = x ; then 4546 APP_MAN_SUFFIX=1 4547fi 4548if test x$APP_MAN_DIR = x ; then 4549 APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 4550fi 4551 4552if test x$LIB_MAN_SUFFIX = x ; then 4553 LIB_MAN_SUFFIX=3 4554fi 4555if test x$LIB_MAN_DIR = x ; then 4556 LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 4557fi 4558 4559if test x$FILE_MAN_SUFFIX = x ; then 4560 case $host_os in 4561 solaris*) FILE_MAN_SUFFIX=4 ;; 4562 *) FILE_MAN_SUFFIX=5 ;; 4563 esac 4564fi 4565if test x$FILE_MAN_DIR = x ; then 4566 FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 4567fi 4568 4569if test x$MISC_MAN_SUFFIX = x ; then 4570 case $host_os in 4571 solaris*) MISC_MAN_SUFFIX=5 ;; 4572 *) MISC_MAN_SUFFIX=7 ;; 4573 esac 4574fi 4575if test x$MISC_MAN_DIR = x ; then 4576 MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 4577fi 4578 4579if test x$DRIVER_MAN_SUFFIX = x ; then 4580 case $host_os in 4581 solaris*) DRIVER_MAN_SUFFIX=7 ;; 4582 *) DRIVER_MAN_SUFFIX=4 ;; 4583 esac 4584fi 4585if test x$DRIVER_MAN_DIR = x ; then 4586 DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 4587fi 4588 4589if test x$ADMIN_MAN_SUFFIX = x ; then 4590 case $host_os in 4591 solaris*) ADMIN_MAN_SUFFIX=1m ;; 4592 *) ADMIN_MAN_SUFFIX=8 ;; 4593 esac 4594fi 4595if test x$ADMIN_MAN_DIR = x ; then 4596 ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 4597fi 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613XORG_MAN_PAGE="X Version 11" 4614 4615MAN_SUBSTS="\ 4616 -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 4617 -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 4618 -e 's|__xservername__|Xorg|g' \ 4619 -e 's|__xconfigfile__|xorg.conf|g' \ 4620 -e 's|__projectroot__|\$(prefix)|g' \ 4621 -e 's|__apploaddir__|\$(appdefaultdir)|g' \ 4622 -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ 4623 -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ 4624 -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ 4625 -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ 4626 -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ 4627 -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" 4628 4629 4630 4631# Check whether --enable-silent-rules was given. 4632if test "${enable_silent_rules+set}" = set; then : 4633 enableval=$enable_silent_rules; 4634fi 4635 4636case $enable_silent_rules in 4637yes) AM_DEFAULT_VERBOSITY=0;; 4638no) AM_DEFAULT_VERBOSITY=1;; 4639*) AM_DEFAULT_VERBOSITY=0;; 4640esac 4641AM_BACKSLASH='\' 4642 4643 4644 4645 4646 4647# Require X.Org's font util macros 1.2 or later 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5 4664$as_echo_n "checking for root directory for font files... " >&6; } 4665 4666# Check whether --with-fontrootdir was given. 4667if test "${with_fontrootdir+set}" = set; then : 4668 withval=$with_fontrootdir; FONTROOTDIR="$withval" 4669fi 4670 4671 # if --with-fontrootdir not specified... 4672 if test "x${FONTROOTDIR}" = "x"; then 4673 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil` 4674 fi 4675 # ...and if pkg-config didn't find fontdir in fontutil.pc... 4676 if test "x${FONTROOTDIR}" = "x"; then 4677 FONTROOTDIR="${datadir}/fonts/X11" 4678 fi 4679 4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5 4681$as_echo "${FONTROOTDIR}" >&6; } 4682 4683 4684 4685 4686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for directory for 75dpi files" >&5 4687$as_echo_n "checking for directory for 75dpi files... " >&6; } 4688 4689# Check whether --with-fontdir was given. 4690if test "${with_fontdir+set}" = set; then : 4691 withval=$with_fontdir; FONTDIR="${withval}" 4692else 4693 FONTDIR='${FONTROOTDIR}/75dpi' 4694fi 4695 4696 4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5 4698$as_echo "${FONTDIR}" >&6; } 4699 4700 4701 4702 4703 # Extract the first word of "fc-cache", so it can be a program name with args. 4704set dummy fc-cache; ac_word=$2 4705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4706$as_echo_n "checking for $ac_word... " >&6; } 4707if ${ac_cv_path_FCCACHE+:} false; then : 4708 $as_echo_n "(cached) " >&6 4709else 4710 case $FCCACHE in 4711 [\\/]* | ?:[\\/]*) 4712 ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path. 4713 ;; 4714 *) 4715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4716for as_dir in $PATH 4717do 4718 IFS=$as_save_IFS 4719 test -z "$as_dir" && as_dir=. 4720 for ac_exec_ext in '' $ac_executable_extensions; do 4721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4722 ac_cv_path_FCCACHE="$as_dir/$ac_word$ac_exec_ext" 4723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4724 break 2 4725 fi 4726done 4727 done 4728IFS=$as_save_IFS 4729 4730 ;; 4731esac 4732fi 4733FCCACHE=$ac_cv_path_FCCACHE 4734if test -n "$FCCACHE"; then 4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5 4736$as_echo "$FCCACHE" >&6; } 4737else 4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4739$as_echo "no" >&6; } 4740fi 4741 4742 4743 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 4744 if test x"$FCCACHE" = x ; then 4745 RUN_FCCACHE="${FCCACHE_WARN}" 4746 else 4747 RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else' 4748 RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)" 4749 fi 4750 4751 4752 4753 # Extract the first word of "mkfontdir", so it can be a program name with args. 4754set dummy mkfontdir; ac_word=$2 4755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4756$as_echo_n "checking for $ac_word... " >&6; } 4757if ${ac_cv_path_MKFONTDIR+:} false; then : 4758 $as_echo_n "(cached) " >&6 4759else 4760 case $MKFONTDIR in 4761 [\\/]* | ?:[\\/]*) 4762 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 4763 ;; 4764 *) 4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4766for as_dir in $PATH 4767do 4768 IFS=$as_save_IFS 4769 test -z "$as_dir" && as_dir=. 4770 for ac_exec_ext in '' $ac_executable_extensions; do 4771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4772 ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext" 4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4774 break 2 4775 fi 4776done 4777 done 4778IFS=$as_save_IFS 4779 4780 ;; 4781esac 4782fi 4783MKFONTDIR=$ac_cv_path_MKFONTDIR 4784if test -n "$MKFONTDIR"; then 4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 4786$as_echo "$MKFONTDIR" >&6; } 4787else 4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4789$as_echo "no" >&6; } 4790fi 4791 4792 4793 if test x"$MKFONTDIR" = x; then 4794 as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5 4795 fi 4796 4797 4798 4799 # Extract the first word of "bdftopcf", so it can be a program name with args. 4800set dummy bdftopcf; ac_word=$2 4801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4802$as_echo_n "checking for $ac_word... " >&6; } 4803if ${ac_cv_path_BDFTOPCF+:} false; then : 4804 $as_echo_n "(cached) " >&6 4805else 4806 case $BDFTOPCF in 4807 [\\/]* | ?:[\\/]*) 4808 ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 4809 ;; 4810 *) 4811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4812for as_dir in $PATH 4813do 4814 IFS=$as_save_IFS 4815 test -z "$as_dir" && as_dir=. 4816 for ac_exec_ext in '' $ac_executable_extensions; do 4817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4818 ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext" 4819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4820 break 2 4821 fi 4822done 4823 done 4824IFS=$as_save_IFS 4825 4826 ;; 4827esac 4828fi 4829BDFTOPCF=$ac_cv_path_BDFTOPCF 4830if test -n "$BDFTOPCF"; then 4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5 4832$as_echo "$BDFTOPCF" >&6; } 4833else 4834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4835$as_echo "no" >&6; } 4836fi 4837 4838 4839 if test x"$BDFTOPCF" = x; then 4840 as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5 4841 fi 4842 4843 4844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5 4845$as_echo_n "checking font compression method... " >&6; } 4846 4847# Check whether --with-compression was given. 4848if test "${with_compression+set}" = set; then : 4849 withval=$with_compression; compression="$withval" 4850else 4851 compression="yes" 4852fi 4853 4854 if test x"$compression" = "xyes" ; then 4855 compression="gzip" 4856 fi 4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5 4858$as_echo "${compression}" >&6; } 4859 case ${compression} in 4860 *compress) COMPRESS_SUFFIX=".Z" ;; 4861 *gzip) COMPRESS_SUFFIX=".gz" ;; 4862 *bzip2) COMPRESS_SUFFIX=".bz2" ;; 4863 no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;; 4864 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;; 4865 esac 4866 if test x"$COMPRESS_SUFFIX" != "x" ; then 4867 4868 # Extract the first word of "${compression}", so it can be a program name with args. 4869set dummy ${compression}; ac_word=$2 4870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4871$as_echo_n "checking for $ac_word... " >&6; } 4872if ${ac_cv_path_COMPRESS+:} false; then : 4873 $as_echo_n "(cached) " >&6 4874else 4875 case $COMPRESS in 4876 [\\/]* | ?:[\\/]*) 4877 ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path. 4878 ;; 4879 *) 4880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4881for as_dir in $PATH 4882do 4883 IFS=$as_save_IFS 4884 test -z "$as_dir" && as_dir=. 4885 for ac_exec_ext in '' $ac_executable_extensions; do 4886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4887 ac_cv_path_COMPRESS="$as_dir/$ac_word$ac_exec_ext" 4888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4889 break 2 4890 fi 4891done 4892 done 4893IFS=$as_save_IFS 4894 4895 ;; 4896esac 4897fi 4898COMPRESS=$ac_cv_path_COMPRESS 4899if test -n "$COMPRESS"; then 4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5 4901$as_echo "$COMPRESS" >&6; } 4902else 4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4904$as_echo "no" >&6; } 4905fi 4906 4907 4908 if test x"$COMPRESS" = x; then 4909 as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5 4910 fi 4911 4912 fi 4913 4914 4915 4916 4917 4918 # Extract the first word of "ucs2any", so it can be a program name with args. 4919set dummy ucs2any; ac_word=$2 4920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4921$as_echo_n "checking for $ac_word... " >&6; } 4922if ${ac_cv_path_UCS2ANY+:} false; then : 4923 $as_echo_n "(cached) " >&6 4924else 4925 case $UCS2ANY in 4926 [\\/]* | ?:[\\/]*) 4927 ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 4928 ;; 4929 *) 4930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4931for as_dir in $PATH 4932do 4933 IFS=$as_save_IFS 4934 test -z "$as_dir" && as_dir=. 4935 for ac_exec_ext in '' $ac_executable_extensions; do 4936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4937 ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext" 4938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4939 break 2 4940 fi 4941done 4942 done 4943IFS=$as_save_IFS 4944 4945 ;; 4946esac 4947fi 4948UCS2ANY=$ac_cv_path_UCS2ANY 4949if test -n "$UCS2ANY"; then 4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UCS2ANY" >&5 4951$as_echo "$UCS2ANY" >&6; } 4952else 4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4954$as_echo "no" >&6; } 4955fi 4956 4957 4958 if test x"$UCS2ANY" = x; then 4959 as_fn_error $? "ucs2any is required to build $PACKAGE_NAME." "$LINENO" 5 4960 fi 4961 4962 4963pkg_failed=no 4964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAPS" >&5 4965$as_echo_n "checking for MAPS... " >&6; } 4966 4967if test -n "$MAPS_CFLAGS"; then 4968 pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 4969 elif test -n "$PKG_CONFIG"; then 4970 if test -n "$PKG_CONFIG" && \ 4971 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 4972 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 4973 ac_status=$? 4974 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4975 test $ac_status = 0; }; then 4976 pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 4977else 4978 pkg_failed=yes 4979fi 4980 else 4981 pkg_failed=untried 4982fi 4983if test -n "$MAPS_LIBS"; then 4984 pkg_cv_MAPS_LIBS="$MAPS_LIBS" 4985 elif test -n "$PKG_CONFIG"; then 4986 if test -n "$PKG_CONFIG" && \ 4987 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 4988 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 4989 ac_status=$? 4990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4991 test $ac_status = 0; }; then 4992 pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 4993else 4994 pkg_failed=yes 4995fi 4996 else 4997 pkg_failed=untried 4998fi 4999 5000 5001 5002if test $pkg_failed = yes; then 5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5004$as_echo "no" >&6; } 5005 5006if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 5007 _pkg_short_errors_supported=yes 5008else 5009 _pkg_short_errors_supported=no 5010fi 5011 if test $_pkg_short_errors_supported = yes; then 5012 MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fontutil" 2>&1` 5013 else 5014 MAPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fontutil" 2>&1` 5015 fi 5016 # Put the nasty error message in config.log where it belongs 5017 echo "$MAPS_PKG_ERRORS" >&5 5018 5019 as_fn_error $? "Package requirements (fontutil) were not met: 5020 5021$MAPS_PKG_ERRORS 5022 5023Consider adjusting the PKG_CONFIG_PATH environment variable if you 5024installed software in a non-standard prefix. 5025 5026Alternatively, you may set the environment variables MAPS_CFLAGS 5027and MAPS_LIBS to avoid the need to call pkg-config. 5028See the pkg-config man page for more details." "$LINENO" 5 5029elif test $pkg_failed = untried; then 5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5031$as_echo "no" >&6; } 5032 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5033$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5034as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 5035is in your PATH or set the PKG_CONFIG environment variable to the full 5036path to pkg-config. 5037 5038Alternatively, you may set the environment variables MAPS_CFLAGS 5039and MAPS_LIBS to avoid the need to call pkg-config. 5040See the pkg-config man page for more details. 5041 5042To get pkg-config, see <http://pkg-config.freedesktop.org/>. 5043See \`config.log' for more details" "$LINENO" 5; } 5044else 5045 MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 5046 MAPS_LIBS=$pkg_cv_MAPS_LIBS 5047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5048$as_echo "yes" >&6; } 5049 5050fi 5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ucs2any encoding data files" >&5 5052$as_echo_n "checking for ucs2any encoding data files... " >&6; } 5053 MAPFILES_PATH=`pkg-config --variable=mapdir fontutil` 5054 5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${MAPFILES_PATH}" >&5 5056$as_echo "${MAPFILES_PATH}" >&6; } 5057 5058 5059 5060 # Check whether --enable-all-encodings was given. 5061if test "${enable_all_encodings+set}" = set; then : 5062 enableval=$enable_all_encodings; 5063 ISO8859_1=$enableval 5064 5065 ISO8859_2=$enableval 5066 5067 ISO8859_3=$enableval 5068 5069 ISO8859_4=$enableval 5070 5071 ISO8859_9=$enableval 5072 5073 ISO8859_10=$enableval 5074 5075 ISO8859_13=$enableval 5076 5077 ISO8859_14=$enableval 5078 5079 ISO8859_15=$enableval 5080 5081else 5082 5083 ISO8859_1=yes 5084 5085 ISO8859_2=yes 5086 5087 ISO8859_3=yes 5088 5089 ISO8859_4=yes 5090 5091 ISO8859_9=yes 5092 5093 ISO8859_10=yes 5094 5095 ISO8859_13=yes 5096 5097 ISO8859_14=yes 5098 5099 ISO8859_15=yes 5100 5101fi 5102 5103 5104 # Check whether --enable-iso8859-1 was given. 5105if test "${enable_iso8859_1+set}" = set; then : 5106 enableval=$enable_iso8859_1; ISO8859_1=$enableval 5107fi 5108 5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-1 fonts" >&5 5110$as_echo_n "checking whether to build ISO8859-1 fonts... " >&6; } 5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_1" >&5 5112$as_echo "$ISO8859_1" >&6; } 5113 if test "x$ISO8859_1" = xyes; then 5114 ISO8859_1_TRUE= 5115 ISO8859_1_FALSE='#' 5116else 5117 ISO8859_1_TRUE='#' 5118 ISO8859_1_FALSE= 5119fi 5120 5121 5122 # Check whether --enable-iso8859-2 was given. 5123if test "${enable_iso8859_2+set}" = set; then : 5124 enableval=$enable_iso8859_2; ISO8859_2=$enableval 5125fi 5126 5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-2 fonts" >&5 5128$as_echo_n "checking whether to build ISO8859-2 fonts... " >&6; } 5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_2" >&5 5130$as_echo "$ISO8859_2" >&6; } 5131 if test "x$ISO8859_2" = xyes; then 5132 ISO8859_2_TRUE= 5133 ISO8859_2_FALSE='#' 5134else 5135 ISO8859_2_TRUE='#' 5136 ISO8859_2_FALSE= 5137fi 5138 5139 5140 # Check whether --enable-iso8859-3 was given. 5141if test "${enable_iso8859_3+set}" = set; then : 5142 enableval=$enable_iso8859_3; ISO8859_3=$enableval 5143fi 5144 5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-3 fonts" >&5 5146$as_echo_n "checking whether to build ISO8859-3 fonts... " >&6; } 5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_3" >&5 5148$as_echo "$ISO8859_3" >&6; } 5149 if test "x$ISO8859_3" = xyes; then 5150 ISO8859_3_TRUE= 5151 ISO8859_3_FALSE='#' 5152else 5153 ISO8859_3_TRUE='#' 5154 ISO8859_3_FALSE= 5155fi 5156 5157 5158 # Check whether --enable-iso8859-4 was given. 5159if test "${enable_iso8859_4+set}" = set; then : 5160 enableval=$enable_iso8859_4; ISO8859_4=$enableval 5161fi 5162 5163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-4 fonts" >&5 5164$as_echo_n "checking whether to build ISO8859-4 fonts... " >&6; } 5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_4" >&5 5166$as_echo "$ISO8859_4" >&6; } 5167 if test "x$ISO8859_4" = xyes; then 5168 ISO8859_4_TRUE= 5169 ISO8859_4_FALSE='#' 5170else 5171 ISO8859_4_TRUE='#' 5172 ISO8859_4_FALSE= 5173fi 5174 5175 5176 # Check whether --enable-iso8859-9 was given. 5177if test "${enable_iso8859_9+set}" = set; then : 5178 enableval=$enable_iso8859_9; ISO8859_9=$enableval 5179fi 5180 5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-9 fonts" >&5 5182$as_echo_n "checking whether to build ISO8859-9 fonts... " >&6; } 5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_9" >&5 5184$as_echo "$ISO8859_9" >&6; } 5185 if test "x$ISO8859_9" = xyes; then 5186 ISO8859_9_TRUE= 5187 ISO8859_9_FALSE='#' 5188else 5189 ISO8859_9_TRUE='#' 5190 ISO8859_9_FALSE= 5191fi 5192 5193 5194 # Check whether --enable-iso8859-10 was given. 5195if test "${enable_iso8859_10+set}" = set; then : 5196 enableval=$enable_iso8859_10; ISO8859_10=$enableval 5197fi 5198 5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-10 fonts" >&5 5200$as_echo_n "checking whether to build ISO8859-10 fonts... " >&6; } 5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_10" >&5 5202$as_echo "$ISO8859_10" >&6; } 5203 if test "x$ISO8859_10" = xyes; then 5204 ISO8859_10_TRUE= 5205 ISO8859_10_FALSE='#' 5206else 5207 ISO8859_10_TRUE='#' 5208 ISO8859_10_FALSE= 5209fi 5210 5211 5212 # Check whether --enable-iso8859-13 was given. 5213if test "${enable_iso8859_13+set}" = set; then : 5214 enableval=$enable_iso8859_13; ISO8859_13=$enableval 5215fi 5216 5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-13 fonts" >&5 5218$as_echo_n "checking whether to build ISO8859-13 fonts... " >&6; } 5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_13" >&5 5220$as_echo "$ISO8859_13" >&6; } 5221 if test "x$ISO8859_13" = xyes; then 5222 ISO8859_13_TRUE= 5223 ISO8859_13_FALSE='#' 5224else 5225 ISO8859_13_TRUE='#' 5226 ISO8859_13_FALSE= 5227fi 5228 5229 5230 # Check whether --enable-iso8859-14 was given. 5231if test "${enable_iso8859_14+set}" = set; then : 5232 enableval=$enable_iso8859_14; ISO8859_14=$enableval 5233fi 5234 5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-14 fonts" >&5 5236$as_echo_n "checking whether to build ISO8859-14 fonts... " >&6; } 5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_14" >&5 5238$as_echo "$ISO8859_14" >&6; } 5239 if test "x$ISO8859_14" = xyes; then 5240 ISO8859_14_TRUE= 5241 ISO8859_14_FALSE='#' 5242else 5243 ISO8859_14_TRUE='#' 5244 ISO8859_14_FALSE= 5245fi 5246 5247 5248 # Check whether --enable-iso8859-15 was given. 5249if test "${enable_iso8859_15+set}" = set; then : 5250 enableval=$enable_iso8859_15; ISO8859_15=$enableval 5251fi 5252 5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-15 fonts" >&5 5254$as_echo_n "checking whether to build ISO8859-15 fonts... " >&6; } 5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO8859_15" >&5 5256$as_echo "$ISO8859_15" >&6; } 5257 if test "x$ISO8859_15" = xyes; then 5258 ISO8859_15_TRUE= 5259 ISO8859_15_FALSE='#' 5260else 5261 ISO8859_15_TRUE='#' 5262 ISO8859_15_FALSE= 5263fi 5264 5265 5266 5267 5268ac_config_files="$ac_config_files Makefile" 5269 5270cat >confcache <<\_ACEOF 5271# This file is a shell script that caches the results of configure 5272# tests run on this system so they can be shared between configure 5273# scripts and configure runs, see configure's option --config-cache. 5274# It is not useful on other systems. If it contains results you don't 5275# want to keep, you may remove or edit it. 5276# 5277# config.status only pays attention to the cache file if you give it 5278# the --recheck option to rerun configure. 5279# 5280# `ac_cv_env_foo' variables (set or unset) will be overridden when 5281# loading this file, other *unset* `ac_cv_foo' will be assigned the 5282# following values. 5283 5284_ACEOF 5285 5286# The following way of writing the cache mishandles newlines in values, 5287# but we know of no workaround that is simple, portable, and efficient. 5288# So, we kill variables containing newlines. 5289# Ultrix sh set writes to stderr and can't be redirected directly, 5290# and sets the high bit in the cache file unless we assign to the vars. 5291( 5292 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 5293 eval ac_val=\$$ac_var 5294 case $ac_val in #( 5295 *${as_nl}*) 5296 case $ac_var in #( 5297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 5298$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 5299 esac 5300 case $ac_var in #( 5301 _ | IFS | as_nl) ;; #( 5302 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 5303 *) { eval $ac_var=; unset $ac_var;} ;; 5304 esac ;; 5305 esac 5306 done 5307 5308 (set) 2>&1 | 5309 case $as_nl`(ac_space=' '; set) 2>&1` in #( 5310 *${as_nl}ac_space=\ *) 5311 # `set' does not quote correctly, so add quotes: double-quote 5312 # substitution turns \\\\ into \\, and sed turns \\ into \. 5313 sed -n \ 5314 "s/'/'\\\\''/g; 5315 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 5316 ;; #( 5317 *) 5318 # `set' quotes correctly as required by POSIX, so do not add quotes. 5319 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 5320 ;; 5321 esac | 5322 sort 5323) | 5324 sed ' 5325 /^ac_cv_env_/b end 5326 t clear 5327 :clear 5328 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 5329 t end 5330 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5331 :end' >>confcache 5332if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 5333 if test -w "$cache_file"; then 5334 if test "x$cache_file" != "x/dev/null"; then 5335 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 5336$as_echo "$as_me: updating cache $cache_file" >&6;} 5337 if test ! -f "$cache_file" || test -h "$cache_file"; then 5338 cat confcache >"$cache_file" 5339 else 5340 case $cache_file in #( 5341 */* | ?:*) 5342 mv -f confcache "$cache_file"$$ && 5343 mv -f "$cache_file"$$ "$cache_file" ;; #( 5344 *) 5345 mv -f confcache "$cache_file" ;; 5346 esac 5347 fi 5348 fi 5349 else 5350 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 5351$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 5352 fi 5353fi 5354rm -f confcache 5355 5356test "x$prefix" = xNONE && prefix=$ac_default_prefix 5357# Let make expand exec_prefix. 5358test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 5359 5360# Transform confdefs.h into DEFS. 5361# Protect against shell expansion while executing Makefile rules. 5362# Protect against Makefile macro expansion. 5363# 5364# If the first sed substitution is executed (which looks for macros that 5365# take arguments), then branch to the quote section. Otherwise, 5366# look for a macro that doesn't take arguments. 5367ac_script=' 5368:mline 5369/\\$/{ 5370 N 5371 s,\\\n,, 5372 b mline 5373} 5374t clear 5375:clear 5376s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 5377t quote 5378s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 5379t quote 5380b any 5381:quote 5382s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 5383s/\[/\\&/g 5384s/\]/\\&/g 5385s/\$/$$/g 5386H 5387:any 5388${ 5389 g 5390 s/^\n// 5391 s/\n/ /g 5392 p 5393} 5394' 5395DEFS=`sed -n "$ac_script" confdefs.h` 5396 5397 5398ac_libobjs= 5399ac_ltlibobjs= 5400U= 5401for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 5402 # 1. Remove the extension, and $U if already installed. 5403 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5404 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 5405 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5406 # will be set to the directory where LIBOBJS objects are built. 5407 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 5408 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 5409done 5410LIBOBJS=$ac_libobjs 5411 5412LTLIBOBJS=$ac_ltlibobjs 5413 5414 5415 if test -n "$EXEEXT"; then 5416 am__EXEEXT_TRUE= 5417 am__EXEEXT_FALSE='#' 5418else 5419 am__EXEEXT_TRUE='#' 5420 am__EXEEXT_FALSE= 5421fi 5422 5423if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 5424 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. 5425Usually this means the macro was only invoked conditionally." "$LINENO" 5 5426fi 5427if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 5428 as_fn_error $? "conditional \"AMDEP\" was never defined. 5429Usually this means the macro was only invoked conditionally." "$LINENO" 5 5430fi 5431if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 5432 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 5433Usually this means the macro was only invoked conditionally." "$LINENO" 5 5434fi 5435if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 5436 as_fn_error $? "conditional \"ISO8859_1\" was never defined. 5437Usually this means the macro was only invoked conditionally." "$LINENO" 5 5438fi 5439if test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 5440 as_fn_error $? "conditional \"ISO8859_2\" was never defined. 5441Usually this means the macro was only invoked conditionally." "$LINENO" 5 5442fi 5443if test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 5444 as_fn_error $? "conditional \"ISO8859_3\" was never defined. 5445Usually this means the macro was only invoked conditionally." "$LINENO" 5 5446fi 5447if test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 5448 as_fn_error $? "conditional \"ISO8859_4\" was never defined. 5449Usually this means the macro was only invoked conditionally." "$LINENO" 5 5450fi 5451if test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 5452 as_fn_error $? "conditional \"ISO8859_9\" was never defined. 5453Usually this means the macro was only invoked conditionally." "$LINENO" 5 5454fi 5455if test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 5456 as_fn_error $? "conditional \"ISO8859_10\" was never defined. 5457Usually this means the macro was only invoked conditionally." "$LINENO" 5 5458fi 5459if test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 5460 as_fn_error $? "conditional \"ISO8859_13\" was never defined. 5461Usually this means the macro was only invoked conditionally." "$LINENO" 5 5462fi 5463if test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 5464 as_fn_error $? "conditional \"ISO8859_14\" was never defined. 5465Usually this means the macro was only invoked conditionally." "$LINENO" 5 5466fi 5467if test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 5468 as_fn_error $? "conditional \"ISO8859_15\" was never defined. 5469Usually this means the macro was only invoked conditionally." "$LINENO" 5 5470fi 5471 5472: "${CONFIG_STATUS=./config.status}" 5473ac_write_fail=0 5474ac_clean_files_save=$ac_clean_files 5475ac_clean_files="$ac_clean_files $CONFIG_STATUS" 5476{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 5477$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 5478as_write_fail=0 5479cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 5480#! $SHELL 5481# Generated by $as_me. 5482# Run this file to recreate the current configuration. 5483# Compiler output produced by configure, useful for debugging 5484# configure, is in config.log if it exists. 5485 5486debug=false 5487ac_cs_recheck=false 5488ac_cs_silent=false 5489 5490SHELL=\${CONFIG_SHELL-$SHELL} 5491export SHELL 5492_ASEOF 5493cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 5494## -------------------- ## 5495## M4sh Initialization. ## 5496## -------------------- ## 5497 5498# Be more Bourne compatible 5499DUALCASE=1; export DUALCASE # for MKS sh 5500if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 5501 emulate sh 5502 NULLCMD=: 5503 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 5504 # is contrary to our usage. Disable this feature. 5505 alias -g '${1+"$@"}'='"$@"' 5506 setopt NO_GLOB_SUBST 5507else 5508 case `(set -o) 2>/dev/null` in #( 5509 *posix*) : 5510 set -o posix ;; #( 5511 *) : 5512 ;; 5513esac 5514fi 5515 5516 5517as_nl=' 5518' 5519export as_nl 5520# Printing a long string crashes Solaris 7 /usr/bin/printf. 5521as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 5522as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 5523as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 5524# Prefer a ksh shell builtin over an external printf program on Solaris, 5525# but without wasting forks for bash or zsh. 5526if test -z "$BASH_VERSION$ZSH_VERSION" \ 5527 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 5528 as_echo='print -r --' 5529 as_echo_n='print -rn --' 5530elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 5531 as_echo='printf %s\n' 5532 as_echo_n='printf %s' 5533else 5534 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 5535 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 5536 as_echo_n='/usr/ucb/echo -n' 5537 else 5538 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 5539 as_echo_n_body='eval 5540 arg=$1; 5541 case $arg in #( 5542 *"$as_nl"*) 5543 expr "X$arg" : "X\\(.*\\)$as_nl"; 5544 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 5545 esac; 5546 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 5547 ' 5548 export as_echo_n_body 5549 as_echo_n='sh -c $as_echo_n_body as_echo' 5550 fi 5551 export as_echo_body 5552 as_echo='sh -c $as_echo_body as_echo' 5553fi 5554 5555# The user is always right. 5556if test "${PATH_SEPARATOR+set}" != set; then 5557 PATH_SEPARATOR=: 5558 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 5559 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 5560 PATH_SEPARATOR=';' 5561 } 5562fi 5563 5564 5565# IFS 5566# We need space, tab and new line, in precisely that order. Quoting is 5567# there to prevent editors from complaining about space-tab. 5568# (If _AS_PATH_WALK were called with IFS unset, it would disable word 5569# splitting by setting IFS to empty value.) 5570IFS=" "" $as_nl" 5571 5572# Find who we are. Look in the path if we contain no directory separator. 5573as_myself= 5574case $0 in #(( 5575 *[\\/]* ) as_myself=$0 ;; 5576 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5577for as_dir in $PATH 5578do 5579 IFS=$as_save_IFS 5580 test -z "$as_dir" && as_dir=. 5581 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 5582 done 5583IFS=$as_save_IFS 5584 5585 ;; 5586esac 5587# We did not find ourselves, most probably we were run as `sh COMMAND' 5588# in which case we are not to be found in the path. 5589if test "x$as_myself" = x; then 5590 as_myself=$0 5591fi 5592if test ! -f "$as_myself"; then 5593 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5594 exit 1 5595fi 5596 5597# Unset variables that we do not need and which cause bugs (e.g. in 5598# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 5599# suppresses any "Segmentation fault" message there. '((' could 5600# trigger a bug in pdksh 5.2.14. 5601for as_var in BASH_ENV ENV MAIL MAILPATH 5602do eval test x\${$as_var+set} = xset \ 5603 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 5604done 5605PS1='$ ' 5606PS2='> ' 5607PS4='+ ' 5608 5609# NLS nuisances. 5610LC_ALL=C 5611export LC_ALL 5612LANGUAGE=C 5613export LANGUAGE 5614 5615# CDPATH. 5616(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 5617 5618 5619# as_fn_error STATUS ERROR [LINENO LOG_FD] 5620# ---------------------------------------- 5621# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 5622# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 5623# script with STATUS, using 1 if that was 0. 5624as_fn_error () 5625{ 5626 as_status=$1; test $as_status -eq 0 && as_status=1 5627 if test "$4"; then 5628 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5629 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 5630 fi 5631 $as_echo "$as_me: error: $2" >&2 5632 as_fn_exit $as_status 5633} # as_fn_error 5634 5635 5636# as_fn_set_status STATUS 5637# ----------------------- 5638# Set $? to STATUS, without forking. 5639as_fn_set_status () 5640{ 5641 return $1 5642} # as_fn_set_status 5643 5644# as_fn_exit STATUS 5645# ----------------- 5646# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 5647as_fn_exit () 5648{ 5649 set +e 5650 as_fn_set_status $1 5651 exit $1 5652} # as_fn_exit 5653 5654# as_fn_unset VAR 5655# --------------- 5656# Portably unset VAR. 5657as_fn_unset () 5658{ 5659 { eval $1=; unset $1;} 5660} 5661as_unset=as_fn_unset 5662# as_fn_append VAR VALUE 5663# ---------------------- 5664# Append the text in VALUE to the end of the definition contained in VAR. Take 5665# advantage of any shell optimizations that allow amortized linear growth over 5666# repeated appends, instead of the typical quadratic growth present in naive 5667# implementations. 5668if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 5669 eval 'as_fn_append () 5670 { 5671 eval $1+=\$2 5672 }' 5673else 5674 as_fn_append () 5675 { 5676 eval $1=\$$1\$2 5677 } 5678fi # as_fn_append 5679 5680# as_fn_arith ARG... 5681# ------------------ 5682# Perform arithmetic evaluation on the ARGs, and store the result in the 5683# global $as_val. Take advantage of shells that can avoid forks. The arguments 5684# must be portable across $(()) and expr. 5685if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 5686 eval 'as_fn_arith () 5687 { 5688 as_val=$(( $* )) 5689 }' 5690else 5691 as_fn_arith () 5692 { 5693 as_val=`expr "$@" || test $? -eq 1` 5694 } 5695fi # as_fn_arith 5696 5697 5698if expr a : '\(a\)' >/dev/null 2>&1 && 5699 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5700 as_expr=expr 5701else 5702 as_expr=false 5703fi 5704 5705if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 5706 as_basename=basename 5707else 5708 as_basename=false 5709fi 5710 5711if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5712 as_dirname=dirname 5713else 5714 as_dirname=false 5715fi 5716 5717as_me=`$as_basename -- "$0" || 5718$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5719 X"$0" : 'X\(//\)$' \| \ 5720 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5721$as_echo X/"$0" | 5722 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5723 s//\1/ 5724 q 5725 } 5726 /^X\/\(\/\/\)$/{ 5727 s//\1/ 5728 q 5729 } 5730 /^X\/\(\/\).*/{ 5731 s//\1/ 5732 q 5733 } 5734 s/.*/./; q'` 5735 5736# Avoid depending upon Character Ranges. 5737as_cr_letters='abcdefghijklmnopqrstuvwxyz' 5738as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 5739as_cr_Letters=$as_cr_letters$as_cr_LETTERS 5740as_cr_digits='0123456789' 5741as_cr_alnum=$as_cr_Letters$as_cr_digits 5742 5743ECHO_C= ECHO_N= ECHO_T= 5744case `echo -n x` in #((((( 5745-n*) 5746 case `echo 'xy\c'` in 5747 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 5748 xy) ECHO_C='\c';; 5749 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 5750 ECHO_T=' ';; 5751 esac;; 5752*) 5753 ECHO_N='-n';; 5754esac 5755 5756rm -f conf$$ conf$$.exe conf$$.file 5757if test -d conf$$.dir; then 5758 rm -f conf$$.dir/conf$$.file 5759else 5760 rm -f conf$$.dir 5761 mkdir conf$$.dir 2>/dev/null 5762fi 5763if (echo >conf$$.file) 2>/dev/null; then 5764 if ln -s conf$$.file conf$$ 2>/dev/null; then 5765 as_ln_s='ln -s' 5766 # ... but there are two gotchas: 5767 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5768 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5769 # In both cases, we have to default to `cp -p'. 5770 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5771 as_ln_s='cp -p' 5772 elif ln conf$$.file conf$$ 2>/dev/null; then 5773 as_ln_s=ln 5774 else 5775 as_ln_s='cp -p' 5776 fi 5777else 5778 as_ln_s='cp -p' 5779fi 5780rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 5781rmdir conf$$.dir 2>/dev/null 5782 5783 5784# as_fn_mkdir_p 5785# ------------- 5786# Create "$as_dir" as a directory, including parents if necessary. 5787as_fn_mkdir_p () 5788{ 5789 5790 case $as_dir in #( 5791 -*) as_dir=./$as_dir;; 5792 esac 5793 test -d "$as_dir" || eval $as_mkdir_p || { 5794 as_dirs= 5795 while :; do 5796 case $as_dir in #( 5797 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 5798 *) as_qdir=$as_dir;; 5799 esac 5800 as_dirs="'$as_qdir' $as_dirs" 5801 as_dir=`$as_dirname -- "$as_dir" || 5802$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5803 X"$as_dir" : 'X\(//\)[^/]' \| \ 5804 X"$as_dir" : 'X\(//\)$' \| \ 5805 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5806$as_echo X"$as_dir" | 5807 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5808 s//\1/ 5809 q 5810 } 5811 /^X\(\/\/\)[^/].*/{ 5812 s//\1/ 5813 q 5814 } 5815 /^X\(\/\/\)$/{ 5816 s//\1/ 5817 q 5818 } 5819 /^X\(\/\).*/{ 5820 s//\1/ 5821 q 5822 } 5823 s/.*/./; q'` 5824 test -d "$as_dir" && break 5825 done 5826 test -z "$as_dirs" || eval "mkdir $as_dirs" 5827 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 5828 5829 5830} # as_fn_mkdir_p 5831if mkdir -p . 2>/dev/null; then 5832 as_mkdir_p='mkdir -p "$as_dir"' 5833else 5834 test -d ./-p && rmdir ./-p 5835 as_mkdir_p=false 5836fi 5837 5838if test -x / >/dev/null 2>&1; then 5839 as_test_x='test -x' 5840else 5841 if ls -dL / >/dev/null 2>&1; then 5842 as_ls_L_option=L 5843 else 5844 as_ls_L_option= 5845 fi 5846 as_test_x=' 5847 eval sh -c '\'' 5848 if test -d "$1"; then 5849 test -d "$1/."; 5850 else 5851 case $1 in #( 5852 -*)set "./$1";; 5853 esac; 5854 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 5855 ???[sx]*):;;*)false;;esac;fi 5856 '\'' sh 5857 ' 5858fi 5859as_executable_p=$as_test_x 5860 5861# Sed expression to map a string onto a valid CPP name. 5862as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 5863 5864# Sed expression to map a string onto a valid variable name. 5865as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 5866 5867 5868exec 6>&1 5869## ----------------------------------- ## 5870## Main body of $CONFIG_STATUS script. ## 5871## ----------------------------------- ## 5872_ASEOF 5873test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 5874 5875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5876# Save the log message, to keep $0 and so on meaningful, and to 5877# report actual input values of CONFIG_FILES etc. instead of their 5878# values after options handling. 5879ac_log=" 5880This file was extended by font-adobe-utopia-75dpi $as_me 1.0.4, which was 5881generated by GNU Autoconf 2.68. Invocation command line was 5882 5883 CONFIG_FILES = $CONFIG_FILES 5884 CONFIG_HEADERS = $CONFIG_HEADERS 5885 CONFIG_LINKS = $CONFIG_LINKS 5886 CONFIG_COMMANDS = $CONFIG_COMMANDS 5887 $ $0 $@ 5888 5889on `(hostname || uname -n) 2>/dev/null | sed 1q` 5890" 5891 5892_ACEOF 5893 5894case $ac_config_files in *" 5895"*) set x $ac_config_files; shift; ac_config_files=$*;; 5896esac 5897 5898 5899 5900cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5901# Files that config.status was made for. 5902config_files="$ac_config_files" 5903config_commands="$ac_config_commands" 5904 5905_ACEOF 5906 5907cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5908ac_cs_usage="\ 5909\`$as_me' instantiates files and other configuration actions 5910from templates according to the current configuration. Unless the files 5911and actions are specified as TAGs, all are instantiated by default. 5912 5913Usage: $0 [OPTION]... [TAG]... 5914 5915 -h, --help print this help, then exit 5916 -V, --version print version number and configuration settings, then exit 5917 --config print configuration, then exit 5918 -q, --quiet, --silent 5919 do not print progress messages 5920 -d, --debug don't remove temporary files 5921 --recheck update $as_me by reconfiguring in the same conditions 5922 --file=FILE[:TEMPLATE] 5923 instantiate the configuration file FILE 5924 5925Configuration files: 5926$config_files 5927 5928Configuration commands: 5929$config_commands 5930 5931Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>." 5932 5933_ACEOF 5934cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5935ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5936ac_cs_version="\\ 5937font-adobe-utopia-75dpi config.status 1.0.4 5938configured by $0, generated by GNU Autoconf 2.68, 5939 with options \\"\$ac_cs_config\\" 5940 5941Copyright (C) 2010 Free Software Foundation, Inc. 5942This config.status script is free software; the Free Software Foundation 5943gives unlimited permission to copy, distribute and modify it." 5944 5945ac_pwd='$ac_pwd' 5946srcdir='$srcdir' 5947INSTALL='$INSTALL' 5948MKDIR_P='$MKDIR_P' 5949AWK='$AWK' 5950test -n "\$AWK" || AWK=awk 5951_ACEOF 5952 5953cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5954# The default lists apply if the user does not specify any file. 5955ac_need_defaults=: 5956while test $# != 0 5957do 5958 case $1 in 5959 --*=?*) 5960 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5961 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 5962 ac_shift=: 5963 ;; 5964 --*=) 5965 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5966 ac_optarg= 5967 ac_shift=: 5968 ;; 5969 *) 5970 ac_option=$1 5971 ac_optarg=$2 5972 ac_shift=shift 5973 ;; 5974 esac 5975 5976 case $ac_option in 5977 # Handling of the options. 5978 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5979 ac_cs_recheck=: ;; 5980 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5981 $as_echo "$ac_cs_version"; exit ;; 5982 --config | --confi | --conf | --con | --co | --c ) 5983 $as_echo "$ac_cs_config"; exit ;; 5984 --debug | --debu | --deb | --de | --d | -d ) 5985 debug=: ;; 5986 --file | --fil | --fi | --f ) 5987 $ac_shift 5988 case $ac_optarg in 5989 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5990 '') as_fn_error $? "missing file argument" ;; 5991 esac 5992 as_fn_append CONFIG_FILES " '$ac_optarg'" 5993 ac_need_defaults=false;; 5994 --he | --h | --help | --hel | -h ) 5995 $as_echo "$ac_cs_usage"; exit ;; 5996 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5997 | -silent | --silent | --silen | --sile | --sil | --si | --s) 5998 ac_cs_silent=: ;; 5999 6000 # This is an error. 6001 -*) as_fn_error $? "unrecognized option: \`$1' 6002Try \`$0 --help' for more information." ;; 6003 6004 *) as_fn_append ac_config_targets " $1" 6005 ac_need_defaults=false ;; 6006 6007 esac 6008 shift 6009done 6010 6011ac_configure_extra_args= 6012 6013if $ac_cs_silent; then 6014 exec 6>/dev/null 6015 ac_configure_extra_args="$ac_configure_extra_args --silent" 6016fi 6017 6018_ACEOF 6019cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6020if \$ac_cs_recheck; then 6021 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6022 shift 6023 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 6024 CONFIG_SHELL='$SHELL' 6025 export CONFIG_SHELL 6026 exec "\$@" 6027fi 6028 6029_ACEOF 6030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6031exec 5>>config.log 6032{ 6033 echo 6034 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 6035## Running $as_me. ## 6036_ASBOX 6037 $as_echo "$ac_log" 6038} >&5 6039 6040_ACEOF 6041cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6042# 6043# INIT-COMMANDS 6044# 6045AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 6046 6047_ACEOF 6048 6049cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6050 6051# Handling of arguments. 6052for ac_config_target in $ac_config_targets 6053do 6054 case $ac_config_target in 6055 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 6056 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6057 6058 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 6059 esac 6060done 6061 6062 6063# If the user did not use the arguments to specify the items to instantiate, 6064# then the envvar interface is used. Set only those that are not. 6065# We use the long form for the default assignment because of an extremely 6066# bizarre bug on SunOS 4.1.3. 6067if $ac_need_defaults; then 6068 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 6069 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 6070fi 6071 6072# Have a temporary directory for convenience. Make it in the build tree 6073# simply because there is no reason against having it here, and in addition, 6074# creating and moving files from /tmp can sometimes cause problems. 6075# Hook for its removal unless debugging. 6076# Note that there is a small window in which the directory will not be cleaned: 6077# after its creation but before its name has been assigned to `$tmp'. 6078$debug || 6079{ 6080 tmp= ac_tmp= 6081 trap 'exit_status=$? 6082 : "${ac_tmp:=$tmp}" 6083 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 6084' 0 6085 trap 'as_fn_exit 1' 1 2 13 15 6086} 6087# Create a (secure) tmp directory for tmp files. 6088 6089{ 6090 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 6091 test -d "$tmp" 6092} || 6093{ 6094 tmp=./conf$$-$RANDOM 6095 (umask 077 && mkdir "$tmp") 6096} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 6097ac_tmp=$tmp 6098 6099# Set up the scripts for CONFIG_FILES section. 6100# No need to generate them if there are no CONFIG_FILES. 6101# This happens for instance with `./config.status config.h'. 6102if test -n "$CONFIG_FILES"; then 6103 6104 6105ac_cr=`echo X | tr X '\015'` 6106# On cygwin, bash can eat \r inside `` if the user requested igncr. 6107# But we know of no other shell where ac_cr would be empty at this 6108# point, so we can use a bashism as a fallback. 6109if test "x$ac_cr" = x; then 6110 eval ac_cr=\$\'\\r\' 6111fi 6112ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 6113if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 6114 ac_cs_awk_cr='\\r' 6115else 6116 ac_cs_awk_cr=$ac_cr 6117fi 6118 6119echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 6120_ACEOF 6121 6122 6123{ 6124 echo "cat >conf$$subs.awk <<_ACEOF" && 6125 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 6126 echo "_ACEOF" 6127} >conf$$subs.sh || 6128 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 6129ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 6130ac_delim='%!_!# ' 6131for ac_last_try in false false false false false :; do 6132 . ./conf$$subs.sh || 6133 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 6134 6135 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 6136 if test $ac_delim_n = $ac_delim_num; then 6137 break 6138 elif $ac_last_try; then 6139 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 6140 else 6141 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6142 fi 6143done 6144rm -f conf$$subs.sh 6145 6146cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6147cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 6148_ACEOF 6149sed -n ' 6150h 6151s/^/S["/; s/!.*/"]=/ 6152p 6153g 6154s/^[^!]*!// 6155:repl 6156t repl 6157s/'"$ac_delim"'$// 6158t delim 6159:nl 6160h 6161s/\(.\{148\}\)..*/\1/ 6162t more1 6163s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 6164p 6165n 6166b repl 6167:more1 6168s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 6169p 6170g 6171s/.\{148\}// 6172t nl 6173:delim 6174h 6175s/\(.\{148\}\)..*/\1/ 6176t more2 6177s/["\\]/\\&/g; s/^/"/; s/$/"/ 6178p 6179b 6180:more2 6181s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 6182p 6183g 6184s/.\{148\}// 6185t delim 6186' <conf$$subs.awk | sed ' 6187/^[^""]/{ 6188 N 6189 s/\n// 6190} 6191' >>$CONFIG_STATUS || ac_write_fail=1 6192rm -f conf$$subs.awk 6193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6194_ACAWK 6195cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 6196 for (key in S) S_is_set[key] = 1 6197 FS = "" 6198 6199} 6200{ 6201 line = $ 0 6202 nfields = split(line, field, "@") 6203 substed = 0 6204 len = length(field[1]) 6205 for (i = 2; i < nfields; i++) { 6206 key = field[i] 6207 keylen = length(key) 6208 if (S_is_set[key]) { 6209 value = S[key] 6210 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 6211 len += length(value) + length(field[++i]) 6212 substed = 1 6213 } else 6214 len += 1 + keylen 6215 } 6216 6217 print line 6218} 6219 6220_ACAWK 6221_ACEOF 6222cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6223if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 6224 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 6225else 6226 cat 6227fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 6228 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 6229_ACEOF 6230 6231# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 6232# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 6233# trailing colons and then remove the whole line if VPATH becomes empty 6234# (actually we leave an empty line to preserve line numbers). 6235if test "x$srcdir" = x.; then 6236 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 6237h 6238s/// 6239s/^/:/ 6240s/[ ]*$/:/ 6241s/:\$(srcdir):/:/g 6242s/:\${srcdir}:/:/g 6243s/:@srcdir@:/:/g 6244s/^:*// 6245s/:*$// 6246x 6247s/\(=[ ]*\).*/\1/ 6248G 6249s/\n// 6250s/^[^=]*=[ ]*$// 6251}' 6252fi 6253 6254cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6255fi # test -n "$CONFIG_FILES" 6256 6257 6258eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" 6259shift 6260for ac_tag 6261do 6262 case $ac_tag in 6263 :[FHLC]) ac_mode=$ac_tag; continue;; 6264 esac 6265 case $ac_mode$ac_tag in 6266 :[FHL]*:*);; 6267 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 6268 :[FH]-) ac_tag=-:-;; 6269 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6270 esac 6271 ac_save_IFS=$IFS 6272 IFS=: 6273 set x $ac_tag 6274 IFS=$ac_save_IFS 6275 shift 6276 ac_file=$1 6277 shift 6278 6279 case $ac_mode in 6280 :L) ac_source=$1;; 6281 :[FH]) 6282 ac_file_inputs= 6283 for ac_f 6284 do 6285 case $ac_f in 6286 -) ac_f="$ac_tmp/stdin";; 6287 *) # Look for the file first in the build tree, then in the source tree 6288 # (if the path is not absolute). The absolute path cannot be DOS-style, 6289 # because $ac_f cannot contain `:'. 6290 test -f "$ac_f" || 6291 case $ac_f in 6292 [\\/$]*) false;; 6293 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6294 esac || 6295 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 6296 esac 6297 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 6298 as_fn_append ac_file_inputs " '$ac_f'" 6299 done 6300 6301 # Let's still pretend it is `configure' which instantiates (i.e., don't 6302 # use $as_me), people would be surprised to read: 6303 # /* config.h. Generated by config.status. */ 6304 configure_input='Generated from '` 6305 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 6306 `' by configure.' 6307 if test x"$ac_file" != x-; then 6308 configure_input="$ac_file. $configure_input" 6309 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 6310$as_echo "$as_me: creating $ac_file" >&6;} 6311 fi 6312 # Neutralize special characters interpreted by sed in replacement strings. 6313 case $configure_input in #( 6314 *\&* | *\|* | *\\* ) 6315 ac_sed_conf_input=`$as_echo "$configure_input" | 6316 sed 's/[\\\\&|]/\\\\&/g'`;; #( 6317 *) ac_sed_conf_input=$configure_input;; 6318 esac 6319 6320 case $ac_tag in 6321 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 6322 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 6323 esac 6324 ;; 6325 esac 6326 6327 ac_dir=`$as_dirname -- "$ac_file" || 6328$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6329 X"$ac_file" : 'X\(//\)[^/]' \| \ 6330 X"$ac_file" : 'X\(//\)$' \| \ 6331 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 6332$as_echo X"$ac_file" | 6333 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6334 s//\1/ 6335 q 6336 } 6337 /^X\(\/\/\)[^/].*/{ 6338 s//\1/ 6339 q 6340 } 6341 /^X\(\/\/\)$/{ 6342 s//\1/ 6343 q 6344 } 6345 /^X\(\/\).*/{ 6346 s//\1/ 6347 q 6348 } 6349 s/.*/./; q'` 6350 as_dir="$ac_dir"; as_fn_mkdir_p 6351 ac_builddir=. 6352 6353case "$ac_dir" in 6354.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 6355*) 6356 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 6357 # A ".." for each directory in $ac_dir_suffix. 6358 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 6359 case $ac_top_builddir_sub in 6360 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 6361 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 6362 esac ;; 6363esac 6364ac_abs_top_builddir=$ac_pwd 6365ac_abs_builddir=$ac_pwd$ac_dir_suffix 6366# for backward compatibility: 6367ac_top_builddir=$ac_top_build_prefix 6368 6369case $srcdir in 6370 .) # We are building in place. 6371 ac_srcdir=. 6372 ac_top_srcdir=$ac_top_builddir_sub 6373 ac_abs_top_srcdir=$ac_pwd ;; 6374 [\\/]* | ?:[\\/]* ) # Absolute name. 6375 ac_srcdir=$srcdir$ac_dir_suffix; 6376 ac_top_srcdir=$srcdir 6377 ac_abs_top_srcdir=$srcdir ;; 6378 *) # Relative name. 6379 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 6380 ac_top_srcdir=$ac_top_build_prefix$srcdir 6381 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 6382esac 6383ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 6384 6385 6386 case $ac_mode in 6387 :F) 6388 # 6389 # CONFIG_FILE 6390 # 6391 6392 case $INSTALL in 6393 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 6394 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 6395 esac 6396 ac_MKDIR_P=$MKDIR_P 6397 case $MKDIR_P in 6398 [\\/$]* | ?:[\\/]* ) ;; 6399 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 6400 esac 6401_ACEOF 6402 6403cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6404# If the template does not know about datarootdir, expand it. 6405# FIXME: This hack should be removed a few years after 2.60. 6406ac_datarootdir_hack=; ac_datarootdir_seen= 6407ac_sed_dataroot=' 6408/datarootdir/ { 6409 p 6410 q 6411} 6412/@datadir@/p 6413/@docdir@/p 6414/@infodir@/p 6415/@localedir@/p 6416/@mandir@/p' 6417case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 6418*datarootdir*) ac_datarootdir_seen=yes;; 6419*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 6420 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 6421$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 6422_ACEOF 6423cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6424 ac_datarootdir_hack=' 6425 s&@datadir@&$datadir&g 6426 s&@docdir@&$docdir&g 6427 s&@infodir@&$infodir&g 6428 s&@localedir@&$localedir&g 6429 s&@mandir@&$mandir&g 6430 s&\\\${datarootdir}&$datarootdir&g' ;; 6431esac 6432_ACEOF 6433 6434# Neutralize VPATH when `$srcdir' = `.'. 6435# Shell code in configure.ac might set extrasub. 6436# FIXME: do we really want to maintain this feature? 6437cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6438ac_sed_extra="$ac_vpsub 6439$extrasub 6440_ACEOF 6441cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6442:t 6443/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 6444s|@configure_input@|$ac_sed_conf_input|;t t 6445s&@top_builddir@&$ac_top_builddir_sub&;t t 6446s&@top_build_prefix@&$ac_top_build_prefix&;t t 6447s&@srcdir@&$ac_srcdir&;t t 6448s&@abs_srcdir@&$ac_abs_srcdir&;t t 6449s&@top_srcdir@&$ac_top_srcdir&;t t 6450s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 6451s&@builddir@&$ac_builddir&;t t 6452s&@abs_builddir@&$ac_abs_builddir&;t t 6453s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 6454s&@INSTALL@&$ac_INSTALL&;t t 6455s&@MKDIR_P@&$ac_MKDIR_P&;t t 6456$ac_datarootdir_hack 6457" 6458eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 6459 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 6460 6461test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6462 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 6463 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 6464 "$ac_tmp/out"`; test -z "$ac_out"; } && 6465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6466which seems to be undefined. Please make sure it is defined" >&5 6467$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6468which seems to be undefined. Please make sure it is defined" >&2;} 6469 6470 rm -f "$ac_tmp/stdin" 6471 case $ac_file in 6472 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 6473 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 6474 esac \ 6475 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 6476 ;; 6477 6478 6479 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 6480$as_echo "$as_me: executing $ac_file commands" >&6;} 6481 ;; 6482 esac 6483 6484 6485 case $ac_file$ac_mode in 6486 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 6487 # Autoconf 2.62 quotes --file arguments for eval, but not when files 6488 # are listed without --file. Let's play safe and only enable the eval 6489 # if we detect the quoting. 6490 case $CONFIG_FILES in 6491 *\'*) eval set x "$CONFIG_FILES" ;; 6492 *) set x $CONFIG_FILES ;; 6493 esac 6494 shift 6495 for mf 6496 do 6497 # Strip MF so we end up with the name of the file. 6498 mf=`echo "$mf" | sed -e 's/:.*$//'` 6499 # Check whether this is an Automake generated Makefile or not. 6500 # We used to match only the files named `Makefile.in', but 6501 # some people rename them; so instead we look at the file content. 6502 # Grep'ing the first line is not enough: some people post-process 6503 # each Makefile.in and add a new line on top of each file to say so. 6504 # Grep'ing the whole file is not good either: AIX grep has a line 6505 # limit of 2048, but all sed's we know have understand at least 4000. 6506 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 6507 dirpart=`$as_dirname -- "$mf" || 6508$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6509 X"$mf" : 'X\(//\)[^/]' \| \ 6510 X"$mf" : 'X\(//\)$' \| \ 6511 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 6512$as_echo X"$mf" | 6513 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6514 s//\1/ 6515 q 6516 } 6517 /^X\(\/\/\)[^/].*/{ 6518 s//\1/ 6519 q 6520 } 6521 /^X\(\/\/\)$/{ 6522 s//\1/ 6523 q 6524 } 6525 /^X\(\/\).*/{ 6526 s//\1/ 6527 q 6528 } 6529 s/.*/./; q'` 6530 else 6531 continue 6532 fi 6533 # Extract the definition of DEPDIR, am__include, and am__quote 6534 # from the Makefile without running `make'. 6535 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 6536 test -z "$DEPDIR" && continue 6537 am__include=`sed -n 's/^am__include = //p' < "$mf"` 6538 test -z "am__include" && continue 6539 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 6540 # When using ansi2knr, U may be empty or an underscore; expand it 6541 U=`sed -n 's/^U = //p' < "$mf"` 6542 # Find all dependency output files, they are included files with 6543 # $(DEPDIR) in their names. We invoke sed twice because it is the 6544 # simplest approach to changing $(DEPDIR) to its actual value in the 6545 # expansion. 6546 for file in `sed -n " 6547 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 6548 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 6549 # Make sure the directory exists. 6550 test -f "$dirpart/$file" && continue 6551 fdir=`$as_dirname -- "$file" || 6552$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6553 X"$file" : 'X\(//\)[^/]' \| \ 6554 X"$file" : 'X\(//\)$' \| \ 6555 X"$file" : 'X\(/\)' \| . 2>/dev/null || 6556$as_echo X"$file" | 6557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6558 s//\1/ 6559 q 6560 } 6561 /^X\(\/\/\)[^/].*/{ 6562 s//\1/ 6563 q 6564 } 6565 /^X\(\/\/\)$/{ 6566 s//\1/ 6567 q 6568 } 6569 /^X\(\/\).*/{ 6570 s//\1/ 6571 q 6572 } 6573 s/.*/./; q'` 6574 as_dir=$dirpart/$fdir; as_fn_mkdir_p 6575 # echo "creating $dirpart/$file" 6576 echo '# dummy' > "$dirpart/$file" 6577 done 6578 done 6579} 6580 ;; 6581 6582 esac 6583done # for ac_tag 6584 6585 6586as_fn_exit 0 6587_ACEOF 6588ac_clean_files=$ac_clean_files_save 6589 6590test $ac_write_fail = 0 || 6591 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 6592 6593 6594# configure is writing to config.log, and then calls config.status. 6595# config.status does its own redirection, appending to config.log. 6596# Unfortunately, on DOS this fails, as config.log is still kept open 6597# by configure, so config.status won't be able to write to it; its 6598# output is simply discarded. So we exec the FD to /dev/null, 6599# effectively closing config.log, so it can be properly (re)opened and 6600# appended to by config.status. When coming back to configure, we 6601# need to make the FD available again. 6602if test "$no_create" != yes; then 6603 ac_cs_success=: 6604 ac_config_status_args= 6605 test "$silent" = yes && 6606 ac_config_status_args="$ac_config_status_args --quiet" 6607 exec 5>/dev/null 6608 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 6609 exec 5>>config.log 6610 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 6611 # would make configure fail if this is the last instruction. 6612 $ac_cs_success || as_fn_exit 1 6613fi 6614if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 6615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 6616$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 6617fi 6618 6619