source: trunk/third/gnome-icon-theme/configure @ 20832

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