Home | History | Annotate | Line # | Download | only in dist
configure revision 1.1.1.1
      1 #! /bin/sh
      2 # Guess values for system-dependent variables and create Makefiles.
      3 # Generated by GNU Autoconf 2.61 for ico 1.0.2.
      4 #
      5 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
      6 #
      7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
      8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
      9 # This configure script is free software; the Free Software Foundation
     10 # gives unlimited permission to copy, distribute and modify it.
     11 ## --------------------- ##
     12 ## M4sh Initialization.  ##
     13 ## --------------------- ##
     14 
     15 # Be more Bourne compatible
     16 DUALCASE=1; export DUALCASE # for MKS sh
     17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     18   emulate sh
     19   NULLCMD=:
     20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     21   # is contrary to our usage.  Disable this feature.
     22   alias -g '${1+"$@"}'='"$@"'
     23   setopt NO_GLOB_SUBST
     24 else
     25   case `(set -o) 2>/dev/null` in
     26   *posix*) set -o posix ;;
     27 esac
     28 
     29 fi
     30 
     31 
     32 
     33 
     34 # PATH needs CR
     35 # Avoid depending upon Character Ranges.
     36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     39 as_cr_digits='0123456789'
     40 as_cr_alnum=$as_cr_Letters$as_cr_digits
     41 
     42 # The user is always right.
     43 if test "${PATH_SEPARATOR+set}" != set; then
     44   echo "#! /bin/sh" >conf$$.sh
     45   echo  "exit 0"   >>conf$$.sh
     46   chmod +x conf$$.sh
     47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     48     PATH_SEPARATOR=';'
     49   else
     50     PATH_SEPARATOR=:
     51   fi
     52   rm -f conf$$.sh
     53 fi
     54 
     55 # Support unset when possible.
     56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     57   as_unset=unset
     58 else
     59   as_unset=false
     60 fi
     61 
     62 
     63 # IFS
     64 # We need space, tab and new line, in precisely that order.  Quoting is
     65 # there to prevent editors from complaining about space-tab.
     66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
     67 # splitting by setting IFS to empty value.)
     68 as_nl='
     69 '
     70 IFS=" ""	$as_nl"
     71 
     72 # Find who we are.  Look in the path if we contain no directory separator.
     73 case $0 in
     74   *[\\/]* ) as_myself=$0 ;;
     75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     76 for as_dir in $PATH
     77 do
     78   IFS=$as_save_IFS
     79   test -z "$as_dir" && as_dir=.
     80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     81 done
     82 IFS=$as_save_IFS
     83 
     84      ;;
     85 esac
     86 # We did not find ourselves, most probably we were run as `sh COMMAND'
     87 # in which case we are not to be found in the path.
     88 if test "x$as_myself" = x; then
     89   as_myself=$0
     90 fi
     91 if test ! -f "$as_myself"; then
     92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     93   { (exit 1); exit 1; }
     94 fi
     95 
     96 # Work around bugs in pre-3.0 UWIN ksh.
     97 for as_var in ENV MAIL MAILPATH
     98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     99 done
    100 PS1='$ '
    101 PS2='> '
    102 PS4='+ '
    103 
    104 # NLS nuisances.
    105 for as_var in \
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    108   LC_TELEPHONE LC_TIME
    109 do
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    111     eval $as_var=C; export $as_var
    112   else
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    114   fi
    115 done
    116 
    117 # Required to use basename.
    118 if expr a : '\(a\)' >/dev/null 2>&1 &&
    119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    120   as_expr=expr
    121 else
    122   as_expr=false
    123 fi
    124 
    125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
    126   as_basename=basename
    127 else
    128   as_basename=false
    129 fi
    130 
    131 
    132 # Name of the executable.
    133 as_me=`$as_basename -- "$0" ||
    134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    135 	 X"$0" : 'X\(//\)$' \| \
    136 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
    138     sed '/^.*\/\([^/][^/]*\)\/*$/{
    139 	    s//\1/
    140 	    q
    141 	  }
    142 	  /^X\/\(\/\/\)$/{
    143 	    s//\1/
    144 	    q
    145 	  }
    146 	  /^X\/\(\/\).*/{
    147 	    s//\1/
    148 	    q
    149 	  }
    150 	  s/.*/./; q'`
    151 
    152 # CDPATH.
    153 $as_unset CDPATH
    154 
    155 
    156 if test "x$CONFIG_SHELL" = x; then
    157   if (eval ":") 2>/dev/null; then
    158   as_have_required=yes
    159 else
    160   as_have_required=no
    161 fi
    162 
    163   if test $as_have_required = yes && 	 (eval ":
    164 (as_func_return () {
    165   (exit \$1)
    166 }
    167 as_func_success () {
    168   as_func_return 0
    169 }
    170 as_func_failure () {
    171   as_func_return 1
    172 }
    173 as_func_ret_success () {
    174   return 0
    175 }
    176 as_func_ret_failure () {
    177   return 1
    178 }
    179 
    180 exitcode=0
    181 if as_func_success; then
    182   :
    183 else
    184   exitcode=1
    185   echo as_func_success failed.
    186 fi
    187 
    188 if as_func_failure; then
    189   exitcode=1
    190   echo as_func_failure succeeded.
    191 fi
    192 
    193 if as_func_ret_success; then
    194   :
    195 else
    196   exitcode=1
    197   echo as_func_ret_success failed.
    198 fi
    199 
    200 if as_func_ret_failure; then
    201   exitcode=1
    202   echo as_func_ret_failure succeeded.
    203 fi
    204 
    205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    206   :
    207 else
    208   exitcode=1
    209   echo positional parameters were not saved.
    210 fi
    211 
    212 test \$exitcode = 0) || { (exit 1); exit 1; }
    213 
    214 (
    215   as_lineno_1=\$LINENO
    216   as_lineno_2=\$LINENO
    217   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
    218   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
    219 ") 2> /dev/null; then
    220   :
    221 else
    222   as_candidate_shells=
    223     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    225 do
    226   IFS=$as_save_IFS
    227   test -z "$as_dir" && as_dir=.
    228   case $as_dir in
    229 	 /*)
    230 	   for as_base in sh bash ksh sh5; do
    231 	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
    232 	   done;;
    233        esac
    234 done
    235 IFS=$as_save_IFS
    236 
    237 
    238       for as_shell in $as_candidate_shells $SHELL; do
    239 	 # Try only shells that exist, to save several forks.
    240 	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    241 		{ ("$as_shell") 2> /dev/null <<\_ASEOF
    242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    243   emulate sh
    244   NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    246   # is contrary to our usage.  Disable this feature.
    247   alias -g '${1+"$@"}'='"$@"'
    248   setopt NO_GLOB_SUBST
    249 else
    250   case `(set -o) 2>/dev/null` in
    251   *posix*) set -o posix ;;
    252 esac
    253 
    254 fi
    255 
    256 
    257 :
    258 _ASEOF
    259 }; then
    260   CONFIG_SHELL=$as_shell
    261 	       as_have_required=yes
    262 	       if { "$as_shell" 2> /dev/null <<\_ASEOF
    263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    264   emulate sh
    265   NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    267   # is contrary to our usage.  Disable this feature.
    268   alias -g '${1+"$@"}'='"$@"'
    269   setopt NO_GLOB_SUBST
    270 else
    271   case `(set -o) 2>/dev/null` in
    272   *posix*) set -o posix ;;
    273 esac
    274 
    275 fi
    276 
    277 
    278 :
    279 (as_func_return () {
    280   (exit $1)
    281 }
    282 as_func_success () {
    283   as_func_return 0
    284 }
    285 as_func_failure () {
    286   as_func_return 1
    287 }
    288 as_func_ret_success () {
    289   return 0
    290 }
    291 as_func_ret_failure () {
    292   return 1
    293 }
    294 
    295 exitcode=0
    296 if as_func_success; then
    297   :
    298 else
    299   exitcode=1
    300   echo as_func_success failed.
    301 fi
    302 
    303 if as_func_failure; then
    304   exitcode=1
    305   echo as_func_failure succeeded.
    306 fi
    307 
    308 if as_func_ret_success; then
    309   :
    310 else
    311   exitcode=1
    312   echo as_func_ret_success failed.
    313 fi
    314 
    315 if as_func_ret_failure; then
    316   exitcode=1
    317   echo as_func_ret_failure succeeded.
    318 fi
    319 
    320 if ( set x; as_func_ret_success y && test x = "$1" ); then
    321   :
    322 else
    323   exitcode=1
    324   echo positional parameters were not saved.
    325 fi
    326 
    327 test $exitcode = 0) || { (exit 1); exit 1; }
    328 
    329 (
    330   as_lineno_1=$LINENO
    331   as_lineno_2=$LINENO
    332   test "x$as_lineno_1" != "x$as_lineno_2" &&
    333   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
    334 
    335 _ASEOF
    336 }; then
    337   break
    338 fi
    339 
    340 fi
    341 
    342       done
    343 
    344       if test "x$CONFIG_SHELL" != x; then
    345   for as_var in BASH_ENV ENV
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    347         done
    348         export CONFIG_SHELL
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    350 fi
    351 
    352 
    353     if test $as_have_required = no; then
    354   echo This script requires a shell more modern than all the
    355       echo shells that I found on your system.  Please install a
    356       echo modern shell, or manually run the script under such a
    357       echo shell if you do have one.
    358       { (exit 1); exit 1; }
    359 fi
    360 
    361 
    362 fi
    363 
    364 fi
    365 
    366 
    367 
    368 (eval "as_func_return () {
    369   (exit \$1)
    370 }
    371 as_func_success () {
    372   as_func_return 0
    373 }
    374 as_func_failure () {
    375   as_func_return 1
    376 }
    377 as_func_ret_success () {
    378   return 0
    379 }
    380 as_func_ret_failure () {
    381   return 1
    382 }
    383 
    384 exitcode=0
    385 if as_func_success; then
    386   :
    387 else
    388   exitcode=1
    389   echo as_func_success failed.
    390 fi
    391 
    392 if as_func_failure; then
    393   exitcode=1
    394   echo as_func_failure succeeded.
    395 fi
    396 
    397 if as_func_ret_success; then
    398   :
    399 else
    400   exitcode=1
    401   echo as_func_ret_success failed.
    402 fi
    403 
    404 if as_func_ret_failure; then
    405   exitcode=1
    406   echo as_func_ret_failure succeeded.
    407 fi
    408 
    409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    410   :
    411 else
    412   exitcode=1
    413   echo positional parameters were not saved.
    414 fi
    415 
    416 test \$exitcode = 0") || {
    417   echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
    421 }
    422 
    423 
    424 
    425   as_lineno_1=$LINENO
    426   as_lineno_2=$LINENO
    427   test "x$as_lineno_1" != "x$as_lineno_2" &&
    428   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    429 
    430   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    431   # uniformly replaced by the line number.  The first 'sed' inserts a
    432   # line-number line after each line using $LINENO; the second 'sed'
    433   # does the real work.  The second script uses 'N' to pair each
    434   # line-number line with the line containing $LINENO, and appends
    435   # trailing '-' during substitution so that $LINENO is not a special
    436   # case at line end.
    437   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    438   # scripts with optimization help from Paolo Bonzini.  Blame Lee
    439   # E. McMahon (1931-1989) for sed's syntax.  :-)
    440   sed -n '
    441     p
    442     /[$]LINENO/=
    443   ' <$as_myself |
    444     sed '
    445       s/[$]LINENO.*/&-/
    446       t lineno
    447       b
    448       :lineno
    449       N
    450       :loop
    451       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    452       t loop
    453       s/-\n.*//
    454     ' >$as_me.lineno &&
    455   chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457    { (exit 1); exit 1; }; }
    458 
    459   # Don't try to exec as it changes $[0], causing all sort of problems
    460   # (the dirname of $[0] is not the place where we might find the
    461   # original and so on.  Autoconf is especially sensitive to this).
    462   . "./$as_me.lineno"
    463   # Exit status is that of the last command.
    464   exit
    465 }
    466 
    467 
    468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    469   as_dirname=dirname
    470 else
    471   as_dirname=false
    472 fi
    473 
    474 ECHO_C= ECHO_N= ECHO_T=
    475 case `echo -n x` in
    476 -n*)
    477   case `echo 'x\c'` in
    478   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    479   *)   ECHO_C='\c';;
    480   esac;;
    481 *)
    482   ECHO_N='-n';;
    483 esac
    484 
    485 if expr a : '\(a\)' >/dev/null 2>&1 &&
    486    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    487   as_expr=expr
    488 else
    489   as_expr=false
    490 fi
    491 
    492 rm -f conf$$ conf$$.exe conf$$.file
    493 if test -d conf$$.dir; then
    494   rm -f conf$$.dir/conf$$.file
    495 else
    496   rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then
    501   as_ln_s='ln -s'
    502   # ... but there are two gotchas:
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    505   # In both cases, we have to default to `cp -p'.
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    507     as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
    510 else
    511   as_ln_s='cp -p'
    512 fi
    513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    514 rmdir conf$$.dir 2>/dev/null
    515 
    516 if mkdir -p . 2>/dev/null; then
    517   as_mkdir_p=:
    518 else
    519   test -d ./-p && rmdir ./-p
    520   as_mkdir_p=false
    521 fi
    522 
    523 if test -x / >/dev/null 2>&1; then
    524   as_test_x='test -x'
    525 else
    526   if ls -dL / >/dev/null 2>&1; then
    527     as_ls_L_option=L
    528   else
    529     as_ls_L_option=
    530   fi
    531   as_test_x='
    532     eval sh -c '\''
    533       if test -d "$1"; then
    534         test -d "$1/.";
    535       else
    536 	case $1 in
    537         -*)set "./$1";;
    538 	esac;
    539 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    540 	???[sx]*):;;*)false;;esac;fi
    541     '\'' sh
    542   '
    543 fi
    544 as_executable_p=$as_test_x
    545 
    546 # Sed expression to map a string onto a valid CPP name.
    547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    548 
    549 # Sed expression to map a string onto a valid variable name.
    550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    551 
    552 
    553 
    554 exec 7<&0 </dev/null 6>&1
    555 
    556 # Name of the host.
    557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    558 # so uname gets run too.
    559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    560 
    561 #
    562 # Initializations.
    563 #
    564 ac_default_prefix=/usr/local
    565 ac_clean_files=
    566 ac_config_libobj_dir=.
    567 LIBOBJS=
    568 cross_compiling=no
    569 subdirs=
    570 MFLAGS=
    571 MAKEFLAGS=
    572 SHELL=${CONFIG_SHELL-/bin/sh}
    573 
    574 # Identity of this package.
    575 PACKAGE_NAME='ico'
    576 PACKAGE_TARNAME='ico'
    577 PACKAGE_VERSION='1.0.2'
    578 PACKAGE_STRING='ico 1.0.2'
    579 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
    580 
    581 ac_subst_vars='SHELL
    582 PATH_SEPARATOR
    583 PACKAGE_NAME
    584 PACKAGE_TARNAME
    585 PACKAGE_VERSION
    586 PACKAGE_STRING
    587 PACKAGE_BUGREPORT
    588 exec_prefix
    589 prefix
    590 program_transform_name
    591 bindir
    592 sbindir
    593 libexecdir
    594 datarootdir
    595 datadir
    596 sysconfdir
    597 sharedstatedir
    598 localstatedir
    599 includedir
    600 oldincludedir
    601 docdir
    602 infodir
    603 htmldir
    604 dvidir
    605 pdfdir
    606 psdir
    607 libdir
    608 localedir
    609 mandir
    610 DEFS
    611 ECHO_C
    612 ECHO_N
    613 ECHO_T
    614 LIBS
    615 build_alias
    616 host_alias
    617 target_alias
    618 INSTALL_PROGRAM
    619 INSTALL_SCRIPT
    620 INSTALL_DATA
    621 am__isrc
    622 CYGPATH_W
    623 PACKAGE
    624 VERSION
    625 ACLOCAL
    626 AUTOCONF
    627 AUTOMAKE
    628 AUTOHEADER
    629 MAKEINFO
    630 install_sh
    631 STRIP
    632 INSTALL_STRIP_PROGRAM
    633 mkdir_p
    634 AWK
    635 SET_MAKE
    636 am__leading_dot
    637 AMTAR
    638 am__tar
    639 am__untar
    640 MAINTAINER_MODE_TRUE
    641 MAINTAINER_MODE_FALSE
    642 MAINT
    643 CC
    644 CFLAGS
    645 LDFLAGS
    646 CPPFLAGS
    647 ac_ct_CC
    648 EXEEXT
    649 OBJEXT
    650 DEPDIR
    651 am__include
    652 am__quote
    653 AMDEP_TRUE
    654 AMDEP_FALSE
    655 AMDEPBACKSLASH
    656 CCDEPMODE
    657 am__fastdepCC_TRUE
    658 am__fastdepCC_FALSE
    659 PKG_CONFIG
    660 ICO_CFLAGS
    661 ICO_LIBS
    662 XTHREADLIB
    663 build
    664 build_cpu
    665 build_vendor
    666 build_os
    667 host
    668 host_cpu
    669 host_vendor
    670 host_os
    671 APP_MAN_SUFFIX
    672 LIB_MAN_SUFFIX
    673 FILE_MAN_SUFFIX
    674 MISC_MAN_SUFFIX
    675 DRIVER_MAN_SUFFIX
    676 ADMIN_MAN_SUFFIX
    677 APP_MAN_DIR
    678 LIB_MAN_DIR
    679 FILE_MAN_DIR
    680 MISC_MAN_DIR
    681 DRIVER_MAN_DIR
    682 ADMIN_MAN_DIR
    683 LIBOBJS
    684 LTLIBOBJS'
    685 ac_subst_files=''
    686       ac_precious_vars='build_alias
    687 host_alias
    688 target_alias
    689 CC
    690 CFLAGS
    691 LDFLAGS
    692 LIBS
    693 CPPFLAGS
    694 PKG_CONFIG
    695 ICO_CFLAGS
    696 ICO_LIBS'
    697 
    698 
    699 # Initialize some variables set by options.
    700 ac_init_help=
    701 ac_init_version=false
    702 # The variables have the same names as the options, with
    703 # dashes changed to underlines.
    704 cache_file=/dev/null
    705 exec_prefix=NONE
    706 no_create=
    707 no_recursion=
    708 prefix=NONE
    709 program_prefix=NONE
    710 program_suffix=NONE
    711 program_transform_name=s,x,x,
    712 silent=
    713 site=
    714 srcdir=
    715 verbose=
    716 x_includes=NONE
    717 x_libraries=NONE
    718 
    719 # Installation directory options.
    720 # These are left unexpanded so users can "make install exec_prefix=/foo"
    721 # and all the variables that are supposed to be based on exec_prefix
    722 # by default will actually change.
    723 # Use braces instead of parens because sh, perl, etc. also accept them.
    724 # (The list follows the same order as the GNU Coding Standards.)
    725 bindir='${exec_prefix}/bin'
    726 sbindir='${exec_prefix}/sbin'
    727 libexecdir='${exec_prefix}/libexec'
    728 datarootdir='${prefix}/share'
    729 datadir='${datarootdir}'
    730 sysconfdir='${prefix}/etc'
    731 sharedstatedir='${prefix}/com'
    732 localstatedir='${prefix}/var'
    733 includedir='${prefix}/include'
    734 oldincludedir='/usr/include'
    735 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    736 infodir='${datarootdir}/info'
    737 htmldir='${docdir}'
    738 dvidir='${docdir}'
    739 pdfdir='${docdir}'
    740 psdir='${docdir}'
    741 libdir='${exec_prefix}/lib'
    742 localedir='${datarootdir}/locale'
    743 mandir='${datarootdir}/man'
    744 
    745 ac_prev=
    746 ac_dashdash=
    747 for ac_option
    748 do
    749   # If the previous option needs an argument, assign it.
    750   if test -n "$ac_prev"; then
    751     eval $ac_prev=\$ac_option
    752     ac_prev=
    753     continue
    754   fi
    755 
    756   case $ac_option in
    757   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    758   *)	ac_optarg=yes ;;
    759   esac
    760 
    761   # Accept the important Cygnus configure options, so we can diagnose typos.
    762 
    763   case $ac_dashdash$ac_option in
    764   --)
    765     ac_dashdash=yes ;;
    766 
    767   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    768     ac_prev=bindir ;;
    769   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    770     bindir=$ac_optarg ;;
    771 
    772   -build | --build | --buil | --bui | --bu)
    773     ac_prev=build_alias ;;
    774   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    775     build_alias=$ac_optarg ;;
    776 
    777   -cache-file | --cache-file | --cache-fil | --cache-fi \
    778   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    779     ac_prev=cache_file ;;
    780   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    781   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    782     cache_file=$ac_optarg ;;
    783 
    784   --config-cache | -C)
    785     cache_file=config.cache ;;
    786 
    787   -datadir | --datadir | --datadi | --datad)
    788     ac_prev=datadir ;;
    789   -datadir=* | --datadir=* | --datadi=* | --datad=*)
    790     datadir=$ac_optarg ;;
    791 
    792   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    793   | --dataroo | --dataro | --datar)
    794     ac_prev=datarootdir ;;
    795   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    796   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    797     datarootdir=$ac_optarg ;;
    798 
    799   -disable-* | --disable-*)
    800     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    801     # Reject names that are not valid shell variable names.
    802     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    803       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    804    { (exit 1); exit 1; }; }
    805     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    806     eval enable_$ac_feature=no ;;
    807 
    808   -docdir | --docdir | --docdi | --doc | --do)
    809     ac_prev=docdir ;;
    810   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    811     docdir=$ac_optarg ;;
    812 
    813   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    814     ac_prev=dvidir ;;
    815   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    816     dvidir=$ac_optarg ;;
    817 
    818   -enable-* | --enable-*)
    819     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    820     # Reject names that are not valid shell variable names.
    821     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    822       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    823    { (exit 1); exit 1; }; }
    824     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    825     eval enable_$ac_feature=\$ac_optarg ;;
    826 
    827   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    828   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    829   | --exec | --exe | --ex)
    830     ac_prev=exec_prefix ;;
    831   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    832   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    833   | --exec=* | --exe=* | --ex=*)
    834     exec_prefix=$ac_optarg ;;
    835 
    836   -gas | --gas | --ga | --g)
    837     # Obsolete; use --with-gas.
    838     with_gas=yes ;;
    839 
    840   -help | --help | --hel | --he | -h)
    841     ac_init_help=long ;;
    842   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    843     ac_init_help=recursive ;;
    844   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    845     ac_init_help=short ;;
    846 
    847   -host | --host | --hos | --ho)
    848     ac_prev=host_alias ;;
    849   -host=* | --host=* | --hos=* | --ho=*)
    850     host_alias=$ac_optarg ;;
    851 
    852   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    853     ac_prev=htmldir ;;
    854   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    855   | --ht=*)
    856     htmldir=$ac_optarg ;;
    857 
    858   -includedir | --includedir | --includedi | --included | --include \
    859   | --includ | --inclu | --incl | --inc)
    860     ac_prev=includedir ;;
    861   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    862   | --includ=* | --inclu=* | --incl=* | --inc=*)
    863     includedir=$ac_optarg ;;
    864 
    865   -infodir | --infodir | --infodi | --infod | --info | --inf)
    866     ac_prev=infodir ;;
    867   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    868     infodir=$ac_optarg ;;
    869 
    870   -libdir | --libdir | --libdi | --libd)
    871     ac_prev=libdir ;;
    872   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    873     libdir=$ac_optarg ;;
    874 
    875   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    876   | --libexe | --libex | --libe)
    877     ac_prev=libexecdir ;;
    878   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    879   | --libexe=* | --libex=* | --libe=*)
    880     libexecdir=$ac_optarg ;;
    881 
    882   -localedir | --localedir | --localedi | --localed | --locale)
    883     ac_prev=localedir ;;
    884   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    885     localedir=$ac_optarg ;;
    886 
    887   -localstatedir | --localstatedir | --localstatedi | --localstated \
    888   | --localstate | --localstat | --localsta | --localst | --locals)
    889     ac_prev=localstatedir ;;
    890   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    891   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    892     localstatedir=$ac_optarg ;;
    893 
    894   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    895     ac_prev=mandir ;;
    896   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    897     mandir=$ac_optarg ;;
    898 
    899   -nfp | --nfp | --nf)
    900     # Obsolete; use --without-fp.
    901     with_fp=no ;;
    902 
    903   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    904   | --no-cr | --no-c | -n)
    905     no_create=yes ;;
    906 
    907   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    908   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    909     no_recursion=yes ;;
    910 
    911   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
    912   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
    913   | --oldin | --oldi | --old | --ol | --o)
    914     ac_prev=oldincludedir ;;
    915   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
    916   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    917   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    918     oldincludedir=$ac_optarg ;;
    919 
    920   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    921     ac_prev=prefix ;;
    922   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    923     prefix=$ac_optarg ;;
    924 
    925   -program-prefix | --program-prefix | --program-prefi | --program-pref \
    926   | --program-pre | --program-pr | --program-p)
    927     ac_prev=program_prefix ;;
    928   -program-prefix=* | --program-prefix=* | --program-prefi=* \
    929   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    930     program_prefix=$ac_optarg ;;
    931 
    932   -program-suffix | --program-suffix | --program-suffi | --program-suff \
    933   | --program-suf | --program-su | --program-s)
    934     ac_prev=program_suffix ;;
    935   -program-suffix=* | --program-suffix=* | --program-suffi=* \
    936   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    937     program_suffix=$ac_optarg ;;
    938 
    939   -program-transform-name | --program-transform-name \
    940   | --program-transform-nam | --program-transform-na \
    941   | --program-transform-n | --program-transform- \
    942   | --program-transform | --program-transfor \
    943   | --program-transfo | --program-transf \
    944   | --program-trans | --program-tran \
    945   | --progr-tra | --program-tr | --program-t)
    946     ac_prev=program_transform_name ;;
    947   -program-transform-name=* | --program-transform-name=* \
    948   | --program-transform-nam=* | --program-transform-na=* \
    949   | --program-transform-n=* | --program-transform-=* \
    950   | --program-transform=* | --program-transfor=* \
    951   | --program-transfo=* | --program-transf=* \
    952   | --program-trans=* | --program-tran=* \
    953   | --progr-tra=* | --program-tr=* | --program-t=*)
    954     program_transform_name=$ac_optarg ;;
    955 
    956   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
    957     ac_prev=pdfdir ;;
    958   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
    959     pdfdir=$ac_optarg ;;
    960 
    961   -psdir | --psdir | --psdi | --psd | --ps)
    962     ac_prev=psdir ;;
    963   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
    964     psdir=$ac_optarg ;;
    965 
    966   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    967   | -silent | --silent | --silen | --sile | --sil)
    968     silent=yes ;;
    969 
    970   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    971     ac_prev=sbindir ;;
    972   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
    973   | --sbi=* | --sb=*)
    974     sbindir=$ac_optarg ;;
    975 
    976   -sharedstatedir | --sharedstatedir | --sharedstatedi \
    977   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
    978   | --sharedst | --shareds | --shared | --share | --shar \
    979   | --sha | --sh)
    980     ac_prev=sharedstatedir ;;
    981   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
    982   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
    983   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
    984   | --sha=* | --sh=*)
    985     sharedstatedir=$ac_optarg ;;
    986 
    987   -site | --site | --sit)
    988     ac_prev=site ;;
    989   -site=* | --site=* | --sit=*)
    990     site=$ac_optarg ;;
    991 
    992   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    993     ac_prev=srcdir ;;
    994   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    995     srcdir=$ac_optarg ;;
    996 
    997   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
    998   | --syscon | --sysco | --sysc | --sys | --sy)
    999     ac_prev=sysconfdir ;;
   1000   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1001   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1002     sysconfdir=$ac_optarg ;;
   1003 
   1004   -target | --target | --targe | --targ | --tar | --ta | --t)
   1005     ac_prev=target_alias ;;
   1006   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1007     target_alias=$ac_optarg ;;
   1008 
   1009   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1010     verbose=yes ;;
   1011 
   1012   -version | --version | --versio | --versi | --vers | -V)
   1013     ac_init_version=: ;;
   1014 
   1015   -with-* | --with-*)
   1016     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1017     # Reject names that are not valid shell variable names.
   1018     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1019       { echo "$as_me: error: invalid package name: $ac_package" >&2
   1020    { (exit 1); exit 1; }; }
   1021     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
   1022     eval with_$ac_package=\$ac_optarg ;;
   1023 
   1024   -without-* | --without-*)
   1025     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1026     # Reject names that are not valid shell variable names.
   1027     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1028       { echo "$as_me: error: invalid package name: $ac_package" >&2
   1029    { (exit 1); exit 1; }; }
   1030     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
   1031     eval with_$ac_package=no ;;
   1032 
   1033   --x)
   1034     # Obsolete; use --with-x.
   1035     with_x=yes ;;
   1036 
   1037   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1038   | --x-incl | --x-inc | --x-in | --x-i)
   1039     ac_prev=x_includes ;;
   1040   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1041   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1042     x_includes=$ac_optarg ;;
   1043 
   1044   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1045   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1046     ac_prev=x_libraries ;;
   1047   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1048   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1049     x_libraries=$ac_optarg ;;
   1050 
   1051   -*) { echo "$as_me: error: unrecognized option: $ac_option
   1052 Try \`$0 --help' for more information." >&2
   1053    { (exit 1); exit 1; }; }
   1054     ;;
   1055 
   1056   *=*)
   1057     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1058     # Reject names that are not valid shell variable names.
   1059     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
   1060       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
   1061    { (exit 1); exit 1; }; }
   1062     eval $ac_envvar=\$ac_optarg
   1063     export $ac_envvar ;;
   1064 
   1065   *)
   1066     # FIXME: should be removed in autoconf 3.0.
   1067     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1068     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1069       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1070     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   1071     ;;
   1072 
   1073   esac
   1074 done
   1075 
   1076 if test -n "$ac_prev"; then
   1077   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1078   { echo "$as_me: error: missing argument to $ac_option" >&2
   1079    { (exit 1); exit 1; }; }
   1080 fi
   1081 
   1082 # Be sure to have absolute directory names.
   1083 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1084 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1085 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1086 		libdir localedir mandir
   1087 do
   1088   eval ac_val=\$$ac_var
   1089   case $ac_val in
   1090     [\\/$]* | ?:[\\/]* )  continue;;
   1091     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1092   esac
   1093   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
   1094    { (exit 1); exit 1; }; }
   1095 done
   1096 
   1097 # There might be people who depend on the old broken behavior: `$host'
   1098 # used to hold the argument of --host etc.
   1099 # FIXME: To remove some day.
   1100 build=$build_alias
   1101 host=$host_alias
   1102 target=$target_alias
   1103 
   1104 # FIXME: To remove some day.
   1105 if test "x$host_alias" != x; then
   1106   if test "x$build_alias" = x; then
   1107     cross_compiling=maybe
   1108     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   1109     If a cross compiler is detected then cross compile mode will be used." >&2
   1110   elif test "x$build_alias" != "x$host_alias"; then
   1111     cross_compiling=yes
   1112   fi
   1113 fi
   1114 
   1115 ac_tool_prefix=
   1116 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1117 
   1118 test "$silent" = yes && exec 6>/dev/null
   1119 
   1120 
   1121 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1122 ac_ls_di=`ls -di .` &&
   1123 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1124   { echo "$as_me: error: Working directory cannot be determined" >&2
   1125    { (exit 1); exit 1; }; }
   1126 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1127   { echo "$as_me: error: pwd does not report name of working directory" >&2
   1128    { (exit 1); exit 1; }; }
   1129 
   1130 
   1131 # Find the source files, if location was not specified.
   1132 if test -z "$srcdir"; then
   1133   ac_srcdir_defaulted=yes
   1134   # Try the directory containing this script, then the parent directory.
   1135   ac_confdir=`$as_dirname -- "$0" ||
   1136 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1137 	 X"$0" : 'X\(//\)[^/]' \| \
   1138 	 X"$0" : 'X\(//\)$' \| \
   1139 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   1140 echo X"$0" |
   1141     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1142 	    s//\1/
   1143 	    q
   1144 	  }
   1145 	  /^X\(\/\/\)[^/].*/{
   1146 	    s//\1/
   1147 	    q
   1148 	  }
   1149 	  /^X\(\/\/\)$/{
   1150 	    s//\1/
   1151 	    q
   1152 	  }
   1153 	  /^X\(\/\).*/{
   1154 	    s//\1/
   1155 	    q
   1156 	  }
   1157 	  s/.*/./; q'`
   1158   srcdir=$ac_confdir
   1159   if test ! -r "$srcdir/$ac_unique_file"; then
   1160     srcdir=..
   1161   fi
   1162 else
   1163   ac_srcdir_defaulted=no
   1164 fi
   1165 if test ! -r "$srcdir/$ac_unique_file"; then
   1166   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1167   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
   1168    { (exit 1); exit 1; }; }
   1169 fi
   1170 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1171 ac_abs_confdir=`(
   1172 	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
   1173    { (exit 1); exit 1; }; }
   1174 	pwd)`
   1175 # When building in place, set srcdir=.
   1176 if test "$ac_abs_confdir" = "$ac_pwd"; then
   1177   srcdir=.
   1178 fi
   1179 # Remove unnecessary trailing slashes from srcdir.
   1180 # Double slashes in file names in object file debugging info
   1181 # mess up M-x gdb in Emacs.
   1182 case $srcdir in
   1183 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1184 esac
   1185 for ac_var in $ac_precious_vars; do
   1186   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1187   eval ac_env_${ac_var}_value=\$${ac_var}
   1188   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1189   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1190 done
   1191 
   1192 #
   1193 # Report the --help message.
   1194 #
   1195 if test "$ac_init_help" = "long"; then
   1196   # Omit some internal or obsolete options to make the list less imposing.
   1197   # This message is too long to be a string in the A/UX 3.1 sh.
   1198   cat <<_ACEOF
   1199 \`configure' configures ico 1.0.2 to adapt to many kinds of systems.
   1200 
   1201 Usage: $0 [OPTION]... [VAR=VALUE]...
   1202 
   1203 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1204 VAR=VALUE.  See below for descriptions of some of the useful variables.
   1205 
   1206 Defaults for the options are specified in brackets.
   1207 
   1208 Configuration:
   1209   -h, --help              display this help and exit
   1210       --help=short        display options specific to this package
   1211       --help=recursive    display the short help of all the included packages
   1212   -V, --version           display version information and exit
   1213   -q, --quiet, --silent   do not print \`checking...' messages
   1214       --cache-file=FILE   cache test results in FILE [disabled]
   1215   -C, --config-cache      alias for \`--cache-file=config.cache'
   1216   -n, --no-create         do not create output files
   1217       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1218 
   1219 Installation directories:
   1220   --prefix=PREFIX         install architecture-independent files in PREFIX
   1221 			  [$ac_default_prefix]
   1222   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1223 			  [PREFIX]
   1224 
   1225 By default, \`make install' will install all the files in
   1226 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1227 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1228 for instance \`--prefix=\$HOME'.
   1229 
   1230 For better control, use the options below.
   1231 
   1232 Fine tuning of the installation directories:
   1233   --bindir=DIR           user executables [EPREFIX/bin]
   1234   --sbindir=DIR          system admin executables [EPREFIX/sbin]
   1235   --libexecdir=DIR       program executables [EPREFIX/libexec]
   1236   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
   1237   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
   1238   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
   1239   --libdir=DIR           object code libraries [EPREFIX/lib]
   1240   --includedir=DIR       C header files [PREFIX/include]
   1241   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
   1242   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
   1243   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
   1244   --infodir=DIR          info documentation [DATAROOTDIR/info]
   1245   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
   1246   --mandir=DIR           man documentation [DATAROOTDIR/man]
   1247   --docdir=DIR           documentation root [DATAROOTDIR/doc/ico]
   1248   --htmldir=DIR          html documentation [DOCDIR]
   1249   --dvidir=DIR           dvi documentation [DOCDIR]
   1250   --pdfdir=DIR           pdf documentation [DOCDIR]
   1251   --psdir=DIR            ps documentation [DOCDIR]
   1252 _ACEOF
   1253 
   1254   cat <<\_ACEOF
   1255 
   1256 Program names:
   1257   --program-prefix=PREFIX            prepend PREFIX to installed program names
   1258   --program-suffix=SUFFIX            append SUFFIX to installed program names
   1259   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1260 
   1261 System types:
   1262   --build=BUILD     configure for building on BUILD [guessed]
   1263   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
   1264 _ACEOF
   1265 fi
   1266 
   1267 if test -n "$ac_init_help"; then
   1268   case $ac_init_help in
   1269      short | recursive ) echo "Configuration of ico 1.0.2:";;
   1270    esac
   1271   cat <<\_ACEOF
   1272 
   1273 Optional Features:
   1274   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1275   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1276   --enable-maintainer-mode  enable make rules and dependencies not useful
   1277 			  (and sometimes confusing) to the casual installer
   1278   --disable-dependency-tracking  speeds up one-time build
   1279   --enable-dependency-tracking   do not reject slow dependency extractors
   1280 
   1281 Optional Packages:
   1282   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1283   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1284   --with-release-version=STRING
   1285                           Use release version string in package name
   1286 
   1287 Some influential environment variables:
   1288   CC          C compiler command
   1289   CFLAGS      C compiler flags
   1290   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1291               nonstandard directory <lib dir>
   1292   LIBS        libraries to pass to the linker, e.g. -l<library>
   1293   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
   1294               you have headers in a nonstandard directory <include dir>
   1295   PKG_CONFIG  path to pkg-config utility
   1296   ICO_CFLAGS  C compiler flags for ICO, overriding pkg-config
   1297   ICO_LIBS    linker flags for ICO, overriding pkg-config
   1298 
   1299 Use these variables to override the choices made by `configure' or to help
   1300 it to find libraries and programs with nonstandard names/locations.
   1301 
   1302 Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
   1303 _ACEOF
   1304 ac_status=$?
   1305 fi
   1306 
   1307 if test "$ac_init_help" = "recursive"; then
   1308   # If there are subdirs, report their specific --help.
   1309   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1310     test -d "$ac_dir" || continue
   1311     ac_builddir=.
   1312 
   1313 case "$ac_dir" in
   1314 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1315 *)
   1316   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
   1317   # A ".." for each directory in $ac_dir_suffix.
   1318   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
   1319   case $ac_top_builddir_sub in
   1320   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1321   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1322   esac ;;
   1323 esac
   1324 ac_abs_top_builddir=$ac_pwd
   1325 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1326 # for backward compatibility:
   1327 ac_top_builddir=$ac_top_build_prefix
   1328 
   1329 case $srcdir in
   1330   .)  # We are building in place.
   1331     ac_srcdir=.
   1332     ac_top_srcdir=$ac_top_builddir_sub
   1333     ac_abs_top_srcdir=$ac_pwd ;;
   1334   [\\/]* | ?:[\\/]* )  # Absolute name.
   1335     ac_srcdir=$srcdir$ac_dir_suffix;
   1336     ac_top_srcdir=$srcdir
   1337     ac_abs_top_srcdir=$srcdir ;;
   1338   *) # Relative name.
   1339     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1340     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1341     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1342 esac
   1343 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1344 
   1345     cd "$ac_dir" || { ac_status=$?; continue; }
   1346     # Check for guested configure.
   1347     if test -f "$ac_srcdir/configure.gnu"; then
   1348       echo &&
   1349       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1350     elif test -f "$ac_srcdir/configure"; then
   1351       echo &&
   1352       $SHELL "$ac_srcdir/configure" --help=recursive
   1353     else
   1354       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1355     fi || ac_status=$?
   1356     cd "$ac_pwd" || { ac_status=$?; break; }
   1357   done
   1358 fi
   1359 
   1360 test -n "$ac_init_help" && exit $ac_status
   1361 if $ac_init_version; then
   1362   cat <<\_ACEOF
   1363 ico configure 1.0.2
   1364 generated by GNU Autoconf 2.61
   1365 
   1366 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
   1367 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
   1368 This configure script is free software; the Free Software Foundation
   1369 gives unlimited permission to copy, distribute and modify it.
   1370 _ACEOF
   1371   exit
   1372 fi
   1373 cat >config.log <<_ACEOF
   1374 This file contains any messages produced by compilers while
   1375 running configure, to aid debugging if configure makes a mistake.
   1376 
   1377 It was created by ico $as_me 1.0.2, which was
   1378 generated by GNU Autoconf 2.61.  Invocation command line was
   1379 
   1380   $ $0 $@
   1381 
   1382 _ACEOF
   1383 exec 5>>config.log
   1384 {
   1385 cat <<_ASUNAME
   1386 ## --------- ##
   1387 ## Platform. ##
   1388 ## --------- ##
   1389 
   1390 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   1391 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   1392 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   1393 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   1394 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   1395 
   1396 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   1397 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   1398 
   1399 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   1400 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   1401 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1402 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   1403 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1404 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1405 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1406 
   1407 _ASUNAME
   1408 
   1409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1410 for as_dir in $PATH
   1411 do
   1412   IFS=$as_save_IFS
   1413   test -z "$as_dir" && as_dir=.
   1414   echo "PATH: $as_dir"
   1415 done
   1416 IFS=$as_save_IFS
   1417 
   1418 } >&5
   1419 
   1420 cat >&5 <<_ACEOF
   1421 
   1422 
   1423 ## ----------- ##
   1424 ## Core tests. ##
   1425 ## ----------- ##
   1426 
   1427 _ACEOF
   1428 
   1429 
   1430 # Keep a trace of the command line.
   1431 # Strip out --no-create and --no-recursion so they do not pile up.
   1432 # Strip out --silent because we don't want to record it for future runs.
   1433 # Also quote any args containing shell meta-characters.
   1434 # Make two passes to allow for proper duplicate-argument suppression.
   1435 ac_configure_args=
   1436 ac_configure_args0=
   1437 ac_configure_args1=
   1438 ac_must_keep_next=false
   1439 for ac_pass in 1 2
   1440 do
   1441   for ac_arg
   1442   do
   1443     case $ac_arg in
   1444     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1445     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1446     | -silent | --silent | --silen | --sile | --sil)
   1447       continue ;;
   1448     *\'*)
   1449       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1450     esac
   1451     case $ac_pass in
   1452     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
   1453     2)
   1454       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
   1455       if test $ac_must_keep_next = true; then
   1456 	ac_must_keep_next=false # Got value, back to normal.
   1457       else
   1458 	case $ac_arg in
   1459 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   1460 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   1461 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   1462 	  | -with-* | --with-* | -without-* | --without-* | --x)
   1463 	    case "$ac_configure_args0 " in
   1464 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   1465 	    esac
   1466 	    ;;
   1467 	  -* ) ac_must_keep_next=true ;;
   1468 	esac
   1469       fi
   1470       ac_configure_args="$ac_configure_args '$ac_arg'"
   1471       ;;
   1472     esac
   1473   done
   1474 done
   1475 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
   1476 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
   1477 
   1478 # When interrupted or exit'd, cleanup temporary files, and complete
   1479 # config.log.  We remove comments because anyway the quotes in there
   1480 # would cause problems or look ugly.
   1481 # WARNING: Use '\'' to represent an apostrophe within the trap.
   1482 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   1483 trap 'exit_status=$?
   1484   # Save into config.log some information that might help in debugging.
   1485   {
   1486     echo
   1487 
   1488     cat <<\_ASBOX
   1489 ## ---------------- ##
   1490 ## Cache variables. ##
   1491 ## ---------------- ##
   1492 _ASBOX
   1493     echo
   1494     # The following way of writing the cache mishandles newlines in values,
   1495 (
   1496   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   1497     eval ac_val=\$$ac_var
   1498     case $ac_val in #(
   1499     *${as_nl}*)
   1500       case $ac_var in #(
   1501       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
   1502 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
   1503       esac
   1504       case $ac_var in #(
   1505       _ | IFS | as_nl) ;; #(
   1506       *) $as_unset $ac_var ;;
   1507       esac ;;
   1508     esac
   1509   done
   1510   (set) 2>&1 |
   1511     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   1512     *${as_nl}ac_space=\ *)
   1513       sed -n \
   1514 	"s/'\''/'\''\\\\'\'''\''/g;
   1515 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   1516       ;; #(
   1517     *)
   1518       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   1519       ;;
   1520     esac |
   1521     sort
   1522 )
   1523     echo
   1524 
   1525     cat <<\_ASBOX
   1526 ## ----------------- ##
   1527 ## Output variables. ##
   1528 ## ----------------- ##
   1529 _ASBOX
   1530     echo
   1531     for ac_var in $ac_subst_vars
   1532     do
   1533       eval ac_val=\$$ac_var
   1534       case $ac_val in
   1535       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   1536       esac
   1537       echo "$ac_var='\''$ac_val'\''"
   1538     done | sort
   1539     echo
   1540 
   1541     if test -n "$ac_subst_files"; then
   1542       cat <<\_ASBOX
   1543 ## ------------------- ##
   1544 ## File substitutions. ##
   1545 ## ------------------- ##
   1546 _ASBOX
   1547       echo
   1548       for ac_var in $ac_subst_files
   1549       do
   1550 	eval ac_val=\$$ac_var
   1551 	case $ac_val in
   1552 	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   1553 	esac
   1554 	echo "$ac_var='\''$ac_val'\''"
   1555       done | sort
   1556       echo
   1557     fi
   1558 
   1559     if test -s confdefs.h; then
   1560       cat <<\_ASBOX
   1561 ## ----------- ##
   1562 ## confdefs.h. ##
   1563 ## ----------- ##
   1564 _ASBOX
   1565       echo
   1566       cat confdefs.h
   1567       echo
   1568     fi
   1569     test "$ac_signal" != 0 &&
   1570       echo "$as_me: caught signal $ac_signal"
   1571     echo "$as_me: exit $exit_status"
   1572   } >&5
   1573   rm -f core *.core core.conftest.* &&
   1574     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   1575     exit $exit_status
   1576 ' 0
   1577 for ac_signal in 1 2 13 15; do
   1578   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
   1579 done
   1580 ac_signal=0
   1581 
   1582 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   1583 rm -f -r conftest* confdefs.h
   1584 
   1585 # Predefined preprocessor variables.
   1586 
   1587 cat >>confdefs.h <<_ACEOF
   1588 #define PACKAGE_NAME "$PACKAGE_NAME"
   1589 _ACEOF
   1590 
   1591 
   1592 cat >>confdefs.h <<_ACEOF
   1593 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   1594 _ACEOF
   1595 
   1596 
   1597 cat >>confdefs.h <<_ACEOF
   1598 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   1599 _ACEOF
   1600 
   1601 
   1602 cat >>confdefs.h <<_ACEOF
   1603 #define PACKAGE_STRING "$PACKAGE_STRING"
   1604 _ACEOF
   1605 
   1606 
   1607 cat >>confdefs.h <<_ACEOF
   1608 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   1609 _ACEOF
   1610 
   1611 
   1612 # Let the site file select an alternate cache file if it wants to.
   1613 # Prefer explicitly selected file to automatically selected ones.
   1614 if test -n "$CONFIG_SITE"; then
   1615   set x "$CONFIG_SITE"
   1616 elif test "x$prefix" != xNONE; then
   1617   set x "$prefix/share/config.site" "$prefix/etc/config.site"
   1618 else
   1619   set x "$ac_default_prefix/share/config.site" \
   1620 	"$ac_default_prefix/etc/config.site"
   1621 fi
   1622 shift
   1623 for ac_site_file
   1624 do
   1625   if test -r "$ac_site_file"; then
   1626     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
   1627 echo "$as_me: loading site script $ac_site_file" >&6;}
   1628     sed 's/^/| /' "$ac_site_file" >&5
   1629     . "$ac_site_file"
   1630   fi
   1631 done
   1632 
   1633 if test -r "$cache_file"; then
   1634   # Some versions of bash will fail to source /dev/null (special
   1635   # files actually), so we avoid doing that.
   1636   if test -f "$cache_file"; then
   1637     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
   1638 echo "$as_me: loading cache $cache_file" >&6;}
   1639     case $cache_file in
   1640       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   1641       *)                      . "./$cache_file";;
   1642     esac
   1643   fi
   1644 else
   1645   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
   1646 echo "$as_me: creating cache $cache_file" >&6;}
   1647   >$cache_file
   1648 fi
   1649 
   1650 # Check that the precious variables saved in the cache have kept the same
   1651 # value.
   1652 ac_cache_corrupted=false
   1653 for ac_var in $ac_precious_vars; do
   1654   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   1655   eval ac_new_set=\$ac_env_${ac_var}_set
   1656   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   1657   eval ac_new_val=\$ac_env_${ac_var}_value
   1658   case $ac_old_set,$ac_new_set in
   1659     set,)
   1660       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   1661 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   1662       ac_cache_corrupted=: ;;
   1663     ,set)
   1664       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
   1665 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   1666       ac_cache_corrupted=: ;;
   1667     ,);;
   1668     *)
   1669       if test "x$ac_old_val" != "x$ac_new_val"; then
   1670 	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
   1671 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   1672 	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
   1673 echo "$as_me:   former value:  $ac_old_val" >&2;}
   1674 	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
   1675 echo "$as_me:   current value: $ac_new_val" >&2;}
   1676 	ac_cache_corrupted=:
   1677       fi;;
   1678   esac
   1679   # Pass precious variables to config.status.
   1680   if test "$ac_new_set" = set; then
   1681     case $ac_new_val in
   1682     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   1683     *) ac_arg=$ac_var=$ac_new_val ;;
   1684     esac
   1685     case " $ac_configure_args " in
   1686       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   1687       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
   1688     esac
   1689   fi
   1690 done
   1691 if $ac_cache_corrupted; then
   1692   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
   1693 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   1694   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
   1695 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
   1696    { (exit 1); exit 1; }; }
   1697 fi
   1698 
   1699 
   1700 
   1701 
   1702 
   1703 
   1704 
   1705 
   1706 
   1707 
   1708 
   1709 
   1710 
   1711 
   1712 
   1713 
   1714 
   1715 
   1716 
   1717 
   1718 
   1719 
   1720 
   1721 
   1722 
   1723 ac_ext=c
   1724 ac_cpp='$CPP $CPPFLAGS'
   1725 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1726 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1727 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1728 
   1729 
   1730 am__api_version='1.10'
   1731 
   1732 ac_aux_dir=
   1733 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   1734   if test -f "$ac_dir/install-sh"; then
   1735     ac_aux_dir=$ac_dir
   1736     ac_install_sh="$ac_aux_dir/install-sh -c"
   1737     break
   1738   elif test -f "$ac_dir/install.sh"; then
   1739     ac_aux_dir=$ac_dir
   1740     ac_install_sh="$ac_aux_dir/install.sh -c"
   1741     break
   1742   elif test -f "$ac_dir/shtool"; then
   1743     ac_aux_dir=$ac_dir
   1744     ac_install_sh="$ac_aux_dir/shtool install -c"
   1745     break
   1746   fi
   1747 done
   1748 if test -z "$ac_aux_dir"; then
   1749   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
   1750 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
   1751    { (exit 1); exit 1; }; }
   1752 fi
   1753 
   1754 # These three variables are undocumented and unsupported,
   1755 # and are intended to be withdrawn in a future Autoconf release.
   1756 # They can cause serious problems if a builder's source tree is in a directory
   1757 # whose full name contains unusual characters.
   1758 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   1759 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   1760 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   1761 
   1762 
   1763 # Find a good install program.  We prefer a C program (faster),
   1764 # so one script is as good as another.  But avoid the broken or
   1765 # incompatible versions:
   1766 # SysV /etc/install, /usr/sbin/install
   1767 # SunOS /usr/etc/install
   1768 # IRIX /sbin/install
   1769 # AIX /bin/install
   1770 # AmigaOS /C/install, which installs bootblocks on floppy discs
   1771 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   1772 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   1773 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   1774 # OS/2's system install, which has a completely different semantic
   1775 # ./install, which can be erroneously created by make from ./install.sh.
   1776 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
   1777 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
   1778 if test -z "$INSTALL"; then
   1779 if test "${ac_cv_path_install+set}" = set; then
   1780   echo $ECHO_N "(cached) $ECHO_C" >&6
   1781 else
   1782   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1783 for as_dir in $PATH
   1784 do
   1785   IFS=$as_save_IFS
   1786   test -z "$as_dir" && as_dir=.
   1787   # Account for people who put trailing slashes in PATH elements.
   1788 case $as_dir/ in
   1789   ./ | .// | /cC/* | \
   1790   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   1791   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   1792   /usr/ucb/* ) ;;
   1793   *)
   1794     # OSF1 and SCO ODT 3.0 have their own names for install.
   1795     # Don't use installbsd from OSF since it installs stuff as root
   1796     # by default.
   1797     for ac_prog in ginstall scoinst install; do
   1798       for ac_exec_ext in '' $ac_executable_extensions; do
   1799 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
   1800 	  if test $ac_prog = install &&
   1801 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   1802 	    # AIX install.  It has an incompatible calling convention.
   1803 	    :
   1804 	  elif test $ac_prog = install &&
   1805 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   1806 	    # program-specific install script used by HP pwplus--don't use.
   1807 	    :
   1808 	  else
   1809 	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   1810 	    break 3
   1811 	  fi
   1812 	fi
   1813       done
   1814     done
   1815     ;;
   1816 esac
   1817 done
   1818 IFS=$as_save_IFS
   1819 
   1820 
   1821 fi
   1822   if test "${ac_cv_path_install+set}" = set; then
   1823     INSTALL=$ac_cv_path_install
   1824   else
   1825     # As a last resort, use the slow shell script.  Don't cache a
   1826     # value for INSTALL within a source directory, because that will
   1827     # break other packages using the cache if that directory is
   1828     # removed, or if the value is a relative name.
   1829     INSTALL=$ac_install_sh
   1830   fi
   1831 fi
   1832 { echo "$as_me:$LINENO: result: $INSTALL" >&5
   1833 echo "${ECHO_T}$INSTALL" >&6; }
   1834 
   1835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   1836 # It thinks the first close brace ends the variable substitution.
   1837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   1838 
   1839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   1840 
   1841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   1842 
   1843 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
   1844 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
   1845 # Just in case
   1846 sleep 1
   1847 echo timestamp > conftest.file
   1848 # Do `set' in a subshell so we don't clobber the current shell's
   1849 # arguments.  Must try -L first in case configure is actually a
   1850 # symlink; some systems play weird games with the mod time of symlinks
   1851 # (eg FreeBSD returns the mod time of the symlink's containing
   1852 # directory).
   1853 if (
   1854    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
   1855    if test "$*" = "X"; then
   1856       # -L didn't work.
   1857       set X `ls -t $srcdir/configure conftest.file`
   1858    fi
   1859    rm -f conftest.file
   1860    if test "$*" != "X $srcdir/configure conftest.file" \
   1861       && test "$*" != "X conftest.file $srcdir/configure"; then
   1862 
   1863       # If neither matched, then we have a broken ls.  This can happen
   1864       # if, for instance, CONFIG_SHELL is bash and it inherits a
   1865       # broken ls alias from the environment.  This has actually
   1866       # happened.  Such a system could not be considered "sane".
   1867       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
   1868 alias in your environment" >&5
   1869 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
   1870 alias in your environment" >&2;}
   1871    { (exit 1); exit 1; }; }
   1872    fi
   1873 
   1874    test "$2" = conftest.file
   1875    )
   1876 then
   1877    # Ok.
   1878    :
   1879 else
   1880    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
   1881 Check your system clock" >&5
   1882 echo "$as_me: error: newly created file is older than distributed files!
   1883 Check your system clock" >&2;}
   1884    { (exit 1); exit 1; }; }
   1885 fi
   1886 { echo "$as_me:$LINENO: result: yes" >&5
   1887 echo "${ECHO_T}yes" >&6; }
   1888 test "$program_prefix" != NONE &&
   1889   program_transform_name="s&^&$program_prefix&;$program_transform_name"
   1890 # Use a double $ so make ignores it.
   1891 test "$program_suffix" != NONE &&
   1892   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
   1893 # Double any \ or $.  echo might interpret backslashes.
   1894 # By default was `s,x,x', remove it if useless.
   1895 cat <<\_ACEOF >conftest.sed
   1896 s/[\\$]/&&/g;s/;s,x,x,$//
   1897 _ACEOF
   1898 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
   1899 rm -f conftest.sed
   1900 
   1901 # expand $ac_aux_dir to an absolute path
   1902 am_aux_dir=`cd $ac_aux_dir && pwd`
   1903 
   1904 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
   1905 # Use eval to expand $SHELL
   1906 if eval "$MISSING --run true"; then
   1907   am_missing_run="$MISSING --run "
   1908 else
   1909   am_missing_run=
   1910   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
   1911 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
   1912 fi
   1913 
   1914 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
   1915 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
   1916 if test -z "$MKDIR_P"; then
   1917   if test "${ac_cv_path_mkdir+set}" = set; then
   1918   echo $ECHO_N "(cached) $ECHO_C" >&6
   1919 else
   1920   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1921 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
   1922 do
   1923   IFS=$as_save_IFS
   1924   test -z "$as_dir" && as_dir=.
   1925   for ac_prog in mkdir gmkdir; do
   1926 	 for ac_exec_ext in '' $ac_executable_extensions; do
   1927 	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
   1928 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
   1929 	     'mkdir (GNU coreutils) '* | \
   1930 	     'mkdir (coreutils) '* | \
   1931 	     'mkdir (fileutils) '4.1*)
   1932 	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
   1933 	       break 3;;
   1934 	   esac
   1935 	 done
   1936        done
   1937 done
   1938 IFS=$as_save_IFS
   1939 
   1940 fi
   1941 
   1942   if test "${ac_cv_path_mkdir+set}" = set; then
   1943     MKDIR_P="$ac_cv_path_mkdir -p"
   1944   else
   1945     # As a last resort, use the slow shell script.  Don't cache a
   1946     # value for MKDIR_P within a source directory, because that will
   1947     # break other packages using the cache if that directory is
   1948     # removed, or if the value is a relative name.
   1949     test -d ./--version && rmdir ./--version
   1950     MKDIR_P="$ac_install_sh -d"
   1951   fi
   1952 fi
   1953 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
   1954 echo "${ECHO_T}$MKDIR_P" >&6; }
   1955 
   1956 mkdir_p="$MKDIR_P"
   1957 case $mkdir_p in
   1958   [\\/$]* | ?:[\\/]*) ;;
   1959   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
   1960 esac
   1961 
   1962 for ac_prog in gawk mawk nawk awk
   1963 do
   1964   # Extract the first word of "$ac_prog", so it can be a program name with args.
   1965 set dummy $ac_prog; ac_word=$2
   1966 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   1967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   1968 if test "${ac_cv_prog_AWK+set}" = set; then
   1969   echo $ECHO_N "(cached) $ECHO_C" >&6
   1970 else
   1971   if test -n "$AWK"; then
   1972   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   1973 else
   1974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1975 for as_dir in $PATH
   1976 do
   1977   IFS=$as_save_IFS
   1978   test -z "$as_dir" && as_dir=.
   1979   for ac_exec_ext in '' $ac_executable_extensions; do
   1980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1981     ac_cv_prog_AWK="$ac_prog"
   1982     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1983     break 2
   1984   fi
   1985 done
   1986 done
   1987 IFS=$as_save_IFS
   1988 
   1989 fi
   1990 fi
   1991 AWK=$ac_cv_prog_AWK
   1992 if test -n "$AWK"; then
   1993   { echo "$as_me:$LINENO: result: $AWK" >&5
   1994 echo "${ECHO_T}$AWK" >&6; }
   1995 else
   1996   { echo "$as_me:$LINENO: result: no" >&5
   1997 echo "${ECHO_T}no" >&6; }
   1998 fi
   1999 
   2000 
   2001   test -n "$AWK" && break
   2002 done
   2003 
   2004 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   2005 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
   2006 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   2007 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
   2008   echo $ECHO_N "(cached) $ECHO_C" >&6
   2009 else
   2010   cat >conftest.make <<\_ACEOF
   2011 SHELL = /bin/sh
   2012 all:
   2013 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   2014 _ACEOF
   2015 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   2016 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   2017   *@@@%%%=?*=@@@%%%*)
   2018     eval ac_cv_prog_make_${ac_make}_set=yes;;
   2019   *)
   2020     eval ac_cv_prog_make_${ac_make}_set=no;;
   2021 esac
   2022 rm -f conftest.make
   2023 fi
   2024 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   2025   { echo "$as_me:$LINENO: result: yes" >&5
   2026 echo "${ECHO_T}yes" >&6; }
   2027   SET_MAKE=
   2028 else
   2029   { echo "$as_me:$LINENO: result: no" >&5
   2030 echo "${ECHO_T}no" >&6; }
   2031   SET_MAKE="MAKE=${MAKE-make}"
   2032 fi
   2033 
   2034 rm -rf .tst 2>/dev/null
   2035 mkdir .tst 2>/dev/null
   2036 if test -d .tst; then
   2037   am__leading_dot=.
   2038 else
   2039   am__leading_dot=_
   2040 fi
   2041 rmdir .tst 2>/dev/null
   2042 
   2043 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   2044   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   2045   # is not polluted with repeated "-I."
   2046   am__isrc=' -I$(srcdir)'
   2047   # test to see if srcdir already configured
   2048   if test -f $srcdir/config.status; then
   2049     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
   2050 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
   2051    { (exit 1); exit 1; }; }
   2052   fi
   2053 fi
   2054 
   2055 # test whether we have cygpath
   2056 if test -z "$CYGPATH_W"; then
   2057   if (cygpath --version) >/dev/null 2>/dev/null; then
   2058     CYGPATH_W='cygpath -w'
   2059   else
   2060     CYGPATH_W=echo
   2061   fi
   2062 fi
   2063 
   2064 
   2065 # Define the identity of the package.
   2066  PACKAGE='ico'
   2067  VERSION='1.0.2'
   2068 
   2069 
   2070 cat >>confdefs.h <<_ACEOF
   2071 #define PACKAGE "$PACKAGE"
   2072 _ACEOF
   2073 
   2074 
   2075 cat >>confdefs.h <<_ACEOF
   2076 #define VERSION "$VERSION"
   2077 _ACEOF
   2078 
   2079 # Some tools Automake needs.
   2080 
   2081 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   2082 
   2083 
   2084 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   2085 
   2086 
   2087 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   2088 
   2089 
   2090 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   2091 
   2092 
   2093 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   2094 
   2095 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
   2096 
   2097 # Installed binaries are usually stripped using `strip' when the user
   2098 # run `make install-strip'.  However `strip' might not be the right
   2099 # tool to use in cross-compilation environments, therefore Automake
   2100 # will honor the `STRIP' environment variable to overrule this program.
   2101 if test "$cross_compiling" != no; then
   2102   if test -n "$ac_tool_prefix"; then
   2103   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   2104 set dummy ${ac_tool_prefix}strip; ac_word=$2
   2105 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2107 if test "${ac_cv_prog_STRIP+set}" = set; then
   2108   echo $ECHO_N "(cached) $ECHO_C" >&6
   2109 else
   2110   if test -n "$STRIP"; then
   2111   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   2112 else
   2113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2114 for as_dir in $PATH
   2115 do
   2116   IFS=$as_save_IFS
   2117   test -z "$as_dir" && as_dir=.
   2118   for ac_exec_ext in '' $ac_executable_extensions; do
   2119   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2120     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   2121     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2122     break 2
   2123   fi
   2124 done
   2125 done
   2126 IFS=$as_save_IFS
   2127 
   2128 fi
   2129 fi
   2130 STRIP=$ac_cv_prog_STRIP
   2131 if test -n "$STRIP"; then
   2132   { echo "$as_me:$LINENO: result: $STRIP" >&5
   2133 echo "${ECHO_T}$STRIP" >&6; }
   2134 else
   2135   { echo "$as_me:$LINENO: result: no" >&5
   2136 echo "${ECHO_T}no" >&6; }
   2137 fi
   2138 
   2139 
   2140 fi
   2141 if test -z "$ac_cv_prog_STRIP"; then
   2142   ac_ct_STRIP=$STRIP
   2143   # Extract the first word of "strip", so it can be a program name with args.
   2144 set dummy strip; ac_word=$2
   2145 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2146 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2147 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
   2148   echo $ECHO_N "(cached) $ECHO_C" >&6
   2149 else
   2150   if test -n "$ac_ct_STRIP"; then
   2151   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   2152 else
   2153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2154 for as_dir in $PATH
   2155 do
   2156   IFS=$as_save_IFS
   2157   test -z "$as_dir" && as_dir=.
   2158   for ac_exec_ext in '' $ac_executable_extensions; do
   2159   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2160     ac_cv_prog_ac_ct_STRIP="strip"
   2161     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2162     break 2
   2163   fi
   2164 done
   2165 done
   2166 IFS=$as_save_IFS
   2167 
   2168 fi
   2169 fi
   2170 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   2171 if test -n "$ac_ct_STRIP"; then
   2172   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
   2173 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
   2174 else
   2175   { echo "$as_me:$LINENO: result: no" >&5
   2176 echo "${ECHO_T}no" >&6; }
   2177 fi
   2178 
   2179   if test "x$ac_ct_STRIP" = x; then
   2180     STRIP=":"
   2181   else
   2182     case $cross_compiling:$ac_tool_warned in
   2183 yes:)
   2184 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
   2185 whose name does not start with the host triplet.  If you think this
   2186 configuration is useful to you, please write to autoconf (at] gnu.org." >&5
   2187 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
   2188 whose name does not start with the host triplet.  If you think this
   2189 configuration is useful to you, please write to autoconf (at] gnu.org." >&2;}
   2190 ac_tool_warned=yes ;;
   2191 esac
   2192     STRIP=$ac_ct_STRIP
   2193   fi
   2194 else
   2195   STRIP="$ac_cv_prog_STRIP"
   2196 fi
   2197 
   2198 fi
   2199 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   2200 
   2201 # We need awk for the "check" target.  The system "awk" is bad on
   2202 # some platforms.
   2203 # Always define AMTAR for backward compatibility.
   2204 
   2205 AMTAR=${AMTAR-"${am_missing_run}tar"}
   2206 
   2207 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
   2208 
   2209 
   2210 
   2211 
   2212 
   2213 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
   2214 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
   2215     # Check whether --enable-maintainer-mode was given.
   2216 if test "${enable_maintainer_mode+set}" = set; then
   2217   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
   2218 else
   2219   USE_MAINTAINER_MODE=no
   2220 fi
   2221 
   2222   { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
   2223 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
   2224    if test $USE_MAINTAINER_MODE = yes; then
   2225   MAINTAINER_MODE_TRUE=
   2226   MAINTAINER_MODE_FALSE='#'
   2227 else
   2228   MAINTAINER_MODE_TRUE='#'
   2229   MAINTAINER_MODE_FALSE=
   2230 fi
   2231 
   2232   MAINT=$MAINTAINER_MODE_TRUE
   2233 
   2234 
   2235 
   2236 ac_config_headers="$ac_config_headers config.h"
   2237 
   2238 
   2239 ac_ext=c
   2240 ac_cpp='$CPP $CPPFLAGS'
   2241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2243 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2244 if test -n "$ac_tool_prefix"; then
   2245   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   2246 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   2247 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2249 if test "${ac_cv_prog_CC+set}" = set; then
   2250   echo $ECHO_N "(cached) $ECHO_C" >&6
   2251 else
   2252   if test -n "$CC"; then
   2253   ac_cv_prog_CC="$CC" # Let the user override the test.
   2254 else
   2255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2256 for as_dir in $PATH
   2257 do
   2258   IFS=$as_save_IFS
   2259   test -z "$as_dir" && as_dir=.
   2260   for ac_exec_ext in '' $ac_executable_extensions; do
   2261   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2262     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   2263     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2264     break 2
   2265   fi
   2266 done
   2267 done
   2268 IFS=$as_save_IFS
   2269 
   2270 fi
   2271 fi
   2272 CC=$ac_cv_prog_CC
   2273 if test -n "$CC"; then
   2274   { echo "$as_me:$LINENO: result: $CC" >&5
   2275 echo "${ECHO_T}$CC" >&6; }
   2276 else
   2277   { echo "$as_me:$LINENO: result: no" >&5
   2278 echo "${ECHO_T}no" >&6; }
   2279 fi
   2280 
   2281 
   2282 fi
   2283 if test -z "$ac_cv_prog_CC"; then
   2284   ac_ct_CC=$CC
   2285   # Extract the first word of "gcc", so it can be a program name with args.
   2286 set dummy gcc; ac_word=$2
   2287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2289 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   2290   echo $ECHO_N "(cached) $ECHO_C" >&6
   2291 else
   2292   if test -n "$ac_ct_CC"; then
   2293   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2294 else
   2295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2296 for as_dir in $PATH
   2297 do
   2298   IFS=$as_save_IFS
   2299   test -z "$as_dir" && as_dir=.
   2300   for ac_exec_ext in '' $ac_executable_extensions; do
   2301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2302     ac_cv_prog_ac_ct_CC="gcc"
   2303     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2304     break 2
   2305   fi
   2306 done
   2307 done
   2308 IFS=$as_save_IFS
   2309 
   2310 fi
   2311 fi
   2312 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2313 if test -n "$ac_ct_CC"; then
   2314   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
   2315 echo "${ECHO_T}$ac_ct_CC" >&6; }
   2316 else
   2317   { echo "$as_me:$LINENO: result: no" >&5
   2318 echo "${ECHO_T}no" >&6; }
   2319 fi
   2320 
   2321   if test "x$ac_ct_CC" = x; then
   2322     CC=""
   2323   else
   2324     case $cross_compiling:$ac_tool_warned in
   2325 yes:)
   2326 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
   2327 whose name does not start with the host triplet.  If you think this
   2328 configuration is useful to you, please write to autoconf (at] gnu.org." >&5
   2329 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
   2330 whose name does not start with the host triplet.  If you think this
   2331 configuration is useful to you, please write to autoconf (at] gnu.org." >&2;}
   2332 ac_tool_warned=yes ;;
   2333 esac
   2334     CC=$ac_ct_CC
   2335   fi
   2336 else
   2337   CC="$ac_cv_prog_CC"
   2338 fi
   2339 
   2340 if test -z "$CC"; then
   2341           if test -n "$ac_tool_prefix"; then
   2342     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   2343 set dummy ${ac_tool_prefix}cc; ac_word=$2
   2344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2346 if test "${ac_cv_prog_CC+set}" = set; then
   2347   echo $ECHO_N "(cached) $ECHO_C" >&6
   2348 else
   2349   if test -n "$CC"; then
   2350   ac_cv_prog_CC="$CC" # Let the user override the test.
   2351 else
   2352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2353 for as_dir in $PATH
   2354 do
   2355   IFS=$as_save_IFS
   2356   test -z "$as_dir" && as_dir=.
   2357   for ac_exec_ext in '' $ac_executable_extensions; do
   2358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2359     ac_cv_prog_CC="${ac_tool_prefix}cc"
   2360     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2361     break 2
   2362   fi
   2363 done
   2364 done
   2365 IFS=$as_save_IFS
   2366 
   2367 fi
   2368 fi
   2369 CC=$ac_cv_prog_CC
   2370 if test -n "$CC"; then
   2371   { echo "$as_me:$LINENO: result: $CC" >&5
   2372 echo "${ECHO_T}$CC" >&6; }
   2373 else
   2374   { echo "$as_me:$LINENO: result: no" >&5
   2375 echo "${ECHO_T}no" >&6; }
   2376 fi
   2377 
   2378 
   2379   fi
   2380 fi
   2381 if test -z "$CC"; then
   2382   # Extract the first word of "cc", so it can be a program name with args.
   2383 set dummy cc; ac_word=$2
   2384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2386 if test "${ac_cv_prog_CC+set}" = set; then
   2387   echo $ECHO_N "(cached) $ECHO_C" >&6
   2388 else
   2389   if test -n "$CC"; then
   2390   ac_cv_prog_CC="$CC" # Let the user override the test.
   2391 else
   2392   ac_prog_rejected=no
   2393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2394 for as_dir in $PATH
   2395 do
   2396   IFS=$as_save_IFS
   2397   test -z "$as_dir" && as_dir=.
   2398   for ac_exec_ext in '' $ac_executable_extensions; do
   2399   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2400     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   2401        ac_prog_rejected=yes
   2402        continue
   2403      fi
   2404     ac_cv_prog_CC="cc"
   2405     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2406     break 2
   2407   fi
   2408 done
   2409 done
   2410 IFS=$as_save_IFS
   2411 
   2412 if test $ac_prog_rejected = yes; then
   2413   # We found a bogon in the path, so make sure we never use it.
   2414   set dummy $ac_cv_prog_CC
   2415   shift
   2416   if test $# != 0; then
   2417     # We chose a different compiler from the bogus one.
   2418     # However, it has the same basename, so the bogon will be chosen
   2419     # first if we set CC to just the basename; use the full file name.
   2420     shift
   2421     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   2422   fi
   2423 fi
   2424 fi
   2425 fi
   2426 CC=$ac_cv_prog_CC
   2427 if test -n "$CC"; then
   2428   { echo "$as_me:$LINENO: result: $CC" >&5
   2429 echo "${ECHO_T}$CC" >&6; }
   2430 else
   2431   { echo "$as_me:$LINENO: result: no" >&5
   2432 echo "${ECHO_T}no" >&6; }
   2433 fi
   2434 
   2435 
   2436 fi
   2437 if test -z "$CC"; then
   2438   if test -n "$ac_tool_prefix"; then
   2439   for ac_prog in cl.exe
   2440   do
   2441     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   2442 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2445 if test "${ac_cv_prog_CC+set}" = set; then
   2446   echo $ECHO_N "(cached) $ECHO_C" >&6
   2447 else
   2448   if test -n "$CC"; then
   2449   ac_cv_prog_CC="$CC" # Let the user override the test.
   2450 else
   2451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2452 for as_dir in $PATH
   2453 do
   2454   IFS=$as_save_IFS
   2455   test -z "$as_dir" && as_dir=.
   2456   for ac_exec_ext in '' $ac_executable_extensions; do
   2457   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2458     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   2459     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2460     break 2
   2461   fi
   2462 done
   2463 done
   2464 IFS=$as_save_IFS
   2465 
   2466 fi
   2467 fi
   2468 CC=$ac_cv_prog_CC
   2469 if test -n "$CC"; then
   2470   { echo "$as_me:$LINENO: result: $CC" >&5
   2471 echo "${ECHO_T}$CC" >&6; }
   2472 else
   2473   { echo "$as_me:$LINENO: result: no" >&5
   2474 echo "${ECHO_T}no" >&6; }
   2475 fi
   2476 
   2477 
   2478     test -n "$CC" && break
   2479   done
   2480 fi
   2481 if test -z "$CC"; then
   2482   ac_ct_CC=$CC
   2483   for ac_prog in cl.exe
   2484 do
   2485   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2486 set dummy $ac_prog; ac_word=$2
   2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   2489 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   2490   echo $ECHO_N "(cached) $ECHO_C" >&6
   2491 else
   2492   if test -n "$ac_ct_CC"; then
   2493   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2494 else
   2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2496 for as_dir in $PATH
   2497 do
   2498   IFS=$as_save_IFS
   2499   test -z "$as_dir" && as_dir=.
   2500   for ac_exec_ext in '' $ac_executable_extensions; do
   2501   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2502     ac_cv_prog_ac_ct_CC="$ac_prog"
   2503     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2504     break 2
   2505   fi
   2506 done
   2507 done
   2508 IFS=$as_save_IFS
   2509 
   2510 fi
   2511 fi
   2512 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2513 if test -n "$ac_ct_CC"; then
   2514   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
   2515 echo "${ECHO_T}$ac_ct_CC" >&6; }
   2516 else
   2517   { echo "$as_me:$LINENO: result: no" >&5
   2518 echo "${ECHO_T}no" >&6; }
   2519 fi
   2520 
   2521 
   2522   test -n "$ac_ct_CC" && break
   2523 done
   2524 
   2525   if test "x$ac_ct_CC" = x; then
   2526     CC=""
   2527   else
   2528     case $cross_compiling:$ac_tool_warned in
   2529 yes:)
   2530 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
   2531 whose name does not start with the host triplet.  If you think this
   2532 configuration is useful to you, please write to autoconf (at] gnu.org." >&5
   2533 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
   2534 whose name does not start with the host triplet.  If you think this
   2535 configuration is useful to you, please write to autoconf (at] gnu.org." >&2;}
   2536 ac_tool_warned=yes ;;
   2537 esac
   2538     CC=$ac_ct_CC
   2539   fi
   2540 fi
   2541 
   2542 fi
   2543 
   2544 
   2545 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
   2546 See \`config.log' for more details." >&5
   2547 echo "$as_me: error: no acceptable C compiler found in \$PATH
   2548 See \`config.log' for more details." >&2;}
   2549    { (exit 1); exit 1; }; }
   2550 
   2551 # Provide some information about the compiler.
   2552 echo "$as_me:$LINENO: checking for C compiler version" >&5
   2553 ac_compiler=`set X $ac_compile; echo $2`
   2554 { (ac_try="$ac_compiler --version >&5"
   2555 case "(($ac_try" in
   2556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2557   *) ac_try_echo=$ac_try;;
   2558 esac
   2559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2560   (eval "$ac_compiler --version >&5") 2>&5
   2561   ac_status=$?
   2562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2563   (exit $ac_status); }
   2564 { (ac_try="$ac_compiler -v >&5"
   2565 case "(($ac_try" in
   2566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2567   *) ac_try_echo=$ac_try;;
   2568 esac
   2569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2570   (eval "$ac_compiler -v >&5") 2>&5
   2571   ac_status=$?
   2572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2573   (exit $ac_status); }
   2574 { (ac_try="$ac_compiler -V >&5"
   2575 case "(($ac_try" in
   2576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2577   *) ac_try_echo=$ac_try;;
   2578 esac
   2579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2580   (eval "$ac_compiler -V >&5") 2>&5
   2581   ac_status=$?
   2582   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2583   (exit $ac_status); }
   2584 
   2585 cat >conftest.$ac_ext <<_ACEOF
   2586 /* confdefs.h.  */
   2587 _ACEOF
   2588 cat confdefs.h >>conftest.$ac_ext
   2589 cat >>conftest.$ac_ext <<_ACEOF
   2590 /* end confdefs.h.  */
   2591 
   2592 int
   2593 main ()
   2594 {
   2595 
   2596   ;
   2597   return 0;
   2598 }
   2599 _ACEOF
   2600 ac_clean_files_save=$ac_clean_files
   2601 ac_clean_files="$ac_clean_files a.out a.exe b.out"
   2602 # Try to create an executable without -o first, disregard a.out.
   2603 # It will help us diagnose broken compilers, and finding out an intuition
   2604 # of exeext.
   2605 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
   2606 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
   2607 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   2608 #
   2609 # List of possible output files, starting from the most likely.
   2610 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
   2611 # only as a last resort.  b.out is created by i960 compilers.
   2612 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
   2613 #
   2614 # The IRIX 6 linker writes into existing files which may not be
   2615 # executable, retaining their permissions.  Remove them first so a
   2616 # subsequent execution test works.
   2617 ac_rmfiles=
   2618 for ac_file in $ac_files
   2619 do
   2620   case $ac_file in
   2621     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
   2622     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   2623   esac
   2624 done
   2625 rm -f $ac_rmfiles
   2626 
   2627 if { (ac_try="$ac_link_default"
   2628 case "(($ac_try" in
   2629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2630   *) ac_try_echo=$ac_try;;
   2631 esac
   2632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2633   (eval "$ac_link_default") 2>&5
   2634   ac_status=$?
   2635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2636   (exit $ac_status); }; then
   2637   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   2638 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   2639 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   2640 # so that the user can short-circuit this test for compilers unknown to
   2641 # Autoconf.
   2642 for ac_file in $ac_files ''
   2643 do
   2644   test -f "$ac_file" || continue
   2645   case $ac_file in
   2646     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
   2647 	;;
   2648     [ab].out )
   2649 	# We found the default executable, but exeext='' is most
   2650 	# certainly right.
   2651 	break;;
   2652     *.* )
   2653         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   2654 	then :; else
   2655 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2656 	fi
   2657 	# We set ac_cv_exeext here because the later test for it is not
   2658 	# safe: cross compilers may not add the suffix if given an `-o'
   2659 	# argument, so we may need to know it at that point already.
   2660 	# Even if this section looks crufty: it has the advantage of
   2661 	# actually working.
   2662 	break;;
   2663     * )
   2664 	break;;
   2665   esac
   2666 done
   2667 test "$ac_cv_exeext" = no && ac_cv_exeext=
   2668 
   2669 else
   2670   ac_file=''
   2671 fi
   2672 
   2673 { echo "$as_me:$LINENO: result: $ac_file" >&5
   2674 echo "${ECHO_T}$ac_file" >&6; }
   2675 if test -z "$ac_file"; then
   2676   echo "$as_me: failed program was:" >&5
   2677 sed 's/^/| /' conftest.$ac_ext >&5
   2678 
   2679 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
   2680 See \`config.log' for more details." >&5
   2681 echo "$as_me: error: C compiler cannot create executables
   2682 See \`config.log' for more details." >&2;}
   2683    { (exit 77); exit 77; }; }
   2684 fi
   2685 
   2686 ac_exeext=$ac_cv_exeext
   2687 
   2688 # Check that the compiler produces executables we can run.  If not, either
   2689 # the compiler is broken, or we cross compile.
   2690 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
   2691 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
   2692 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
   2693 # If not cross compiling, check that we can run a simple program.
   2694 if test "$cross_compiling" != yes; then
   2695   if { ac_try='./$ac_file'
   2696   { (case "(($ac_try" in
   2697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2698   *) ac_try_echo=$ac_try;;
   2699 esac
   2700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2701   (eval "$ac_try") 2>&5
   2702   ac_status=$?
   2703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2704   (exit $ac_status); }; }; then
   2705     cross_compiling=no
   2706   else
   2707     if test "$cross_compiling" = maybe; then
   2708 	cross_compiling=yes
   2709     else
   2710 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
   2711 If you meant to cross compile, use \`--host'.
   2712 See \`config.log' for more details." >&5
   2713 echo "$as_me: error: cannot run C compiled programs.
   2714 If you meant to cross compile, use \`--host'.
   2715 See \`config.log' for more details." >&2;}
   2716    { (exit 1); exit 1; }; }
   2717     fi
   2718   fi
   2719 fi
   2720 { echo "$as_me:$LINENO: result: yes" >&5
   2721 echo "${ECHO_T}yes" >&6; }
   2722 
   2723 rm -f a.out a.exe conftest$ac_cv_exeext b.out
   2724 ac_clean_files=$ac_clean_files_save
   2725 # Check that the compiler produces executables we can run.  If not, either
   2726 # the compiler is broken, or we cross compile.
   2727 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
   2728 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
   2729 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
   2730 echo "${ECHO_T}$cross_compiling" >&6; }
   2731 
   2732 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
   2733 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
   2734 if { (ac_try="$ac_link"
   2735 case "(($ac_try" in
   2736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2737   *) ac_try_echo=$ac_try;;
   2738 esac
   2739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2740   (eval "$ac_link") 2>&5
   2741   ac_status=$?
   2742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2743   (exit $ac_status); }; then
   2744   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   2745 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   2746 # work properly (i.e., refer to `conftest.exe'), while it won't with
   2747 # `rm'.
   2748 for ac_file in conftest.exe conftest conftest.*; do
   2749   test -f "$ac_file" || continue
   2750   case $ac_file in
   2751     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
   2752     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2753 	  break;;
   2754     * ) break;;
   2755   esac
   2756 done
   2757 else
   2758   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
   2759 See \`config.log' for more details." >&5
   2760 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
   2761 See \`config.log' for more details." >&2;}
   2762    { (exit 1); exit 1; }; }
   2763 fi
   2764 
   2765 rm -f conftest$ac_cv_exeext
   2766 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
   2767 echo "${ECHO_T}$ac_cv_exeext" >&6; }
   2768 
   2769 rm -f conftest.$ac_ext
   2770 EXEEXT=$ac_cv_exeext
   2771 ac_exeext=$EXEEXT
   2772 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
   2773 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
   2774 if test "${ac_cv_objext+set}" = set; then
   2775   echo $ECHO_N "(cached) $ECHO_C" >&6
   2776 else
   2777   cat >conftest.$ac_ext <<_ACEOF
   2778 /* confdefs.h.  */
   2779 _ACEOF
   2780 cat confdefs.h >>conftest.$ac_ext
   2781 cat >>conftest.$ac_ext <<_ACEOF
   2782 /* end confdefs.h.  */
   2783 
   2784 int
   2785 main ()
   2786 {
   2787 
   2788   ;
   2789   return 0;
   2790 }
   2791 _ACEOF
   2792 rm -f conftest.o conftest.obj
   2793 if { (ac_try="$ac_compile"
   2794 case "(($ac_try" in
   2795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2796   *) ac_try_echo=$ac_try;;
   2797 esac
   2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2799   (eval "$ac_compile") 2>&5
   2800   ac_status=$?
   2801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2802   (exit $ac_status); }; then
   2803   for ac_file in conftest.o conftest.obj conftest.*; do
   2804   test -f "$ac_file" || continue;
   2805   case $ac_file in
   2806     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
   2807     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   2808        break;;
   2809   esac
   2810 done
   2811 else
   2812   echo "$as_me: failed program was:" >&5
   2813 sed 's/^/| /' conftest.$ac_ext >&5
   2814 
   2815 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
   2816 See \`config.log' for more details." >&5
   2817 echo "$as_me: error: cannot compute suffix of object files: cannot compile
   2818 See \`config.log' for more details." >&2;}
   2819    { (exit 1); exit 1; }; }
   2820 fi
   2821 
   2822 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2823 fi
   2824 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
   2825 echo "${ECHO_T}$ac_cv_objext" >&6; }
   2826 OBJEXT=$ac_cv_objext
   2827 ac_objext=$OBJEXT
   2828 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
   2829 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
   2830 if test "${ac_cv_c_compiler_gnu+set}" = set; then
   2831   echo $ECHO_N "(cached) $ECHO_C" >&6
   2832 else
   2833   cat >conftest.$ac_ext <<_ACEOF
   2834 /* confdefs.h.  */
   2835 _ACEOF
   2836 cat confdefs.h >>conftest.$ac_ext
   2837 cat >>conftest.$ac_ext <<_ACEOF
   2838 /* end confdefs.h.  */
   2839 
   2840 int
   2841 main ()
   2842 {
   2843 #ifndef __GNUC__
   2844        choke me
   2845 #endif
   2846 
   2847   ;
   2848   return 0;
   2849 }
   2850 _ACEOF
   2851 rm -f conftest.$ac_objext
   2852 if { (ac_try="$ac_compile"
   2853 case "(($ac_try" in
   2854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2855   *) ac_try_echo=$ac_try;;
   2856 esac
   2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2858   (eval "$ac_compile") 2>conftest.er1
   2859   ac_status=$?
   2860   grep -v '^ *+' conftest.er1 >conftest.err
   2861   rm -f conftest.er1
   2862   cat conftest.err >&5
   2863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2864   (exit $ac_status); } && {
   2865 	 test -z "$ac_c_werror_flag" ||
   2866 	 test ! -s conftest.err
   2867        } && test -s conftest.$ac_objext; then
   2868   ac_compiler_gnu=yes
   2869 else
   2870   echo "$as_me: failed program was:" >&5
   2871 sed 's/^/| /' conftest.$ac_ext >&5
   2872 
   2873 	ac_compiler_gnu=no
   2874 fi
   2875 
   2876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2877 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   2878 
   2879 fi
   2880 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
   2881 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
   2882 GCC=`test $ac_compiler_gnu = yes && echo yes`
   2883 ac_test_CFLAGS=${CFLAGS+set}
   2884 ac_save_CFLAGS=$CFLAGS
   2885 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
   2886 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
   2887 if test "${ac_cv_prog_cc_g+set}" = set; then
   2888   echo $ECHO_N "(cached) $ECHO_C" >&6
   2889 else
   2890   ac_save_c_werror_flag=$ac_c_werror_flag
   2891    ac_c_werror_flag=yes
   2892    ac_cv_prog_cc_g=no
   2893    CFLAGS="-g"
   2894    cat >conftest.$ac_ext <<_ACEOF
   2895 /* confdefs.h.  */
   2896 _ACEOF
   2897 cat confdefs.h >>conftest.$ac_ext
   2898 cat >>conftest.$ac_ext <<_ACEOF
   2899 /* end confdefs.h.  */
   2900 
   2901 int
   2902 main ()
   2903 {
   2904 
   2905   ;
   2906   return 0;
   2907 }
   2908 _ACEOF
   2909 rm -f conftest.$ac_objext
   2910 if { (ac_try="$ac_compile"
   2911 case "(($ac_try" in
   2912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2913   *) ac_try_echo=$ac_try;;
   2914 esac
   2915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2916   (eval "$ac_compile") 2>conftest.er1
   2917   ac_status=$?
   2918   grep -v '^ *+' conftest.er1 >conftest.err
   2919   rm -f conftest.er1
   2920   cat conftest.err >&5
   2921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2922   (exit $ac_status); } && {
   2923 	 test -z "$ac_c_werror_flag" ||
   2924 	 test ! -s conftest.err
   2925        } && test -s conftest.$ac_objext; then
   2926   ac_cv_prog_cc_g=yes
   2927 else
   2928   echo "$as_me: failed program was:" >&5
   2929 sed 's/^/| /' conftest.$ac_ext >&5
   2930 
   2931 	CFLAGS=""
   2932       cat >conftest.$ac_ext <<_ACEOF
   2933 /* confdefs.h.  */
   2934 _ACEOF
   2935 cat confdefs.h >>conftest.$ac_ext
   2936 cat >>conftest.$ac_ext <<_ACEOF
   2937 /* end confdefs.h.  */
   2938 
   2939 int
   2940 main ()
   2941 {
   2942 
   2943   ;
   2944   return 0;
   2945 }
   2946 _ACEOF
   2947 rm -f conftest.$ac_objext
   2948 if { (ac_try="$ac_compile"
   2949 case "(($ac_try" in
   2950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2951   *) ac_try_echo=$ac_try;;
   2952 esac
   2953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2954   (eval "$ac_compile") 2>conftest.er1
   2955   ac_status=$?
   2956   grep -v '^ *+' conftest.er1 >conftest.err
   2957   rm -f conftest.er1
   2958   cat conftest.err >&5
   2959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2960   (exit $ac_status); } && {
   2961 	 test -z "$ac_c_werror_flag" ||
   2962 	 test ! -s conftest.err
   2963        } && test -s conftest.$ac_objext; then
   2964   :
   2965 else
   2966   echo "$as_me: failed program was:" >&5
   2967 sed 's/^/| /' conftest.$ac_ext >&5
   2968 
   2969 	ac_c_werror_flag=$ac_save_c_werror_flag
   2970 	 CFLAGS="-g"
   2971 	 cat >conftest.$ac_ext <<_ACEOF
   2972 /* confdefs.h.  */
   2973 _ACEOF
   2974 cat confdefs.h >>conftest.$ac_ext
   2975 cat >>conftest.$ac_ext <<_ACEOF
   2976 /* end confdefs.h.  */
   2977 
   2978 int
   2979 main ()
   2980 {
   2981 
   2982   ;
   2983   return 0;
   2984 }
   2985 _ACEOF
   2986 rm -f conftest.$ac_objext
   2987 if { (ac_try="$ac_compile"
   2988 case "(($ac_try" in
   2989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2990   *) ac_try_echo=$ac_try;;
   2991 esac
   2992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   2993   (eval "$ac_compile") 2>conftest.er1
   2994   ac_status=$?
   2995   grep -v '^ *+' conftest.er1 >conftest.err
   2996   rm -f conftest.er1
   2997   cat conftest.err >&5
   2998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2999   (exit $ac_status); } && {
   3000 	 test -z "$ac_c_werror_flag" ||
   3001 	 test ! -s conftest.err
   3002        } && test -s conftest.$ac_objext; then
   3003   ac_cv_prog_cc_g=yes
   3004 else
   3005   echo "$as_me: failed program was:" >&5
   3006 sed 's/^/| /' conftest.$ac_ext >&5
   3007 
   3008 
   3009 fi
   3010 
   3011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3012 fi
   3013 
   3014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3015 fi
   3016 
   3017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3018    ac_c_werror_flag=$ac_save_c_werror_flag
   3019 fi
   3020 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
   3021 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
   3022 if test "$ac_test_CFLAGS" = set; then
   3023   CFLAGS=$ac_save_CFLAGS
   3024 elif test $ac_cv_prog_cc_g = yes; then
   3025   if test "$GCC" = yes; then
   3026     CFLAGS="-g -O2"
   3027   else
   3028     CFLAGS="-g"
   3029   fi
   3030 else
   3031   if test "$GCC" = yes; then
   3032     CFLAGS="-O2"
   3033   else
   3034     CFLAGS=
   3035   fi
   3036 fi
   3037 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
   3038 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
   3039 if test "${ac_cv_prog_cc_c89+set}" = set; then
   3040   echo $ECHO_N "(cached) $ECHO_C" >&6
   3041 else
   3042   ac_cv_prog_cc_c89=no
   3043 ac_save_CC=$CC
   3044 cat >conftest.$ac_ext <<_ACEOF
   3045 /* confdefs.h.  */
   3046 _ACEOF
   3047 cat confdefs.h >>conftest.$ac_ext
   3048 cat >>conftest.$ac_ext <<_ACEOF
   3049 /* end confdefs.h.  */
   3050 #include <stdarg.h>
   3051 #include <stdio.h>
   3052 #include <sys/types.h>
   3053 #include <sys/stat.h>
   3054 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   3055 struct buf { int x; };
   3056 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   3057 static char *e (p, i)
   3058      char **p;
   3059      int i;
   3060 {
   3061   return p[i];
   3062 }
   3063 static char *f (char * (*g) (char **, int), char **p, ...)
   3064 {
   3065   char *s;
   3066   va_list v;
   3067   va_start (v,p);
   3068   s = g (p, va_arg (v,int));
   3069   va_end (v);
   3070   return s;
   3071 }
   3072 
   3073 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   3074    function prototypes and stuff, but not '\xHH' hex character constants.
   3075    These don't provoke an error unfortunately, instead are silently treated
   3076    as 'x'.  The following induces an error, until -std is added to get
   3077    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   3078    array size at least.  It's necessary to write '\x00'==0 to get something
   3079    that's true only with -std.  */
   3080 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   3081 
   3082 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   3083    inside strings and character constants.  */
   3084 #define FOO(x) 'x'
   3085 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   3086 
   3087 int test (int i, double x);
   3088 struct s1 {int (*f) (int a);};
   3089 struct s2 {int (*f) (double a);};
   3090 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   3091 int argc;
   3092 char **argv;
   3093 int
   3094 main ()
   3095 {
   3096 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   3097   ;
   3098   return 0;
   3099 }
   3100 _ACEOF
   3101 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   3102 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   3103 do
   3104   CC="$ac_save_CC $ac_arg"
   3105   rm -f conftest.$ac_objext
   3106 if { (ac_try="$ac_compile"
   3107 case "(($ac_try" in
   3108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3109   *) ac_try_echo=$ac_try;;
   3110 esac
   3111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   3112   (eval "$ac_compile") 2>conftest.er1
   3113   ac_status=$?
   3114   grep -v '^ *+' conftest.er1 >conftest.err
   3115   rm -f conftest.er1
   3116   cat conftest.err >&5
   3117   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3118   (exit $ac_status); } && {
   3119 	 test -z "$ac_c_werror_flag" ||
   3120 	 test ! -s conftest.err
   3121        } && test -s conftest.$ac_objext; then
   3122   ac_cv_prog_cc_c89=$ac_arg
   3123 else
   3124   echo "$as_me: failed program was:" >&5
   3125 sed 's/^/| /' conftest.$ac_ext >&5
   3126 
   3127 
   3128 fi
   3129 
   3130 rm -f core conftest.err conftest.$ac_objext
   3131   test "x$ac_cv_prog_cc_c89" != "xno" && break
   3132 done
   3133 rm -f conftest.$ac_ext
   3134 CC=$ac_save_CC
   3135 
   3136 fi
   3137 # AC_CACHE_VAL
   3138 case "x$ac_cv_prog_cc_c89" in
   3139   x)
   3140     { echo "$as_me:$LINENO: result: none needed" >&5
   3141 echo "${ECHO_T}none needed" >&6; } ;;
   3142   xno)
   3143     { echo "$as_me:$LINENO: result: unsupported" >&5
   3144 echo "${ECHO_T}unsupported" >&6; } ;;
   3145   *)
   3146     CC="$CC $ac_cv_prog_cc_c89"
   3147     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
   3148 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
   3149 esac
   3150 
   3151 
   3152 ac_ext=c
   3153 ac_cpp='$CPP $CPPFLAGS'
   3154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3157 DEPDIR="${am__leading_dot}deps"
   3158 
   3159 ac_config_commands="$ac_config_commands depfiles"
   3160 
   3161 
   3162 am_make=${MAKE-make}
   3163 cat > confinc << 'END'
   3164 am__doit:
   3165 	@echo done
   3166 .PHONY: am__doit
   3167 END
   3168 # If we don't find an include directive, just comment out the code.
   3169 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
   3170 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
   3171 am__include="#"
   3172 am__quote=
   3173 _am_result=none
   3174 # First try GNU make style include.
   3175 echo "include confinc" > confmf
   3176 # We grep out `Entering directory' and `Leaving directory'
   3177 # messages which can occur if `w' ends up in MAKEFLAGS.
   3178 # In particular we don't look at `^make:' because GNU make might
   3179 # be invoked under some other name (usually "gmake"), in which
   3180 # case it prints its new name instead of `make'.
   3181 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
   3182    am__include=include
   3183    am__quote=
   3184    _am_result=GNU
   3185 fi
   3186 # Now try BSD make style include.
   3187 if test "$am__include" = "#"; then
   3188    echo '.include "confinc"' > confmf
   3189    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
   3190       am__include=.include
   3191       am__quote="\""
   3192       _am_result=BSD
   3193    fi
   3194 fi
   3195 
   3196 
   3197 { echo "$as_me:$LINENO: result: $_am_result" >&5
   3198 echo "${ECHO_T}$_am_result" >&6; }
   3199 rm -f confinc confmf
   3200 
   3201 # Check whether --enable-dependency-tracking was given.
   3202 if test "${enable_dependency_tracking+set}" = set; then
   3203   enableval=$enable_dependency_tracking;
   3204 fi
   3205 
   3206 if test "x$enable_dependency_tracking" != xno; then
   3207   am_depcomp="$ac_aux_dir/depcomp"
   3208   AMDEPBACKSLASH='\'
   3209 fi
   3210  if test "x$enable_dependency_tracking" != xno; then
   3211   AMDEP_TRUE=
   3212   AMDEP_FALSE='#'
   3213 else
   3214   AMDEP_TRUE='#'
   3215   AMDEP_FALSE=
   3216 fi
   3217 
   3218 
   3219 
   3220 depcc="$CC"   am_compiler_list=
   3221 
   3222 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
   3223 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
   3224 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
   3225   echo $ECHO_N "(cached) $ECHO_C" >&6
   3226 else
   3227   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   3228   # We make a subdir and do the tests there.  Otherwise we can end up
   3229   # making bogus files that we don't know about and never remove.  For
   3230   # instance it was reported that on HP-UX the gcc test will end up
   3231   # making a dummy file named `D' -- because `-MD' means `put the output
   3232   # in D'.
   3233   mkdir conftest.dir
   3234   # Copy depcomp to subdir because otherwise we won't find it if we're
   3235   # using a relative directory.
   3236   cp "$am_depcomp" conftest.dir
   3237   cd conftest.dir
   3238   # We will build objects and dependencies in a subdirectory because
   3239   # it helps to detect inapplicable dependency modes.  For instance
   3240   # both Tru64's cc and ICC support -MD to output dependencies as a
   3241   # side effect of compilation, but ICC will put the dependencies in
   3242   # the current directory while Tru64 will put them in the object
   3243   # directory.
   3244   mkdir sub
   3245 
   3246   am_cv_CC_dependencies_compiler_type=none
   3247   if test "$am_compiler_list" = ""; then
   3248      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   3249   fi
   3250   for depmode in $am_compiler_list; do
   3251     # Setup a source with many dependencies, because some compilers
   3252     # like to wrap large dependency lists on column 80 (with \), and
   3253     # we should not choose a depcomp mode which is confused by this.
   3254     #
   3255     # We need to recreate these files for each test, as the compiler may
   3256     # overwrite some of them when testing with obscure command lines.
   3257     # This happens at least with the AIX C compiler.
   3258     : > sub/conftest.c
   3259     for i in 1 2 3 4 5 6; do
   3260       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   3261       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
   3262       # Solaris 8's {/usr,}/bin/sh.
   3263       touch sub/conftst$i.h
   3264     done
   3265     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   3266 
   3267     case $depmode in
   3268     nosideeffect)
   3269       # after this tag, mechanisms are not by side-effect, so they'll
   3270       # only be used when explicitly requested
   3271       if test "x$enable_dependency_tracking" = xyes; then
   3272 	continue
   3273       else
   3274 	break
   3275       fi
   3276       ;;
   3277     none) break ;;
   3278     esac
   3279     # We check with `-c' and `-o' for the sake of the "dashmstdout"
   3280     # mode.  It turns out that the SunPro C++ compiler does not properly
   3281     # handle `-M -o', and we need to detect this.
   3282     if depmode=$depmode \
   3283        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
   3284        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   3285        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
   3286          >/dev/null 2>conftest.err &&
   3287        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   3288        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   3289        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
   3290        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   3291       # icc doesn't choke on unknown options, it will just issue warnings
   3292       # or remarks (even with -Werror).  So we grep stderr for any message
   3293       # that says an option was ignored or not supported.
   3294       # When given -MP, icc 7.0 and 7.1 complain thusly:
   3295       #   icc: Command line warning: ignoring option '-M'; no argument required
   3296       # The diagnosis changed in icc 8.0:
   3297       #   icc: Command line remark: option '-MP' not supported
   3298       if (grep 'ignoring option' conftest.err ||
   3299           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   3300         am_cv_CC_dependencies_compiler_type=$depmode
   3301         break
   3302       fi
   3303     fi
   3304   done
   3305 
   3306   cd ..
   3307   rm -rf conftest.dir
   3308 else
   3309   am_cv_CC_dependencies_compiler_type=none
   3310 fi
   3311 
   3312 fi
   3313 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
   3314 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
   3315 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   3316 
   3317  if
   3318   test "x$enable_dependency_tracking" != xno \
   3319   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   3320   am__fastdepCC_TRUE=
   3321   am__fastdepCC_FALSE='#'
   3322 else
   3323   am__fastdepCC_TRUE='#'
   3324   am__fastdepCC_FALSE=
   3325 fi
   3326 
   3327 
   3328 # Find a good install program.  We prefer a C program (faster),
   3329 # so one script is as good as another.  But avoid the broken or
   3330 # incompatible versions:
   3331 # SysV /etc/install, /usr/sbin/install
   3332 # SunOS /usr/etc/install
   3333 # IRIX /sbin/install
   3334 # AIX /bin/install
   3335 # AmigaOS /C/install, which installs bootblocks on floppy discs
   3336 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   3337 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   3338 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   3339 # OS/2's system install, which has a completely different semantic
   3340 # ./install, which can be erroneously created by make from ./install.sh.
   3341 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
   3342 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
   3343 if test -z "$INSTALL"; then
   3344 if test "${ac_cv_path_install+set}" = set; then
   3345   echo $ECHO_N "(cached) $ECHO_C" >&6
   3346 else
   3347   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3348 for as_dir in $PATH
   3349 do
   3350   IFS=$as_save_IFS
   3351   test -z "$as_dir" && as_dir=.
   3352   # Account for people who put trailing slashes in PATH elements.
   3353 case $as_dir/ in
   3354   ./ | .// | /cC/* | \
   3355   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   3356   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   3357   /usr/ucb/* ) ;;
   3358   *)
   3359     # OSF1 and SCO ODT 3.0 have their own names for install.
   3360     # Don't use installbsd from OSF since it installs stuff as root
   3361     # by default.
   3362     for ac_prog in ginstall scoinst install; do
   3363       for ac_exec_ext in '' $ac_executable_extensions; do
   3364 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
   3365 	  if test $ac_prog = install &&
   3366 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3367 	    # AIX install.  It has an incompatible calling convention.
   3368 	    :
   3369 	  elif test $ac_prog = install &&
   3370 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3371 	    # program-specific install script used by HP pwplus--don't use.
   3372 	    :
   3373 	  else
   3374 	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   3375 	    break 3
   3376 	  fi
   3377 	fi
   3378       done
   3379     done
   3380     ;;
   3381 esac
   3382 done
   3383 IFS=$as_save_IFS
   3384 
   3385 
   3386 fi
   3387   if test "${ac_cv_path_install+set}" = set; then
   3388     INSTALL=$ac_cv_path_install
   3389   else
   3390     # As a last resort, use the slow shell script.  Don't cache a
   3391     # value for INSTALL within a source directory, because that will
   3392     # break other packages using the cache if that directory is
   3393     # removed, or if the value is a relative name.
   3394     INSTALL=$ac_install_sh
   3395   fi
   3396 fi
   3397 { echo "$as_me:$LINENO: result: $INSTALL" >&5
   3398 echo "${ECHO_T}$INSTALL" >&6; }
   3399 
   3400 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   3401 # It thinks the first close brace ends the variable substitution.
   3402 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   3403 
   3404 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   3405 
   3406 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   3407 
   3408 
   3409 # Checks for pkg-config packages
   3410 
   3411 
   3412 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
   3413 	if test -n "$ac_tool_prefix"; then
   3414   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
   3415 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
   3416 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   3417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   3418 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
   3419   echo $ECHO_N "(cached) $ECHO_C" >&6
   3420 else
   3421   case $PKG_CONFIG in
   3422   [\\/]* | ?:[\\/]*)
   3423   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
   3424   ;;
   3425   *)
   3426   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3427 for as_dir in $PATH
   3428 do
   3429   IFS=$as_save_IFS
   3430   test -z "$as_dir" && as_dir=.
   3431   for ac_exec_ext in '' $ac_executable_extensions; do
   3432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3433     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   3434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   3435     break 2
   3436   fi
   3437 done
   3438 done
   3439 IFS=$as_save_IFS
   3440 
   3441   ;;
   3442 esac
   3443 fi
   3444 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
   3445 if test -n "$PKG_CONFIG"; then
   3446   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
   3447 echo "${ECHO_T}$PKG_CONFIG" >&6; }
   3448 else
   3449   { echo "$as_me:$LINENO: result: no" >&5
   3450 echo "${ECHO_T}no" >&6; }
   3451 fi
   3452 
   3453 
   3454 fi
   3455 if test -z "$ac_cv_path_PKG_CONFIG"; then
   3456   ac_pt_PKG_CONFIG=$PKG_CONFIG
   3457   # Extract the first word of "pkg-config", so it can be a program name with args.
   3458 set dummy pkg-config; ac_word=$2
   3459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
   3460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
   3461 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
   3462   echo $ECHO_N "(cached) $ECHO_C" >&6
   3463 else
   3464   case $ac_pt_PKG_CONFIG in
   3465   [\\/]* | ?:[\\/]*)
   3466   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
   3467   ;;
   3468   *)
   3469   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3470 for as_dir in $PATH
   3471 do
   3472   IFS=$as_save_IFS
   3473   test -z "$as_dir" && as_dir=.
   3474   for ac_exec_ext in '' $ac_executable_extensions; do
   3475   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3476     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   3477     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   3478     break 2
   3479   fi
   3480 done
   3481 done
   3482 IFS=$as_save_IFS
   3483 
   3484   ;;
   3485 esac
   3486 fi
   3487 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
   3488 if test -n "$ac_pt_PKG_CONFIG"; then
   3489   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
   3490 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
   3491 else
   3492   { echo "$as_me:$LINENO: result: no" >&5
   3493 echo "${ECHO_T}no" >&6; }
   3494 fi
   3495 
   3496   if test "x$ac_pt_PKG_CONFIG" = x; then
   3497     PKG_CONFIG=""
   3498   else
   3499     case $cross_compiling:$ac_tool_warned in
   3500 yes:)
   3501 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
   3502 whose name does not start with the host triplet.  If you think this
   3503 configuration is useful to you, please write to autoconf (at] gnu.org." >&5
   3504 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
   3505 whose name does not start with the host triplet.  If you think this
   3506 configuration is useful to you, please write to autoconf (at] gnu.org." >&2;}
   3507 ac_tool_warned=yes ;;
   3508 esac
   3509     PKG_CONFIG=$ac_pt_PKG_CONFIG
   3510   fi
   3511 else
   3512   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
   3513 fi
   3514 
   3515 fi
   3516 if test -n "$PKG_CONFIG"; then
   3517 	_pkg_min_version=0.9.0
   3518 	{ echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
   3519 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
   3520 	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
   3521 		{ echo "$as_me:$LINENO: result: yes" >&5
   3522 echo "${ECHO_T}yes" >&6; }
   3523 	else
   3524 		{ echo "$as_me:$LINENO: result: no" >&5
   3525 echo "${ECHO_T}no" >&6; }
   3526 		PKG_CONFIG=""
   3527 	fi
   3528 
   3529 fi
   3530 
   3531 pkg_failed=no
   3532 { echo "$as_me:$LINENO: checking for ICO" >&5
   3533 echo $ECHO_N "checking for ICO... $ECHO_C" >&6; }
   3534 
   3535 if test -n "$PKG_CONFIG"; then
   3536         if test -n "$PKG_CONFIG" && \
   3537     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 >= 0.99.1\"") >&5
   3538   ($PKG_CONFIG --exists --print-errors "x11 >= 0.99.1") 2>&5
   3539   ac_status=$?
   3540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3541   (exit $ac_status); }; then
   3542   pkg_cv_ICO_CFLAGS=`$PKG_CONFIG --cflags "x11 >= 0.99.1" 2>/dev/null`
   3543 else
   3544   pkg_failed=yes
   3545 fi
   3546 else
   3547 	pkg_failed=untried
   3548 fi
   3549 if test -n "$PKG_CONFIG"; then
   3550         if test -n "$PKG_CONFIG" && \
   3551     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 >= 0.99.1\"") >&5
   3552   ($PKG_CONFIG --exists --print-errors "x11 >= 0.99.1") 2>&5
   3553   ac_status=$?
   3554   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3555   (exit $ac_status); }; then
   3556   pkg_cv_ICO_LIBS=`$PKG_CONFIG --libs "x11 >= 0.99.1" 2>/dev/null`
   3557 else
   3558   pkg_failed=yes
   3559 fi
   3560 else
   3561 	pkg_failed=untried
   3562 fi
   3563 
   3564 if test $pkg_failed = yes; then
   3565 	ICO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 >= 0.99.1"`
   3566 	# Put the nasty error message in config.log where it belongs
   3567 	echo "$ICO_PKG_ERRORS" 1>&5
   3568 
   3569 	{ { echo "$as_me:$LINENO: error: Package requirements (x11 >= 0.99.1) were not met.
   3570 Consider adjusting the PKG_CONFIG_PATH environment variable if you
   3571 installed software in a non-standard prefix.
   3572 
   3573 Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
   3574 to avoid the need to call pkg-config.  See the pkg-config man page for
   3575 more details." >&5
   3576 echo "$as_me: error: Package requirements (x11 >= 0.99.1) were not met.
   3577 Consider adjusting the PKG_CONFIG_PATH environment variable if you
   3578 installed software in a non-standard prefix.
   3579 
   3580 Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
   3581 to avoid the need to call pkg-config.  See the pkg-config man page for
   3582 more details." >&2;}
   3583    { (exit 1); exit 1; }; }
   3584 elif test $pkg_failed = untried; then
   3585 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
   3586 is in your PATH or set the PKG_CONFIG environment variable to the full
   3587 path to pkg-config.
   3588 
   3589 Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
   3590 to avoid the need to call pkg-config.  See the pkg-config man page for
   3591 more details.
   3592 
   3593 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
   3594 See \`config.log' for more details." >&5
   3595 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
   3596 is in your PATH or set the PKG_CONFIG environment variable to the full
   3597 path to pkg-config.
   3598 
   3599 Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
   3600 to avoid the need to call pkg-config.  See the pkg-config man page for
   3601 more details.
   3602 
   3603 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
   3604 See \`config.log' for more details." >&2;}
   3605    { (exit 1); exit 1; }; }
   3606 else
   3607 	ICO_CFLAGS=$pkg_cv_ICO_CFLAGS
   3608 	ICO_LIBS=$pkg_cv_ICO_LIBS
   3609         { echo "$as_me:$LINENO: result: yes" >&5
   3610 echo "${ECHO_T}yes" >&6; }
   3611 	:
   3612 fi
   3613 
   3614 
   3615 XTHREADLIB=`$PKG_CONFIG --variable=xthreadlib x11`
   3616 
   3617 
   3618 # Make sure we can run config.sub.
   3619 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   3620   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
   3621 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
   3622    { (exit 1); exit 1; }; }
   3623 
   3624 { echo "$as_me:$LINENO: checking build system type" >&5
   3625 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
   3626 if test "${ac_cv_build+set}" = set; then
   3627   echo $ECHO_N "(cached) $ECHO_C" >&6
   3628 else
   3629   ac_build_alias=$build_alias
   3630 test "x$ac_build_alias" = x &&
   3631   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   3632 test "x$ac_build_alias" = x &&
   3633   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
   3634 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
   3635    { (exit 1); exit 1; }; }
   3636 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   3637   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
   3638 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
   3639    { (exit 1); exit 1; }; }
   3640 
   3641 fi
   3642 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
   3643 echo "${ECHO_T}$ac_cv_build" >&6; }
   3644 case $ac_cv_build in
   3645 *-*-*) ;;
   3646 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
   3647 echo "$as_me: error: invalid value of canonical build" >&2;}
   3648    { (exit 1); exit 1; }; };;
   3649 esac
   3650 build=$ac_cv_build
   3651 ac_save_IFS=$IFS; IFS='-'
   3652 set x $ac_cv_build
   3653 shift
   3654 build_cpu=$1
   3655 build_vendor=$2
   3656 shift; shift
   3657 # Remember, the first character of IFS is used to create $*,
   3658 # except with old shells:
   3659 build_os=$*
   3660 IFS=$ac_save_IFS
   3661 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
   3662 
   3663 
   3664 { echo "$as_me:$LINENO: checking host system type" >&5
   3665 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
   3666 if test "${ac_cv_host+set}" = set; then
   3667   echo $ECHO_N "(cached) $ECHO_C" >&6
   3668 else
   3669   if test "x$host_alias" = x; then
   3670   ac_cv_host=$ac_cv_build
   3671 else
   3672   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   3673     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
   3674 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
   3675    { (exit 1); exit 1; }; }
   3676 fi
   3677 
   3678 fi
   3679 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
   3680 echo "${ECHO_T}$ac_cv_host" >&6; }
   3681 case $ac_cv_host in
   3682 *-*-*) ;;
   3683 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
   3684 echo "$as_me: error: invalid value of canonical host" >&2;}
   3685    { (exit 1); exit 1; }; };;
   3686 esac
   3687 host=$ac_cv_host
   3688 ac_save_IFS=$IFS; IFS='-'
   3689 set x $ac_cv_host
   3690 shift
   3691 host_cpu=$1
   3692 host_vendor=$2
   3693 shift; shift
   3694 # Remember, the first character of IFS is used to create $*,
   3695 # except with old shells:
   3696 host_os=$*
   3697 IFS=$ac_save_IFS
   3698 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
   3699 
   3700 
   3701 
   3702 
   3703 
   3704 if test x$APP_MAN_SUFFIX = x    ; then
   3705     APP_MAN_SUFFIX=1
   3706 fi
   3707 if test x$APP_MAN_DIR = x    ; then
   3708     APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
   3709 fi
   3710 
   3711 if test x$LIB_MAN_SUFFIX = x    ; then
   3712     LIB_MAN_SUFFIX=3
   3713 fi
   3714 if test x$LIB_MAN_DIR = x    ; then
   3715     LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
   3716 fi
   3717 
   3718 if test x$FILE_MAN_SUFFIX = x    ; then
   3719     case $host_os in
   3720 	solaris*)	FILE_MAN_SUFFIX=4  ;;
   3721 	*)		FILE_MAN_SUFFIX=5  ;;
   3722     esac
   3723 fi
   3724 if test x$FILE_MAN_DIR = x    ; then
   3725     FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
   3726 fi
   3727 
   3728 if test x$MISC_MAN_SUFFIX = x    ; then
   3729     case $host_os in
   3730 	solaris*)	MISC_MAN_SUFFIX=5  ;;
   3731 	*)		MISC_MAN_SUFFIX=7  ;;
   3732     esac
   3733 fi
   3734 if test x$MISC_MAN_DIR = x    ; then
   3735     MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
   3736 fi
   3737 
   3738 if test x$DRIVER_MAN_SUFFIX = x    ; then
   3739     case $host_os in
   3740 	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
   3741 	*)		DRIVER_MAN_SUFFIX=4  ;;
   3742     esac
   3743 fi
   3744 if test x$DRIVER_MAN_DIR = x    ; then
   3745     DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
   3746 fi
   3747 
   3748 if test x$ADMIN_MAN_SUFFIX = x    ; then
   3749     case $host_os in
   3750 	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
   3751 	*)		ADMIN_MAN_SUFFIX=8  ;;
   3752     esac
   3753 fi
   3754 if test x$ADMIN_MAN_DIR = x    ; then
   3755     ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
   3756 fi
   3757 
   3758 
   3759 
   3760 
   3761 
   3762 
   3763 
   3764 
   3765 
   3766 
   3767 
   3768 
   3769 
   3770 
   3771 
   3772 
   3773 
   3774 # Check whether --with-release-version was given.
   3775 if test "${with_release_version+set}" = set; then
   3776   withval=$with_release_version; RELEASE_VERSION="$withval"
   3777 else
   3778   RELEASE_VERSION=""
   3779 fi
   3780 
   3781 	if test "x$RELEASE_VERSION" != "x"; then
   3782 		PACKAGE="$PACKAGE-$RELEASE_VERSION"
   3783 		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
   3784 		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
   3785 echo "$as_me: Building with package name set to $PACKAGE" >&6;}
   3786 	fi
   3787 
   3788 cat >>confdefs.h <<_ACEOF
   3789 #define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
   3790 _ACEOF
   3791 
   3792 	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
   3793 	if test "x$PVM" = "x"; then
   3794 		PVM="0"
   3795 	fi
   3796 
   3797 cat >>confdefs.h <<_ACEOF
   3798 #define PACKAGE_VERSION_MINOR $PVM
   3799 _ACEOF
   3800 
   3801 	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
   3802 	if test "x$PVP" = "x"; then
   3803 		PVP="0"
   3804 	fi
   3805 
   3806 cat >>confdefs.h <<_ACEOF
   3807 #define PACKAGE_VERSION_PATCHLEVEL $PVP
   3808 _ACEOF
   3809 
   3810 
   3811 
   3812 ac_config_files="$ac_config_files Makefile"
   3813 
   3814 cat >confcache <<\_ACEOF
   3815 # This file is a shell script that caches the results of configure
   3816 # tests run on this system so they can be shared between configure
   3817 # scripts and configure runs, see configure's option --config-cache.
   3818 # It is not useful on other systems.  If it contains results you don't
   3819 # want to keep, you may remove or edit it.
   3820 #
   3821 # config.status only pays attention to the cache file if you give it
   3822 # the --recheck option to rerun configure.
   3823 #
   3824 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   3825 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   3826 # following values.
   3827 
   3828 _ACEOF
   3829 
   3830 # The following way of writing the cache mishandles newlines in values,
   3831 # but we know of no workaround that is simple, portable, and efficient.
   3832 # So, we kill variables containing newlines.
   3833 # Ultrix sh set writes to stderr and can't be redirected directly,
   3834 # and sets the high bit in the cache file unless we assign to the vars.
   3835 (
   3836   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   3837     eval ac_val=\$$ac_var
   3838     case $ac_val in #(
   3839     *${as_nl}*)
   3840       case $ac_var in #(
   3841       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
   3842 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
   3843       esac
   3844       case $ac_var in #(
   3845       _ | IFS | as_nl) ;; #(
   3846       *) $as_unset $ac_var ;;
   3847       esac ;;
   3848     esac
   3849   done
   3850 
   3851   (set) 2>&1 |
   3852     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   3853     *${as_nl}ac_space=\ *)
   3854       # `set' does not quote correctly, so add quotes (double-quote
   3855       # substitution turns \\\\ into \\, and sed turns \\ into \).
   3856       sed -n \
   3857 	"s/'/'\\\\''/g;
   3858 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   3859       ;; #(
   3860     *)
   3861       # `set' quotes correctly as required by POSIX, so do not add quotes.
   3862       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   3863       ;;
   3864     esac |
   3865     sort
   3866 ) |
   3867   sed '
   3868      /^ac_cv_env_/b end
   3869      t clear
   3870      :clear
   3871      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   3872      t end
   3873      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   3874      :end' >>confcache
   3875 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   3876   if test -w "$cache_file"; then
   3877     test "x$cache_file" != "x/dev/null" &&
   3878       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
   3879 echo "$as_me: updating cache $cache_file" >&6;}
   3880     cat confcache >$cache_file
   3881   else
   3882     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
   3883 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   3884   fi
   3885 fi
   3886 rm -f confcache
   3887 
   3888 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   3889 # Let make expand exec_prefix.
   3890 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   3891 
   3892 DEFS=-DHAVE_CONFIG_H
   3893 
   3894 ac_libobjs=
   3895 ac_ltlibobjs=
   3896 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   3897   # 1. Remove the extension, and $U if already installed.
   3898   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   3899   ac_i=`echo "$ac_i" | sed "$ac_script"`
   3900   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   3901   #    will be set to the directory where LIBOBJS objects are built.
   3902   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   3903   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
   3904 done
   3905 LIBOBJS=$ac_libobjs
   3906 
   3907 LTLIBOBJS=$ac_ltlibobjs
   3908 
   3909 
   3910 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   3911   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
   3912 Usually this means the macro was only invoked conditionally." >&5
   3913 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
   3914 Usually this means the macro was only invoked conditionally." >&2;}
   3915    { (exit 1); exit 1; }; }
   3916 fi
   3917 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   3918   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
   3919 Usually this means the macro was only invoked conditionally." >&5
   3920 echo "$as_me: error: conditional \"AMDEP\" was never defined.
   3921 Usually this means the macro was only invoked conditionally." >&2;}
   3922    { (exit 1); exit 1; }; }
   3923 fi
   3924 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   3925   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
   3926 Usually this means the macro was only invoked conditionally." >&5
   3927 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
   3928 Usually this means the macro was only invoked conditionally." >&2;}
   3929    { (exit 1); exit 1; }; }
   3930 fi
   3931 
   3932 : ${CONFIG_STATUS=./config.status}
   3933 ac_clean_files_save=$ac_clean_files
   3934 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   3935 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
   3936 echo "$as_me: creating $CONFIG_STATUS" >&6;}
   3937 cat >$CONFIG_STATUS <<_ACEOF
   3938 #! $SHELL
   3939 # Generated by $as_me.
   3940 # Run this file to recreate the current configuration.
   3941 # Compiler output produced by configure, useful for debugging
   3942 # configure, is in config.log if it exists.
   3943 
   3944 debug=false
   3945 ac_cs_recheck=false
   3946 ac_cs_silent=false
   3947 SHELL=\${CONFIG_SHELL-$SHELL}
   3948 _ACEOF
   3949 
   3950 cat >>$CONFIG_STATUS <<\_ACEOF
   3951 ## --------------------- ##
   3952 ## M4sh Initialization.  ##
   3953 ## --------------------- ##
   3954 
   3955 # Be more Bourne compatible
   3956 DUALCASE=1; export DUALCASE # for MKS sh
   3957 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   3958   emulate sh
   3959   NULLCMD=:
   3960   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   3961   # is contrary to our usage.  Disable this feature.
   3962   alias -g '${1+"$@"}'='"$@"'
   3963   setopt NO_GLOB_SUBST
   3964 else
   3965   case `(set -o) 2>/dev/null` in
   3966   *posix*) set -o posix ;;
   3967 esac
   3968 
   3969 fi
   3970 
   3971 
   3972 
   3973 
   3974 # PATH needs CR
   3975 # Avoid depending upon Character Ranges.
   3976 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   3977 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   3978 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   3979 as_cr_digits='0123456789'
   3980 as_cr_alnum=$as_cr_Letters$as_cr_digits
   3981 
   3982 # The user is always right.
   3983 if test "${PATH_SEPARATOR+set}" != set; then
   3984   echo "#! /bin/sh" >conf$$.sh
   3985   echo  "exit 0"   >>conf$$.sh
   3986   chmod +x conf$$.sh
   3987   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   3988     PATH_SEPARATOR=';'
   3989   else
   3990     PATH_SEPARATOR=:
   3991   fi
   3992   rm -f conf$$.sh
   3993 fi
   3994 
   3995 # Support unset when possible.
   3996 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   3997   as_unset=unset
   3998 else
   3999   as_unset=false
   4000 fi
   4001 
   4002 
   4003 # IFS
   4004 # We need space, tab and new line, in precisely that order.  Quoting is
   4005 # there to prevent editors from complaining about space-tab.
   4006 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   4007 # splitting by setting IFS to empty value.)
   4008 as_nl='
   4009 '
   4010 IFS=" ""	$as_nl"
   4011 
   4012 # Find who we are.  Look in the path if we contain no directory separator.
   4013 case $0 in
   4014   *[\\/]* ) as_myself=$0 ;;
   4015   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4016 for as_dir in $PATH
   4017 do
   4018   IFS=$as_save_IFS
   4019   test -z "$as_dir" && as_dir=.
   4020   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   4021 done
   4022 IFS=$as_save_IFS
   4023 
   4024      ;;
   4025 esac
   4026 # We did not find ourselves, most probably we were run as `sh COMMAND'
   4027 # in which case we are not to be found in the path.
   4028 if test "x$as_myself" = x; then
   4029   as_myself=$0
   4030 fi
   4031 if test ! -f "$as_myself"; then
   4032   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   4033   { (exit 1); exit 1; }
   4034 fi
   4035 
   4036 # Work around bugs in pre-3.0 UWIN ksh.
   4037 for as_var in ENV MAIL MAILPATH
   4038 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   4039 done
   4040 PS1='$ '
   4041 PS2='> '
   4042 PS4='+ '
   4043 
   4044 # NLS nuisances.
   4045 for as_var in \
   4046   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   4047   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   4048   LC_TELEPHONE LC_TIME
   4049 do
   4050   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   4051     eval $as_var=C; export $as_var
   4052   else
   4053     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   4054   fi
   4055 done
   4056 
   4057 # Required to use basename.
   4058 if expr a : '\(a\)' >/dev/null 2>&1 &&
   4059    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   4060   as_expr=expr
   4061 else
   4062   as_expr=false
   4063 fi
   4064 
   4065 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   4066   as_basename=basename
   4067 else
   4068   as_basename=false
   4069 fi
   4070 
   4071 
   4072 # Name of the executable.
   4073 as_me=`$as_basename -- "$0" ||
   4074 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   4075 	 X"$0" : 'X\(//\)$' \| \
   4076 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   4077 echo X/"$0" |
   4078     sed '/^.*\/\([^/][^/]*\)\/*$/{
   4079 	    s//\1/
   4080 	    q
   4081 	  }
   4082 	  /^X\/\(\/\/\)$/{
   4083 	    s//\1/
   4084 	    q
   4085 	  }
   4086 	  /^X\/\(\/\).*/{
   4087 	    s//\1/
   4088 	    q
   4089 	  }
   4090 	  s/.*/./; q'`
   4091 
   4092 # CDPATH.
   4093 $as_unset CDPATH
   4094 
   4095 
   4096 
   4097   as_lineno_1=$LINENO
   4098   as_lineno_2=$LINENO
   4099   test "x$as_lineno_1" != "x$as_lineno_2" &&
   4100   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   4101 
   4102   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   4103   # uniformly replaced by the line number.  The first 'sed' inserts a
   4104   # line-number line after each line using $LINENO; the second 'sed'
   4105   # does the real work.  The second script uses 'N' to pair each
   4106   # line-number line with the line containing $LINENO, and appends
   4107   # trailing '-' during substitution so that $LINENO is not a special
   4108   # case at line end.
   4109   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   4110   # scripts with optimization help from Paolo Bonzini.  Blame Lee
   4111   # E. McMahon (1931-1989) for sed's syntax.  :-)
   4112   sed -n '
   4113     p
   4114     /[$]LINENO/=
   4115   ' <$as_myself |
   4116     sed '
   4117       s/[$]LINENO.*/&-/
   4118       t lineno
   4119       b
   4120       :lineno
   4121       N
   4122       :loop
   4123       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   4124       t loop
   4125       s/-\n.*//
   4126     ' >$as_me.lineno &&
   4127   chmod +x "$as_me.lineno" ||
   4128     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   4129    { (exit 1); exit 1; }; }
   4130 
   4131   # Don't try to exec as it changes $[0], causing all sort of problems
   4132   # (the dirname of $[0] is not the place where we might find the
   4133   # original and so on.  Autoconf is especially sensitive to this).
   4134   . "./$as_me.lineno"
   4135   # Exit status is that of the last command.
   4136   exit
   4137 }
   4138 
   4139 
   4140 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   4141   as_dirname=dirname
   4142 else
   4143   as_dirname=false
   4144 fi
   4145 
   4146 ECHO_C= ECHO_N= ECHO_T=
   4147 case `echo -n x` in
   4148 -n*)
   4149   case `echo 'x\c'` in
   4150   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   4151   *)   ECHO_C='\c';;
   4152   esac;;
   4153 *)
   4154   ECHO_N='-n';;
   4155 esac
   4156 
   4157 if expr a : '\(a\)' >/dev/null 2>&1 &&
   4158    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   4159   as_expr=expr
   4160 else
   4161   as_expr=false
   4162 fi
   4163 
   4164 rm -f conf$$ conf$$.exe conf$$.file
   4165 if test -d conf$$.dir; then
   4166   rm -f conf$$.dir/conf$$.file
   4167 else
   4168   rm -f conf$$.dir
   4169   mkdir conf$$.dir
   4170 fi
   4171 echo >conf$$.file
   4172 if ln -s conf$$.file conf$$ 2>/dev/null; then
   4173   as_ln_s='ln -s'
   4174   # ... but there are two gotchas:
   4175   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   4176   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   4177   # In both cases, we have to default to `cp -p'.
   4178   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   4179     as_ln_s='cp -p'
   4180 elif ln conf$$.file conf$$ 2>/dev/null; then
   4181   as_ln_s=ln
   4182 else
   4183   as_ln_s='cp -p'
   4184 fi
   4185 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   4186 rmdir conf$$.dir 2>/dev/null
   4187 
   4188 if mkdir -p . 2>/dev/null; then
   4189   as_mkdir_p=:
   4190 else
   4191   test -d ./-p && rmdir ./-p
   4192   as_mkdir_p=false
   4193 fi
   4194 
   4195 if test -x / >/dev/null 2>&1; then
   4196   as_test_x='test -x'
   4197 else
   4198   if ls -dL / >/dev/null 2>&1; then
   4199     as_ls_L_option=L
   4200   else
   4201     as_ls_L_option=
   4202   fi
   4203   as_test_x='
   4204     eval sh -c '\''
   4205       if test -d "$1"; then
   4206         test -d "$1/.";
   4207       else
   4208 	case $1 in
   4209         -*)set "./$1";;
   4210 	esac;
   4211 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
   4212 	???[sx]*):;;*)false;;esac;fi
   4213     '\'' sh
   4214   '
   4215 fi
   4216 as_executable_p=$as_test_x
   4217 
   4218 # Sed expression to map a string onto a valid CPP name.
   4219 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   4220 
   4221 # Sed expression to map a string onto a valid variable name.
   4222 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   4223 
   4224 
   4225 exec 6>&1
   4226 
   4227 # Save the log message, to keep $[0] and so on meaningful, and to
   4228 # report actual input values of CONFIG_FILES etc. instead of their
   4229 # values after options handling.
   4230 ac_log="
   4231 This file was extended by ico $as_me 1.0.2, which was
   4232 generated by GNU Autoconf 2.61.  Invocation command line was
   4233 
   4234   CONFIG_FILES    = $CONFIG_FILES
   4235   CONFIG_HEADERS  = $CONFIG_HEADERS
   4236   CONFIG_LINKS    = $CONFIG_LINKS
   4237   CONFIG_COMMANDS = $CONFIG_COMMANDS
   4238   $ $0 $@
   4239 
   4240 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   4241 "
   4242 
   4243 _ACEOF
   4244 
   4245 cat >>$CONFIG_STATUS <<_ACEOF
   4246 # Files that config.status was made for.
   4247 config_files="$ac_config_files"
   4248 config_headers="$ac_config_headers"
   4249 config_commands="$ac_config_commands"
   4250 
   4251 _ACEOF
   4252 
   4253 cat >>$CONFIG_STATUS <<\_ACEOF
   4254 ac_cs_usage="\
   4255 \`$as_me' instantiates files from templates according to the
   4256 current configuration.
   4257 
   4258 Usage: $0 [OPTIONS] [FILE]...
   4259 
   4260   -h, --help       print this help, then exit
   4261   -V, --version    print version number and configuration settings, then exit
   4262   -q, --quiet      do not print progress messages
   4263   -d, --debug      don't remove temporary files
   4264       --recheck    update $as_me by reconfiguring in the same conditions
   4265   --file=FILE[:TEMPLATE]
   4266 		   instantiate the configuration file FILE
   4267   --header=FILE[:TEMPLATE]
   4268 		   instantiate the configuration header FILE
   4269 
   4270 Configuration files:
   4271 $config_files
   4272 
   4273 Configuration headers:
   4274 $config_headers
   4275 
   4276 Configuration commands:
   4277 $config_commands
   4278 
   4279 Report bugs to <bug-autoconf (at] gnu.org>."
   4280 
   4281 _ACEOF
   4282 cat >>$CONFIG_STATUS <<_ACEOF
   4283 ac_cs_version="\\
   4284 ico config.status 1.0.2
   4285 configured by $0, generated by GNU Autoconf 2.61,
   4286   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
   4287 
   4288 Copyright (C) 2006 Free Software Foundation, Inc.
   4289 This config.status script is free software; the Free Software Foundation
   4290 gives unlimited permission to copy, distribute and modify it."
   4291 
   4292 ac_pwd='$ac_pwd'
   4293 srcdir='$srcdir'
   4294 INSTALL='$INSTALL'
   4295 MKDIR_P='$MKDIR_P'
   4296 _ACEOF
   4297 
   4298 cat >>$CONFIG_STATUS <<\_ACEOF
   4299 # If no file are specified by the user, then we need to provide default
   4300 # value.  By we need to know if files were specified by the user.
   4301 ac_need_defaults=:
   4302 while test $# != 0
   4303 do
   4304   case $1 in
   4305   --*=*)
   4306     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   4307     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   4308     ac_shift=:
   4309     ;;
   4310   *)
   4311     ac_option=$1
   4312     ac_optarg=$2
   4313     ac_shift=shift
   4314     ;;
   4315   esac
   4316 
   4317   case $ac_option in
   4318   # Handling of the options.
   4319   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   4320     ac_cs_recheck=: ;;
   4321   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   4322     echo "$ac_cs_version"; exit ;;
   4323   --debug | --debu | --deb | --de | --d | -d )
   4324     debug=: ;;
   4325   --file | --fil | --fi | --f )
   4326     $ac_shift
   4327     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
   4328     ac_need_defaults=false;;
   4329   --header | --heade | --head | --hea )
   4330     $ac_shift
   4331     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
   4332     ac_need_defaults=false;;
   4333   --he | --h)
   4334     # Conflict between --help and --header
   4335     { echo "$as_me: error: ambiguous option: $1
   4336 Try \`$0 --help' for more information." >&2
   4337    { (exit 1); exit 1; }; };;
   4338   --help | --hel | -h )
   4339     echo "$ac_cs_usage"; exit ;;
   4340   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   4341   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   4342     ac_cs_silent=: ;;
   4343 
   4344   # This is an error.
   4345   -*) { echo "$as_me: error: unrecognized option: $1
   4346 Try \`$0 --help' for more information." >&2
   4347    { (exit 1); exit 1; }; } ;;
   4348 
   4349   *) ac_config_targets="$ac_config_targets $1"
   4350      ac_need_defaults=false ;;
   4351 
   4352   esac
   4353   shift
   4354 done
   4355 
   4356 ac_configure_extra_args=
   4357 
   4358 if $ac_cs_silent; then
   4359   exec 6>/dev/null
   4360   ac_configure_extra_args="$ac_configure_extra_args --silent"
   4361 fi
   4362 
   4363 _ACEOF
   4364 cat >>$CONFIG_STATUS <<_ACEOF
   4365 if \$ac_cs_recheck; then
   4366   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
   4367   CONFIG_SHELL=$SHELL
   4368   export CONFIG_SHELL
   4369   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   4370 fi
   4371 
   4372 _ACEOF
   4373 cat >>$CONFIG_STATUS <<\_ACEOF
   4374 exec 5>>config.log
   4375 {
   4376   echo
   4377   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   4378 ## Running $as_me. ##
   4379 _ASBOX
   4380   echo "$ac_log"
   4381 } >&5
   4382 
   4383 _ACEOF
   4384 cat >>$CONFIG_STATUS <<_ACEOF
   4385 #
   4386 # INIT-COMMANDS
   4387 #
   4388 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   4389 
   4390 _ACEOF
   4391 
   4392 cat >>$CONFIG_STATUS <<\_ACEOF
   4393 
   4394 # Handling of arguments.
   4395 for ac_config_target in $ac_config_targets
   4396 do
   4397   case $ac_config_target in
   4398     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   4399     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   4400     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   4401 
   4402   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
   4403 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   4404    { (exit 1); exit 1; }; };;
   4405   esac
   4406 done
   4407 
   4408 
   4409 # If the user did not use the arguments to specify the items to instantiate,
   4410 # then the envvar interface is used.  Set only those that are not.
   4411 # We use the long form for the default assignment because of an extremely
   4412 # bizarre bug on SunOS 4.1.3.
   4413 if $ac_need_defaults; then
   4414   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   4415   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   4416   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   4417 fi
   4418 
   4419 # Have a temporary directory for convenience.  Make it in the build tree
   4420 # simply because there is no reason against having it here, and in addition,
   4421 # creating and moving files from /tmp can sometimes cause problems.
   4422 # Hook for its removal unless debugging.
   4423 # Note that there is a small window in which the directory will not be cleaned:
   4424 # after its creation but before its name has been assigned to `$tmp'.
   4425 $debug ||
   4426 {
   4427   tmp=
   4428   trap 'exit_status=$?
   4429   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
   4430 ' 0
   4431   trap '{ (exit 1); exit 1; }' 1 2 13 15
   4432 }
   4433 # Create a (secure) tmp directory for tmp files.
   4434 
   4435 {
   4436   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   4437   test -n "$tmp" && test -d "$tmp"
   4438 }  ||
   4439 {
   4440   tmp=./conf$$-$RANDOM
   4441   (umask 077 && mkdir "$tmp")
   4442 } ||
   4443 {
   4444    echo "$me: cannot create a temporary directory in ." >&2
   4445    { (exit 1); exit 1; }
   4446 }
   4447 
   4448 #
   4449 # Set up the sed scripts for CONFIG_FILES section.
   4450 #
   4451 
   4452 # No need to generate the scripts if there are no CONFIG_FILES.
   4453 # This happens for instance when ./config.status config.h
   4454 if test -n "$CONFIG_FILES"; then
   4455 
   4456 _ACEOF
   4457 
   4458 
   4459 
   4460 ac_delim='%!_!# '
   4461 for ac_last_try in false false false false false :; do
   4462   cat >conf$$subs.sed <<_ACEOF
   4463 SHELL!$SHELL$ac_delim
   4464 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
   4465 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
   4466 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
   4467 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
   4468 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
   4469 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
   4470 exec_prefix!$exec_prefix$ac_delim
   4471 prefix!$prefix$ac_delim
   4472 program_transform_name!$program_transform_name$ac_delim
   4473 bindir!$bindir$ac_delim
   4474 sbindir!$sbindir$ac_delim
   4475 libexecdir!$libexecdir$ac_delim
   4476 datarootdir!$datarootdir$ac_delim
   4477 datadir!$datadir$ac_delim
   4478 sysconfdir!$sysconfdir$ac_delim
   4479 sharedstatedir!$sharedstatedir$ac_delim
   4480 localstatedir!$localstatedir$ac_delim
   4481 includedir!$includedir$ac_delim
   4482 oldincludedir!$oldincludedir$ac_delim
   4483 docdir!$docdir$ac_delim
   4484 infodir!$infodir$ac_delim
   4485 htmldir!$htmldir$ac_delim
   4486 dvidir!$dvidir$ac_delim
   4487 pdfdir!$pdfdir$ac_delim
   4488 psdir!$psdir$ac_delim
   4489 libdir!$libdir$ac_delim
   4490 localedir!$localedir$ac_delim
   4491 mandir!$mandir$ac_delim
   4492 DEFS!$DEFS$ac_delim
   4493 ECHO_C!$ECHO_C$ac_delim
   4494 ECHO_N!$ECHO_N$ac_delim
   4495 ECHO_T!$ECHO_T$ac_delim
   4496 LIBS!$LIBS$ac_delim
   4497 build_alias!$build_alias$ac_delim
   4498 host_alias!$host_alias$ac_delim
   4499 target_alias!$target_alias$ac_delim
   4500 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
   4501 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
   4502 INSTALL_DATA!$INSTALL_DATA$ac_delim
   4503 am__isrc!$am__isrc$ac_delim
   4504 CYGPATH_W!$CYGPATH_W$ac_delim
   4505 PACKAGE!$PACKAGE$ac_delim
   4506 VERSION!$VERSION$ac_delim
   4507 ACLOCAL!$ACLOCAL$ac_delim
   4508 AUTOCONF!$AUTOCONF$ac_delim
   4509 AUTOMAKE!$AUTOMAKE$ac_delim
   4510 AUTOHEADER!$AUTOHEADER$ac_delim
   4511 MAKEINFO!$MAKEINFO$ac_delim
   4512 install_sh!$install_sh$ac_delim
   4513 STRIP!$STRIP$ac_delim
   4514 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
   4515 mkdir_p!$mkdir_p$ac_delim
   4516 AWK!$AWK$ac_delim
   4517 SET_MAKE!$SET_MAKE$ac_delim
   4518 am__leading_dot!$am__leading_dot$ac_delim
   4519 AMTAR!$AMTAR$ac_delim
   4520 am__tar!$am__tar$ac_delim
   4521 am__untar!$am__untar$ac_delim
   4522 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
   4523 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
   4524 MAINT!$MAINT$ac_delim
   4525 CC!$CC$ac_delim
   4526 CFLAGS!$CFLAGS$ac_delim
   4527 LDFLAGS!$LDFLAGS$ac_delim
   4528 CPPFLAGS!$CPPFLAGS$ac_delim
   4529 ac_ct_CC!$ac_ct_CC$ac_delim
   4530 EXEEXT!$EXEEXT$ac_delim
   4531 OBJEXT!$OBJEXT$ac_delim
   4532 DEPDIR!$DEPDIR$ac_delim
   4533 am__include!$am__include$ac_delim
   4534 am__quote!$am__quote$ac_delim
   4535 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
   4536 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
   4537 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
   4538 CCDEPMODE!$CCDEPMODE$ac_delim
   4539 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
   4540 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
   4541 PKG_CONFIG!$PKG_CONFIG$ac_delim
   4542 ICO_CFLAGS!$ICO_CFLAGS$ac_delim
   4543 ICO_LIBS!$ICO_LIBS$ac_delim
   4544 XTHREADLIB!$XTHREADLIB$ac_delim
   4545 build!$build$ac_delim
   4546 build_cpu!$build_cpu$ac_delim
   4547 build_vendor!$build_vendor$ac_delim
   4548 build_os!$build_os$ac_delim
   4549 host!$host$ac_delim
   4550 host_cpu!$host_cpu$ac_delim
   4551 host_vendor!$host_vendor$ac_delim
   4552 host_os!$host_os$ac_delim
   4553 APP_MAN_SUFFIX!$APP_MAN_SUFFIX$ac_delim
   4554 LIB_MAN_SUFFIX!$LIB_MAN_SUFFIX$ac_delim
   4555 FILE_MAN_SUFFIX!$FILE_MAN_SUFFIX$ac_delim
   4556 MISC_MAN_SUFFIX!$MISC_MAN_SUFFIX$ac_delim
   4557 DRIVER_MAN_SUFFIX!$DRIVER_MAN_SUFFIX$ac_delim
   4558 ADMIN_MAN_SUFFIX!$ADMIN_MAN_SUFFIX$ac_delim
   4559 APP_MAN_DIR!$APP_MAN_DIR$ac_delim
   4560 _ACEOF
   4561 
   4562   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
   4563     break
   4564   elif $ac_last_try; then
   4565     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
   4566 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
   4567    { (exit 1); exit 1; }; }
   4568   else
   4569     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   4570   fi
   4571 done
   4572 
   4573 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
   4574 if test -n "$ac_eof"; then
   4575   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
   4576   ac_eof=`expr $ac_eof + 1`
   4577 fi
   4578 
   4579 cat >>$CONFIG_STATUS <<_ACEOF
   4580 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
   4581 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   4582 _ACEOF
   4583 sed '
   4584 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
   4585 s/^/s,@/; s/!/@,|#_!!_#|/
   4586 :n
   4587 t n
   4588 s/'"$ac_delim"'$/,g/; t
   4589 s/$/\\/; p
   4590 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
   4591 ' >>$CONFIG_STATUS <conf$$subs.sed
   4592 rm -f conf$$subs.sed
   4593 cat >>$CONFIG_STATUS <<_ACEOF
   4594 CEOF$ac_eof
   4595 _ACEOF
   4596 
   4597 
   4598 ac_delim='%!_!# '
   4599 for ac_last_try in false false false false false :; do
   4600   cat >conf$$subs.sed <<_ACEOF
   4601 LIB_MAN_DIR!$LIB_MAN_DIR$ac_delim
   4602 FILE_MAN_DIR!$FILE_MAN_DIR$ac_delim
   4603 MISC_MAN_DIR!$MISC_MAN_DIR$ac_delim
   4604 DRIVER_MAN_DIR!$DRIVER_MAN_DIR$ac_delim
   4605 ADMIN_MAN_DIR!$ADMIN_MAN_DIR$ac_delim
   4606 LIBOBJS!$LIBOBJS$ac_delim
   4607 LTLIBOBJS!$LTLIBOBJS$ac_delim
   4608 _ACEOF
   4609 
   4610   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 7; then
   4611     break
   4612   elif $ac_last_try; then
   4613     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
   4614 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
   4615    { (exit 1); exit 1; }; }
   4616   else
   4617     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   4618   fi
   4619 done
   4620 
   4621 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
   4622 if test -n "$ac_eof"; then
   4623   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
   4624   ac_eof=`expr $ac_eof + 1`
   4625 fi
   4626 
   4627 cat >>$CONFIG_STATUS <<_ACEOF
   4628 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
   4629 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
   4630 _ACEOF
   4631 sed '
   4632 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
   4633 s/^/s,@/; s/!/@,|#_!!_#|/
   4634 :n
   4635 t n
   4636 s/'"$ac_delim"'$/,g/; t
   4637 s/$/\\/; p
   4638 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
   4639 ' >>$CONFIG_STATUS <conf$$subs.sed
   4640 rm -f conf$$subs.sed
   4641 cat >>$CONFIG_STATUS <<_ACEOF
   4642 :end
   4643 s/|#_!!_#|//g
   4644 CEOF$ac_eof
   4645 _ACEOF
   4646 
   4647 
   4648 # VPATH may cause trouble with some makes, so we remove $(srcdir),
   4649 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   4650 # trailing colons and then remove the whole line if VPATH becomes empty
   4651 # (actually we leave an empty line to preserve line numbers).
   4652 if test "x$srcdir" = x.; then
   4653   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   4654 s/:*\$(srcdir):*/:/
   4655 s/:*\${srcdir}:*/:/
   4656 s/:*@srcdir@:*/:/
   4657 s/^\([^=]*=[	 ]*\):*/\1/
   4658 s/:*$//
   4659 s/^[^=]*=[	 ]*$//
   4660 }'
   4661 fi
   4662 
   4663 cat >>$CONFIG_STATUS <<\_ACEOF
   4664 fi # test -n "$CONFIG_FILES"
   4665 
   4666 
   4667 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
   4668 do
   4669   case $ac_tag in
   4670   :[FHLC]) ac_mode=$ac_tag; continue;;
   4671   esac
   4672   case $ac_mode$ac_tag in
   4673   :[FHL]*:*);;
   4674   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
   4675 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
   4676    { (exit 1); exit 1; }; };;
   4677   :[FH]-) ac_tag=-:-;;
   4678   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   4679   esac
   4680   ac_save_IFS=$IFS
   4681   IFS=:
   4682   set x $ac_tag
   4683   IFS=$ac_save_IFS
   4684   shift
   4685   ac_file=$1
   4686   shift
   4687 
   4688   case $ac_mode in
   4689   :L) ac_source=$1;;
   4690   :[FH])
   4691     ac_file_inputs=
   4692     for ac_f
   4693     do
   4694       case $ac_f in
   4695       -) ac_f="$tmp/stdin";;
   4696       *) # Look for the file first in the build tree, then in the source tree
   4697 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   4698 	 # because $ac_f cannot contain `:'.
   4699 	 test -f "$ac_f" ||
   4700 	   case $ac_f in
   4701 	   [\\/$]*) false;;
   4702 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   4703 	   esac ||
   4704 	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
   4705 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
   4706    { (exit 1); exit 1; }; };;
   4707       esac
   4708       ac_file_inputs="$ac_file_inputs $ac_f"
   4709     done
   4710 
   4711     # Let's still pretend it is `configure' which instantiates (i.e., don't
   4712     # use $as_me), people would be surprised to read:
   4713     #    /* config.h.  Generated by config.status.  */
   4714     configure_input="Generated from "`IFS=:
   4715 	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
   4716     if test x"$ac_file" != x-; then
   4717       configure_input="$ac_file.  $configure_input"
   4718       { echo "$as_me:$LINENO: creating $ac_file" >&5
   4719 echo "$as_me: creating $ac_file" >&6;}
   4720     fi
   4721 
   4722     case $ac_tag in
   4723     *:-:* | *:-) cat >"$tmp/stdin";;
   4724     esac
   4725     ;;
   4726   esac
   4727 
   4728   ac_dir=`$as_dirname -- "$ac_file" ||
   4729 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4730 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   4731 	 X"$ac_file" : 'X\(//\)$' \| \
   4732 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   4733 echo X"$ac_file" |
   4734     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   4735 	    s//\1/
   4736 	    q
   4737 	  }
   4738 	  /^X\(\/\/\)[^/].*/{
   4739 	    s//\1/
   4740 	    q
   4741 	  }
   4742 	  /^X\(\/\/\)$/{
   4743 	    s//\1/
   4744 	    q
   4745 	  }
   4746 	  /^X\(\/\).*/{
   4747 	    s//\1/
   4748 	    q
   4749 	  }
   4750 	  s/.*/./; q'`
   4751   { as_dir="$ac_dir"
   4752   case $as_dir in #(
   4753   -*) as_dir=./$as_dir;;
   4754   esac
   4755   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
   4756     as_dirs=
   4757     while :; do
   4758       case $as_dir in #(
   4759       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
   4760       *) as_qdir=$as_dir;;
   4761       esac
   4762       as_dirs="'$as_qdir' $as_dirs"
   4763       as_dir=`$as_dirname -- "$as_dir" ||
   4764 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4765 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4766 	 X"$as_dir" : 'X\(//\)$' \| \
   4767 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   4768 echo X"$as_dir" |
   4769     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   4770 	    s//\1/
   4771 	    q
   4772 	  }
   4773 	  /^X\(\/\/\)[^/].*/{
   4774 	    s//\1/
   4775 	    q
   4776 	  }
   4777 	  /^X\(\/\/\)$/{
   4778 	    s//\1/
   4779 	    q
   4780 	  }
   4781 	  /^X\(\/\).*/{
   4782 	    s//\1/
   4783 	    q
   4784 	  }
   4785 	  s/.*/./; q'`
   4786       test -d "$as_dir" && break
   4787     done
   4788     test -z "$as_dirs" || eval "mkdir $as_dirs"
   4789   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
   4790 echo "$as_me: error: cannot create directory $as_dir" >&2;}
   4791    { (exit 1); exit 1; }; }; }
   4792   ac_builddir=.
   4793 
   4794 case "$ac_dir" in
   4795 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   4796 *)
   4797   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
   4798   # A ".." for each directory in $ac_dir_suffix.
   4799   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
   4800   case $ac_top_builddir_sub in
   4801   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   4802   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   4803   esac ;;
   4804 esac
   4805 ac_abs_top_builddir=$ac_pwd
   4806 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   4807 # for backward compatibility:
   4808 ac_top_builddir=$ac_top_build_prefix
   4809 
   4810 case $srcdir in
   4811   .)  # We are building in place.
   4812     ac_srcdir=.
   4813     ac_top_srcdir=$ac_top_builddir_sub
   4814     ac_abs_top_srcdir=$ac_pwd ;;
   4815   [\\/]* | ?:[\\/]* )  # Absolute name.
   4816     ac_srcdir=$srcdir$ac_dir_suffix;
   4817     ac_top_srcdir=$srcdir
   4818     ac_abs_top_srcdir=$srcdir ;;
   4819   *) # Relative name.
   4820     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   4821     ac_top_srcdir=$ac_top_build_prefix$srcdir
   4822     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   4823 esac
   4824 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   4825 
   4826 
   4827   case $ac_mode in
   4828   :F)
   4829   #
   4830   # CONFIG_FILE
   4831   #
   4832 
   4833   case $INSTALL in
   4834   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   4835   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   4836   esac
   4837   ac_MKDIR_P=$MKDIR_P
   4838   case $MKDIR_P in
   4839   [\\/$]* | ?:[\\/]* ) ;;
   4840   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   4841   esac
   4842 _ACEOF
   4843 
   4844 cat >>$CONFIG_STATUS <<\_ACEOF
   4845 # If the template does not know about datarootdir, expand it.
   4846 # FIXME: This hack should be removed a few years after 2.60.
   4847 ac_datarootdir_hack=; ac_datarootdir_seen=
   4848 
   4849 case `sed -n '/datarootdir/ {
   4850   p
   4851   q
   4852 }
   4853 /@datadir@/p
   4854 /@docdir@/p
   4855 /@infodir@/p
   4856 /@localedir@/p
   4857 /@mandir@/p
   4858 ' $ac_file_inputs` in
   4859 *datarootdir*) ac_datarootdir_seen=yes;;
   4860 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   4861   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   4862 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   4863 _ACEOF
   4864 cat >>$CONFIG_STATUS <<_ACEOF
   4865   ac_datarootdir_hack='
   4866   s&@datadir@&$datadir&g
   4867   s&@docdir@&$docdir&g
   4868   s&@infodir@&$infodir&g
   4869   s&@localedir@&$localedir&g
   4870   s&@mandir@&$mandir&g
   4871     s&\\\${datarootdir}&$datarootdir&g' ;;
   4872 esac
   4873 _ACEOF
   4874 
   4875 # Neutralize VPATH when `$srcdir' = `.'.
   4876 # Shell code in configure.ac might set extrasub.
   4877 # FIXME: do we really want to maintain this feature?
   4878 cat >>$CONFIG_STATUS <<_ACEOF
   4879   sed "$ac_vpsub
   4880 $extrasub
   4881 _ACEOF
   4882 cat >>$CONFIG_STATUS <<\_ACEOF
   4883 :t
   4884 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   4885 s&@configure_input@&$configure_input&;t t
   4886 s&@top_builddir@&$ac_top_builddir_sub&;t t
   4887 s&@srcdir@&$ac_srcdir&;t t
   4888 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   4889 s&@top_srcdir@&$ac_top_srcdir&;t t
   4890 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   4891 s&@builddir@&$ac_builddir&;t t
   4892 s&@abs_builddir@&$ac_abs_builddir&;t t
   4893 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   4894 s&@INSTALL@&$ac_INSTALL&;t t
   4895 s&@MKDIR_P@&$ac_MKDIR_P&;t t
   4896 $ac_datarootdir_hack
   4897 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
   4898 
   4899 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   4900   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   4901   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   4902   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   4903 which seems to be undefined.  Please make sure it is defined." >&5
   4904 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   4905 which seems to be undefined.  Please make sure it is defined." >&2;}
   4906 
   4907   rm -f "$tmp/stdin"
   4908   case $ac_file in
   4909   -) cat "$tmp/out"; rm -f "$tmp/out";;
   4910   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
   4911   esac
   4912  ;;
   4913   :H)
   4914   #
   4915   # CONFIG_HEADER
   4916   #
   4917 _ACEOF
   4918 
   4919 # Transform confdefs.h into a sed script `conftest.defines', that
   4920 # substitutes the proper values into config.h.in to produce config.h.
   4921 rm -f conftest.defines conftest.tail
   4922 # First, append a space to every undef/define line, to ease matching.
   4923 echo 's/$/ /' >conftest.defines
   4924 # Then, protect against being on the right side of a sed subst, or in
   4925 # an unquoted here document, in config.status.  If some macros were
   4926 # called several times there might be several #defines for the same
   4927 # symbol, which is useless.  But do not sort them, since the last
   4928 # AC_DEFINE must be honored.
   4929 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
   4930 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
   4931 # NAME is the cpp macro being defined, VALUE is the value it is being given.
   4932 # PARAMS is the parameter list in the macro definition--in most cases, it's
   4933 # just an empty string.
   4934 ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
   4935 ac_dB='\\)[	 (].*,\\1define\\2'
   4936 ac_dC=' '
   4937 ac_dD=' ,'
   4938 
   4939 uniq confdefs.h |
   4940   sed -n '
   4941 	t rset
   4942 	:rset
   4943 	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
   4944 	t ok
   4945 	d
   4946 	:ok
   4947 	s/[\\&,]/\\&/g
   4948 	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
   4949 	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
   4950   ' >>conftest.defines
   4951 
   4952 # Remove the space that was appended to ease matching.
   4953 # Then replace #undef with comments.  This is necessary, for
   4954 # example, in the case of _POSIX_SOURCE, which is predefined and required
   4955 # on some systems where configure will not decide to define it.
   4956 # (The regexp can be short, since the line contains either #define or #undef.)
   4957 echo 's/ $//
   4958 s,^[	 #]*u.*,/* & */,' >>conftest.defines
   4959 
   4960 # Break up conftest.defines:
   4961 ac_max_sed_lines=50
   4962 
   4963 # First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
   4964 # Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
   4965 # Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
   4966 # et cetera.
   4967 ac_in='$ac_file_inputs'
   4968 ac_out='"$tmp/out1"'
   4969 ac_nxt='"$tmp/out2"'
   4970 
   4971 while :
   4972 do
   4973   # Write a here document:
   4974     cat >>$CONFIG_STATUS <<_ACEOF
   4975     # First, check the format of the line:
   4976     cat >"\$tmp/defines.sed" <<\\CEOF
   4977 /^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
   4978 /^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
   4979 b
   4980 :def
   4981 _ACEOF
   4982   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
   4983   echo 'CEOF
   4984     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
   4985   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
   4986   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
   4987   grep . conftest.tail >/dev/null || break
   4988   rm -f conftest.defines
   4989   mv conftest.tail conftest.defines
   4990 done
   4991 rm -f conftest.defines conftest.tail
   4992 
   4993 echo "ac_result=$ac_in" >>$CONFIG_STATUS
   4994 cat >>$CONFIG_STATUS <<\_ACEOF
   4995   if test x"$ac_file" != x-; then
   4996     echo "/* $configure_input  */" >"$tmp/config.h"
   4997     cat "$ac_result" >>"$tmp/config.h"
   4998     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
   4999       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
   5000 echo "$as_me: $ac_file is unchanged" >&6;}
   5001     else
   5002       rm -f $ac_file
   5003       mv "$tmp/config.h" $ac_file
   5004     fi
   5005   else
   5006     echo "/* $configure_input  */"
   5007     cat "$ac_result"
   5008   fi
   5009   rm -f "$tmp/out12"
   5010 # Compute $ac_file's index in $config_headers.
   5011 _am_stamp_count=1
   5012 for _am_header in $config_headers :; do
   5013   case $_am_header in
   5014     $ac_file | $ac_file:* )
   5015       break ;;
   5016     * )
   5017       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   5018   esac
   5019 done
   5020 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
   5021 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   5022 	 X$ac_file : 'X\(//\)[^/]' \| \
   5023 	 X$ac_file : 'X\(//\)$' \| \
   5024 	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
   5025 echo X$ac_file |
   5026     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   5027 	    s//\1/
   5028 	    q
   5029 	  }
   5030 	  /^X\(\/\/\)[^/].*/{
   5031 	    s//\1/
   5032 	    q
   5033 	  }
   5034 	  /^X\(\/\/\)$/{
   5035 	    s//\1/
   5036 	    q
   5037 	  }
   5038 	  /^X\(\/\).*/{
   5039 	    s//\1/
   5040 	    q
   5041 	  }
   5042 	  s/.*/./; q'`/stamp-h$_am_stamp_count
   5043  ;;
   5044 
   5045   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
   5046 echo "$as_me: executing $ac_file commands" >&6;}
   5047  ;;
   5048   esac
   5049 
   5050 
   5051   case $ac_file$ac_mode in
   5052     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
   5053   # Strip MF so we end up with the name of the file.
   5054   mf=`echo "$mf" | sed -e 's/:.*$//'`
   5055   # Check whether this is an Automake generated Makefile or not.
   5056   # We used to match only the files named `Makefile.in', but
   5057   # some people rename them; so instead we look at the file content.
   5058   # Grep'ing the first line is not enough: some people post-process
   5059   # each Makefile.in and add a new line on top of each file to say so.
   5060   # Grep'ing the whole file is not good either: AIX grep has a line
   5061   # limit of 2048, but all sed's we know have understand at least 4000.
   5062   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
   5063     dirpart=`$as_dirname -- "$mf" ||
   5064 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   5065 	 X"$mf" : 'X\(//\)[^/]' \| \
   5066 	 X"$mf" : 'X\(//\)$' \| \
   5067 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
   5068 echo X"$mf" |
   5069     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   5070 	    s//\1/
   5071 	    q
   5072 	  }
   5073 	  /^X\(\/\/\)[^/].*/{
   5074 	    s//\1/
   5075 	    q
   5076 	  }
   5077 	  /^X\(\/\/\)$/{
   5078 	    s//\1/
   5079 	    q
   5080 	  }
   5081 	  /^X\(\/\).*/{
   5082 	    s//\1/
   5083 	    q
   5084 	  }
   5085 	  s/.*/./; q'`
   5086   else
   5087     continue
   5088   fi
   5089   # Extract the definition of DEPDIR, am__include, and am__quote
   5090   # from the Makefile without running `make'.
   5091   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   5092   test -z "$DEPDIR" && continue
   5093   am__include=`sed -n 's/^am__include = //p' < "$mf"`
   5094   test -z "am__include" && continue
   5095   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   5096   # When using ansi2knr, U may be empty or an underscore; expand it
   5097   U=`sed -n 's/^U = //p' < "$mf"`
   5098   # Find all dependency output files, they are included files with
   5099   # $(DEPDIR) in their names.  We invoke sed twice because it is the
   5100   # simplest approach to changing $(DEPDIR) to its actual value in the
   5101   # expansion.
   5102   for file in `sed -n "
   5103     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   5104        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
   5105     # Make sure the directory exists.
   5106     test -f "$dirpart/$file" && continue
   5107     fdir=`$as_dirname -- "$file" ||
   5108 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   5109 	 X"$file" : 'X\(//\)[^/]' \| \
   5110 	 X"$file" : 'X\(//\)$' \| \
   5111 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
   5112 echo X"$file" |
   5113     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   5114 	    s//\1/
   5115 	    q
   5116 	  }
   5117 	  /^X\(\/\/\)[^/].*/{
   5118 	    s//\1/
   5119 	    q
   5120 	  }
   5121 	  /^X\(\/\/\)$/{
   5122 	    s//\1/
   5123 	    q
   5124 	  }
   5125 	  /^X\(\/\).*/{
   5126 	    s//\1/
   5127 	    q
   5128 	  }
   5129 	  s/.*/./; q'`
   5130     { as_dir=$dirpart/$fdir
   5131   case $as_dir in #(
   5132   -*) as_dir=./$as_dir;;
   5133   esac
   5134   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
   5135     as_dirs=
   5136     while :; do
   5137       case $as_dir in #(
   5138       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
   5139       *) as_qdir=$as_dir;;
   5140       esac
   5141       as_dirs="'$as_qdir' $as_dirs"
   5142       as_dir=`$as_dirname -- "$as_dir" ||
   5143 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   5144 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   5145 	 X"$as_dir" : 'X\(//\)$' \| \
   5146 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   5147 echo X"$as_dir" |
   5148     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   5149 	    s//\1/
   5150 	    q
   5151 	  }
   5152 	  /^X\(\/\/\)[^/].*/{
   5153 	    s//\1/
   5154 	    q
   5155 	  }
   5156 	  /^X\(\/\/\)$/{
   5157 	    s//\1/
   5158 	    q
   5159 	  }
   5160 	  /^X\(\/\).*/{
   5161 	    s//\1/
   5162 	    q
   5163 	  }
   5164 	  s/.*/./; q'`
   5165       test -d "$as_dir" && break
   5166     done
   5167     test -z "$as_dirs" || eval "mkdir $as_dirs"
   5168   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
   5169 echo "$as_me: error: cannot create directory $as_dir" >&2;}
   5170    { (exit 1); exit 1; }; }; }
   5171     # echo "creating $dirpart/$file"
   5172     echo '# dummy' > "$dirpart/$file"
   5173   done
   5174 done
   5175  ;;
   5176 
   5177   esac
   5178 done # for ac_tag
   5179 
   5180 
   5181 { (exit 0); exit 0; }
   5182 _ACEOF
   5183 chmod +x $CONFIG_STATUS
   5184 ac_clean_files=$ac_clean_files_save
   5185 
   5186 
   5187 # configure is writing to config.log, and then calls config.status.
   5188 # config.status does its own redirection, appending to config.log.
   5189 # Unfortunately, on DOS this fails, as config.log is still kept open
   5190 # by configure, so config.status won't be able to write to it; its
   5191 # output is simply discarded.  So we exec the FD to /dev/null,
   5192 # effectively closing config.log, so it can be properly (re)opened and
   5193 # appended to by config.status.  When coming back to configure, we
   5194 # need to make the FD available again.
   5195 if test "$no_create" != yes; then
   5196   ac_cs_success=:
   5197   ac_config_status_args=
   5198   test "$silent" = yes &&
   5199     ac_config_status_args="$ac_config_status_args --quiet"
   5200   exec 5>/dev/null
   5201   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   5202   exec 5>>config.log
   5203   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   5204   # would make configure fail if this is the last instruction.
   5205   $ac_cs_success || { (exit 1); exit 1; }
   5206 fi
   5207 
   5208