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