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