configure revision 1fb077a1
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
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42# The user is always right.
43if 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
53fi
54
55# Support unset when possible.
56if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57  as_unset=unset
58else
59  as_unset=false
60fi
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.)
68as_nl='
69'
70IFS=" ""	$as_nl"
71
72# Find who we are.  Look in the path if we contain no directory separator.
73case $0 in
74  *[\\/]* ) as_myself=$0 ;;
75  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76for as_dir in $PATH
77do
78  IFS=$as_save_IFS
79  test -z "$as_dir" && as_dir=.
80  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81done
82IFS=$as_save_IFS
83
84     ;;
85esac
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.
88if test "x$as_myself" = x; then
89  as_myself=$0
90fi
91if 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; }
94fi
95
96# Work around bugs in pre-3.0 UWIN ksh.
97for as_var in ENV MAIL MAILPATH
98do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99done
100PS1='$ '
101PS2='> '
102PS4='+ '
103
104# NLS nuisances.
105for 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
109do
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
115done
116
117# Required to use basename.
118if expr a : '\(a\)' >/dev/null 2>&1 &&
119   test "X`expr 00001 : '.*\(...\)'`" = X001; then
120  as_expr=expr
121else
122  as_expr=false
123fi
124
125if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126  as_basename=basename
127else
128  as_basename=false
129fi
130
131
132# Name of the executable.
133as_me=`$as_basename -- "$0" ||
134$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135	 X"$0" : 'X\(//\)$' \| \
136	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137echo 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
156if test "x$CONFIG_SHELL" = x; then
157  if (eval ":") 2>/dev/null; then
158  as_have_required=yes
159else
160  as_have_required=no
161fi
162
163  if test $as_have_required = yes && 	 (eval ":
164(as_func_return () {
165  (exit \$1)
166}
167as_func_success () {
168  as_func_return 0
169}
170as_func_failure () {
171  as_func_return 1
172}
173as_func_ret_success () {
174  return 0
175}
176as_func_ret_failure () {
177  return 1
178}
179
180exitcode=0
181if as_func_success; then
182  :
183else
184  exitcode=1
185  echo as_func_success failed.
186fi
187
188if as_func_failure; then
189  exitcode=1
190  echo as_func_failure succeeded.
191fi
192
193if as_func_ret_success; then
194  :
195else
196  exitcode=1
197  echo as_func_ret_success failed.
198fi
199
200if as_func_ret_failure; then
201  exitcode=1
202  echo as_func_ret_failure succeeded.
203fi
204
205if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
206  :
207else
208  exitcode=1
209  echo positional parameters were not saved.
210fi
211
212test \$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  :
221else
222  as_candidate_shells=
223    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
225do
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
234done
235IFS=$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
242if 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
249else
250  case `(set -o) 2>/dev/null` in
251  *posix*) set -o posix ;;
252esac
253
254fi
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
263if 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
270else
271  case `(set -o) 2>/dev/null` in
272  *posix*) set -o posix ;;
273esac
274
275fi
276
277
278:
279(as_func_return () {
280  (exit $1)
281}
282as_func_success () {
283  as_func_return 0
284}
285as_func_failure () {
286  as_func_return 1
287}
288as_func_ret_success () {
289  return 0
290}
291as_func_ret_failure () {
292  return 1
293}
294
295exitcode=0
296if as_func_success; then
297  :
298else
299  exitcode=1
300  echo as_func_success failed.
301fi
302
303if as_func_failure; then
304  exitcode=1
305  echo as_func_failure succeeded.
306fi
307
308if as_func_ret_success; then
309  :
310else
311  exitcode=1
312  echo as_func_ret_success failed.
313fi
314
315if as_func_ret_failure; then
316  exitcode=1
317  echo as_func_ret_failure succeeded.
318fi
319
320if ( set x; as_func_ret_success y && test x = "$1" ); then
321  :
322else
323  exitcode=1
324  echo positional parameters were not saved.
325fi
326
327test $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
338fi
339
340fi
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+"$@"}
350fi
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; }
359fi
360
361
362fi
363
364fi
365
366
367
368(eval "as_func_return () {
369  (exit \$1)
370}
371as_func_success () {
372  as_func_return 0
373}
374as_func_failure () {
375  as_func_return 1
376}
377as_func_ret_success () {
378  return 0
379}
380as_func_ret_failure () {
381  return 1
382}
383
384exitcode=0
385if as_func_success; then
386  :
387else
388  exitcode=1
389  echo as_func_success failed.
390fi
391
392if as_func_failure; then
393  exitcode=1
394  echo as_func_failure succeeded.
395fi
396
397if as_func_ret_success; then
398  :
399else
400  exitcode=1
401  echo as_func_ret_success failed.
402fi
403
404if as_func_ret_failure; then
405  exitcode=1
406  echo as_func_ret_failure succeeded.
407fi
408
409if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
410  :
411else
412  exitcode=1
413  echo positional parameters were not saved.
414fi
415
416test \$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
468if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469  as_dirname=dirname
470else
471  as_dirname=false
472fi
473
474ECHO_C= ECHO_N= ECHO_T=
475case `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';;
483esac
484
485if expr a : '\(a\)' >/dev/null 2>&1 &&
486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
487  as_expr=expr
488else
489  as_expr=false
490fi
491
492rm -f conf$$ conf$$.exe conf$$.file
493if test -d conf$$.dir; then
494  rm -f conf$$.dir/conf$$.file
495else
496  rm -f conf$$.dir
497  mkdir conf$$.dir
498fi
499echo >conf$$.file
500if 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'
508elif ln conf$$.file conf$$ 2>/dev/null; then
509  as_ln_s=ln
510else
511  as_ln_s='cp -p'
512fi
513rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514rmdir conf$$.dir 2>/dev/null
515
516if mkdir -p . 2>/dev/null; then
517  as_mkdir_p=:
518else
519  test -d ./-p && rmdir ./-p
520  as_mkdir_p=false
521fi
522
523if test -x / >/dev/null 2>&1; then
524  as_test_x='test -x'
525else
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  '
543fi
544as_executable_p=$as_test_x
545
546# Sed expression to map a string onto a valid CPP name.
547as_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.
550as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551
552
553
554exec 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.
559ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560
561#
562# Initializations.
563#
564ac_default_prefix=/usr/local
565ac_clean_files=
566ac_config_libobj_dir=.
567LIBOBJS=
568cross_compiling=no
569subdirs=
570MFLAGS=
571MAKEFLAGS=
572SHELL=${CONFIG_SHELL-/bin/sh}
573
574# Identity of this package.
575PACKAGE_NAME='ico'
576PACKAGE_TARNAME='ico'
577PACKAGE_VERSION='1.0.2'
578PACKAGE_STRING='ico 1.0.2'
579PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
580
581ac_subst_vars='SHELL
582PATH_SEPARATOR
583PACKAGE_NAME
584PACKAGE_TARNAME
585PACKAGE_VERSION
586PACKAGE_STRING
587PACKAGE_BUGREPORT
588exec_prefix
589prefix
590program_transform_name
591bindir
592sbindir
593libexecdir
594datarootdir
595datadir
596sysconfdir
597sharedstatedir
598localstatedir
599includedir
600oldincludedir
601docdir
602infodir
603htmldir
604dvidir
605pdfdir
606psdir
607libdir
608localedir
609mandir
610DEFS
611ECHO_C
612ECHO_N
613ECHO_T
614LIBS
615build_alias
616host_alias
617target_alias
618INSTALL_PROGRAM
619INSTALL_SCRIPT
620INSTALL_DATA
621am__isrc
622CYGPATH_W
623PACKAGE
624VERSION
625ACLOCAL
626AUTOCONF
627AUTOMAKE
628AUTOHEADER
629MAKEINFO
630install_sh
631STRIP
632INSTALL_STRIP_PROGRAM
633mkdir_p
634AWK
635SET_MAKE
636am__leading_dot
637AMTAR
638am__tar
639am__untar
640MAINTAINER_MODE_TRUE
641MAINTAINER_MODE_FALSE
642MAINT
643CC
644CFLAGS
645LDFLAGS
646CPPFLAGS
647ac_ct_CC
648EXEEXT
649OBJEXT
650DEPDIR
651am__include
652am__quote
653AMDEP_TRUE
654AMDEP_FALSE
655AMDEPBACKSLASH
656CCDEPMODE
657am__fastdepCC_TRUE
658am__fastdepCC_FALSE
659PKG_CONFIG
660ICO_CFLAGS
661ICO_LIBS
662XTHREADLIB
663build
664build_cpu
665build_vendor
666build_os
667host
668host_cpu
669host_vendor
670host_os
671APP_MAN_SUFFIX
672LIB_MAN_SUFFIX
673FILE_MAN_SUFFIX
674MISC_MAN_SUFFIX
675DRIVER_MAN_SUFFIX
676ADMIN_MAN_SUFFIX
677APP_MAN_DIR
678LIB_MAN_DIR
679FILE_MAN_DIR
680MISC_MAN_DIR
681DRIVER_MAN_DIR
682ADMIN_MAN_DIR
683LIBOBJS
684LTLIBOBJS'
685ac_subst_files=''
686      ac_precious_vars='build_alias
687host_alias
688target_alias
689CC
690CFLAGS
691LDFLAGS
692LIBS
693CPPFLAGS
694PKG_CONFIG
695ICO_CFLAGS
696ICO_LIBS'
697
698
699# Initialize some variables set by options.
700ac_init_help=
701ac_init_version=false
702# The variables have the same names as the options, with
703# dashes changed to underlines.
704cache_file=/dev/null
705exec_prefix=NONE
706no_create=
707no_recursion=
708prefix=NONE
709program_prefix=NONE
710program_suffix=NONE
711program_transform_name=s,x,x,
712silent=
713site=
714srcdir=
715verbose=
716x_includes=NONE
717x_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.)
725bindir='${exec_prefix}/bin'
726sbindir='${exec_prefix}/sbin'
727libexecdir='${exec_prefix}/libexec'
728datarootdir='${prefix}/share'
729datadir='${datarootdir}'
730sysconfdir='${prefix}/etc'
731sharedstatedir='${prefix}/com'
732localstatedir='${prefix}/var'
733includedir='${prefix}/include'
734oldincludedir='/usr/include'
735docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
736infodir='${datarootdir}/info'
737htmldir='${docdir}'
738dvidir='${docdir}'
739pdfdir='${docdir}'
740psdir='${docdir}'
741libdir='${exec_prefix}/lib'
742localedir='${datarootdir}/locale'
743mandir='${datarootdir}/man'
744
745ac_prev=
746ac_dashdash=
747for ac_option
748do
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
1052Try \`$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
1074done
1075
1076if 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; }; }
1080fi
1081
1082# Be sure to have absolute directory names.
1083for 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
1087do
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; }; }
1095done
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.
1100build=$build_alias
1101host=$host_alias
1102target=$target_alias
1103
1104# FIXME: To remove some day.
1105if 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
1113fi
1114
1115ac_tool_prefix=
1116test -n "$host_alias" && ac_tool_prefix=$host_alias-
1117
1118test "$silent" = yes && exec 6>/dev/null
1119
1120
1121ac_pwd=`pwd` && test -n "$ac_pwd" &&
1122ac_ls_di=`ls -di .` &&
1123ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1124  { echo "$as_me: error: Working directory cannot be determined" >&2
1125   { (exit 1); exit 1; }; }
1126test "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.
1132if 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 ||
1140echo 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
1162else
1163  ac_srcdir_defaulted=no
1164fi
1165if 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; }; }
1169fi
1170ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1171ac_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=.
1176if test "$ac_abs_confdir" = "$ac_pwd"; then
1177  srcdir=.
1178fi
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.
1182case $srcdir in
1183*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1184esac
1185for 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}
1190done
1191
1192#
1193# Report the --help message.
1194#
1195if 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
1201Usage: $0 [OPTION]... [VAR=VALUE]...
1202
1203To assign environment variables (e.g., CC, CFLAGS...), specify them as
1204VAR=VALUE.  See below for descriptions of some of the useful variables.
1205
1206Defaults for the options are specified in brackets.
1207
1208Configuration:
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
1219Installation 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
1225By default, \`make install' will install all the files in
1226\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1227an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1228for instance \`--prefix=\$HOME'.
1229
1230For better control, use the options below.
1231
1232Fine 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
1256Program 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
1261System 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
1265fi
1266
1267if 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
1273Optional 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
1281Optional 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
1287Some 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
1299Use these variables to override the choices made by `configure' or to help
1300it to find libraries and programs with nonstandard names/locations.
1301
1302Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
1303_ACEOF
1304ac_status=$?
1305fi
1306
1307if 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
1313case "$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 ;;
1323esac
1324ac_abs_top_builddir=$ac_pwd
1325ac_abs_builddir=$ac_pwd$ac_dir_suffix
1326# for backward compatibility:
1327ac_top_builddir=$ac_top_build_prefix
1328
1329case $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 ;;
1342esac
1343ac_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
1358fi
1359
1360test -n "$ac_init_help" && exit $ac_status
1361if $ac_init_version; then
1362  cat <<\_ACEOF
1363ico configure 1.0.2
1364generated by GNU Autoconf 2.61
1365
1366Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13672002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1368This configure script is free software; the Free Software Foundation
1369gives unlimited permission to copy, distribute and modify it.
1370_ACEOF
1371  exit
1372fi
1373cat >config.log <<_ACEOF
1374This file contains any messages produced by compilers while
1375running configure, to aid debugging if configure makes a mistake.
1376
1377It was created by ico $as_me 1.0.2, which was
1378generated by GNU Autoconf 2.61.  Invocation command line was
1379
1380  $ $0 $@
1381
1382_ACEOF
1383exec 5>>config.log
1384{
1385cat <<_ASUNAME
1386## --------- ##
1387## Platform. ##
1388## --------- ##
1389
1390hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1391uname -m = `(uname -m) 2>/dev/null || echo unknown`
1392uname -r = `(uname -r) 2>/dev/null || echo unknown`
1393uname -s = `(uname -s) 2>/dev/null || echo unknown`
1394uname -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
1409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1410for as_dir in $PATH
1411do
1412  IFS=$as_save_IFS
1413  test -z "$as_dir" && as_dir=.
1414  echo "PATH: $as_dir"
1415done
1416IFS=$as_save_IFS
1417
1418} >&5
1419
1420cat >&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.
1435ac_configure_args=
1436ac_configure_args0=
1437ac_configure_args1=
1438ac_must_keep_next=false
1439for ac_pass in 1 2
1440do
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
1474done
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.
1483trap '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
1502echo "$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
1577for ac_signal in 1 2 13 15; do
1578  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1579done
1580ac_signal=0
1581
1582# confdefs.h avoids OS command line length limits that DEFS can exceed.
1583rm -f -r conftest* confdefs.h
1584
1585# Predefined preprocessor variables.
1586
1587cat >>confdefs.h <<_ACEOF
1588#define PACKAGE_NAME "$PACKAGE_NAME"
1589_ACEOF
1590
1591
1592cat >>confdefs.h <<_ACEOF
1593#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1594_ACEOF
1595
1596
1597cat >>confdefs.h <<_ACEOF
1598#define PACKAGE_VERSION "$PACKAGE_VERSION"
1599_ACEOF
1600
1601
1602cat >>confdefs.h <<_ACEOF
1603#define PACKAGE_STRING "$PACKAGE_STRING"
1604_ACEOF
1605
1606
1607cat >>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.
1614if test -n "$CONFIG_SITE"; then
1615  set x "$CONFIG_SITE"
1616elif test "x$prefix" != xNONE; then
1617  set x "$prefix/share/config.site" "$prefix/etc/config.site"
1618else
1619  set x "$ac_default_prefix/share/config.site" \
1620	"$ac_default_prefix/etc/config.site"
1621fi
1622shift
1623for ac_site_file
1624do
1625  if test -r "$ac_site_file"; then
1626    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1627echo "$as_me: loading site script $ac_site_file" >&6;}
1628    sed 's/^/| /' "$ac_site_file" >&5
1629    . "$ac_site_file"
1630  fi
1631done
1632
1633if 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
1638echo "$as_me: loading cache $cache_file" >&6;}
1639    case $cache_file in
1640      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1641      *)                      . "./$cache_file";;
1642    esac
1643  fi
1644else
1645  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1646echo "$as_me: creating cache $cache_file" >&6;}
1647  >$cache_file
1648fi
1649
1650# Check that the precious variables saved in the cache have kept the same
1651# value.
1652ac_cache_corrupted=false
1653for 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
1661echo "$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
1665echo "$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
1671echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1672	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1673echo "$as_me:   former value:  $ac_old_val" >&2;}
1674	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1675echo "$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
1690done
1691if $ac_cache_corrupted; then
1692  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1693echo "$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
1695echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1696   { (exit 1); exit 1; }; }
1697fi
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
1723ac_ext=c
1724ac_cpp='$CPP $CPPFLAGS'
1725ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1726ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1727ac_compiler_gnu=$ac_cv_c_compiler_gnu
1728
1729
1730am__api_version='1.10'
1731
1732ac_aux_dir=
1733for 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
1747done
1748if test -z "$ac_aux_dir"; then
1749  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1750echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1751   { (exit 1); exit 1; }; }
1752fi
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.
1758ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1759ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1760ac_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
1777echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1778if test -z "$INSTALL"; then
1779if test "${ac_cv_path_install+set}" = set; then
1780  echo $ECHO_N "(cached) $ECHO_C" >&6
1781else
1782  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1783for as_dir in $PATH
1784do
1785  IFS=$as_save_IFS
1786  test -z "$as_dir" && as_dir=.
1787  # Account for people who put trailing slashes in PATH elements.
1788case $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    ;;
1816esac
1817done
1818IFS=$as_save_IFS
1819
1820
1821fi
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
1831fi
1832{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1833echo "${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.
1837test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1838
1839test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1840
1841test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1842
1843{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1844echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1845# Just in case
1846sleep 1
1847echo 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).
1853if (
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
1868alias in your environment" >&5
1869echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1870alias in your environment" >&2;}
1871   { (exit 1); exit 1; }; }
1872   fi
1873
1874   test "$2" = conftest.file
1875   )
1876then
1877   # Ok.
1878   :
1879else
1880   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1881Check your system clock" >&5
1882echo "$as_me: error: newly created file is older than distributed files!
1883Check your system clock" >&2;}
1884   { (exit 1); exit 1; }; }
1885fi
1886{ echo "$as_me:$LINENO: result: yes" >&5
1887echo "${ECHO_T}yes" >&6; }
1888test "$program_prefix" != NONE &&
1889  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1890# Use a double $ so make ignores it.
1891test "$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.
1895cat <<\_ACEOF >conftest.sed
1896s/[\\$]/&&/g;s/;s,x,x,$//
1897_ACEOF
1898program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1899rm -f conftest.sed
1900
1901# expand $ac_aux_dir to an absolute path
1902am_aux_dir=`cd $ac_aux_dir && pwd`
1903
1904test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1905# Use eval to expand $SHELL
1906if eval "$MISSING --run true"; then
1907  am_missing_run="$MISSING --run "
1908else
1909  am_missing_run=
1910  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1911echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1912fi
1913
1914{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1915echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1916if test -z "$MKDIR_P"; then
1917  if test "${ac_cv_path_mkdir+set}" = set; then
1918  echo $ECHO_N "(cached) $ECHO_C" >&6
1919else
1920  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1921for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1922do
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
1937done
1938IFS=$as_save_IFS
1939
1940fi
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
1952fi
1953{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1954echo "${ECHO_T}$MKDIR_P" >&6; }
1955
1956mkdir_p="$MKDIR_P"
1957case $mkdir_p in
1958  [\\/$]* | ?:[\\/]*) ;;
1959  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1960esac
1961
1962for ac_prog in gawk mawk nawk awk
1963do
1964  # Extract the first word of "$ac_prog", so it can be a program name with args.
1965set dummy $ac_prog; ac_word=$2
1966{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1967echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1968if test "${ac_cv_prog_AWK+set}" = set; then
1969  echo $ECHO_N "(cached) $ECHO_C" >&6
1970else
1971  if test -n "$AWK"; then
1972  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1973else
1974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1975for as_dir in $PATH
1976do
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
1985done
1986done
1987IFS=$as_save_IFS
1988
1989fi
1990fi
1991AWK=$ac_cv_prog_AWK
1992if test -n "$AWK"; then
1993  { echo "$as_me:$LINENO: result: $AWK" >&5
1994echo "${ECHO_T}$AWK" >&6; }
1995else
1996  { echo "$as_me:$LINENO: result: no" >&5
1997echo "${ECHO_T}no" >&6; }
1998fi
1999
2000
2001  test -n "$AWK" && break
2002done
2003
2004{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2005echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2006set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2007if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2008  echo $ECHO_N "(cached) $ECHO_C" >&6
2009else
2010  cat >conftest.make <<\_ACEOF
2011SHELL = /bin/sh
2012all:
2013	@echo '@@@%%%=$(MAKE)=@@@%%%'
2014_ACEOF
2015# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2016case `${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;;
2021esac
2022rm -f conftest.make
2023fi
2024if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2025  { echo "$as_me:$LINENO: result: yes" >&5
2026echo "${ECHO_T}yes" >&6; }
2027  SET_MAKE=
2028else
2029  { echo "$as_me:$LINENO: result: no" >&5
2030echo "${ECHO_T}no" >&6; }
2031  SET_MAKE="MAKE=${MAKE-make}"
2032fi
2033
2034rm -rf .tst 2>/dev/null
2035mkdir .tst 2>/dev/null
2036if test -d .tst; then
2037  am__leading_dot=.
2038else
2039  am__leading_dot=_
2040fi
2041rmdir .tst 2>/dev/null
2042
2043if 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
2050echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2051   { (exit 1); exit 1; }; }
2052  fi
2053fi
2054
2055# test whether we have cygpath
2056if 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
2062fi
2063
2064
2065# Define the identity of the package.
2066 PACKAGE='ico'
2067 VERSION='1.0.2'
2068
2069
2070cat >>confdefs.h <<_ACEOF
2071#define PACKAGE "$PACKAGE"
2072_ACEOF
2073
2074
2075cat >>confdefs.h <<_ACEOF
2076#define VERSION "$VERSION"
2077_ACEOF
2078
2079# Some tools Automake needs.
2080
2081ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2082
2083
2084AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2085
2086
2087AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2088
2089
2090AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2091
2092
2093MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2094
2095install_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.
2101if 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.
2104set dummy ${ac_tool_prefix}strip; ac_word=$2
2105{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2107if test "${ac_cv_prog_STRIP+set}" = set; then
2108  echo $ECHO_N "(cached) $ECHO_C" >&6
2109else
2110  if test -n "$STRIP"; then
2111  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2112else
2113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2114for as_dir in $PATH
2115do
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
2124done
2125done
2126IFS=$as_save_IFS
2127
2128fi
2129fi
2130STRIP=$ac_cv_prog_STRIP
2131if test -n "$STRIP"; then
2132  { echo "$as_me:$LINENO: result: $STRIP" >&5
2133echo "${ECHO_T}$STRIP" >&6; }
2134else
2135  { echo "$as_me:$LINENO: result: no" >&5
2136echo "${ECHO_T}no" >&6; }
2137fi
2138
2139
2140fi
2141if 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.
2144set dummy strip; ac_word=$2
2145{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2146echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2147if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2148  echo $ECHO_N "(cached) $ECHO_C" >&6
2149else
2150  if test -n "$ac_ct_STRIP"; then
2151  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2152else
2153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2154for as_dir in $PATH
2155do
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
2164done
2165done
2166IFS=$as_save_IFS
2167
2168fi
2169fi
2170ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2171if test -n "$ac_ct_STRIP"; then
2172  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2173echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2174else
2175  { echo "$as_me:$LINENO: result: no" >&5
2176echo "${ECHO_T}no" >&6; }
2177fi
2178
2179  if test "x$ac_ct_STRIP" = x; then
2180    STRIP=":"
2181  else
2182    case $cross_compiling:$ac_tool_warned in
2183yes:)
2184{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2185whose name does not start with the host triplet.  If you think this
2186configuration is useful to you, please write to autoconf@gnu.org." >&5
2187echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2188whose name does not start with the host triplet.  If you think this
2189configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2190ac_tool_warned=yes ;;
2191esac
2192    STRIP=$ac_ct_STRIP
2193  fi
2194else
2195  STRIP="$ac_cv_prog_STRIP"
2196fi
2197
2198fi
2199INSTALL_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
2205AMTAR=${AMTAR-"${am_missing_run}tar"}
2206
2207am__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
2214echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
2215    # Check whether --enable-maintainer-mode was given.
2216if test "${enable_maintainer_mode+set}" = set; then
2217  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2218else
2219  USE_MAINTAINER_MODE=no
2220fi
2221
2222  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2223echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2224   if test $USE_MAINTAINER_MODE = yes; then
2225  MAINTAINER_MODE_TRUE=
2226  MAINTAINER_MODE_FALSE='#'
2227else
2228  MAINTAINER_MODE_TRUE='#'
2229  MAINTAINER_MODE_FALSE=
2230fi
2231
2232  MAINT=$MAINTAINER_MODE_TRUE
2233
2234
2235
2236ac_config_headers="$ac_config_headers config.h"
2237
2238
2239ac_ext=c
2240ac_cpp='$CPP $CPPFLAGS'
2241ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2242ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2243ac_compiler_gnu=$ac_cv_c_compiler_gnu
2244if 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.
2246set dummy ${ac_tool_prefix}gcc; ac_word=$2
2247{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2248echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2249if test "${ac_cv_prog_CC+set}" = set; then
2250  echo $ECHO_N "(cached) $ECHO_C" >&6
2251else
2252  if test -n "$CC"; then
2253  ac_cv_prog_CC="$CC" # Let the user override the test.
2254else
2255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2256for as_dir in $PATH
2257do
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
2266done
2267done
2268IFS=$as_save_IFS
2269
2270fi
2271fi
2272CC=$ac_cv_prog_CC
2273if test -n "$CC"; then
2274  { echo "$as_me:$LINENO: result: $CC" >&5
2275echo "${ECHO_T}$CC" >&6; }
2276else
2277  { echo "$as_me:$LINENO: result: no" >&5
2278echo "${ECHO_T}no" >&6; }
2279fi
2280
2281
2282fi
2283if 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.
2286set dummy gcc; ac_word=$2
2287{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2288echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2289if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2290  echo $ECHO_N "(cached) $ECHO_C" >&6
2291else
2292  if test -n "$ac_ct_CC"; then
2293  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2294else
2295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296for as_dir in $PATH
2297do
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
2306done
2307done
2308IFS=$as_save_IFS
2309
2310fi
2311fi
2312ac_ct_CC=$ac_cv_prog_ac_ct_CC
2313if test -n "$ac_ct_CC"; then
2314  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2315echo "${ECHO_T}$ac_ct_CC" >&6; }
2316else
2317  { echo "$as_me:$LINENO: result: no" >&5
2318echo "${ECHO_T}no" >&6; }
2319fi
2320
2321  if test "x$ac_ct_CC" = x; then
2322    CC=""
2323  else
2324    case $cross_compiling:$ac_tool_warned in
2325yes:)
2326{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2327whose name does not start with the host triplet.  If you think this
2328configuration is useful to you, please write to autoconf@gnu.org." >&5
2329echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2330whose name does not start with the host triplet.  If you think this
2331configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2332ac_tool_warned=yes ;;
2333esac
2334    CC=$ac_ct_CC
2335  fi
2336else
2337  CC="$ac_cv_prog_CC"
2338fi
2339
2340if 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.
2343set dummy ${ac_tool_prefix}cc; ac_word=$2
2344{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2345echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2346if test "${ac_cv_prog_CC+set}" = set; then
2347  echo $ECHO_N "(cached) $ECHO_C" >&6
2348else
2349  if test -n "$CC"; then
2350  ac_cv_prog_CC="$CC" # Let the user override the test.
2351else
2352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2353for as_dir in $PATH
2354do
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
2363done
2364done
2365IFS=$as_save_IFS
2366
2367fi
2368fi
2369CC=$ac_cv_prog_CC
2370if test -n "$CC"; then
2371  { echo "$as_me:$LINENO: result: $CC" >&5
2372echo "${ECHO_T}$CC" >&6; }
2373else
2374  { echo "$as_me:$LINENO: result: no" >&5
2375echo "${ECHO_T}no" >&6; }
2376fi
2377
2378
2379  fi
2380fi
2381if test -z "$CC"; then
2382  # Extract the first word of "cc", so it can be a program name with args.
2383set dummy cc; ac_word=$2
2384{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2385echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2386if test "${ac_cv_prog_CC+set}" = set; then
2387  echo $ECHO_N "(cached) $ECHO_C" >&6
2388else
2389  if test -n "$CC"; then
2390  ac_cv_prog_CC="$CC" # Let the user override the test.
2391else
2392  ac_prog_rejected=no
2393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2394for as_dir in $PATH
2395do
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
2408done
2409done
2410IFS=$as_save_IFS
2411
2412if 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
2423fi
2424fi
2425fi
2426CC=$ac_cv_prog_CC
2427if test -n "$CC"; then
2428  { echo "$as_me:$LINENO: result: $CC" >&5
2429echo "${ECHO_T}$CC" >&6; }
2430else
2431  { echo "$as_me:$LINENO: result: no" >&5
2432echo "${ECHO_T}no" >&6; }
2433fi
2434
2435
2436fi
2437if 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.
2442set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2443{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2444echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445if test "${ac_cv_prog_CC+set}" = set; then
2446  echo $ECHO_N "(cached) $ECHO_C" >&6
2447else
2448  if test -n "$CC"; then
2449  ac_cv_prog_CC="$CC" # Let the user override the test.
2450else
2451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452for as_dir in $PATH
2453do
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
2462done
2463done
2464IFS=$as_save_IFS
2465
2466fi
2467fi
2468CC=$ac_cv_prog_CC
2469if test -n "$CC"; then
2470  { echo "$as_me:$LINENO: result: $CC" >&5
2471echo "${ECHO_T}$CC" >&6; }
2472else
2473  { echo "$as_me:$LINENO: result: no" >&5
2474echo "${ECHO_T}no" >&6; }
2475fi
2476
2477
2478    test -n "$CC" && break
2479  done
2480fi
2481if test -z "$CC"; then
2482  ac_ct_CC=$CC
2483  for ac_prog in cl.exe
2484do
2485  # Extract the first word of "$ac_prog", so it can be a program name with args.
2486set dummy $ac_prog; ac_word=$2
2487{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2488echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2490  echo $ECHO_N "(cached) $ECHO_C" >&6
2491else
2492  if test -n "$ac_ct_CC"; then
2493  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2494else
2495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496for as_dir in $PATH
2497do
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
2506done
2507done
2508IFS=$as_save_IFS
2509
2510fi
2511fi
2512ac_ct_CC=$ac_cv_prog_ac_ct_CC
2513if test -n "$ac_ct_CC"; then
2514  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2515echo "${ECHO_T}$ac_ct_CC" >&6; }
2516else
2517  { echo "$as_me:$LINENO: result: no" >&5
2518echo "${ECHO_T}no" >&6; }
2519fi
2520
2521
2522  test -n "$ac_ct_CC" && break
2523done
2524
2525  if test "x$ac_ct_CC" = x; then
2526    CC=""
2527  else
2528    case $cross_compiling:$ac_tool_warned in
2529yes:)
2530{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2531whose name does not start with the host triplet.  If you think this
2532configuration is useful to you, please write to autoconf@gnu.org." >&5
2533echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2534whose name does not start with the host triplet.  If you think this
2535configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2536ac_tool_warned=yes ;;
2537esac
2538    CC=$ac_ct_CC
2539  fi
2540fi
2541
2542fi
2543
2544
2545test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2546See \`config.log' for more details." >&5
2547echo "$as_me: error: no acceptable C compiler found in \$PATH
2548See \`config.log' for more details." >&2;}
2549   { (exit 1); exit 1; }; }
2550
2551# Provide some information about the compiler.
2552echo "$as_me:$LINENO: checking for C compiler version" >&5
2553ac_compiler=`set X $ac_compile; echo $2`
2554{ (ac_try="$ac_compiler --version >&5"
2555case "(($ac_try" in
2556  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2557  *) ac_try_echo=$ac_try;;
2558esac
2559eval "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"
2565case "(($ac_try" in
2566  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2567  *) ac_try_echo=$ac_try;;
2568esac
2569eval "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"
2575case "(($ac_try" in
2576  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2577  *) ac_try_echo=$ac_try;;
2578esac
2579eval "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
2585cat >conftest.$ac_ext <<_ACEOF
2586/* confdefs.h.  */
2587_ACEOF
2588cat confdefs.h >>conftest.$ac_ext
2589cat >>conftest.$ac_ext <<_ACEOF
2590/* end confdefs.h.  */
2591
2592int
2593main ()
2594{
2595
2596  ;
2597  return 0;
2598}
2599_ACEOF
2600ac_clean_files_save=$ac_clean_files
2601ac_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
2606echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2607ac_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.
2612ac_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.
2617ac_rmfiles=
2618for ac_file in $ac_files
2619do
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
2624done
2625rm -f $ac_rmfiles
2626
2627if { (ac_try="$ac_link_default"
2628case "(($ac_try" in
2629  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2630  *) ac_try_echo=$ac_try;;
2631esac
2632eval "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.
2642for ac_file in $ac_files ''
2643do
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
2666done
2667test "$ac_cv_exeext" = no && ac_cv_exeext=
2668
2669else
2670  ac_file=''
2671fi
2672
2673{ echo "$as_me:$LINENO: result: $ac_file" >&5
2674echo "${ECHO_T}$ac_file" >&6; }
2675if test -z "$ac_file"; then
2676  echo "$as_me: failed program was:" >&5
2677sed 's/^/| /' conftest.$ac_ext >&5
2678
2679{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2680See \`config.log' for more details." >&5
2681echo "$as_me: error: C compiler cannot create executables
2682See \`config.log' for more details." >&2;}
2683   { (exit 77); exit 77; }; }
2684fi
2685
2686ac_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
2691echo $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.
2694if 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;;
2699esac
2700eval "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.
2711If you meant to cross compile, use \`--host'.
2712See \`config.log' for more details." >&5
2713echo "$as_me: error: cannot run C compiled programs.
2714If you meant to cross compile, use \`--host'.
2715See \`config.log' for more details." >&2;}
2716   { (exit 1); exit 1; }; }
2717    fi
2718  fi
2719fi
2720{ echo "$as_me:$LINENO: result: yes" >&5
2721echo "${ECHO_T}yes" >&6; }
2722
2723rm -f a.out a.exe conftest$ac_cv_exeext b.out
2724ac_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
2728echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2729{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2730echo "${ECHO_T}$cross_compiling" >&6; }
2731
2732{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
2733echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2734if { (ac_try="$ac_link"
2735case "(($ac_try" in
2736  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2737  *) ac_try_echo=$ac_try;;
2738esac
2739eval "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'.
2748for 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
2756done
2757else
2758  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2759See \`config.log' for more details." >&5
2760echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2761See \`config.log' for more details." >&2;}
2762   { (exit 1); exit 1; }; }
2763fi
2764
2765rm -f conftest$ac_cv_exeext
2766{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2767echo "${ECHO_T}$ac_cv_exeext" >&6; }
2768
2769rm -f conftest.$ac_ext
2770EXEEXT=$ac_cv_exeext
2771ac_exeext=$EXEEXT
2772{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2773echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2774if test "${ac_cv_objext+set}" = set; then
2775  echo $ECHO_N "(cached) $ECHO_C" >&6
2776else
2777  cat >conftest.$ac_ext <<_ACEOF
2778/* confdefs.h.  */
2779_ACEOF
2780cat confdefs.h >>conftest.$ac_ext
2781cat >>conftest.$ac_ext <<_ACEOF
2782/* end confdefs.h.  */
2783
2784int
2785main ()
2786{
2787
2788  ;
2789  return 0;
2790}
2791_ACEOF
2792rm -f conftest.o conftest.obj
2793if { (ac_try="$ac_compile"
2794case "(($ac_try" in
2795  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796  *) ac_try_echo=$ac_try;;
2797esac
2798eval "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
2810done
2811else
2812  echo "$as_me: failed program was:" >&5
2813sed 's/^/| /' conftest.$ac_ext >&5
2814
2815{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2816See \`config.log' for more details." >&5
2817echo "$as_me: error: cannot compute suffix of object files: cannot compile
2818See \`config.log' for more details." >&2;}
2819   { (exit 1); exit 1; }; }
2820fi
2821
2822rm -f conftest.$ac_cv_objext conftest.$ac_ext
2823fi
2824{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2825echo "${ECHO_T}$ac_cv_objext" >&6; }
2826OBJEXT=$ac_cv_objext
2827ac_objext=$OBJEXT
2828{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2829echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2830if test "${ac_cv_c_compiler_gnu+set}" = set; then
2831  echo $ECHO_N "(cached) $ECHO_C" >&6
2832else
2833  cat >conftest.$ac_ext <<_ACEOF
2834/* confdefs.h.  */
2835_ACEOF
2836cat confdefs.h >>conftest.$ac_ext
2837cat >>conftest.$ac_ext <<_ACEOF
2838/* end confdefs.h.  */
2839
2840int
2841main ()
2842{
2843#ifndef __GNUC__
2844       choke me
2845#endif
2846
2847  ;
2848  return 0;
2849}
2850_ACEOF
2851rm -f conftest.$ac_objext
2852if { (ac_try="$ac_compile"
2853case "(($ac_try" in
2854  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855  *) ac_try_echo=$ac_try;;
2856esac
2857eval "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
2869else
2870  echo "$as_me: failed program was:" >&5
2871sed 's/^/| /' conftest.$ac_ext >&5
2872
2873	ac_compiler_gnu=no
2874fi
2875
2876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2877ac_cv_c_compiler_gnu=$ac_compiler_gnu
2878
2879fi
2880{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2881echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2882GCC=`test $ac_compiler_gnu = yes && echo yes`
2883ac_test_CFLAGS=${CFLAGS+set}
2884ac_save_CFLAGS=$CFLAGS
2885{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2886echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2887if test "${ac_cv_prog_cc_g+set}" = set; then
2888  echo $ECHO_N "(cached) $ECHO_C" >&6
2889else
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
2897cat confdefs.h >>conftest.$ac_ext
2898cat >>conftest.$ac_ext <<_ACEOF
2899/* end confdefs.h.  */
2900
2901int
2902main ()
2903{
2904
2905  ;
2906  return 0;
2907}
2908_ACEOF
2909rm -f conftest.$ac_objext
2910if { (ac_try="$ac_compile"
2911case "(($ac_try" in
2912  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2913  *) ac_try_echo=$ac_try;;
2914esac
2915eval "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
2927else
2928  echo "$as_me: failed program was:" >&5
2929sed 's/^/| /' conftest.$ac_ext >&5
2930
2931	CFLAGS=""
2932      cat >conftest.$ac_ext <<_ACEOF
2933/* confdefs.h.  */
2934_ACEOF
2935cat confdefs.h >>conftest.$ac_ext
2936cat >>conftest.$ac_ext <<_ACEOF
2937/* end confdefs.h.  */
2938
2939int
2940main ()
2941{
2942
2943  ;
2944  return 0;
2945}
2946_ACEOF
2947rm -f conftest.$ac_objext
2948if { (ac_try="$ac_compile"
2949case "(($ac_try" in
2950  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2951  *) ac_try_echo=$ac_try;;
2952esac
2953eval "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  :
2965else
2966  echo "$as_me: failed program was:" >&5
2967sed '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
2974cat confdefs.h >>conftest.$ac_ext
2975cat >>conftest.$ac_ext <<_ACEOF
2976/* end confdefs.h.  */
2977
2978int
2979main ()
2980{
2981
2982  ;
2983  return 0;
2984}
2985_ACEOF
2986rm -f conftest.$ac_objext
2987if { (ac_try="$ac_compile"
2988case "(($ac_try" in
2989  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2990  *) ac_try_echo=$ac_try;;
2991esac
2992eval "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
3004else
3005  echo "$as_me: failed program was:" >&5
3006sed 's/^/| /' conftest.$ac_ext >&5
3007
3008
3009fi
3010
3011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3012fi
3013
3014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3015fi
3016
3017rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3018   ac_c_werror_flag=$ac_save_c_werror_flag
3019fi
3020{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3021echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3022if test "$ac_test_CFLAGS" = set; then
3023  CFLAGS=$ac_save_CFLAGS
3024elif 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
3030else
3031  if test "$GCC" = yes; then
3032    CFLAGS="-O2"
3033  else
3034    CFLAGS=
3035  fi
3036fi
3037{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3038echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3039if test "${ac_cv_prog_cc_c89+set}" = set; then
3040  echo $ECHO_N "(cached) $ECHO_C" >&6
3041else
3042  ac_cv_prog_cc_c89=no
3043ac_save_CC=$CC
3044cat >conftest.$ac_ext <<_ACEOF
3045/* confdefs.h.  */
3046_ACEOF
3047cat confdefs.h >>conftest.$ac_ext
3048cat >>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.  */
3055struct buf { int x; };
3056FILE * (*rcsopen) (struct buf *, struct stat *, int);
3057static char *e (p, i)
3058     char **p;
3059     int i;
3060{
3061  return p[i];
3062}
3063static 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.  */
3080int 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'
3085int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3086
3087int test (int i, double x);
3088struct s1 {int (*f) (int a);};
3089struct s2 {int (*f) (double a);};
3090int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3091int argc;
3092char **argv;
3093int
3094main ()
3095{
3096return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3097  ;
3098  return 0;
3099}
3100_ACEOF
3101for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3102	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3103do
3104  CC="$ac_save_CC $ac_arg"
3105  rm -f conftest.$ac_objext
3106if { (ac_try="$ac_compile"
3107case "(($ac_try" in
3108  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3109  *) ac_try_echo=$ac_try;;
3110esac
3111eval "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
3123else
3124  echo "$as_me: failed program was:" >&5
3125sed 's/^/| /' conftest.$ac_ext >&5
3126
3127
3128fi
3129
3130rm -f core conftest.err conftest.$ac_objext
3131  test "x$ac_cv_prog_cc_c89" != "xno" && break
3132done
3133rm -f conftest.$ac_ext
3134CC=$ac_save_CC
3135
3136fi
3137# AC_CACHE_VAL
3138case "x$ac_cv_prog_cc_c89" in
3139  x)
3140    { echo "$as_me:$LINENO: result: none needed" >&5
3141echo "${ECHO_T}none needed" >&6; } ;;
3142  xno)
3143    { echo "$as_me:$LINENO: result: unsupported" >&5
3144echo "${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
3148echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3149esac
3150
3151
3152ac_ext=c
3153ac_cpp='$CPP $CPPFLAGS'
3154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3156ac_compiler_gnu=$ac_cv_c_compiler_gnu
3157DEPDIR="${am__leading_dot}deps"
3158
3159ac_config_commands="$ac_config_commands depfiles"
3160
3161
3162am_make=${MAKE-make}
3163cat > confinc << 'END'
3164am__doit:
3165	@echo done
3166.PHONY: am__doit
3167END
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
3170echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3171am__include="#"
3172am__quote=
3173_am_result=none
3174# First try GNU make style include.
3175echo "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'.
3181if 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
3185fi
3186# Now try BSD make style include.
3187if 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
3194fi
3195
3196
3197{ echo "$as_me:$LINENO: result: $_am_result" >&5
3198echo "${ECHO_T}$_am_result" >&6; }
3199rm -f confinc confmf
3200
3201# Check whether --enable-dependency-tracking was given.
3202if test "${enable_dependency_tracking+set}" = set; then
3203  enableval=$enable_dependency_tracking;
3204fi
3205
3206if test "x$enable_dependency_tracking" != xno; then
3207  am_depcomp="$ac_aux_dir/depcomp"
3208  AMDEPBACKSLASH='\'
3209fi
3210 if test "x$enable_dependency_tracking" != xno; then
3211  AMDEP_TRUE=
3212  AMDEP_FALSE='#'
3213else
3214  AMDEP_TRUE='#'
3215  AMDEP_FALSE=
3216fi
3217
3218
3219
3220depcc="$CC"   am_compiler_list=
3221
3222{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3223echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3224if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3225  echo $ECHO_N "(cached) $ECHO_C" >&6
3226else
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
3308else
3309  am_cv_CC_dependencies_compiler_type=none
3310fi
3311
3312fi
3313{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3314echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3315CCDEPMODE=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='#'
3322else
3323  am__fastdepCC_TRUE='#'
3324  am__fastdepCC_FALSE=
3325fi
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
3342echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3343if test -z "$INSTALL"; then
3344if test "${ac_cv_path_install+set}" = set; then
3345  echo $ECHO_N "(cached) $ECHO_C" >&6
3346else
3347  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3348for as_dir in $PATH
3349do
3350  IFS=$as_save_IFS
3351  test -z "$as_dir" && as_dir=.
3352  # Account for people who put trailing slashes in PATH elements.
3353case $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    ;;
3381esac
3382done
3383IFS=$as_save_IFS
3384
3385
3386fi
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
3396fi
3397{ echo "$as_me:$LINENO: result: $INSTALL" >&5
3398echo "${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.
3402test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3403
3404test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3405
3406test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3407
3408
3409# Checks for pkg-config packages
3410
3411
3412if 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.
3415set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
3416{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3417echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3418if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
3419  echo $ECHO_N "(cached) $ECHO_C" >&6
3420else
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
3427for as_dir in $PATH
3428do
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
3437done
3438done
3439IFS=$as_save_IFS
3440
3441  ;;
3442esac
3443fi
3444PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3445if test -n "$PKG_CONFIG"; then
3446  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3447echo "${ECHO_T}$PKG_CONFIG" >&6; }
3448else
3449  { echo "$as_me:$LINENO: result: no" >&5
3450echo "${ECHO_T}no" >&6; }
3451fi
3452
3453
3454fi
3455if 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.
3458set dummy pkg-config; ac_word=$2
3459{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3460echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3461if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3462  echo $ECHO_N "(cached) $ECHO_C" >&6
3463else
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
3470for as_dir in $PATH
3471do
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
3480done
3481done
3482IFS=$as_save_IFS
3483
3484  ;;
3485esac
3486fi
3487ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3488if test -n "$ac_pt_PKG_CONFIG"; then
3489  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3490echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
3491else
3492  { echo "$as_me:$LINENO: result: no" >&5
3493echo "${ECHO_T}no" >&6; }
3494fi
3495
3496  if test "x$ac_pt_PKG_CONFIG" = x; then
3497    PKG_CONFIG=""
3498  else
3499    case $cross_compiling:$ac_tool_warned in
3500yes:)
3501{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3502whose name does not start with the host triplet.  If you think this
3503configuration is useful to you, please write to autoconf@gnu.org." >&5
3504echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3505whose name does not start with the host triplet.  If you think this
3506configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3507ac_tool_warned=yes ;;
3508esac
3509    PKG_CONFIG=$ac_pt_PKG_CONFIG
3510  fi
3511else
3512  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
3513fi
3514
3515fi
3516if 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
3519echo $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
3522echo "${ECHO_T}yes" >&6; }
3523	else
3524		{ echo "$as_me:$LINENO: result: no" >&5
3525echo "${ECHO_T}no" >&6; }
3526		PKG_CONFIG=""
3527	fi
3528
3529fi
3530
3531pkg_failed=no
3532{ echo "$as_me:$LINENO: checking for ICO" >&5
3533echo $ECHO_N "checking for ICO... $ECHO_C" >&6; }
3534
3535if 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`
3543else
3544  pkg_failed=yes
3545fi
3546else
3547	pkg_failed=untried
3548fi
3549if 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`
3557else
3558  pkg_failed=yes
3559fi
3560else
3561	pkg_failed=untried
3562fi
3563
3564if 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.
3570Consider adjusting the PKG_CONFIG_PATH environment variable if you
3571installed software in a non-standard prefix.
3572
3573Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
3574to avoid the need to call pkg-config.  See the pkg-config man page for
3575more details." >&5
3576echo "$as_me: error: Package requirements (x11 >= 0.99.1) were not met.
3577Consider adjusting the PKG_CONFIG_PATH environment variable if you
3578installed software in a non-standard prefix.
3579
3580Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
3581to avoid the need to call pkg-config.  See the pkg-config man page for
3582more details." >&2;}
3583   { (exit 1); exit 1; }; }
3584elif 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
3586is in your PATH or set the PKG_CONFIG environment variable to the full
3587path to pkg-config.
3588
3589Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
3590to avoid the need to call pkg-config.  See the pkg-config man page for
3591more details.
3592
3593To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3594See \`config.log' for more details." >&5
3595echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3596is in your PATH or set the PKG_CONFIG environment variable to the full
3597path to pkg-config.
3598
3599Alternatively you may set the ICO_CFLAGS and ICO_LIBS environment variables
3600to avoid the need to call pkg-config.  See the pkg-config man page for
3601more details.
3602
3603To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3604See \`config.log' for more details." >&2;}
3605   { (exit 1); exit 1; }; }
3606else
3607	ICO_CFLAGS=$pkg_cv_ICO_CFLAGS
3608	ICO_LIBS=$pkg_cv_ICO_LIBS
3609        { echo "$as_me:$LINENO: result: yes" >&5
3610echo "${ECHO_T}yes" >&6; }
3611	:
3612fi
3613
3614
3615XTHREADLIB=`$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
3621echo "$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
3625echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
3626if test "${ac_cv_build+set}" = set; then
3627  echo $ECHO_N "(cached) $ECHO_C" >&6
3628else
3629  ac_build_alias=$build_alias
3630test "x$ac_build_alias" = x &&
3631  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3632test "x$ac_build_alias" = x &&
3633  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3634echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3635   { (exit 1); exit 1; }; }
3636ac_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
3638echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
3639   { (exit 1); exit 1; }; }
3640
3641fi
3642{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3643echo "${ECHO_T}$ac_cv_build" >&6; }
3644case $ac_cv_build in
3645*-*-*) ;;
3646*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3647echo "$as_me: error: invalid value of canonical build" >&2;}
3648   { (exit 1); exit 1; }; };;
3649esac
3650build=$ac_cv_build
3651ac_save_IFS=$IFS; IFS='-'
3652set x $ac_cv_build
3653shift
3654build_cpu=$1
3655build_vendor=$2
3656shift; shift
3657# Remember, the first character of IFS is used to create $*,
3658# except with old shells:
3659build_os=$*
3660IFS=$ac_save_IFS
3661case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3662
3663
3664{ echo "$as_me:$LINENO: checking host system type" >&5
3665echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
3666if test "${ac_cv_host+set}" = set; then
3667  echo $ECHO_N "(cached) $ECHO_C" >&6
3668else
3669  if test "x$host_alias" = x; then
3670  ac_cv_host=$ac_cv_build
3671else
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
3674echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
3675   { (exit 1); exit 1; }; }
3676fi
3677
3678fi
3679{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3680echo "${ECHO_T}$ac_cv_host" >&6; }
3681case $ac_cv_host in
3682*-*-*) ;;
3683*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3684echo "$as_me: error: invalid value of canonical host" >&2;}
3685   { (exit 1); exit 1; }; };;
3686esac
3687host=$ac_cv_host
3688ac_save_IFS=$IFS; IFS='-'
3689set x $ac_cv_host
3690shift
3691host_cpu=$1
3692host_vendor=$2
3693shift; shift
3694# Remember, the first character of IFS is used to create $*,
3695# except with old shells:
3696host_os=$*
3697IFS=$ac_save_IFS
3698case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3699
3700
3701
3702
3703
3704if test x$APP_MAN_SUFFIX = x    ; then
3705    APP_MAN_SUFFIX=1
3706fi
3707if test x$APP_MAN_DIR = x    ; then
3708    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
3709fi
3710
3711if test x$LIB_MAN_SUFFIX = x    ; then
3712    LIB_MAN_SUFFIX=3
3713fi
3714if test x$LIB_MAN_DIR = x    ; then
3715    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
3716fi
3717
3718if 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
3723fi
3724if test x$FILE_MAN_DIR = x    ; then
3725    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
3726fi
3727
3728if 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
3733fi
3734if test x$MISC_MAN_DIR = x    ; then
3735    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
3736fi
3737
3738if 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
3743fi
3744if test x$DRIVER_MAN_DIR = x    ; then
3745    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
3746fi
3747
3748if 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
3753fi
3754if test x$ADMIN_MAN_DIR = x    ; then
3755    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
3756fi
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.
3775if test "${with_release_version+set}" = set; then
3776  withval=$with_release_version; RELEASE_VERSION="$withval"
3777else
3778  RELEASE_VERSION=""
3779fi
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
3785echo "$as_me: Building with package name set to $PACKAGE" >&6;}
3786	fi
3787
3788cat >>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
3797cat >>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
3806cat >>confdefs.h <<_ACEOF
3807#define PACKAGE_VERSION_PATCHLEVEL $PVP
3808_ACEOF
3809
3810
3811
3812ac_config_files="$ac_config_files Makefile"
3813
3814cat >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
3842echo "$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
3875if 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
3879echo "$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
3883echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3884  fi
3885fi
3886rm -f confcache
3887
3888test "x$prefix" = xNONE && prefix=$ac_default_prefix
3889# Let make expand exec_prefix.
3890test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3891
3892DEFS=-DHAVE_CONFIG_H
3893
3894ac_libobjs=
3895ac_ltlibobjs=
3896for 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'
3904done
3905LIBOBJS=$ac_libobjs
3906
3907LTLIBOBJS=$ac_ltlibobjs
3908
3909
3910if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3911  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
3912Usually this means the macro was only invoked conditionally." >&5
3913echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
3914Usually this means the macro was only invoked conditionally." >&2;}
3915   { (exit 1); exit 1; }; }
3916fi
3917if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3918  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3919Usually this means the macro was only invoked conditionally." >&5
3920echo "$as_me: error: conditional \"AMDEP\" was never defined.
3921Usually this means the macro was only invoked conditionally." >&2;}
3922   { (exit 1); exit 1; }; }
3923fi
3924if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3925  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
3926Usually this means the macro was only invoked conditionally." >&5
3927echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
3928Usually this means the macro was only invoked conditionally." >&2;}
3929   { (exit 1); exit 1; }; }
3930fi
3931
3932: ${CONFIG_STATUS=./config.status}
3933ac_clean_files_save=$ac_clean_files
3934ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3935{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3936echo "$as_me: creating $CONFIG_STATUS" >&6;}
3937cat >$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
3944debug=false
3945ac_cs_recheck=false
3946ac_cs_silent=false
3947SHELL=\${CONFIG_SHELL-$SHELL}
3948_ACEOF
3949
3950cat >>$CONFIG_STATUS <<\_ACEOF
3951## --------------------- ##
3952## M4sh Initialization.  ##
3953## --------------------- ##
3954
3955# Be more Bourne compatible
3956DUALCASE=1; export DUALCASE # for MKS sh
3957if 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
3964else
3965  case `(set -o) 2>/dev/null` in
3966  *posix*) set -o posix ;;
3967esac
3968
3969fi
3970
3971
3972
3973
3974# PATH needs CR
3975# Avoid depending upon Character Ranges.
3976as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3977as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3978as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3979as_cr_digits='0123456789'
3980as_cr_alnum=$as_cr_Letters$as_cr_digits
3981
3982# The user is always right.
3983if 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
3993fi
3994
3995# Support unset when possible.
3996if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3997  as_unset=unset
3998else
3999  as_unset=false
4000fi
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.)
4008as_nl='
4009'
4010IFS=" ""	$as_nl"
4011
4012# Find who we are.  Look in the path if we contain no directory separator.
4013case $0 in
4014  *[\\/]* ) as_myself=$0 ;;
4015  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4016for as_dir in $PATH
4017do
4018  IFS=$as_save_IFS
4019  test -z "$as_dir" && as_dir=.
4020  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4021done
4022IFS=$as_save_IFS
4023
4024     ;;
4025esac
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.
4028if test "x$as_myself" = x; then
4029  as_myself=$0
4030fi
4031if 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; }
4034fi
4035
4036# Work around bugs in pre-3.0 UWIN ksh.
4037for as_var in ENV MAIL MAILPATH
4038do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4039done
4040PS1='$ '
4041PS2='> '
4042PS4='+ '
4043
4044# NLS nuisances.
4045for 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
4049do
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
4055done
4056
4057# Required to use basename.
4058if expr a : '\(a\)' >/dev/null 2>&1 &&
4059   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4060  as_expr=expr
4061else
4062  as_expr=false
4063fi
4064
4065if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4066  as_basename=basename
4067else
4068  as_basename=false
4069fi
4070
4071
4072# Name of the executable.
4073as_me=`$as_basename -- "$0" ||
4074$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4075	 X"$0" : 'X\(//\)$' \| \
4076	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4077echo 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
4140if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4141  as_dirname=dirname
4142else
4143  as_dirname=false
4144fi
4145
4146ECHO_C= ECHO_N= ECHO_T=
4147case `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';;
4155esac
4156
4157if expr a : '\(a\)' >/dev/null 2>&1 &&
4158   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4159  as_expr=expr
4160else
4161  as_expr=false
4162fi
4163
4164rm -f conf$$ conf$$.exe conf$$.file
4165if test -d conf$$.dir; then
4166  rm -f conf$$.dir/conf$$.file
4167else
4168  rm -f conf$$.dir
4169  mkdir conf$$.dir
4170fi
4171echo >conf$$.file
4172if 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'
4180elif ln conf$$.file conf$$ 2>/dev/null; then
4181  as_ln_s=ln
4182else
4183  as_ln_s='cp -p'
4184fi
4185rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4186rmdir conf$$.dir 2>/dev/null
4187
4188if mkdir -p . 2>/dev/null; then
4189  as_mkdir_p=:
4190else
4191  test -d ./-p && rmdir ./-p
4192  as_mkdir_p=false
4193fi
4194
4195if test -x / >/dev/null 2>&1; then
4196  as_test_x='test -x'
4197else
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  '
4215fi
4216as_executable_p=$as_test_x
4217
4218# Sed expression to map a string onto a valid CPP name.
4219as_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.
4222as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4223
4224
4225exec 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.
4230ac_log="
4231This file was extended by ico $as_me 1.0.2, which was
4232generated 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
4240on `(hostname || uname -n) 2>/dev/null | sed 1q`
4241"
4242
4243_ACEOF
4244
4245cat >>$CONFIG_STATUS <<_ACEOF
4246# Files that config.status was made for.
4247config_files="$ac_config_files"
4248config_headers="$ac_config_headers"
4249config_commands="$ac_config_commands"
4250
4251_ACEOF
4252
4253cat >>$CONFIG_STATUS <<\_ACEOF
4254ac_cs_usage="\
4255\`$as_me' instantiates files from templates according to the
4256current configuration.
4257
4258Usage: $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
4270Configuration files:
4271$config_files
4272
4273Configuration headers:
4274$config_headers
4275
4276Configuration commands:
4277$config_commands
4278
4279Report bugs to <bug-autoconf@gnu.org>."
4280
4281_ACEOF
4282cat >>$CONFIG_STATUS <<_ACEOF
4283ac_cs_version="\\
4284ico config.status 1.0.2
4285configured by $0, generated by GNU Autoconf 2.61,
4286  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4287
4288Copyright (C) 2006 Free Software Foundation, Inc.
4289This config.status script is free software; the Free Software Foundation
4290gives unlimited permission to copy, distribute and modify it."
4291
4292ac_pwd='$ac_pwd'
4293srcdir='$srcdir'
4294INSTALL='$INSTALL'
4295MKDIR_P='$MKDIR_P'
4296_ACEOF
4297
4298cat >>$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.
4301ac_need_defaults=:
4302while test $# != 0
4303do
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
4336Try \`$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
4346Try \`$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
4354done
4355
4356ac_configure_extra_args=
4357
4358if $ac_cs_silent; then
4359  exec 6>/dev/null
4360  ac_configure_extra_args="$ac_configure_extra_args --silent"
4361fi
4362
4363_ACEOF
4364cat >>$CONFIG_STATUS <<_ACEOF
4365if \$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
4370fi
4371
4372_ACEOF
4373cat >>$CONFIG_STATUS <<\_ACEOF
4374exec 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
4384cat >>$CONFIG_STATUS <<_ACEOF
4385#
4386# INIT-COMMANDS
4387#
4388AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4389
4390_ACEOF
4391
4392cat >>$CONFIG_STATUS <<\_ACEOF
4393
4394# Handling of arguments.
4395for ac_config_target in $ac_config_targets
4396do
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
4403echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4404   { (exit 1); exit 1; }; };;
4405  esac
4406done
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.
4413if $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
4417fi
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
4454if test -n "$CONFIG_FILES"; then
4455
4456_ACEOF
4457
4458
4459
4460ac_delim='%!_!# '
4461for ac_last_try in false false false false false :; do
4462  cat >conf$$subs.sed <<_ACEOF
4463SHELL!$SHELL$ac_delim
4464PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
4465PACKAGE_NAME!$PACKAGE_NAME$ac_delim
4466PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
4467PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
4468PACKAGE_STRING!$PACKAGE_STRING$ac_delim
4469PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
4470exec_prefix!$exec_prefix$ac_delim
4471prefix!$prefix$ac_delim
4472program_transform_name!$program_transform_name$ac_delim
4473bindir!$bindir$ac_delim
4474sbindir!$sbindir$ac_delim
4475libexecdir!$libexecdir$ac_delim
4476datarootdir!$datarootdir$ac_delim
4477datadir!$datadir$ac_delim
4478sysconfdir!$sysconfdir$ac_delim
4479sharedstatedir!$sharedstatedir$ac_delim
4480localstatedir!$localstatedir$ac_delim
4481includedir!$includedir$ac_delim
4482oldincludedir!$oldincludedir$ac_delim
4483docdir!$docdir$ac_delim
4484infodir!$infodir$ac_delim
4485htmldir!$htmldir$ac_delim
4486dvidir!$dvidir$ac_delim
4487pdfdir!$pdfdir$ac_delim
4488psdir!$psdir$ac_delim
4489libdir!$libdir$ac_delim
4490localedir!$localedir$ac_delim
4491mandir!$mandir$ac_delim
4492DEFS!$DEFS$ac_delim
4493ECHO_C!$ECHO_C$ac_delim
4494ECHO_N!$ECHO_N$ac_delim
4495ECHO_T!$ECHO_T$ac_delim
4496LIBS!$LIBS$ac_delim
4497build_alias!$build_alias$ac_delim
4498host_alias!$host_alias$ac_delim
4499target_alias!$target_alias$ac_delim
4500INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
4501INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
4502INSTALL_DATA!$INSTALL_DATA$ac_delim
4503am__isrc!$am__isrc$ac_delim
4504CYGPATH_W!$CYGPATH_W$ac_delim
4505PACKAGE!$PACKAGE$ac_delim
4506VERSION!$VERSION$ac_delim
4507ACLOCAL!$ACLOCAL$ac_delim
4508AUTOCONF!$AUTOCONF$ac_delim
4509AUTOMAKE!$AUTOMAKE$ac_delim
4510AUTOHEADER!$AUTOHEADER$ac_delim
4511MAKEINFO!$MAKEINFO$ac_delim
4512install_sh!$install_sh$ac_delim
4513STRIP!$STRIP$ac_delim
4514INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
4515mkdir_p!$mkdir_p$ac_delim
4516AWK!$AWK$ac_delim
4517SET_MAKE!$SET_MAKE$ac_delim
4518am__leading_dot!$am__leading_dot$ac_delim
4519AMTAR!$AMTAR$ac_delim
4520am__tar!$am__tar$ac_delim
4521am__untar!$am__untar$ac_delim
4522MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
4523MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
4524MAINT!$MAINT$ac_delim
4525CC!$CC$ac_delim
4526CFLAGS!$CFLAGS$ac_delim
4527LDFLAGS!$LDFLAGS$ac_delim
4528CPPFLAGS!$CPPFLAGS$ac_delim
4529ac_ct_CC!$ac_ct_CC$ac_delim
4530EXEEXT!$EXEEXT$ac_delim
4531OBJEXT!$OBJEXT$ac_delim
4532DEPDIR!$DEPDIR$ac_delim
4533am__include!$am__include$ac_delim
4534am__quote!$am__quote$ac_delim
4535AMDEP_TRUE!$AMDEP_TRUE$ac_delim
4536AMDEP_FALSE!$AMDEP_FALSE$ac_delim
4537AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
4538CCDEPMODE!$CCDEPMODE$ac_delim
4539am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
4540am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
4541PKG_CONFIG!$PKG_CONFIG$ac_delim
4542ICO_CFLAGS!$ICO_CFLAGS$ac_delim
4543ICO_LIBS!$ICO_LIBS$ac_delim
4544XTHREADLIB!$XTHREADLIB$ac_delim
4545build!$build$ac_delim
4546build_cpu!$build_cpu$ac_delim
4547build_vendor!$build_vendor$ac_delim
4548build_os!$build_os$ac_delim
4549host!$host$ac_delim
4550host_cpu!$host_cpu$ac_delim
4551host_vendor!$host_vendor$ac_delim
4552host_os!$host_os$ac_delim
4553APP_MAN_SUFFIX!$APP_MAN_SUFFIX$ac_delim
4554LIB_MAN_SUFFIX!$LIB_MAN_SUFFIX$ac_delim
4555FILE_MAN_SUFFIX!$FILE_MAN_SUFFIX$ac_delim
4556MISC_MAN_SUFFIX!$MISC_MAN_SUFFIX$ac_delim
4557DRIVER_MAN_SUFFIX!$DRIVER_MAN_SUFFIX$ac_delim
4558ADMIN_MAN_SUFFIX!$ADMIN_MAN_SUFFIX$ac_delim
4559APP_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
4566echo "$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
4571done
4572
4573ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
4574if test -n "$ac_eof"; then
4575  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
4576  ac_eof=`expr $ac_eof + 1`
4577fi
4578
4579cat >>$CONFIG_STATUS <<_ACEOF
4580cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
4581/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4582_ACEOF
4583sed '
4584s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
4585s/^/s,@/; s/!/@,|#_!!_#|/
4586:n
4587t n
4588s/'"$ac_delim"'$/,g/; t
4589s/$/\\/; p
4590N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
4591' >>$CONFIG_STATUS <conf$$subs.sed
4592rm -f conf$$subs.sed
4593cat >>$CONFIG_STATUS <<_ACEOF
4594CEOF$ac_eof
4595_ACEOF
4596
4597
4598ac_delim='%!_!# '
4599for ac_last_try in false false false false false :; do
4600  cat >conf$$subs.sed <<_ACEOF
4601LIB_MAN_DIR!$LIB_MAN_DIR$ac_delim
4602FILE_MAN_DIR!$FILE_MAN_DIR$ac_delim
4603MISC_MAN_DIR!$MISC_MAN_DIR$ac_delim
4604DRIVER_MAN_DIR!$DRIVER_MAN_DIR$ac_delim
4605ADMIN_MAN_DIR!$ADMIN_MAN_DIR$ac_delim
4606LIBOBJS!$LIBOBJS$ac_delim
4607LTLIBOBJS!$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
4614echo "$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
4619done
4620
4621ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
4622if test -n "$ac_eof"; then
4623  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
4624  ac_eof=`expr $ac_eof + 1`
4625fi
4626
4627cat >>$CONFIG_STATUS <<_ACEOF
4628cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
4629/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
4630_ACEOF
4631sed '
4632s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
4633s/^/s,@/; s/!/@,|#_!!_#|/
4634:n
4635t n
4636s/'"$ac_delim"'$/,g/; t
4637s/$/\\/; p
4638N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
4639' >>$CONFIG_STATUS <conf$$subs.sed
4640rm -f conf$$subs.sed
4641cat >>$CONFIG_STATUS <<_ACEOF
4642:end
4643s/|#_!!_#|//g
4644CEOF$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).
4652if test "x$srcdir" = x.; then
4653  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
4654s/:*\$(srcdir):*/:/
4655s/:*\${srcdir}:*/:/
4656s/:*@srcdir@:*/:/
4657s/^\([^=]*=[	 ]*\):*/\1/
4658s/:*$//
4659s/^[^=]*=[	 ]*$//
4660}'
4661fi
4662
4663cat >>$CONFIG_STATUS <<\_ACEOF
4664fi # test -n "$CONFIG_FILES"
4665
4666
4667for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
4668do
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
4675echo "$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
4705echo "$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
4719echo "$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 ||
4733echo 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 ||
4768echo 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
4790echo "$as_me: error: cannot create directory $as_dir" >&2;}
4791   { (exit 1); exit 1; }; }; }
4792  ac_builddir=.
4793
4794case "$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 ;;
4804esac
4805ac_abs_top_builddir=$ac_pwd
4806ac_abs_builddir=$ac_pwd$ac_dir_suffix
4807# for backward compatibility:
4808ac_top_builddir=$ac_top_build_prefix
4809
4810case $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 ;;
4823esac
4824ac_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
4844cat >>$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.
4847ac_datarootdir_hack=; ac_datarootdir_seen=
4848
4849case `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
4862echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4863_ACEOF
4864cat >>$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' ;;
4872esac
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?
4878cat >>$CONFIG_STATUS <<_ACEOF
4879  sed "$ac_vpsub
4880$extrasub
4881_ACEOF
4882cat >>$CONFIG_STATUS <<\_ACEOF
4883:t
4884/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4885s&@configure_input@&$configure_input&;t t
4886s&@top_builddir@&$ac_top_builddir_sub&;t t
4887s&@srcdir@&$ac_srcdir&;t t
4888s&@abs_srcdir@&$ac_abs_srcdir&;t t
4889s&@top_srcdir@&$ac_top_srcdir&;t t
4890s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4891s&@builddir@&$ac_builddir&;t t
4892s&@abs_builddir@&$ac_abs_builddir&;t t
4893s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4894s&@INSTALL@&$ac_INSTALL&;t t
4895s&@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
4899test -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'
4903which seems to be undefined.  Please make sure it is defined." >&5
4904echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4905which 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.
4921rm -f conftest.defines conftest.tail
4922# First, append a space to every undef/define line, to ease matching.
4923echo '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.
4929ac_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.
4934ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
4935ac_dB='\\)[	 (].*,\\1define\\2'
4936ac_dC=' '
4937ac_dD=' ,'
4938
4939uniq 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.)
4957echo 's/ $//
4958s,^[	 #]*u.*,/* & */,' >>conftest.defines
4959
4960# Break up conftest.defines:
4961ac_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.
4967ac_in='$ac_file_inputs'
4968ac_out='"$tmp/out1"'
4969ac_nxt='"$tmp/out2"'
4970
4971while :
4972do
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
4979b
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
4990done
4991rm -f conftest.defines conftest.tail
4992
4993echo "ac_result=$ac_in" >>$CONFIG_STATUS
4994cat >>$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
5000echo "$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
5012for _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
5019done
5020echo "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 ||
5025echo 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
5046echo "$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 ||
5068echo 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 ||
5112echo 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 ||
5147echo 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
5169echo "$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
5174done
5175 ;;
5176
5177  esac
5178done # for ac_tag
5179
5180
5181{ (exit 0); exit 0; }
5182_ACEOF
5183chmod +x $CONFIG_STATUS
5184ac_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.
5195if 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; }
5206fi
5207
5208