1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for hicolor-icon-theme 0.17.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60	expr "X$arg" : "X\\(.*\\)$as_nl";
61	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199  if (eval "$as_required") 2>/dev/null; then :
200  as_have_required=yes
201else
202  as_have_required=no
203fi
204  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206else
207  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210do
211  IFS=$as_save_IFS
212  test -z "$as_dir" && as_dir=.
213  as_found=:
214  case $as_dir in #(
215	 /*)
216	   for as_base in sh bash ksh sh5; do
217	     # Try only shells that exist, to save several forks.
218	     as_shell=$as_dir/$as_base
219	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221  CONFIG_SHELL=$as_shell as_have_required=yes
222		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223  break 2
224fi
225fi
226	   done;;
227       esac
228  as_found=false
229done
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232  CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
234IFS=$as_save_IFS
235
236
237      if test "x$CONFIG_SHELL" != x; then :
238  export CONFIG_SHELL
239             # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247  *v*x* | *x*v* ) as_opts=-vx ;;
248  *v* ) as_opts=-v ;;
249  *x* ) as_opts=-x ;;
250  * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
257fi
258
259    if test x$as_have_required = xno; then :
260  $as_echo "$0: This script requires a shell more modern than all"
261  $as_echo "$0: the shells that I found on your system."
262  if test x${ZSH_VERSION+set} = xset ; then
263    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265  else
266    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267$0: including any error possibly output before this
268$0: message. Then install a modern shell, or manually run
269$0: the script under such a shell if you do have one."
270  fi
271  exit 1
272fi
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
280
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289  { eval $1=; unset $1;}
290}
291as_unset=as_fn_unset
292
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298  return $1
299} # as_fn_set_status
300
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306  set +e
307  as_fn_set_status $1
308  exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
316
317  case $as_dir in #(
318  -*) as_dir=./$as_dir;;
319  esac
320  test -d "$as_dir" || eval $as_mkdir_p || {
321    as_dirs=
322    while :; do
323      case $as_dir in #(
324      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325      *) as_qdir=$as_dir;;
326      esac
327      as_dirs="'$as_qdir' $as_dirs"
328      as_dir=`$as_dirname -- "$as_dir" ||
329$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330	 X"$as_dir" : 'X\(//\)[^/]' \| \
331	 X"$as_dir" : 'X\(//\)$' \| \
332	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333$as_echo X"$as_dir" |
334    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335	    s//\1/
336	    q
337	  }
338	  /^X\(\/\/\)[^/].*/{
339	    s//\1/
340	    q
341	  }
342	  /^X\(\/\/\)$/{
343	    s//\1/
344	    q
345	  }
346	  /^X\(\/\).*/{
347	    s//\1/
348	    q
349	  }
350	  s/.*/./; q'`
351      test -d "$as_dir" && break
352    done
353    test -z "$as_dirs" || eval "mkdir $as_dirs"
354  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357} # as_fn_mkdir_p
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364  test -f "$1" && test -x "$1"
365} # as_fn_executable_p
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373  eval 'as_fn_append ()
374  {
375    eval $1+=\$2
376  }'
377else
378  as_fn_append ()
379  {
380    eval $1=\$$1\$2
381  }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390  eval 'as_fn_arith ()
391  {
392    as_val=$(( $* ))
393  }'
394else
395  as_fn_arith ()
396  {
397    as_val=`expr "$@" || test $? -eq 1`
398  }
399fi # as_fn_arith
400
401
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406# script with STATUS, using 1 if that was 0.
407as_fn_error ()
408{
409  as_status=$1; test $as_status -eq 0 && as_status=1
410  if test "$4"; then
411    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413  fi
414  $as_echo "$as_me: error: $2" >&2
415  as_fn_exit $as_status
416} # as_fn_error
417
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419   test "X`expr 00001 : '.*\(...\)'`" = X001; then
420  as_expr=expr
421else
422  as_expr=false
423fi
424
425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426  as_basename=basename
427else
428  as_basename=false
429fi
430
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432  as_dirname=dirname
433else
434  as_dirname=false
435fi
436
437as_me=`$as_basename -- "$0" ||
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439	 X"$0" : 'X\(//\)$' \| \
440	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442    sed '/^.*\/\([^/][^/]*\)\/*$/{
443	    s//\1/
444	    q
445	  }
446	  /^X\/\(\/\/\)$/{
447	    s//\1/
448	    q
449	  }
450	  /^X\/\(\/\).*/{
451	    s//\1/
452	    q
453	  }
454	  s/.*/./; q'`
455
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464  as_lineno_1=$LINENO as_lineno_1a=$LINENO
465  as_lineno_2=$LINENO as_lineno_2a=$LINENO
466  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
469  sed -n '
470    p
471    /[$]LINENO/=
472  ' <$as_myself |
473    sed '
474      s/[$]LINENO.*/&-/
475      t lineno
476      b
477      :lineno
478      N
479      :loop
480      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481      t loop
482      s/-\n.*//
483    ' >$as_me.lineno &&
484  chmod +x "$as_me.lineno" ||
485    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488  # already done that, so ensure we don't try to do so again and fall
489  # in an infinite loop.  This has already happened in practice.
490  _as_can_reexec=no; export _as_can_reexec
491  # Don't try to exec as it changes $[0], causing all sort of problems
492  # (the dirname of $[0] is not the place where we might find the
493  # original and so on.  Autoconf is especially sensitive to this).
494  . "./$as_me.lineno"
495  # Exit status is that of the last command.
496  exit
497}
498
499ECHO_C= ECHO_N= ECHO_T=
500case `echo -n x` in #(((((
501-n*)
502  case `echo 'xy\c'` in
503  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
504  xy)  ECHO_C='\c';;
505  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
506       ECHO_T='	';;
507  esac;;
508*)
509  ECHO_N='-n';;
510esac
511
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514  rm -f conf$$.dir/conf$$.file
515else
516  rm -f conf$$.dir
517  mkdir conf$$.dir 2>/dev/null
518fi
519if (echo >conf$$.file) 2>/dev/null; then
520  if ln -s conf$$.file conf$$ 2>/dev/null; then
521    as_ln_s='ln -s'
522    # ... but there are two gotchas:
523    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525    # In both cases, we have to default to `cp -pR'.
526    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527      as_ln_s='cp -pR'
528  elif ln conf$$.file conf$$ 2>/dev/null; then
529    as_ln_s=ln
530  else
531    as_ln_s='cp -pR'
532  fi
533else
534  as_ln_s='cp -pR'
535fi
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
538
539if mkdir -p . 2>/dev/null; then
540  as_mkdir_p='mkdir -p "$as_dir"'
541else
542  test -d ./-p && rmdir ./-p
543  as_mkdir_p=false
544fi
545
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
558
559# Name of the host.
560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
568ac_clean_files=
569ac_config_libobj_dir=.
570LIBOBJS=
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
575
576# Identity of this package.
577PACKAGE_NAME='hicolor-icon-theme'
578PACKAGE_TARNAME='hicolor-icon-theme'
579PACKAGE_VERSION='0.17'
580PACKAGE_STRING='hicolor-icon-theme 0.17'
581PACKAGE_BUGREPORT=''
582PACKAGE_URL=''
583
584ac_subst_vars='LTLIBOBJS
585LIBOBJS
586AM_BACKSLASH
587AM_DEFAULT_VERBOSITY
588AM_DEFAULT_V
589AM_V
590am__untar
591am__tar
592AMTAR
593am__leading_dot
594SET_MAKE
595AWK
596mkdir_p
597MKDIR_P
598INSTALL_STRIP_PROGRAM
599STRIP
600install_sh
601MAKEINFO
602AUTOHEADER
603AUTOMAKE
604AUTOCONF
605ACLOCAL
606VERSION
607PACKAGE
608CYGPATH_W
609am__isrc
610INSTALL_DATA
611INSTALL_SCRIPT
612INSTALL_PROGRAM
613target_alias
614host_alias
615build_alias
616LIBS
617ECHO_T
618ECHO_N
619ECHO_C
620DEFS
621mandir
622localedir
623libdir
624psdir
625pdfdir
626dvidir
627htmldir
628infodir
629docdir
630oldincludedir
631includedir
632localstatedir
633sharedstatedir
634sysconfdir
635datadir
636datarootdir
637libexecdir
638sbindir
639bindir
640program_transform_name
641prefix
642exec_prefix
643PACKAGE_URL
644PACKAGE_BUGREPORT
645PACKAGE_STRING
646PACKAGE_VERSION
647PACKAGE_TARNAME
648PACKAGE_NAME
649PATH_SEPARATOR
650SHELL'
651ac_subst_files=''
652ac_user_opts='
653enable_option_checking
654enable_silent_rules
655'
656      ac_precious_vars='build_alias
657host_alias
658target_alias'
659
660
661# Initialize some variables set by options.
662ac_init_help=
663ac_init_version=false
664ac_unrecognized_opts=
665ac_unrecognized_sep=
666# The variables have the same names as the options, with
667# dashes changed to underlines.
668cache_file=/dev/null
669exec_prefix=NONE
670no_create=
671no_recursion=
672prefix=NONE
673program_prefix=NONE
674program_suffix=NONE
675program_transform_name=s,x,x,
676silent=
677site=
678srcdir=
679verbose=
680x_includes=NONE
681x_libraries=NONE
682
683# Installation directory options.
684# These are left unexpanded so users can "make install exec_prefix=/foo"
685# and all the variables that are supposed to be based on exec_prefix
686# by default will actually change.
687# Use braces instead of parens because sh, perl, etc. also accept them.
688# (The list follows the same order as the GNU Coding Standards.)
689bindir='${exec_prefix}/bin'
690sbindir='${exec_prefix}/sbin'
691libexecdir='${exec_prefix}/libexec'
692datarootdir='${prefix}/share'
693datadir='${datarootdir}'
694sysconfdir='${prefix}/etc'
695sharedstatedir='${prefix}/com'
696localstatedir='${prefix}/var'
697includedir='${prefix}/include'
698oldincludedir='/usr/include'
699docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
700infodir='${datarootdir}/info'
701htmldir='${docdir}'
702dvidir='${docdir}'
703pdfdir='${docdir}'
704psdir='${docdir}'
705libdir='${exec_prefix}/lib'
706localedir='${datarootdir}/locale'
707mandir='${datarootdir}/man'
708
709ac_prev=
710ac_dashdash=
711for ac_option
712do
713  # If the previous option needs an argument, assign it.
714  if test -n "$ac_prev"; then
715    eval $ac_prev=\$ac_option
716    ac_prev=
717    continue
718  fi
719
720  case $ac_option in
721  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
722  *=)   ac_optarg= ;;
723  *)    ac_optarg=yes ;;
724  esac
725
726  # Accept the important Cygnus configure options, so we can diagnose typos.
727
728  case $ac_dashdash$ac_option in
729  --)
730    ac_dashdash=yes ;;
731
732  -bindir | --bindir | --bindi | --bind | --bin | --bi)
733    ac_prev=bindir ;;
734  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
735    bindir=$ac_optarg ;;
736
737  -build | --build | --buil | --bui | --bu)
738    ac_prev=build_alias ;;
739  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
740    build_alias=$ac_optarg ;;
741
742  -cache-file | --cache-file | --cache-fil | --cache-fi \
743  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
744    ac_prev=cache_file ;;
745  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
746  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
747    cache_file=$ac_optarg ;;
748
749  --config-cache | -C)
750    cache_file=config.cache ;;
751
752  -datadir | --datadir | --datadi | --datad)
753    ac_prev=datadir ;;
754  -datadir=* | --datadir=* | --datadi=* | --datad=*)
755    datadir=$ac_optarg ;;
756
757  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
758  | --dataroo | --dataro | --datar)
759    ac_prev=datarootdir ;;
760  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
761  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
762    datarootdir=$ac_optarg ;;
763
764  -disable-* | --disable-*)
765    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
766    # Reject names that are not valid shell variable names.
767    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
768      as_fn_error $? "invalid feature name: $ac_useropt"
769    ac_useropt_orig=$ac_useropt
770    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
771    case $ac_user_opts in
772      *"
773"enable_$ac_useropt"
774"*) ;;
775      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
776	 ac_unrecognized_sep=', ';;
777    esac
778    eval enable_$ac_useropt=no ;;
779
780  -docdir | --docdir | --docdi | --doc | --do)
781    ac_prev=docdir ;;
782  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
783    docdir=$ac_optarg ;;
784
785  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
786    ac_prev=dvidir ;;
787  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
788    dvidir=$ac_optarg ;;
789
790  -enable-* | --enable-*)
791    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
792    # Reject names that are not valid shell variable names.
793    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
794      as_fn_error $? "invalid feature name: $ac_useropt"
795    ac_useropt_orig=$ac_useropt
796    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
797    case $ac_user_opts in
798      *"
799"enable_$ac_useropt"
800"*) ;;
801      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
802	 ac_unrecognized_sep=', ';;
803    esac
804    eval enable_$ac_useropt=\$ac_optarg ;;
805
806  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
807  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
808  | --exec | --exe | --ex)
809    ac_prev=exec_prefix ;;
810  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
811  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
812  | --exec=* | --exe=* | --ex=*)
813    exec_prefix=$ac_optarg ;;
814
815  -gas | --gas | --ga | --g)
816    # Obsolete; use --with-gas.
817    with_gas=yes ;;
818
819  -help | --help | --hel | --he | -h)
820    ac_init_help=long ;;
821  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
822    ac_init_help=recursive ;;
823  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
824    ac_init_help=short ;;
825
826  -host | --host | --hos | --ho)
827    ac_prev=host_alias ;;
828  -host=* | --host=* | --hos=* | --ho=*)
829    host_alias=$ac_optarg ;;
830
831  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
832    ac_prev=htmldir ;;
833  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
834  | --ht=*)
835    htmldir=$ac_optarg ;;
836
837  -includedir | --includedir | --includedi | --included | --include \
838  | --includ | --inclu | --incl | --inc)
839    ac_prev=includedir ;;
840  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
841  | --includ=* | --inclu=* | --incl=* | --inc=*)
842    includedir=$ac_optarg ;;
843
844  -infodir | --infodir | --infodi | --infod | --info | --inf)
845    ac_prev=infodir ;;
846  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
847    infodir=$ac_optarg ;;
848
849  -libdir | --libdir | --libdi | --libd)
850    ac_prev=libdir ;;
851  -libdir=* | --libdir=* | --libdi=* | --libd=*)
852    libdir=$ac_optarg ;;
853
854  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
855  | --libexe | --libex | --libe)
856    ac_prev=libexecdir ;;
857  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
858  | --libexe=* | --libex=* | --libe=*)
859    libexecdir=$ac_optarg ;;
860
861  -localedir | --localedir | --localedi | --localed | --locale)
862    ac_prev=localedir ;;
863  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
864    localedir=$ac_optarg ;;
865
866  -localstatedir | --localstatedir | --localstatedi | --localstated \
867  | --localstate | --localstat | --localsta | --localst | --locals)
868    ac_prev=localstatedir ;;
869  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
870  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
871    localstatedir=$ac_optarg ;;
872
873  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
874    ac_prev=mandir ;;
875  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
876    mandir=$ac_optarg ;;
877
878  -nfp | --nfp | --nf)
879    # Obsolete; use --without-fp.
880    with_fp=no ;;
881
882  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
883  | --no-cr | --no-c | -n)
884    no_create=yes ;;
885
886  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
887  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
888    no_recursion=yes ;;
889
890  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
891  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
892  | --oldin | --oldi | --old | --ol | --o)
893    ac_prev=oldincludedir ;;
894  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
895  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
896  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
897    oldincludedir=$ac_optarg ;;
898
899  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
900    ac_prev=prefix ;;
901  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
902    prefix=$ac_optarg ;;
903
904  -program-prefix | --program-prefix | --program-prefi | --program-pref \
905  | --program-pre | --program-pr | --program-p)
906    ac_prev=program_prefix ;;
907  -program-prefix=* | --program-prefix=* | --program-prefi=* \
908  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
909    program_prefix=$ac_optarg ;;
910
911  -program-suffix | --program-suffix | --program-suffi | --program-suff \
912  | --program-suf | --program-su | --program-s)
913    ac_prev=program_suffix ;;
914  -program-suffix=* | --program-suffix=* | --program-suffi=* \
915  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
916    program_suffix=$ac_optarg ;;
917
918  -program-transform-name | --program-transform-name \
919  | --program-transform-nam | --program-transform-na \
920  | --program-transform-n | --program-transform- \
921  | --program-transform | --program-transfor \
922  | --program-transfo | --program-transf \
923  | --program-trans | --program-tran \
924  | --progr-tra | --program-tr | --program-t)
925    ac_prev=program_transform_name ;;
926  -program-transform-name=* | --program-transform-name=* \
927  | --program-transform-nam=* | --program-transform-na=* \
928  | --program-transform-n=* | --program-transform-=* \
929  | --program-transform=* | --program-transfor=* \
930  | --program-transfo=* | --program-transf=* \
931  | --program-trans=* | --program-tran=* \
932  | --progr-tra=* | --program-tr=* | --program-t=*)
933    program_transform_name=$ac_optarg ;;
934
935  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
936    ac_prev=pdfdir ;;
937  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
938    pdfdir=$ac_optarg ;;
939
940  -psdir | --psdir | --psdi | --psd | --ps)
941    ac_prev=psdir ;;
942  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
943    psdir=$ac_optarg ;;
944
945  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
946  | -silent | --silent | --silen | --sile | --sil)
947    silent=yes ;;
948
949  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
950    ac_prev=sbindir ;;
951  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
952  | --sbi=* | --sb=*)
953    sbindir=$ac_optarg ;;
954
955  -sharedstatedir | --sharedstatedir | --sharedstatedi \
956  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
957  | --sharedst | --shareds | --shared | --share | --shar \
958  | --sha | --sh)
959    ac_prev=sharedstatedir ;;
960  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
961  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
962  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
963  | --sha=* | --sh=*)
964    sharedstatedir=$ac_optarg ;;
965
966  -site | --site | --sit)
967    ac_prev=site ;;
968  -site=* | --site=* | --sit=*)
969    site=$ac_optarg ;;
970
971  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
972    ac_prev=srcdir ;;
973  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
974    srcdir=$ac_optarg ;;
975
976  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
977  | --syscon | --sysco | --sysc | --sys | --sy)
978    ac_prev=sysconfdir ;;
979  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
980  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
981    sysconfdir=$ac_optarg ;;
982
983  -target | --target | --targe | --targ | --tar | --ta | --t)
984    ac_prev=target_alias ;;
985  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
986    target_alias=$ac_optarg ;;
987
988  -v | -verbose | --verbose | --verbos | --verbo | --verb)
989    verbose=yes ;;
990
991  -version | --version | --versio | --versi | --vers | -V)
992    ac_init_version=: ;;
993
994  -with-* | --with-*)
995    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
996    # Reject names that are not valid shell variable names.
997    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
998      as_fn_error $? "invalid package name: $ac_useropt"
999    ac_useropt_orig=$ac_useropt
1000    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001    case $ac_user_opts in
1002      *"
1003"with_$ac_useropt"
1004"*) ;;
1005      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1006	 ac_unrecognized_sep=', ';;
1007    esac
1008    eval with_$ac_useropt=\$ac_optarg ;;
1009
1010  -without-* | --without-*)
1011    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1012    # Reject names that are not valid shell variable names.
1013    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1014      as_fn_error $? "invalid package name: $ac_useropt"
1015    ac_useropt_orig=$ac_useropt
1016    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1017    case $ac_user_opts in
1018      *"
1019"with_$ac_useropt"
1020"*) ;;
1021      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1022	 ac_unrecognized_sep=', ';;
1023    esac
1024    eval with_$ac_useropt=no ;;
1025
1026  --x)
1027    # Obsolete; use --with-x.
1028    with_x=yes ;;
1029
1030  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1031  | --x-incl | --x-inc | --x-in | --x-i)
1032    ac_prev=x_includes ;;
1033  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1034  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1035    x_includes=$ac_optarg ;;
1036
1037  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1038  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1039    ac_prev=x_libraries ;;
1040  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1041  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1042    x_libraries=$ac_optarg ;;
1043
1044  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1045Try \`$0 --help' for more information"
1046    ;;
1047
1048  *=*)
1049    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1050    # Reject names that are not valid shell variable names.
1051    case $ac_envvar in #(
1052      '' | [0-9]* | *[!_$as_cr_alnum]* )
1053      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1054    esac
1055    eval $ac_envvar=\$ac_optarg
1056    export $ac_envvar ;;
1057
1058  *)
1059    # FIXME: should be removed in autoconf 3.0.
1060    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1061    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1062      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1063    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1064    ;;
1065
1066  esac
1067done
1068
1069if test -n "$ac_prev"; then
1070  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1071  as_fn_error $? "missing argument to $ac_option"
1072fi
1073
1074if test -n "$ac_unrecognized_opts"; then
1075  case $enable_option_checking in
1076    no) ;;
1077    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1078    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1079  esac
1080fi
1081
1082# Check all directory arguments for consistency.
1083for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1084		datadir sysconfdir sharedstatedir localstatedir includedir \
1085		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1086		libdir localedir mandir
1087do
1088  eval ac_val=\$$ac_var
1089  # Remove trailing slashes.
1090  case $ac_val in
1091    */ )
1092      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1093      eval $ac_var=\$ac_val;;
1094  esac
1095  # Be sure to have absolute directory names.
1096  case $ac_val in
1097    [\\/$]* | ?:[\\/]* )  continue;;
1098    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1099  esac
1100  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1101done
1102
1103# There might be people who depend on the old broken behavior: `$host'
1104# used to hold the argument of --host etc.
1105# FIXME: To remove some day.
1106build=$build_alias
1107host=$host_alias
1108target=$target_alias
1109
1110# FIXME: To remove some day.
1111if test "x$host_alias" != x; then
1112  if test "x$build_alias" = x; then
1113    cross_compiling=maybe
1114  elif test "x$build_alias" != "x$host_alias"; then
1115    cross_compiling=yes
1116  fi
1117fi
1118
1119ac_tool_prefix=
1120test -n "$host_alias" && ac_tool_prefix=$host_alias-
1121
1122test "$silent" = yes && exec 6>/dev/null
1123
1124
1125ac_pwd=`pwd` && test -n "$ac_pwd" &&
1126ac_ls_di=`ls -di .` &&
1127ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1128  as_fn_error $? "working directory cannot be determined"
1129test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1130  as_fn_error $? "pwd does not report name of working directory"
1131
1132
1133# Find the source files, if location was not specified.
1134if test -z "$srcdir"; then
1135  ac_srcdir_defaulted=yes
1136  # Try the directory containing this script, then the parent directory.
1137  ac_confdir=`$as_dirname -- "$as_myself" ||
1138$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1139	 X"$as_myself" : 'X\(//\)[^/]' \| \
1140	 X"$as_myself" : 'X\(//\)$' \| \
1141	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1142$as_echo X"$as_myself" |
1143    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1144	    s//\1/
1145	    q
1146	  }
1147	  /^X\(\/\/\)[^/].*/{
1148	    s//\1/
1149	    q
1150	  }
1151	  /^X\(\/\/\)$/{
1152	    s//\1/
1153	    q
1154	  }
1155	  /^X\(\/\).*/{
1156	    s//\1/
1157	    q
1158	  }
1159	  s/.*/./; q'`
1160  srcdir=$ac_confdir
1161  if test ! -r "$srcdir/$ac_unique_file"; then
1162    srcdir=..
1163  fi
1164else
1165  ac_srcdir_defaulted=no
1166fi
1167if test ! -r "$srcdir/$ac_unique_file"; then
1168  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1169  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1170fi
1171ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1172ac_abs_confdir=`(
1173	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1174	pwd)`
1175# When building in place, set srcdir=.
1176if test "$ac_abs_confdir" = "$ac_pwd"; then
1177  srcdir=.
1178fi
1179# Remove unnecessary trailing slashes from srcdir.
1180# Double slashes in file names in object file debugging info
1181# mess up M-x gdb in Emacs.
1182case $srcdir in
1183*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1184esac
1185for ac_var in $ac_precious_vars; do
1186  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1187  eval ac_env_${ac_var}_value=\$${ac_var}
1188  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1189  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1190done
1191
1192#
1193# Report the --help message.
1194#
1195if test "$ac_init_help" = "long"; then
1196  # Omit some internal or obsolete options to make the list less imposing.
1197  # This message is too long to be a string in the A/UX 3.1 sh.
1198  cat <<_ACEOF
1199\`configure' configures hicolor-icon-theme 0.17 to adapt to many kinds of systems.
1200
1201Usage: $0 [OPTION]... [VAR=VALUE]...
1202
1203To assign environment variables (e.g., CC, CFLAGS...), specify them as
1204VAR=VALUE.  See below for descriptions of some of the useful variables.
1205
1206Defaults for the options are specified in brackets.
1207
1208Configuration:
1209  -h, --help              display this help and exit
1210      --help=short        display options specific to this package
1211      --help=recursive    display the short help of all the included packages
1212  -V, --version           display version information and exit
1213  -q, --quiet, --silent   do not print \`checking ...' messages
1214      --cache-file=FILE   cache test results in FILE [disabled]
1215  -C, --config-cache      alias for \`--cache-file=config.cache'
1216  -n, --no-create         do not create output files
1217      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1218
1219Installation directories:
1220  --prefix=PREFIX         install architecture-independent files in PREFIX
1221                          [$ac_default_prefix]
1222  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1223                          [PREFIX]
1224
1225By default, \`make install' will install all the files in
1226\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1227an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1228for instance \`--prefix=\$HOME'.
1229
1230For better control, use the options below.
1231
1232Fine tuning of the installation directories:
1233  --bindir=DIR            user executables [EPREFIX/bin]
1234  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1235  --libexecdir=DIR        program executables [EPREFIX/libexec]
1236  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1237  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1238  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1239  --libdir=DIR            object code libraries [EPREFIX/lib]
1240  --includedir=DIR        C header files [PREFIX/include]
1241  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1242  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1243  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1244  --infodir=DIR           info documentation [DATAROOTDIR/info]
1245  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1246  --mandir=DIR            man documentation [DATAROOTDIR/man]
1247  --docdir=DIR            documentation root
1248                          [DATAROOTDIR/doc/hicolor-icon-theme]
1249  --htmldir=DIR           html documentation [DOCDIR]
1250  --dvidir=DIR            dvi documentation [DOCDIR]
1251  --pdfdir=DIR            pdf documentation [DOCDIR]
1252  --psdir=DIR             ps documentation [DOCDIR]
1253_ACEOF
1254
1255  cat <<\_ACEOF
1256
1257Program names:
1258  --program-prefix=PREFIX            prepend PREFIX to installed program names
1259  --program-suffix=SUFFIX            append SUFFIX to installed program names
1260  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1261_ACEOF
1262fi
1263
1264if test -n "$ac_init_help"; then
1265  case $ac_init_help in
1266     short | recursive ) echo "Configuration of hicolor-icon-theme 0.17:";;
1267   esac
1268  cat <<\_ACEOF
1269
1270Optional Features:
1271  --disable-option-checking  ignore unrecognized --enable/--with options
1272  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1273  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1274  --enable-silent-rules   less verbose build output (undo: "make V=1")
1275  --disable-silent-rules  verbose build output (undo: "make V=0")
1276
1277Report bugs to the package provider.
1278_ACEOF
1279ac_status=$?
1280fi
1281
1282if test "$ac_init_help" = "recursive"; then
1283  # If there are subdirs, report their specific --help.
1284  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1285    test -d "$ac_dir" ||
1286      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1287      continue
1288    ac_builddir=.
1289
1290case "$ac_dir" in
1291.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1292*)
1293  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1294  # A ".." for each directory in $ac_dir_suffix.
1295  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1296  case $ac_top_builddir_sub in
1297  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1298  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1299  esac ;;
1300esac
1301ac_abs_top_builddir=$ac_pwd
1302ac_abs_builddir=$ac_pwd$ac_dir_suffix
1303# for backward compatibility:
1304ac_top_builddir=$ac_top_build_prefix
1305
1306case $srcdir in
1307  .)  # We are building in place.
1308    ac_srcdir=.
1309    ac_top_srcdir=$ac_top_builddir_sub
1310    ac_abs_top_srcdir=$ac_pwd ;;
1311  [\\/]* | ?:[\\/]* )  # Absolute name.
1312    ac_srcdir=$srcdir$ac_dir_suffix;
1313    ac_top_srcdir=$srcdir
1314    ac_abs_top_srcdir=$srcdir ;;
1315  *) # Relative name.
1316    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1317    ac_top_srcdir=$ac_top_build_prefix$srcdir
1318    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1319esac
1320ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1321
1322    cd "$ac_dir" || { ac_status=$?; continue; }
1323    # Check for guested configure.
1324    if test -f "$ac_srcdir/configure.gnu"; then
1325      echo &&
1326      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1327    elif test -f "$ac_srcdir/configure"; then
1328      echo &&
1329      $SHELL "$ac_srcdir/configure" --help=recursive
1330    else
1331      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1332    fi || ac_status=$?
1333    cd "$ac_pwd" || { ac_status=$?; break; }
1334  done
1335fi
1336
1337test -n "$ac_init_help" && exit $ac_status
1338if $ac_init_version; then
1339  cat <<\_ACEOF
1340hicolor-icon-theme configure 0.17
1341generated by GNU Autoconf 2.69
1342
1343Copyright (C) 2012 Free Software Foundation, Inc.
1344This configure script is free software; the Free Software Foundation
1345gives unlimited permission to copy, distribute and modify it.
1346_ACEOF
1347  exit
1348fi
1349
1350## ------------------------ ##
1351## Autoconf initialization. ##
1352## ------------------------ ##
1353cat >config.log <<_ACEOF
1354This file contains any messages produced by compilers while
1355running configure, to aid debugging if configure makes a mistake.
1356
1357It was created by hicolor-icon-theme $as_me 0.17, which was
1358generated by GNU Autoconf 2.69.  Invocation command line was
1359
1360  $ $0 $@
1361
1362_ACEOF
1363exec 5>>config.log
1364{
1365cat <<_ASUNAME
1366## --------- ##
1367## Platform. ##
1368## --------- ##
1369
1370hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1371uname -m = `(uname -m) 2>/dev/null || echo unknown`
1372uname -r = `(uname -r) 2>/dev/null || echo unknown`
1373uname -s = `(uname -s) 2>/dev/null || echo unknown`
1374uname -v = `(uname -v) 2>/dev/null || echo unknown`
1375
1376/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1377/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1378
1379/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1380/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1381/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1382/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1383/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1384/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1385/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1386
1387_ASUNAME
1388
1389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1390for as_dir in $PATH
1391do
1392  IFS=$as_save_IFS
1393  test -z "$as_dir" && as_dir=.
1394    $as_echo "PATH: $as_dir"
1395  done
1396IFS=$as_save_IFS
1397
1398} >&5
1399
1400cat >&5 <<_ACEOF
1401
1402
1403## ----------- ##
1404## Core tests. ##
1405## ----------- ##
1406
1407_ACEOF
1408
1409
1410# Keep a trace of the command line.
1411# Strip out --no-create and --no-recursion so they do not pile up.
1412# Strip out --silent because we don't want to record it for future runs.
1413# Also quote any args containing shell meta-characters.
1414# Make two passes to allow for proper duplicate-argument suppression.
1415ac_configure_args=
1416ac_configure_args0=
1417ac_configure_args1=
1418ac_must_keep_next=false
1419for ac_pass in 1 2
1420do
1421  for ac_arg
1422  do
1423    case $ac_arg in
1424    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1425    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1426    | -silent | --silent | --silen | --sile | --sil)
1427      continue ;;
1428    *\'*)
1429      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1430    esac
1431    case $ac_pass in
1432    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1433    2)
1434      as_fn_append ac_configure_args1 " '$ac_arg'"
1435      if test $ac_must_keep_next = true; then
1436	ac_must_keep_next=false # Got value, back to normal.
1437      else
1438	case $ac_arg in
1439	  *=* | --config-cache | -C | -disable-* | --disable-* \
1440	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1441	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1442	  | -with-* | --with-* | -without-* | --without-* | --x)
1443	    case "$ac_configure_args0 " in
1444	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1445	    esac
1446	    ;;
1447	  -* ) ac_must_keep_next=true ;;
1448	esac
1449      fi
1450      as_fn_append ac_configure_args " '$ac_arg'"
1451      ;;
1452    esac
1453  done
1454done
1455{ ac_configure_args0=; unset ac_configure_args0;}
1456{ ac_configure_args1=; unset ac_configure_args1;}
1457
1458# When interrupted or exit'd, cleanup temporary files, and complete
1459# config.log.  We remove comments because anyway the quotes in there
1460# would cause problems or look ugly.
1461# WARNING: Use '\'' to represent an apostrophe within the trap.
1462# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1463trap 'exit_status=$?
1464  # Save into config.log some information that might help in debugging.
1465  {
1466    echo
1467
1468    $as_echo "## ---------------- ##
1469## Cache variables. ##
1470## ---------------- ##"
1471    echo
1472    # The following way of writing the cache mishandles newlines in values,
1473(
1474  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1475    eval ac_val=\$$ac_var
1476    case $ac_val in #(
1477    *${as_nl}*)
1478      case $ac_var in #(
1479      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1480$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1481      esac
1482      case $ac_var in #(
1483      _ | IFS | as_nl) ;; #(
1484      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1485      *) { eval $ac_var=; unset $ac_var;} ;;
1486      esac ;;
1487    esac
1488  done
1489  (set) 2>&1 |
1490    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1491    *${as_nl}ac_space=\ *)
1492      sed -n \
1493	"s/'\''/'\''\\\\'\'''\''/g;
1494	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1495      ;; #(
1496    *)
1497      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1498      ;;
1499    esac |
1500    sort
1501)
1502    echo
1503
1504    $as_echo "## ----------------- ##
1505## Output variables. ##
1506## ----------------- ##"
1507    echo
1508    for ac_var in $ac_subst_vars
1509    do
1510      eval ac_val=\$$ac_var
1511      case $ac_val in
1512      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1513      esac
1514      $as_echo "$ac_var='\''$ac_val'\''"
1515    done | sort
1516    echo
1517
1518    if test -n "$ac_subst_files"; then
1519      $as_echo "## ------------------- ##
1520## File substitutions. ##
1521## ------------------- ##"
1522      echo
1523      for ac_var in $ac_subst_files
1524      do
1525	eval ac_val=\$$ac_var
1526	case $ac_val in
1527	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1528	esac
1529	$as_echo "$ac_var='\''$ac_val'\''"
1530      done | sort
1531      echo
1532    fi
1533
1534    if test -s confdefs.h; then
1535      $as_echo "## ----------- ##
1536## confdefs.h. ##
1537## ----------- ##"
1538      echo
1539      cat confdefs.h
1540      echo
1541    fi
1542    test "$ac_signal" != 0 &&
1543      $as_echo "$as_me: caught signal $ac_signal"
1544    $as_echo "$as_me: exit $exit_status"
1545  } >&5
1546  rm -f core *.core core.conftest.* &&
1547    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1548    exit $exit_status
1549' 0
1550for ac_signal in 1 2 13 15; do
1551  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1552done
1553ac_signal=0
1554
1555# confdefs.h avoids OS command line length limits that DEFS can exceed.
1556rm -f -r conftest* confdefs.h
1557
1558$as_echo "/* confdefs.h */" > confdefs.h
1559
1560# Predefined preprocessor variables.
1561
1562cat >>confdefs.h <<_ACEOF
1563#define PACKAGE_NAME "$PACKAGE_NAME"
1564_ACEOF
1565
1566cat >>confdefs.h <<_ACEOF
1567#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1568_ACEOF
1569
1570cat >>confdefs.h <<_ACEOF
1571#define PACKAGE_VERSION "$PACKAGE_VERSION"
1572_ACEOF
1573
1574cat >>confdefs.h <<_ACEOF
1575#define PACKAGE_STRING "$PACKAGE_STRING"
1576_ACEOF
1577
1578cat >>confdefs.h <<_ACEOF
1579#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1580_ACEOF
1581
1582cat >>confdefs.h <<_ACEOF
1583#define PACKAGE_URL "$PACKAGE_URL"
1584_ACEOF
1585
1586
1587# Let the site file select an alternate cache file if it wants to.
1588# Prefer an explicitly selected file to automatically selected ones.
1589ac_site_file1=NONE
1590ac_site_file2=NONE
1591if test -n "$CONFIG_SITE"; then
1592  # We do not want a PATH search for config.site.
1593  case $CONFIG_SITE in #((
1594    -*)  ac_site_file1=./$CONFIG_SITE;;
1595    */*) ac_site_file1=$CONFIG_SITE;;
1596    *)   ac_site_file1=./$CONFIG_SITE;;
1597  esac
1598elif test "x$prefix" != xNONE; then
1599  ac_site_file1=$prefix/share/config.site
1600  ac_site_file2=$prefix/etc/config.site
1601else
1602  ac_site_file1=$ac_default_prefix/share/config.site
1603  ac_site_file2=$ac_default_prefix/etc/config.site
1604fi
1605for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1606do
1607  test "x$ac_site_file" = xNONE && continue
1608  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1609    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1610$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1611    sed 's/^/| /' "$ac_site_file" >&5
1612    . "$ac_site_file" \
1613      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1614$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1615as_fn_error $? "failed to load site script $ac_site_file
1616See \`config.log' for more details" "$LINENO" 5; }
1617  fi
1618done
1619
1620if test -r "$cache_file"; then
1621  # Some versions of bash will fail to source /dev/null (special files
1622  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1623  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1624    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1625$as_echo "$as_me: loading cache $cache_file" >&6;}
1626    case $cache_file in
1627      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1628      *)                      . "./$cache_file";;
1629    esac
1630  fi
1631else
1632  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1633$as_echo "$as_me: creating cache $cache_file" >&6;}
1634  >$cache_file
1635fi
1636
1637# Check that the precious variables saved in the cache have kept the same
1638# value.
1639ac_cache_corrupted=false
1640for ac_var in $ac_precious_vars; do
1641  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1642  eval ac_new_set=\$ac_env_${ac_var}_set
1643  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1644  eval ac_new_val=\$ac_env_${ac_var}_value
1645  case $ac_old_set,$ac_new_set in
1646    set,)
1647      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1648$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1649      ac_cache_corrupted=: ;;
1650    ,set)
1651      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1652$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1653      ac_cache_corrupted=: ;;
1654    ,);;
1655    *)
1656      if test "x$ac_old_val" != "x$ac_new_val"; then
1657	# differences in whitespace do not lead to failure.
1658	ac_old_val_w=`echo x $ac_old_val`
1659	ac_new_val_w=`echo x $ac_new_val`
1660	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1661	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1662$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1663	  ac_cache_corrupted=:
1664	else
1665	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1666$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1667	  eval $ac_var=\$ac_old_val
1668	fi
1669	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1670$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1671	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1672$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1673      fi;;
1674  esac
1675  # Pass precious variables to config.status.
1676  if test "$ac_new_set" = set; then
1677    case $ac_new_val in
1678    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1679    *) ac_arg=$ac_var=$ac_new_val ;;
1680    esac
1681    case " $ac_configure_args " in
1682      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1683      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1684    esac
1685  fi
1686done
1687if $ac_cache_corrupted; then
1688  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1689$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1690  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1691$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1692  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1693fi
1694## -------------------- ##
1695## Main body of script. ##
1696## -------------------- ##
1697
1698ac_ext=c
1699ac_cpp='$CPP $CPPFLAGS'
1700ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1701ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1702ac_compiler_gnu=$ac_cv_c_compiler_gnu
1703
1704
1705am__api_version='1.15'
1706
1707ac_aux_dir=
1708for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1709  if test -f "$ac_dir/install-sh"; then
1710    ac_aux_dir=$ac_dir
1711    ac_install_sh="$ac_aux_dir/install-sh -c"
1712    break
1713  elif test -f "$ac_dir/install.sh"; then
1714    ac_aux_dir=$ac_dir
1715    ac_install_sh="$ac_aux_dir/install.sh -c"
1716    break
1717  elif test -f "$ac_dir/shtool"; then
1718    ac_aux_dir=$ac_dir
1719    ac_install_sh="$ac_aux_dir/shtool install -c"
1720    break
1721  fi
1722done
1723if test -z "$ac_aux_dir"; then
1724  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1725fi
1726
1727# These three variables are undocumented and unsupported,
1728# and are intended to be withdrawn in a future Autoconf release.
1729# They can cause serious problems if a builder's source tree is in a directory
1730# whose full name contains unusual characters.
1731ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1732ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1733ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1734
1735
1736# Find a good install program.  We prefer a C program (faster),
1737# so one script is as good as another.  But avoid the broken or
1738# incompatible versions:
1739# SysV /etc/install, /usr/sbin/install
1740# SunOS /usr/etc/install
1741# IRIX /sbin/install
1742# AIX /bin/install
1743# AmigaOS /C/install, which installs bootblocks on floppy discs
1744# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1745# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1746# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1747# OS/2's system install, which has a completely different semantic
1748# ./install, which can be erroneously created by make from ./install.sh.
1749# Reject install programs that cannot install multiple files.
1750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1751$as_echo_n "checking for a BSD-compatible install... " >&6; }
1752if test -z "$INSTALL"; then
1753if ${ac_cv_path_install+:} false; then :
1754  $as_echo_n "(cached) " >&6
1755else
1756  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1757for as_dir in $PATH
1758do
1759  IFS=$as_save_IFS
1760  test -z "$as_dir" && as_dir=.
1761    # Account for people who put trailing slashes in PATH elements.
1762case $as_dir/ in #((
1763  ./ | .// | /[cC]/* | \
1764  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1765  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1766  /usr/ucb/* ) ;;
1767  *)
1768    # OSF1 and SCO ODT 3.0 have their own names for install.
1769    # Don't use installbsd from OSF since it installs stuff as root
1770    # by default.
1771    for ac_prog in ginstall scoinst install; do
1772      for ac_exec_ext in '' $ac_executable_extensions; do
1773	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1774	  if test $ac_prog = install &&
1775	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1776	    # AIX install.  It has an incompatible calling convention.
1777	    :
1778	  elif test $ac_prog = install &&
1779	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1780	    # program-specific install script used by HP pwplus--don't use.
1781	    :
1782	  else
1783	    rm -rf conftest.one conftest.two conftest.dir
1784	    echo one > conftest.one
1785	    echo two > conftest.two
1786	    mkdir conftest.dir
1787	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1788	      test -s conftest.one && test -s conftest.two &&
1789	      test -s conftest.dir/conftest.one &&
1790	      test -s conftest.dir/conftest.two
1791	    then
1792	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1793	      break 3
1794	    fi
1795	  fi
1796	fi
1797      done
1798    done
1799    ;;
1800esac
1801
1802  done
1803IFS=$as_save_IFS
1804
1805rm -rf conftest.one conftest.two conftest.dir
1806
1807fi
1808  if test "${ac_cv_path_install+set}" = set; then
1809    INSTALL=$ac_cv_path_install
1810  else
1811    # As a last resort, use the slow shell script.  Don't cache a
1812    # value for INSTALL within a source directory, because that will
1813    # break other packages using the cache if that directory is
1814    # removed, or if the value is a relative name.
1815    INSTALL=$ac_install_sh
1816  fi
1817fi
1818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1819$as_echo "$INSTALL" >&6; }
1820
1821# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1822# It thinks the first close brace ends the variable substitution.
1823test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1824
1825test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1826
1827test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1828
1829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1830$as_echo_n "checking whether build environment is sane... " >&6; }
1831# Reject unsafe characters in $srcdir or the absolute working directory
1832# name.  Accept space and tab only in the latter.
1833am_lf='
1834'
1835case `pwd` in
1836  *[\\\"\#\$\&\'\`$am_lf]*)
1837    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1838esac
1839case $srcdir in
1840  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1841    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1842esac
1843
1844# Do 'set' in a subshell so we don't clobber the current shell's
1845# arguments.  Must try -L first in case configure is actually a
1846# symlink; some systems play weird games with the mod time of symlinks
1847# (eg FreeBSD returns the mod time of the symlink's containing
1848# directory).
1849if (
1850   am_has_slept=no
1851   for am_try in 1 2; do
1852     echo "timestamp, slept: $am_has_slept" > conftest.file
1853     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1854     if test "$*" = "X"; then
1855	# -L didn't work.
1856	set X `ls -t "$srcdir/configure" conftest.file`
1857     fi
1858     if test "$*" != "X $srcdir/configure conftest.file" \
1859	&& test "$*" != "X conftest.file $srcdir/configure"; then
1860
1861	# If neither matched, then we have a broken ls.  This can happen
1862	# if, for instance, CONFIG_SHELL is bash and it inherits a
1863	# broken ls alias from the environment.  This has actually
1864	# happened.  Such a system could not be considered "sane".
1865	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1866  alias in your environment" "$LINENO" 5
1867     fi
1868     if test "$2" = conftest.file || test $am_try -eq 2; then
1869       break
1870     fi
1871     # Just in case.
1872     sleep 1
1873     am_has_slept=yes
1874   done
1875   test "$2" = conftest.file
1876   )
1877then
1878   # Ok.
1879   :
1880else
1881   as_fn_error $? "newly created file is older than distributed files!
1882Check your system clock" "$LINENO" 5
1883fi
1884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1885$as_echo "yes" >&6; }
1886# If we didn't sleep, we still need to ensure time stamps of config.status and
1887# generated files are strictly newer.
1888am_sleep_pid=
1889if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1890  ( sleep 1 ) &
1891  am_sleep_pid=$!
1892fi
1893
1894rm -f conftest.file
1895
1896test "$program_prefix" != NONE &&
1897  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1898# Use a double $ so make ignores it.
1899test "$program_suffix" != NONE &&
1900  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1901# Double any \ or $.
1902# By default was `s,x,x', remove it if useless.
1903ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1904program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1905
1906# Expand $ac_aux_dir to an absolute path.
1907am_aux_dir=`cd "$ac_aux_dir" && pwd`
1908
1909if test x"${MISSING+set}" != xset; then
1910  case $am_aux_dir in
1911  *\ * | *\	*)
1912    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1913  *)
1914    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1915  esac
1916fi
1917# Use eval to expand $SHELL
1918if eval "$MISSING --is-lightweight"; then
1919  am_missing_run="$MISSING "
1920else
1921  am_missing_run=
1922  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1923$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1924fi
1925
1926if test x"${install_sh+set}" != xset; then
1927  case $am_aux_dir in
1928  *\ * | *\	*)
1929    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1930  *)
1931    install_sh="\${SHELL} $am_aux_dir/install-sh"
1932  esac
1933fi
1934
1935# Installed binaries are usually stripped using 'strip' when the user
1936# run "make install-strip".  However 'strip' might not be the right
1937# tool to use in cross-compilation environments, therefore Automake
1938# will honor the 'STRIP' environment variable to overrule this program.
1939if test "$cross_compiling" != no; then
1940  if test -n "$ac_tool_prefix"; then
1941  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1942set dummy ${ac_tool_prefix}strip; ac_word=$2
1943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1944$as_echo_n "checking for $ac_word... " >&6; }
1945if ${ac_cv_prog_STRIP+:} false; then :
1946  $as_echo_n "(cached) " >&6
1947else
1948  if test -n "$STRIP"; then
1949  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1950else
1951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1952for as_dir in $PATH
1953do
1954  IFS=$as_save_IFS
1955  test -z "$as_dir" && as_dir=.
1956    for ac_exec_ext in '' $ac_executable_extensions; do
1957  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1958    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1959    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1960    break 2
1961  fi
1962done
1963  done
1964IFS=$as_save_IFS
1965
1966fi
1967fi
1968STRIP=$ac_cv_prog_STRIP
1969if test -n "$STRIP"; then
1970  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1971$as_echo "$STRIP" >&6; }
1972else
1973  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1974$as_echo "no" >&6; }
1975fi
1976
1977
1978fi
1979if test -z "$ac_cv_prog_STRIP"; then
1980  ac_ct_STRIP=$STRIP
1981  # Extract the first word of "strip", so it can be a program name with args.
1982set dummy strip; ac_word=$2
1983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1984$as_echo_n "checking for $ac_word... " >&6; }
1985if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1986  $as_echo_n "(cached) " >&6
1987else
1988  if test -n "$ac_ct_STRIP"; then
1989  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1990else
1991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1992for as_dir in $PATH
1993do
1994  IFS=$as_save_IFS
1995  test -z "$as_dir" && as_dir=.
1996    for ac_exec_ext in '' $ac_executable_extensions; do
1997  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1998    ac_cv_prog_ac_ct_STRIP="strip"
1999    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2000    break 2
2001  fi
2002done
2003  done
2004IFS=$as_save_IFS
2005
2006fi
2007fi
2008ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2009if test -n "$ac_ct_STRIP"; then
2010  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2011$as_echo "$ac_ct_STRIP" >&6; }
2012else
2013  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2014$as_echo "no" >&6; }
2015fi
2016
2017  if test "x$ac_ct_STRIP" = x; then
2018    STRIP=":"
2019  else
2020    case $cross_compiling:$ac_tool_warned in
2021yes:)
2022{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2023$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2024ac_tool_warned=yes ;;
2025esac
2026    STRIP=$ac_ct_STRIP
2027  fi
2028else
2029  STRIP="$ac_cv_prog_STRIP"
2030fi
2031
2032fi
2033INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2034
2035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2036$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2037if test -z "$MKDIR_P"; then
2038  if ${ac_cv_path_mkdir+:} false; then :
2039  $as_echo_n "(cached) " >&6
2040else
2041  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2042for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2043do
2044  IFS=$as_save_IFS
2045  test -z "$as_dir" && as_dir=.
2046    for ac_prog in mkdir gmkdir; do
2047	 for ac_exec_ext in '' $ac_executable_extensions; do
2048	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2049	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2050	     'mkdir (GNU coreutils) '* | \
2051	     'mkdir (coreutils) '* | \
2052	     'mkdir (fileutils) '4.1*)
2053	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2054	       break 3;;
2055	   esac
2056	 done
2057       done
2058  done
2059IFS=$as_save_IFS
2060
2061fi
2062
2063  test -d ./--version && rmdir ./--version
2064  if test "${ac_cv_path_mkdir+set}" = set; then
2065    MKDIR_P="$ac_cv_path_mkdir -p"
2066  else
2067    # As a last resort, use the slow shell script.  Don't cache a
2068    # value for MKDIR_P within a source directory, because that will
2069    # break other packages using the cache if that directory is
2070    # removed, or if the value is a relative name.
2071    MKDIR_P="$ac_install_sh -d"
2072  fi
2073fi
2074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2075$as_echo "$MKDIR_P" >&6; }
2076
2077for ac_prog in gawk mawk nawk awk
2078do
2079  # Extract the first word of "$ac_prog", so it can be a program name with args.
2080set dummy $ac_prog; ac_word=$2
2081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2082$as_echo_n "checking for $ac_word... " >&6; }
2083if ${ac_cv_prog_AWK+:} false; then :
2084  $as_echo_n "(cached) " >&6
2085else
2086  if test -n "$AWK"; then
2087  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2088else
2089as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2090for as_dir in $PATH
2091do
2092  IFS=$as_save_IFS
2093  test -z "$as_dir" && as_dir=.
2094    for ac_exec_ext in '' $ac_executable_extensions; do
2095  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2096    ac_cv_prog_AWK="$ac_prog"
2097    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2098    break 2
2099  fi
2100done
2101  done
2102IFS=$as_save_IFS
2103
2104fi
2105fi
2106AWK=$ac_cv_prog_AWK
2107if test -n "$AWK"; then
2108  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2109$as_echo "$AWK" >&6; }
2110else
2111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2112$as_echo "no" >&6; }
2113fi
2114
2115
2116  test -n "$AWK" && break
2117done
2118
2119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2120$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2121set x ${MAKE-make}
2122ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2123if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2124  $as_echo_n "(cached) " >&6
2125else
2126  cat >conftest.make <<\_ACEOF
2127SHELL = /bin/sh
2128all:
2129	@echo '@@@%%%=$(MAKE)=@@@%%%'
2130_ACEOF
2131# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2132case `${MAKE-make} -f conftest.make 2>/dev/null` in
2133  *@@@%%%=?*=@@@%%%*)
2134    eval ac_cv_prog_make_${ac_make}_set=yes;;
2135  *)
2136    eval ac_cv_prog_make_${ac_make}_set=no;;
2137esac
2138rm -f conftest.make
2139fi
2140if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2141  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2142$as_echo "yes" >&6; }
2143  SET_MAKE=
2144else
2145  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2146$as_echo "no" >&6; }
2147  SET_MAKE="MAKE=${MAKE-make}"
2148fi
2149
2150rm -rf .tst 2>/dev/null
2151mkdir .tst 2>/dev/null
2152if test -d .tst; then
2153  am__leading_dot=.
2154else
2155  am__leading_dot=_
2156fi
2157rmdir .tst 2>/dev/null
2158
2159# Check whether --enable-silent-rules was given.
2160if test "${enable_silent_rules+set}" = set; then :
2161  enableval=$enable_silent_rules;
2162fi
2163
2164case $enable_silent_rules in # (((
2165  yes) AM_DEFAULT_VERBOSITY=0;;
2166   no) AM_DEFAULT_VERBOSITY=1;;
2167    *) AM_DEFAULT_VERBOSITY=1;;
2168esac
2169am_make=${MAKE-make}
2170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2171$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2172if ${am_cv_make_support_nested_variables+:} false; then :
2173  $as_echo_n "(cached) " >&6
2174else
2175  if $as_echo 'TRUE=$(BAR$(V))
2176BAR0=false
2177BAR1=true
2178V=1
2179am__doit:
2180	@$(TRUE)
2181.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2182  am_cv_make_support_nested_variables=yes
2183else
2184  am_cv_make_support_nested_variables=no
2185fi
2186fi
2187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2188$as_echo "$am_cv_make_support_nested_variables" >&6; }
2189if test $am_cv_make_support_nested_variables = yes; then
2190    AM_V='$(V)'
2191  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2192else
2193  AM_V=$AM_DEFAULT_VERBOSITY
2194  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2195fi
2196AM_BACKSLASH='\'
2197
2198if test "`cd $srcdir && pwd`" != "`pwd`"; then
2199  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2200  # is not polluted with repeated "-I."
2201  am__isrc=' -I$(srcdir)'
2202  # test to see if srcdir already configured
2203  if test -f $srcdir/config.status; then
2204    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2205  fi
2206fi
2207
2208# test whether we have cygpath
2209if test -z "$CYGPATH_W"; then
2210  if (cygpath --version) >/dev/null 2>/dev/null; then
2211    CYGPATH_W='cygpath -w'
2212  else
2213    CYGPATH_W=echo
2214  fi
2215fi
2216
2217
2218# Define the identity of the package.
2219 PACKAGE='hicolor-icon-theme'
2220 VERSION='0.17'
2221
2222
2223cat >>confdefs.h <<_ACEOF
2224#define PACKAGE "$PACKAGE"
2225_ACEOF
2226
2227
2228cat >>confdefs.h <<_ACEOF
2229#define VERSION "$VERSION"
2230_ACEOF
2231
2232# Some tools Automake needs.
2233
2234ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2235
2236
2237AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2238
2239
2240AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2241
2242
2243AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2244
2245
2246MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2247
2248# For better backward compatibility.  To be removed once Automake 1.9.x
2249# dies out for good.  For more background, see:
2250# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2251# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2252mkdir_p='$(MKDIR_P)'
2253
2254# We need awk for the "check" target (and possibly the TAP driver).  The
2255# system "awk" is bad on some platforms.
2256# Always define AMTAR for backward compatibility.  Yes, it's still used
2257# in the wild :-(  We should find a proper way to deprecate it ...
2258AMTAR='$${TAR-tar}'
2259
2260
2261# We'll loop over all known methods to create a tar archive until one works.
2262_am_tools='gnutar plaintar pax cpio none'
2263
2264# The POSIX 1988 'ustar' format is defined with fixed-size fields.
2265      # There is notably a 21 bits limit for the UID and the GID.  In fact,
2266      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
2267      # and bug#13588).
2268      am_max_uid=2097151 # 2^21 - 1
2269      am_max_gid=$am_max_uid
2270      # The $UID and $GID variables are not portable, so we need to resort
2271      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
2272      # below are definitely unexpected, so allow the users to see them
2273      # (that is, avoid stderr redirection).
2274      am_uid=`id -u || echo unknown`
2275      am_gid=`id -g || echo unknown`
2276      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
2277$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
2278      if test $am_uid -le $am_max_uid; then
2279         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2280$as_echo "yes" >&6; }
2281      else
2282         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2283$as_echo "no" >&6; }
2284         _am_tools=none
2285      fi
2286      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
2287$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
2288      if test $am_gid -le $am_max_gid; then
2289         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2290$as_echo "yes" >&6; }
2291      else
2292        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2293$as_echo "no" >&6; }
2294        _am_tools=none
2295      fi
2296
2297  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2298$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2299
2300  # Go ahead even if we have the value already cached.  We do so because we
2301  # need to set the values for the 'am__tar' and 'am__untar' variables.
2302  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2303
2304  for _am_tool in $_am_tools; do
2305    case $_am_tool in
2306    gnutar)
2307      for _am_tar in tar gnutar gtar; do
2308        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2309   ($_am_tar --version) >&5 2>&5
2310   ac_status=$?
2311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2312   (exit $ac_status); } && break
2313      done
2314      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2315      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2316      am__untar="$_am_tar -xf -"
2317      ;;
2318    plaintar)
2319      # Must skip GNU tar: if it does not support --format= it doesn't create
2320      # ustar tarball either.
2321      (tar --version) >/dev/null 2>&1 && continue
2322      am__tar='tar chf - "$$tardir"'
2323      am__tar_='tar chf - "$tardir"'
2324      am__untar='tar xf -'
2325      ;;
2326    pax)
2327      am__tar='pax -L -x ustar -w "$$tardir"'
2328      am__tar_='pax -L -x ustar -w "$tardir"'
2329      am__untar='pax -r'
2330      ;;
2331    cpio)
2332      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
2333      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
2334      am__untar='cpio -i -H ustar -d'
2335      ;;
2336    none)
2337      am__tar=false
2338      am__tar_=false
2339      am__untar=false
2340      ;;
2341    esac
2342
2343    # If the value was cached, stop now.  We just wanted to have am__tar
2344    # and am__untar set.
2345    test -n "${am_cv_prog_tar_ustar}" && break
2346
2347    # tar/untar a dummy directory, and stop if the command works.
2348    rm -rf conftest.dir
2349    mkdir conftest.dir
2350    echo GrepMe > conftest.dir/file
2351    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2352   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2353   ac_status=$?
2354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2355   (exit $ac_status); }
2356    rm -rf conftest.dir
2357    if test -s conftest.tar; then
2358      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2359   ($am__untar <conftest.tar) >&5 2>&5
2360   ac_status=$?
2361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2362   (exit $ac_status); }
2363      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
2364   (cat conftest.dir/file) >&5 2>&5
2365   ac_status=$?
2366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367   (exit $ac_status); }
2368      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2369    fi
2370  done
2371  rm -rf conftest.dir
2372
2373  if ${am_cv_prog_tar_ustar+:} false; then :
2374  $as_echo_n "(cached) " >&6
2375else
2376  am_cv_prog_tar_ustar=$_am_tool
2377fi
2378
2379  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
2380$as_echo "$am_cv_prog_tar_ustar" >&6; }
2381
2382
2383
2384
2385
2386
2387# POSIX will say in a future version that running "rm -f" with no argument
2388# is OK; and we want to be able to make that assumption in our Makefile
2389# recipes.  So use an aggressive probe to check that the usage we want is
2390# actually supported "in the wild" to an acceptable degree.
2391# See automake bug#10828.
2392# To make any issue more visible, cause the running configure to be aborted
2393# by default if the 'rm' program in use doesn't match our expectations; the
2394# user can still override this though.
2395if rm -f && rm -fr && rm -rf; then : OK; else
2396  cat >&2 <<'END'
2397Oops!
2398
2399Your 'rm' program seems unable to run without file operands specified
2400on the command line, even when the '-f' option is present.  This is contrary
2401to the behaviour of most rm programs out there, and not conforming with
2402the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2403
2404Please tell bug-automake@gnu.org about your system, including the value
2405of your $PATH and any error possibly output before this message.  This
2406can help us improve future automake versions.
2407
2408END
2409  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2410    echo 'Configuration will proceed anyway, since you have set the' >&2
2411    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2412    echo >&2
2413  else
2414    cat >&2 <<'END'
2415Aborting the configuration process, to ensure you take notice of the issue.
2416
2417You can download and install GNU coreutils to get an 'rm' implementation
2418that behaves properly: <http://www.gnu.org/software/coreutils/>.
2419
2420If you want to complete the configuration process using your problematic
2421'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2422to "yes", and re-run configure.
2423
2424END
2425    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2426  fi
2427fi
2428
2429
2430
2431
2432ac_config_files="$ac_config_files Makefile"
2433
2434
2435cat >confcache <<\_ACEOF
2436# This file is a shell script that caches the results of configure
2437# tests run on this system so they can be shared between configure
2438# scripts and configure runs, see configure's option --config-cache.
2439# It is not useful on other systems.  If it contains results you don't
2440# want to keep, you may remove or edit it.
2441#
2442# config.status only pays attention to the cache file if you give it
2443# the --recheck option to rerun configure.
2444#
2445# `ac_cv_env_foo' variables (set or unset) will be overridden when
2446# loading this file, other *unset* `ac_cv_foo' will be assigned the
2447# following values.
2448
2449_ACEOF
2450
2451# The following way of writing the cache mishandles newlines in values,
2452# but we know of no workaround that is simple, portable, and efficient.
2453# So, we kill variables containing newlines.
2454# Ultrix sh set writes to stderr and can't be redirected directly,
2455# and sets the high bit in the cache file unless we assign to the vars.
2456(
2457  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2458    eval ac_val=\$$ac_var
2459    case $ac_val in #(
2460    *${as_nl}*)
2461      case $ac_var in #(
2462      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2463$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2464      esac
2465      case $ac_var in #(
2466      _ | IFS | as_nl) ;; #(
2467      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2468      *) { eval $ac_var=; unset $ac_var;} ;;
2469      esac ;;
2470    esac
2471  done
2472
2473  (set) 2>&1 |
2474    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2475    *${as_nl}ac_space=\ *)
2476      # `set' does not quote correctly, so add quotes: double-quote
2477      # substitution turns \\\\ into \\, and sed turns \\ into \.
2478      sed -n \
2479	"s/'/'\\\\''/g;
2480	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2481      ;; #(
2482    *)
2483      # `set' quotes correctly as required by POSIX, so do not add quotes.
2484      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2485      ;;
2486    esac |
2487    sort
2488) |
2489  sed '
2490     /^ac_cv_env_/b end
2491     t clear
2492     :clear
2493     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2494     t end
2495     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2496     :end' >>confcache
2497if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2498  if test -w "$cache_file"; then
2499    if test "x$cache_file" != "x/dev/null"; then
2500      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2501$as_echo "$as_me: updating cache $cache_file" >&6;}
2502      if test ! -f "$cache_file" || test -h "$cache_file"; then
2503	cat confcache >"$cache_file"
2504      else
2505        case $cache_file in #(
2506        */* | ?:*)
2507	  mv -f confcache "$cache_file"$$ &&
2508	  mv -f "$cache_file"$$ "$cache_file" ;; #(
2509        *)
2510	  mv -f confcache "$cache_file" ;;
2511	esac
2512      fi
2513    fi
2514  else
2515    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2516$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2517  fi
2518fi
2519rm -f confcache
2520
2521test "x$prefix" = xNONE && prefix=$ac_default_prefix
2522# Let make expand exec_prefix.
2523test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2524
2525# Transform confdefs.h into DEFS.
2526# Protect against shell expansion while executing Makefile rules.
2527# Protect against Makefile macro expansion.
2528#
2529# If the first sed substitution is executed (which looks for macros that
2530# take arguments), then branch to the quote section.  Otherwise,
2531# look for a macro that doesn't take arguments.
2532ac_script='
2533:mline
2534/\\$/{
2535 N
2536 s,\\\n,,
2537 b mline
2538}
2539t clear
2540:clear
2541s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2542t quote
2543s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2544t quote
2545b any
2546:quote
2547s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2548s/\[/\\&/g
2549s/\]/\\&/g
2550s/\$/$$/g
2551H
2552:any
2553${
2554	g
2555	s/^\n//
2556	s/\n/ /g
2557	p
2558}
2559'
2560DEFS=`sed -n "$ac_script" confdefs.h`
2561
2562
2563ac_libobjs=
2564ac_ltlibobjs=
2565U=
2566for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2567  # 1. Remove the extension, and $U if already installed.
2568  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2569  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2570  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2571  #    will be set to the directory where LIBOBJS objects are built.
2572  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2573  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2574done
2575LIBOBJS=$ac_libobjs
2576
2577LTLIBOBJS=$ac_ltlibobjs
2578
2579
2580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2581$as_echo_n "checking that generated files are newer than configure... " >&6; }
2582   if test -n "$am_sleep_pid"; then
2583     # Hide warnings about reused PIDs.
2584     wait $am_sleep_pid 2>/dev/null
2585   fi
2586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2587$as_echo "done" >&6; }
2588
2589
2590: "${CONFIG_STATUS=./config.status}"
2591ac_write_fail=0
2592ac_clean_files_save=$ac_clean_files
2593ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2594{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2595$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2596as_write_fail=0
2597cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2598#! $SHELL
2599# Generated by $as_me.
2600# Run this file to recreate the current configuration.
2601# Compiler output produced by configure, useful for debugging
2602# configure, is in config.log if it exists.
2603
2604debug=false
2605ac_cs_recheck=false
2606ac_cs_silent=false
2607
2608SHELL=\${CONFIG_SHELL-$SHELL}
2609export SHELL
2610_ASEOF
2611cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2612## -------------------- ##
2613## M4sh Initialization. ##
2614## -------------------- ##
2615
2616# Be more Bourne compatible
2617DUALCASE=1; export DUALCASE # for MKS sh
2618if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2619  emulate sh
2620  NULLCMD=:
2621  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2622  # is contrary to our usage.  Disable this feature.
2623  alias -g '${1+"$@"}'='"$@"'
2624  setopt NO_GLOB_SUBST
2625else
2626  case `(set -o) 2>/dev/null` in #(
2627  *posix*) :
2628    set -o posix ;; #(
2629  *) :
2630     ;;
2631esac
2632fi
2633
2634
2635as_nl='
2636'
2637export as_nl
2638# Printing a long string crashes Solaris 7 /usr/bin/printf.
2639as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2640as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2641as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2642# Prefer a ksh shell builtin over an external printf program on Solaris,
2643# but without wasting forks for bash or zsh.
2644if test -z "$BASH_VERSION$ZSH_VERSION" \
2645    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2646  as_echo='print -r --'
2647  as_echo_n='print -rn --'
2648elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2649  as_echo='printf %s\n'
2650  as_echo_n='printf %s'
2651else
2652  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2653    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2654    as_echo_n='/usr/ucb/echo -n'
2655  else
2656    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2657    as_echo_n_body='eval
2658      arg=$1;
2659      case $arg in #(
2660      *"$as_nl"*)
2661	expr "X$arg" : "X\\(.*\\)$as_nl";
2662	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2663      esac;
2664      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2665    '
2666    export as_echo_n_body
2667    as_echo_n='sh -c $as_echo_n_body as_echo'
2668  fi
2669  export as_echo_body
2670  as_echo='sh -c $as_echo_body as_echo'
2671fi
2672
2673# The user is always right.
2674if test "${PATH_SEPARATOR+set}" != set; then
2675  PATH_SEPARATOR=:
2676  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2677    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2678      PATH_SEPARATOR=';'
2679  }
2680fi
2681
2682
2683# IFS
2684# We need space, tab and new line, in precisely that order.  Quoting is
2685# there to prevent editors from complaining about space-tab.
2686# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2687# splitting by setting IFS to empty value.)
2688IFS=" ""	$as_nl"
2689
2690# Find who we are.  Look in the path if we contain no directory separator.
2691as_myself=
2692case $0 in #((
2693  *[\\/]* ) as_myself=$0 ;;
2694  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2695for as_dir in $PATH
2696do
2697  IFS=$as_save_IFS
2698  test -z "$as_dir" && as_dir=.
2699    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2700  done
2701IFS=$as_save_IFS
2702
2703     ;;
2704esac
2705# We did not find ourselves, most probably we were run as `sh COMMAND'
2706# in which case we are not to be found in the path.
2707if test "x$as_myself" = x; then
2708  as_myself=$0
2709fi
2710if test ! -f "$as_myself"; then
2711  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2712  exit 1
2713fi
2714
2715# Unset variables that we do not need and which cause bugs (e.g. in
2716# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2717# suppresses any "Segmentation fault" message there.  '((' could
2718# trigger a bug in pdksh 5.2.14.
2719for as_var in BASH_ENV ENV MAIL MAILPATH
2720do eval test x\${$as_var+set} = xset \
2721  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2722done
2723PS1='$ '
2724PS2='> '
2725PS4='+ '
2726
2727# NLS nuisances.
2728LC_ALL=C
2729export LC_ALL
2730LANGUAGE=C
2731export LANGUAGE
2732
2733# CDPATH.
2734(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2735
2736
2737# as_fn_error STATUS ERROR [LINENO LOG_FD]
2738# ----------------------------------------
2739# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2740# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2741# script with STATUS, using 1 if that was 0.
2742as_fn_error ()
2743{
2744  as_status=$1; test $as_status -eq 0 && as_status=1
2745  if test "$4"; then
2746    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2747    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2748  fi
2749  $as_echo "$as_me: error: $2" >&2
2750  as_fn_exit $as_status
2751} # as_fn_error
2752
2753
2754# as_fn_set_status STATUS
2755# -----------------------
2756# Set $? to STATUS, without forking.
2757as_fn_set_status ()
2758{
2759  return $1
2760} # as_fn_set_status
2761
2762# as_fn_exit STATUS
2763# -----------------
2764# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2765as_fn_exit ()
2766{
2767  set +e
2768  as_fn_set_status $1
2769  exit $1
2770} # as_fn_exit
2771
2772# as_fn_unset VAR
2773# ---------------
2774# Portably unset VAR.
2775as_fn_unset ()
2776{
2777  { eval $1=; unset $1;}
2778}
2779as_unset=as_fn_unset
2780# as_fn_append VAR VALUE
2781# ----------------------
2782# Append the text in VALUE to the end of the definition contained in VAR. Take
2783# advantage of any shell optimizations that allow amortized linear growth over
2784# repeated appends, instead of the typical quadratic growth present in naive
2785# implementations.
2786if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2787  eval 'as_fn_append ()
2788  {
2789    eval $1+=\$2
2790  }'
2791else
2792  as_fn_append ()
2793  {
2794    eval $1=\$$1\$2
2795  }
2796fi # as_fn_append
2797
2798# as_fn_arith ARG...
2799# ------------------
2800# Perform arithmetic evaluation on the ARGs, and store the result in the
2801# global $as_val. Take advantage of shells that can avoid forks. The arguments
2802# must be portable across $(()) and expr.
2803if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2804  eval 'as_fn_arith ()
2805  {
2806    as_val=$(( $* ))
2807  }'
2808else
2809  as_fn_arith ()
2810  {
2811    as_val=`expr "$@" || test $? -eq 1`
2812  }
2813fi # as_fn_arith
2814
2815
2816if expr a : '\(a\)' >/dev/null 2>&1 &&
2817   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2818  as_expr=expr
2819else
2820  as_expr=false
2821fi
2822
2823if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2824  as_basename=basename
2825else
2826  as_basename=false
2827fi
2828
2829if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2830  as_dirname=dirname
2831else
2832  as_dirname=false
2833fi
2834
2835as_me=`$as_basename -- "$0" ||
2836$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2837	 X"$0" : 'X\(//\)$' \| \
2838	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2839$as_echo X/"$0" |
2840    sed '/^.*\/\([^/][^/]*\)\/*$/{
2841	    s//\1/
2842	    q
2843	  }
2844	  /^X\/\(\/\/\)$/{
2845	    s//\1/
2846	    q
2847	  }
2848	  /^X\/\(\/\).*/{
2849	    s//\1/
2850	    q
2851	  }
2852	  s/.*/./; q'`
2853
2854# Avoid depending upon Character Ranges.
2855as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2856as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2857as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2858as_cr_digits='0123456789'
2859as_cr_alnum=$as_cr_Letters$as_cr_digits
2860
2861ECHO_C= ECHO_N= ECHO_T=
2862case `echo -n x` in #(((((
2863-n*)
2864  case `echo 'xy\c'` in
2865  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2866  xy)  ECHO_C='\c';;
2867  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2868       ECHO_T='	';;
2869  esac;;
2870*)
2871  ECHO_N='-n';;
2872esac
2873
2874rm -f conf$$ conf$$.exe conf$$.file
2875if test -d conf$$.dir; then
2876  rm -f conf$$.dir/conf$$.file
2877else
2878  rm -f conf$$.dir
2879  mkdir conf$$.dir 2>/dev/null
2880fi
2881if (echo >conf$$.file) 2>/dev/null; then
2882  if ln -s conf$$.file conf$$ 2>/dev/null; then
2883    as_ln_s='ln -s'
2884    # ... but there are two gotchas:
2885    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2886    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2887    # In both cases, we have to default to `cp -pR'.
2888    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2889      as_ln_s='cp -pR'
2890  elif ln conf$$.file conf$$ 2>/dev/null; then
2891    as_ln_s=ln
2892  else
2893    as_ln_s='cp -pR'
2894  fi
2895else
2896  as_ln_s='cp -pR'
2897fi
2898rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2899rmdir conf$$.dir 2>/dev/null
2900
2901
2902# as_fn_mkdir_p
2903# -------------
2904# Create "$as_dir" as a directory, including parents if necessary.
2905as_fn_mkdir_p ()
2906{
2907
2908  case $as_dir in #(
2909  -*) as_dir=./$as_dir;;
2910  esac
2911  test -d "$as_dir" || eval $as_mkdir_p || {
2912    as_dirs=
2913    while :; do
2914      case $as_dir in #(
2915      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2916      *) as_qdir=$as_dir;;
2917      esac
2918      as_dirs="'$as_qdir' $as_dirs"
2919      as_dir=`$as_dirname -- "$as_dir" ||
2920$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2921	 X"$as_dir" : 'X\(//\)[^/]' \| \
2922	 X"$as_dir" : 'X\(//\)$' \| \
2923	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2924$as_echo X"$as_dir" |
2925    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2926	    s//\1/
2927	    q
2928	  }
2929	  /^X\(\/\/\)[^/].*/{
2930	    s//\1/
2931	    q
2932	  }
2933	  /^X\(\/\/\)$/{
2934	    s//\1/
2935	    q
2936	  }
2937	  /^X\(\/\).*/{
2938	    s//\1/
2939	    q
2940	  }
2941	  s/.*/./; q'`
2942      test -d "$as_dir" && break
2943    done
2944    test -z "$as_dirs" || eval "mkdir $as_dirs"
2945  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2946
2947
2948} # as_fn_mkdir_p
2949if mkdir -p . 2>/dev/null; then
2950  as_mkdir_p='mkdir -p "$as_dir"'
2951else
2952  test -d ./-p && rmdir ./-p
2953  as_mkdir_p=false
2954fi
2955
2956
2957# as_fn_executable_p FILE
2958# -----------------------
2959# Test if FILE is an executable regular file.
2960as_fn_executable_p ()
2961{
2962  test -f "$1" && test -x "$1"
2963} # as_fn_executable_p
2964as_test_x='test -x'
2965as_executable_p=as_fn_executable_p
2966
2967# Sed expression to map a string onto a valid CPP name.
2968as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2969
2970# Sed expression to map a string onto a valid variable name.
2971as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2972
2973
2974exec 6>&1
2975## ----------------------------------- ##
2976## Main body of $CONFIG_STATUS script. ##
2977## ----------------------------------- ##
2978_ASEOF
2979test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2980
2981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2982# Save the log message, to keep $0 and so on meaningful, and to
2983# report actual input values of CONFIG_FILES etc. instead of their
2984# values after options handling.
2985ac_log="
2986This file was extended by hicolor-icon-theme $as_me 0.17, which was
2987generated by GNU Autoconf 2.69.  Invocation command line was
2988
2989  CONFIG_FILES    = $CONFIG_FILES
2990  CONFIG_HEADERS  = $CONFIG_HEADERS
2991  CONFIG_LINKS    = $CONFIG_LINKS
2992  CONFIG_COMMANDS = $CONFIG_COMMANDS
2993  $ $0 $@
2994
2995on `(hostname || uname -n) 2>/dev/null | sed 1q`
2996"
2997
2998_ACEOF
2999
3000case $ac_config_files in *"
3001"*) set x $ac_config_files; shift; ac_config_files=$*;;
3002esac
3003
3004
3005
3006cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3007# Files that config.status was made for.
3008config_files="$ac_config_files"
3009
3010_ACEOF
3011
3012cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3013ac_cs_usage="\
3014\`$as_me' instantiates files and other configuration actions
3015from templates according to the current configuration.  Unless the files
3016and actions are specified as TAGs, all are instantiated by default.
3017
3018Usage: $0 [OPTION]... [TAG]...
3019
3020  -h, --help       print this help, then exit
3021  -V, --version    print version number and configuration settings, then exit
3022      --config     print configuration, then exit
3023  -q, --quiet, --silent
3024                   do not print progress messages
3025  -d, --debug      don't remove temporary files
3026      --recheck    update $as_me by reconfiguring in the same conditions
3027      --file=FILE[:TEMPLATE]
3028                   instantiate the configuration file FILE
3029
3030Configuration files:
3031$config_files
3032
3033Report bugs to the package provider."
3034
3035_ACEOF
3036cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3037ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3038ac_cs_version="\\
3039hicolor-icon-theme config.status 0.17
3040configured by $0, generated by GNU Autoconf 2.69,
3041  with options \\"\$ac_cs_config\\"
3042
3043Copyright (C) 2012 Free Software Foundation, Inc.
3044This config.status script is free software; the Free Software Foundation
3045gives unlimited permission to copy, distribute and modify it."
3046
3047ac_pwd='$ac_pwd'
3048srcdir='$srcdir'
3049INSTALL='$INSTALL'
3050MKDIR_P='$MKDIR_P'
3051AWK='$AWK'
3052test -n "\$AWK" || AWK=awk
3053_ACEOF
3054
3055cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3056# The default lists apply if the user does not specify any file.
3057ac_need_defaults=:
3058while test $# != 0
3059do
3060  case $1 in
3061  --*=?*)
3062    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3063    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3064    ac_shift=:
3065    ;;
3066  --*=)
3067    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3068    ac_optarg=
3069    ac_shift=:
3070    ;;
3071  *)
3072    ac_option=$1
3073    ac_optarg=$2
3074    ac_shift=shift
3075    ;;
3076  esac
3077
3078  case $ac_option in
3079  # Handling of the options.
3080  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3081    ac_cs_recheck=: ;;
3082  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3083    $as_echo "$ac_cs_version"; exit ;;
3084  --config | --confi | --conf | --con | --co | --c )
3085    $as_echo "$ac_cs_config"; exit ;;
3086  --debug | --debu | --deb | --de | --d | -d )
3087    debug=: ;;
3088  --file | --fil | --fi | --f )
3089    $ac_shift
3090    case $ac_optarg in
3091    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3092    '') as_fn_error $? "missing file argument" ;;
3093    esac
3094    as_fn_append CONFIG_FILES " '$ac_optarg'"
3095    ac_need_defaults=false;;
3096  --he | --h |  --help | --hel | -h )
3097    $as_echo "$ac_cs_usage"; exit ;;
3098  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3099  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3100    ac_cs_silent=: ;;
3101
3102  # This is an error.
3103  -*) as_fn_error $? "unrecognized option: \`$1'
3104Try \`$0 --help' for more information." ;;
3105
3106  *) as_fn_append ac_config_targets " $1"
3107     ac_need_defaults=false ;;
3108
3109  esac
3110  shift
3111done
3112
3113ac_configure_extra_args=
3114
3115if $ac_cs_silent; then
3116  exec 6>/dev/null
3117  ac_configure_extra_args="$ac_configure_extra_args --silent"
3118fi
3119
3120_ACEOF
3121cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3122if \$ac_cs_recheck; then
3123  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3124  shift
3125  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3126  CONFIG_SHELL='$SHELL'
3127  export CONFIG_SHELL
3128  exec "\$@"
3129fi
3130
3131_ACEOF
3132cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3133exec 5>>config.log
3134{
3135  echo
3136  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3137## Running $as_me. ##
3138_ASBOX
3139  $as_echo "$ac_log"
3140} >&5
3141
3142_ACEOF
3143cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3144_ACEOF
3145
3146cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3147
3148# Handling of arguments.
3149for ac_config_target in $ac_config_targets
3150do
3151  case $ac_config_target in
3152    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3153
3154  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3155  esac
3156done
3157
3158
3159# If the user did not use the arguments to specify the items to instantiate,
3160# then the envvar interface is used.  Set only those that are not.
3161# We use the long form for the default assignment because of an extremely
3162# bizarre bug on SunOS 4.1.3.
3163if $ac_need_defaults; then
3164  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3165fi
3166
3167# Have a temporary directory for convenience.  Make it in the build tree
3168# simply because there is no reason against having it here, and in addition,
3169# creating and moving files from /tmp can sometimes cause problems.
3170# Hook for its removal unless debugging.
3171# Note that there is a small window in which the directory will not be cleaned:
3172# after its creation but before its name has been assigned to `$tmp'.
3173$debug ||
3174{
3175  tmp= ac_tmp=
3176  trap 'exit_status=$?
3177  : "${ac_tmp:=$tmp}"
3178  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3179' 0
3180  trap 'as_fn_exit 1' 1 2 13 15
3181}
3182# Create a (secure) tmp directory for tmp files.
3183
3184{
3185  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3186  test -d "$tmp"
3187}  ||
3188{
3189  tmp=./conf$$-$RANDOM
3190  (umask 077 && mkdir "$tmp")
3191} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3192ac_tmp=$tmp
3193
3194# Set up the scripts for CONFIG_FILES section.
3195# No need to generate them if there are no CONFIG_FILES.
3196# This happens for instance with `./config.status config.h'.
3197if test -n "$CONFIG_FILES"; then
3198
3199
3200ac_cr=`echo X | tr X '\015'`
3201# On cygwin, bash can eat \r inside `` if the user requested igncr.
3202# But we know of no other shell where ac_cr would be empty at this
3203# point, so we can use a bashism as a fallback.
3204if test "x$ac_cr" = x; then
3205  eval ac_cr=\$\'\\r\'
3206fi
3207ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3208if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3209  ac_cs_awk_cr='\\r'
3210else
3211  ac_cs_awk_cr=$ac_cr
3212fi
3213
3214echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3215_ACEOF
3216
3217
3218{
3219  echo "cat >conf$$subs.awk <<_ACEOF" &&
3220  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3221  echo "_ACEOF"
3222} >conf$$subs.sh ||
3223  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3224ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3225ac_delim='%!_!# '
3226for ac_last_try in false false false false false :; do
3227  . ./conf$$subs.sh ||
3228    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3229
3230  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3231  if test $ac_delim_n = $ac_delim_num; then
3232    break
3233  elif $ac_last_try; then
3234    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3235  else
3236    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3237  fi
3238done
3239rm -f conf$$subs.sh
3240
3241cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3242cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3243_ACEOF
3244sed -n '
3245h
3246s/^/S["/; s/!.*/"]=/
3247p
3248g
3249s/^[^!]*!//
3250:repl
3251t repl
3252s/'"$ac_delim"'$//
3253t delim
3254:nl
3255h
3256s/\(.\{148\}\)..*/\1/
3257t more1
3258s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3259p
3260n
3261b repl
3262:more1
3263s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3264p
3265g
3266s/.\{148\}//
3267t nl
3268:delim
3269h
3270s/\(.\{148\}\)..*/\1/
3271t more2
3272s/["\\]/\\&/g; s/^/"/; s/$/"/
3273p
3274b
3275:more2
3276s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3277p
3278g
3279s/.\{148\}//
3280t delim
3281' <conf$$subs.awk | sed '
3282/^[^""]/{
3283  N
3284  s/\n//
3285}
3286' >>$CONFIG_STATUS || ac_write_fail=1
3287rm -f conf$$subs.awk
3288cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3289_ACAWK
3290cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3291  for (key in S) S_is_set[key] = 1
3292  FS = ""
3293
3294}
3295{
3296  line = $ 0
3297  nfields = split(line, field, "@")
3298  substed = 0
3299  len = length(field[1])
3300  for (i = 2; i < nfields; i++) {
3301    key = field[i]
3302    keylen = length(key)
3303    if (S_is_set[key]) {
3304      value = S[key]
3305      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3306      len += length(value) + length(field[++i])
3307      substed = 1
3308    } else
3309      len += 1 + keylen
3310  }
3311
3312  print line
3313}
3314
3315_ACAWK
3316_ACEOF
3317cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3318if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3319  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3320else
3321  cat
3322fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3323  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3324_ACEOF
3325
3326# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3327# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3328# trailing colons and then remove the whole line if VPATH becomes empty
3329# (actually we leave an empty line to preserve line numbers).
3330if test "x$srcdir" = x.; then
3331  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
3332h
3333s///
3334s/^/:/
3335s/[	 ]*$/:/
3336s/:\$(srcdir):/:/g
3337s/:\${srcdir}:/:/g
3338s/:@srcdir@:/:/g
3339s/^:*//
3340s/:*$//
3341x
3342s/\(=[	 ]*\).*/\1/
3343G
3344s/\n//
3345s/^[^=]*=[	 ]*$//
3346}'
3347fi
3348
3349cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3350fi # test -n "$CONFIG_FILES"
3351
3352
3353eval set X "  :F $CONFIG_FILES      "
3354shift
3355for ac_tag
3356do
3357  case $ac_tag in
3358  :[FHLC]) ac_mode=$ac_tag; continue;;
3359  esac
3360  case $ac_mode$ac_tag in
3361  :[FHL]*:*);;
3362  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3363  :[FH]-) ac_tag=-:-;;
3364  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3365  esac
3366  ac_save_IFS=$IFS
3367  IFS=:
3368  set x $ac_tag
3369  IFS=$ac_save_IFS
3370  shift
3371  ac_file=$1
3372  shift
3373
3374  case $ac_mode in
3375  :L) ac_source=$1;;
3376  :[FH])
3377    ac_file_inputs=
3378    for ac_f
3379    do
3380      case $ac_f in
3381      -) ac_f="$ac_tmp/stdin";;
3382      *) # Look for the file first in the build tree, then in the source tree
3383	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
3384	 # because $ac_f cannot contain `:'.
3385	 test -f "$ac_f" ||
3386	   case $ac_f in
3387	   [\\/$]*) false;;
3388	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3389	   esac ||
3390	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3391      esac
3392      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3393      as_fn_append ac_file_inputs " '$ac_f'"
3394    done
3395
3396    # Let's still pretend it is `configure' which instantiates (i.e., don't
3397    # use $as_me), people would be surprised to read:
3398    #    /* config.h.  Generated by config.status.  */
3399    configure_input='Generated from '`
3400	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3401	`' by configure.'
3402    if test x"$ac_file" != x-; then
3403      configure_input="$ac_file.  $configure_input"
3404      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3405$as_echo "$as_me: creating $ac_file" >&6;}
3406    fi
3407    # Neutralize special characters interpreted by sed in replacement strings.
3408    case $configure_input in #(
3409    *\&* | *\|* | *\\* )
3410       ac_sed_conf_input=`$as_echo "$configure_input" |
3411       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3412    *) ac_sed_conf_input=$configure_input;;
3413    esac
3414
3415    case $ac_tag in
3416    *:-:* | *:-) cat >"$ac_tmp/stdin" \
3417      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3418    esac
3419    ;;
3420  esac
3421
3422  ac_dir=`$as_dirname -- "$ac_file" ||
3423$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3424	 X"$ac_file" : 'X\(//\)[^/]' \| \
3425	 X"$ac_file" : 'X\(//\)$' \| \
3426	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3427$as_echo X"$ac_file" |
3428    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3429	    s//\1/
3430	    q
3431	  }
3432	  /^X\(\/\/\)[^/].*/{
3433	    s//\1/
3434	    q
3435	  }
3436	  /^X\(\/\/\)$/{
3437	    s//\1/
3438	    q
3439	  }
3440	  /^X\(\/\).*/{
3441	    s//\1/
3442	    q
3443	  }
3444	  s/.*/./; q'`
3445  as_dir="$ac_dir"; as_fn_mkdir_p
3446  ac_builddir=.
3447
3448case "$ac_dir" in
3449.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3450*)
3451  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3452  # A ".." for each directory in $ac_dir_suffix.
3453  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3454  case $ac_top_builddir_sub in
3455  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3456  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3457  esac ;;
3458esac
3459ac_abs_top_builddir=$ac_pwd
3460ac_abs_builddir=$ac_pwd$ac_dir_suffix
3461# for backward compatibility:
3462ac_top_builddir=$ac_top_build_prefix
3463
3464case $srcdir in
3465  .)  # We are building in place.
3466    ac_srcdir=.
3467    ac_top_srcdir=$ac_top_builddir_sub
3468    ac_abs_top_srcdir=$ac_pwd ;;
3469  [\\/]* | ?:[\\/]* )  # Absolute name.
3470    ac_srcdir=$srcdir$ac_dir_suffix;
3471    ac_top_srcdir=$srcdir
3472    ac_abs_top_srcdir=$srcdir ;;
3473  *) # Relative name.
3474    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3475    ac_top_srcdir=$ac_top_build_prefix$srcdir
3476    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3477esac
3478ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3479
3480
3481  case $ac_mode in
3482  :F)
3483  #
3484  # CONFIG_FILE
3485  #
3486
3487  case $INSTALL in
3488  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3489  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3490  esac
3491  ac_MKDIR_P=$MKDIR_P
3492  case $MKDIR_P in
3493  [\\/$]* | ?:[\\/]* ) ;;
3494  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3495  esac
3496_ACEOF
3497
3498cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3499# If the template does not know about datarootdir, expand it.
3500# FIXME: This hack should be removed a few years after 2.60.
3501ac_datarootdir_hack=; ac_datarootdir_seen=
3502ac_sed_dataroot='
3503/datarootdir/ {
3504  p
3505  q
3506}
3507/@datadir@/p
3508/@docdir@/p
3509/@infodir@/p
3510/@localedir@/p
3511/@mandir@/p'
3512case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3513*datarootdir*) ac_datarootdir_seen=yes;;
3514*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3515  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3516$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3517_ACEOF
3518cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3519  ac_datarootdir_hack='
3520  s&@datadir@&$datadir&g
3521  s&@docdir@&$docdir&g
3522  s&@infodir@&$infodir&g
3523  s&@localedir@&$localedir&g
3524  s&@mandir@&$mandir&g
3525  s&\\\${datarootdir}&$datarootdir&g' ;;
3526esac
3527_ACEOF
3528
3529# Neutralize VPATH when `$srcdir' = `.'.
3530# Shell code in configure.ac might set extrasub.
3531# FIXME: do we really want to maintain this feature?
3532cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3533ac_sed_extra="$ac_vpsub
3534$extrasub
3535_ACEOF
3536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3537:t
3538/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3539s|@configure_input@|$ac_sed_conf_input|;t t
3540s&@top_builddir@&$ac_top_builddir_sub&;t t
3541s&@top_build_prefix@&$ac_top_build_prefix&;t t
3542s&@srcdir@&$ac_srcdir&;t t
3543s&@abs_srcdir@&$ac_abs_srcdir&;t t
3544s&@top_srcdir@&$ac_top_srcdir&;t t
3545s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3546s&@builddir@&$ac_builddir&;t t
3547s&@abs_builddir@&$ac_abs_builddir&;t t
3548s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3549s&@INSTALL@&$ac_INSTALL&;t t
3550s&@MKDIR_P@&$ac_MKDIR_P&;t t
3551$ac_datarootdir_hack
3552"
3553eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3554  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3555
3556test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3557  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3558  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
3559      "$ac_tmp/out"`; test -z "$ac_out"; } &&
3560  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3561which seems to be undefined.  Please make sure it is defined" >&5
3562$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3563which seems to be undefined.  Please make sure it is defined" >&2;}
3564
3565  rm -f "$ac_tmp/stdin"
3566  case $ac_file in
3567  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3568  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3569  esac \
3570  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3571 ;;
3572
3573
3574
3575  esac
3576
3577done # for ac_tag
3578
3579
3580as_fn_exit 0
3581_ACEOF
3582ac_clean_files=$ac_clean_files_save
3583
3584test $ac_write_fail = 0 ||
3585  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3586
3587
3588# configure is writing to config.log, and then calls config.status.
3589# config.status does its own redirection, appending to config.log.
3590# Unfortunately, on DOS this fails, as config.log is still kept open
3591# by configure, so config.status won't be able to write to it; its
3592# output is simply discarded.  So we exec the FD to /dev/null,
3593# effectively closing config.log, so it can be properly (re)opened and
3594# appended to by config.status.  When coming back to configure, we
3595# need to make the FD available again.
3596if test "$no_create" != yes; then
3597  ac_cs_success=:
3598  ac_config_status_args=
3599  test "$silent" = yes &&
3600    ac_config_status_args="$ac_config_status_args --quiet"
3601  exec 5>/dev/null
3602  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3603  exec 5>>config.log
3604  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3605  # would make configure fail if this is the last instruction.
3606  $ac_cs_success || as_fn_exit 1
3607fi
3608if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3609  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3610$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3611fi
3612
3613