1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for mate-themes 3.22.23.
4#
5# Report bugs to <https://mate-desktop.org>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in #(
61      *"$as_nl"*)
62	expr "X$arg" : "X\\(.*\\)$as_nl";
63	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98  IFS=$as_save_IFS
99  test -z "$as_dir" && as_dir=.
100    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there.  '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137# Use a proper internal environment variable to ensure we don't fall
138  # into an infinite loop, continuously re-executing ourselves.
139  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140    _as_can_reexec=no; export _as_can_reexec;
141    # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in # ((((
149  *v*x* | *x*v* ) as_opts=-vx ;;
150  *v* ) as_opts=-v ;;
151  *x* ) as_opts=-x ;;
152  * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159  fi
160  # We don't want this to propagate to other subprocesses.
161          { _as_can_reexec=; unset _as_can_reexec;}
162if test "x$CONFIG_SHELL" = x; then
163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164  emulate sh
165  NULLCMD=:
166  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167  # is contrary to our usage.  Disable this feature.
168  alias -g '\${1+\"\$@\"}'='\"\$@\"'
169  setopt NO_GLOB_SUBST
170else
171  case \`(set -o) 2>/dev/null\` in #(
172  *posix*) :
173    set -o posix ;; #(
174  *) :
175     ;;
176esac
177fi
178"
179  as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
184
185exitcode=0
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193  exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201test \$(( 1 + 1 )) = 2 || exit 1"
202  if (eval "$as_required") 2>/dev/null; then :
203  as_have_required=yes
204else
205  as_have_required=no
206fi
207  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208
209else
210  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211as_found=false
212for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213do
214  IFS=$as_save_IFS
215  test -z "$as_dir" && as_dir=.
216  as_found=:
217  case $as_dir in #(
218	 /*)
219	   for as_base in sh bash ksh sh5; do
220	     # Try only shells that exist, to save several forks.
221	     as_shell=$as_dir/$as_base
222	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224  CONFIG_SHELL=$as_shell as_have_required=yes
225		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226  break 2
227fi
228fi
229	   done;;
230       esac
231  as_found=false
232done
233$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235  CONFIG_SHELL=$SHELL as_have_required=yes
236fi; }
237IFS=$as_save_IFS
238
239
240      if test "x$CONFIG_SHELL" != x; then :
241  export CONFIG_SHELL
242             # We cannot yet assume a decent shell, so we have to provide a
243# neutralization value for shells without unset; and this also
244# works around shells that cannot unset nonexistent variables.
245# Preserve -v and -x to the replacement shell.
246BASH_ENV=/dev/null
247ENV=/dev/null
248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249case $- in # ((((
250  *v*x* | *x*v* ) as_opts=-vx ;;
251  *v* ) as_opts=-v ;;
252  *x* ) as_opts=-x ;;
253  * ) as_opts= ;;
254esac
255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256# Admittedly, this is quite paranoid, since all the known shells bail
257# out after a failed `exec'.
258$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259exit 255
260fi
261
262    if test x$as_have_required = xno; then :
263  $as_echo "$0: This script requires a shell more modern than all"
264  $as_echo "$0: the shells that I found on your system."
265  if test x${ZSH_VERSION+set} = xset ; then
266    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268  else
269    $as_echo "$0: Please tell bug-autoconf@gnu.org and
270$0: https://mate-desktop.org about your system, including
271$0: any error possibly output before this message. Then
272$0: install a modern shell, or manually run the script
273$0: under such a shell if you do have one."
274  fi
275  exit 1
276fi
277fi
278fi
279SHELL=${CONFIG_SHELL-/bin/sh}
280export SHELL
281# Unset more variables known to interfere with behavior of common tools.
282CLICOLOR_FORCE= GREP_OPTIONS=
283unset CLICOLOR_FORCE GREP_OPTIONS
284
285## --------------------- ##
286## M4sh Shell Functions. ##
287## --------------------- ##
288# as_fn_unset VAR
289# ---------------
290# Portably unset VAR.
291as_fn_unset ()
292{
293  { eval $1=; unset $1;}
294}
295as_unset=as_fn_unset
296
297# as_fn_set_status STATUS
298# -----------------------
299# Set $? to STATUS, without forking.
300as_fn_set_status ()
301{
302  return $1
303} # as_fn_set_status
304
305# as_fn_exit STATUS
306# -----------------
307# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308as_fn_exit ()
309{
310  set +e
311  as_fn_set_status $1
312  exit $1
313} # as_fn_exit
314
315# as_fn_mkdir_p
316# -------------
317# Create "$as_dir" as a directory, including parents if necessary.
318as_fn_mkdir_p ()
319{
320
321  case $as_dir in #(
322  -*) as_dir=./$as_dir;;
323  esac
324  test -d "$as_dir" || eval $as_mkdir_p || {
325    as_dirs=
326    while :; do
327      case $as_dir in #(
328      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329      *) as_qdir=$as_dir;;
330      esac
331      as_dirs="'$as_qdir' $as_dirs"
332      as_dir=`$as_dirname -- "$as_dir" ||
333$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334	 X"$as_dir" : 'X\(//\)[^/]' \| \
335	 X"$as_dir" : 'X\(//\)$' \| \
336	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337$as_echo X"$as_dir" |
338    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339	    s//\1/
340	    q
341	  }
342	  /^X\(\/\/\)[^/].*/{
343	    s//\1/
344	    q
345	  }
346	  /^X\(\/\/\)$/{
347	    s//\1/
348	    q
349	  }
350	  /^X\(\/\).*/{
351	    s//\1/
352	    q
353	  }
354	  s/.*/./; q'`
355      test -d "$as_dir" && break
356    done
357    test -z "$as_dirs" || eval "mkdir $as_dirs"
358  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361} # as_fn_mkdir_p
362
363# as_fn_executable_p FILE
364# -----------------------
365# Test if FILE is an executable regular file.
366as_fn_executable_p ()
367{
368  test -f "$1" && test -x "$1"
369} # as_fn_executable_p
370# as_fn_append VAR VALUE
371# ----------------------
372# Append the text in VALUE to the end of the definition contained in VAR. Take
373# advantage of any shell optimizations that allow amortized linear growth over
374# repeated appends, instead of the typical quadratic growth present in naive
375# implementations.
376if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377  eval 'as_fn_append ()
378  {
379    eval $1+=\$2
380  }'
381else
382  as_fn_append ()
383  {
384    eval $1=\$$1\$2
385  }
386fi # as_fn_append
387
388# as_fn_arith ARG...
389# ------------------
390# Perform arithmetic evaluation on the ARGs, and store the result in the
391# global $as_val. Take advantage of shells that can avoid forks. The arguments
392# must be portable across $(()) and expr.
393if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394  eval 'as_fn_arith ()
395  {
396    as_val=$(( $* ))
397  }'
398else
399  as_fn_arith ()
400  {
401    as_val=`expr "$@" || test $? -eq 1`
402  }
403fi # as_fn_arith
404
405
406# as_fn_error STATUS ERROR [LINENO LOG_FD]
407# ----------------------------------------
408# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410# script with STATUS, using 1 if that was 0.
411as_fn_error ()
412{
413  as_status=$1; test $as_status -eq 0 && as_status=1
414  if test "$4"; then
415    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417  fi
418  $as_echo "$as_me: error: $2" >&2
419  as_fn_exit $as_status
420} # as_fn_error
421
422if expr a : '\(a\)' >/dev/null 2>&1 &&
423   test "X`expr 00001 : '.*\(...\)'`" = X001; then
424  as_expr=expr
425else
426  as_expr=false
427fi
428
429if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430  as_basename=basename
431else
432  as_basename=false
433fi
434
435if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436  as_dirname=dirname
437else
438  as_dirname=false
439fi
440
441as_me=`$as_basename -- "$0" ||
442$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443	 X"$0" : 'X\(//\)$' \| \
444	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445$as_echo X/"$0" |
446    sed '/^.*\/\([^/][^/]*\)\/*$/{
447	    s//\1/
448	    q
449	  }
450	  /^X\/\(\/\/\)$/{
451	    s//\1/
452	    q
453	  }
454	  /^X\/\(\/\).*/{
455	    s//\1/
456	    q
457	  }
458	  s/.*/./; q'`
459
460# Avoid depending upon Character Ranges.
461as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464as_cr_digits='0123456789'
465as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468  as_lineno_1=$LINENO as_lineno_1a=$LINENO
469  as_lineno_2=$LINENO as_lineno_2a=$LINENO
470  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
473  sed -n '
474    p
475    /[$]LINENO/=
476  ' <$as_myself |
477    sed '
478      s/[$]LINENO.*/&-/
479      t lineno
480      b
481      :lineno
482      N
483      :loop
484      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485      t loop
486      s/-\n.*//
487    ' >$as_me.lineno &&
488  chmod +x "$as_me.lineno" ||
489    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492  # already done that, so ensure we don't try to do so again and fall
493  # in an infinite loop.  This has already happened in practice.
494  _as_can_reexec=no; export _as_can_reexec
495  # Don't try to exec as it changes $[0], causing all sort of problems
496  # (the dirname of $[0] is not the place where we might find the
497  # original and so on.  Autoconf is especially sensitive to this).
498  . "./$as_me.lineno"
499  # Exit status is that of the last command.
500  exit
501}
502
503ECHO_C= ECHO_N= ECHO_T=
504case `echo -n x` in #(((((
505-n*)
506  case `echo 'xy\c'` in
507  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
508  xy)  ECHO_C='\c';;
509  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510       ECHO_T='	';;
511  esac;;
512*)
513  ECHO_N='-n';;
514esac
515
516rm -f conf$$ conf$$.exe conf$$.file
517if test -d conf$$.dir; then
518  rm -f conf$$.dir/conf$$.file
519else
520  rm -f conf$$.dir
521  mkdir conf$$.dir 2>/dev/null
522fi
523if (echo >conf$$.file) 2>/dev/null; then
524  if ln -s conf$$.file conf$$ 2>/dev/null; then
525    as_ln_s='ln -s'
526    # ... but there are two gotchas:
527    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529    # In both cases, we have to default to `cp -pR'.
530    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531      as_ln_s='cp -pR'
532  elif ln conf$$.file conf$$ 2>/dev/null; then
533    as_ln_s=ln
534  else
535    as_ln_s='cp -pR'
536  fi
537else
538  as_ln_s='cp -pR'
539fi
540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541rmdir conf$$.dir 2>/dev/null
542
543if mkdir -p . 2>/dev/null; then
544  as_mkdir_p='mkdir -p "$as_dir"'
545else
546  test -d ./-p && rmdir ./-p
547  as_mkdir_p=false
548fi
549
550as_test_x='test -x'
551as_executable_p=as_fn_executable_p
552
553# Sed expression to map a string onto a valid CPP name.
554as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556# Sed expression to map a string onto a valid variable name.
557as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560test -n "$DJDIR" || exec 7<&0 </dev/null
561exec 6>&1
562
563# Name of the host.
564# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565# so uname gets run too.
566ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568#
569# Initializations.
570#
571ac_default_prefix=/usr/local
572ac_clean_files=
573ac_config_libobj_dir=.
574LIBOBJS=
575cross_compiling=no
576subdirs=
577MFLAGS=
578MAKEFLAGS=
579
580# Identity of this package.
581PACKAGE_NAME='mate-themes'
582PACKAGE_TARNAME='mate-themes'
583PACKAGE_VERSION='3.22.23'
584PACKAGE_STRING='mate-themes 3.22.23'
585PACKAGE_BUGREPORT='https://mate-desktop.org'
586PACKAGE_URL=''
587
588ac_unique_file="icon-themes"
589gt_needs=
590ac_subst_vars='am__EXEEXT_FALSE
591am__EXEEXT_TRUE
592LTLIBOBJS
593LIBOBJS
594THEME_ENGINE_LIBS
595THEME_ENGINE_CFLAGS
596ACLOCAL_AMFLAGS
597USE_NLS_FALSE
598USE_NLS_TRUE
599PKG_CONFIG_LIBDIR
600PKG_CONFIG_PATH
601PKG_CONFIG
602POSUB
603LTLIBINTL
604LIBINTL
605INTLLIBS
606LTLIBICONV
607LIBICONV
608INTL_MACOSX_LIBS
609EGREP
610GREP
611CPP
612host_os
613host_vendor
614host_cpu
615host
616build_os
617build_vendor
618build_cpu
619build
620am__fastdepCC_FALSE
621am__fastdepCC_TRUE
622CCDEPMODE
623am__nodep
624AMDEPBACKSLASH
625AMDEP_FALSE
626AMDEP_TRUE
627am__include
628DEPDIR
629OBJEXT
630EXEEXT
631ac_ct_CC
632CPPFLAGS
633LDFLAGS
634CFLAGS
635CC
636XGETTEXT_EXTRA_OPTIONS
637MSGMERGE
638XGETTEXT_015
639XGETTEXT
640GMSGFMT_015
641MSGFMT_015
642GMSGFMT
643MSGFMT
644GETTEXT_MACRO_VERSION
645USE_NLS
646SED
647AM_BACKSLASH
648AM_DEFAULT_VERBOSITY
649AM_DEFAULT_V
650AM_V
651am__untar
652am__tar
653AMTAR
654am__leading_dot
655SET_MAKE
656AWK
657mkdir_p
658MKDIR_P
659INSTALL_STRIP_PROGRAM
660STRIP
661install_sh
662MAKEINFO
663AUTOHEADER
664AUTOMAKE
665AUTOCONF
666ACLOCAL
667VERSION
668PACKAGE
669CYGPATH_W
670am__isrc
671INSTALL_DATA
672INSTALL_SCRIPT
673INSTALL_PROGRAM
674target_alias
675host_alias
676build_alias
677LIBS
678ECHO_T
679ECHO_N
680ECHO_C
681DEFS
682mandir
683localedir
684libdir
685psdir
686pdfdir
687dvidir
688htmldir
689infodir
690docdir
691oldincludedir
692includedir
693runstatedir
694localstatedir
695sharedstatedir
696sysconfdir
697datadir
698datarootdir
699libexecdir
700sbindir
701bindir
702program_transform_name
703prefix
704exec_prefix
705PACKAGE_URL
706PACKAGE_BUGREPORT
707PACKAGE_STRING
708PACKAGE_VERSION
709PACKAGE_TARNAME
710PACKAGE_NAME
711PATH_SEPARATOR
712SHELL
713am__quote'
714ac_subst_files=''
715ac_user_opts='
716enable_option_checking
717enable_silent_rules
718enable_nls
719enable_dependency_tracking
720with_gnu_ld
721enable_rpath
722with_libiconv_prefix
723with_libintl_prefix
724'
725      ac_precious_vars='build_alias
726host_alias
727target_alias
728CC
729CFLAGS
730LDFLAGS
731LIBS
732CPPFLAGS
733CPP
734PKG_CONFIG
735PKG_CONFIG_PATH
736PKG_CONFIG_LIBDIR
737THEME_ENGINE_CFLAGS
738THEME_ENGINE_LIBS'
739
740
741# Initialize some variables set by options.
742ac_init_help=
743ac_init_version=false
744ac_unrecognized_opts=
745ac_unrecognized_sep=
746# The variables have the same names as the options, with
747# dashes changed to underlines.
748cache_file=/dev/null
749exec_prefix=NONE
750no_create=
751no_recursion=
752prefix=NONE
753program_prefix=NONE
754program_suffix=NONE
755program_transform_name=s,x,x,
756silent=
757site=
758srcdir=
759verbose=
760x_includes=NONE
761x_libraries=NONE
762
763# Installation directory options.
764# These are left unexpanded so users can "make install exec_prefix=/foo"
765# and all the variables that are supposed to be based on exec_prefix
766# by default will actually change.
767# Use braces instead of parens because sh, perl, etc. also accept them.
768# (The list follows the same order as the GNU Coding Standards.)
769bindir='${exec_prefix}/bin'
770sbindir='${exec_prefix}/sbin'
771libexecdir='${exec_prefix}/libexec'
772datarootdir='${prefix}/share'
773datadir='${datarootdir}'
774sysconfdir='${prefix}/etc'
775sharedstatedir='${prefix}/com'
776localstatedir='${prefix}/var'
777runstatedir='${localstatedir}/run'
778includedir='${prefix}/include'
779oldincludedir='/usr/include'
780docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
781infodir='${datarootdir}/info'
782htmldir='${docdir}'
783dvidir='${docdir}'
784pdfdir='${docdir}'
785psdir='${docdir}'
786libdir='${exec_prefix}/lib'
787localedir='${datarootdir}/locale'
788mandir='${datarootdir}/man'
789
790ac_prev=
791ac_dashdash=
792for ac_option
793do
794  # If the previous option needs an argument, assign it.
795  if test -n "$ac_prev"; then
796    eval $ac_prev=\$ac_option
797    ac_prev=
798    continue
799  fi
800
801  case $ac_option in
802  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
803  *=)   ac_optarg= ;;
804  *)    ac_optarg=yes ;;
805  esac
806
807  # Accept the important Cygnus configure options, so we can diagnose typos.
808
809  case $ac_dashdash$ac_option in
810  --)
811    ac_dashdash=yes ;;
812
813  -bindir | --bindir | --bindi | --bind | --bin | --bi)
814    ac_prev=bindir ;;
815  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
816    bindir=$ac_optarg ;;
817
818  -build | --build | --buil | --bui | --bu)
819    ac_prev=build_alias ;;
820  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
821    build_alias=$ac_optarg ;;
822
823  -cache-file | --cache-file | --cache-fil | --cache-fi \
824  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
825    ac_prev=cache_file ;;
826  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
827  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
828    cache_file=$ac_optarg ;;
829
830  --config-cache | -C)
831    cache_file=config.cache ;;
832
833  -datadir | --datadir | --datadi | --datad)
834    ac_prev=datadir ;;
835  -datadir=* | --datadir=* | --datadi=* | --datad=*)
836    datadir=$ac_optarg ;;
837
838  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
839  | --dataroo | --dataro | --datar)
840    ac_prev=datarootdir ;;
841  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
842  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
843    datarootdir=$ac_optarg ;;
844
845  -disable-* | --disable-*)
846    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
847    # Reject names that are not valid shell variable names.
848    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
849      as_fn_error $? "invalid feature name: $ac_useropt"
850    ac_useropt_orig=$ac_useropt
851    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
852    case $ac_user_opts in
853      *"
854"enable_$ac_useropt"
855"*) ;;
856      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
857	 ac_unrecognized_sep=', ';;
858    esac
859    eval enable_$ac_useropt=no ;;
860
861  -docdir | --docdir | --docdi | --doc | --do)
862    ac_prev=docdir ;;
863  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
864    docdir=$ac_optarg ;;
865
866  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
867    ac_prev=dvidir ;;
868  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
869    dvidir=$ac_optarg ;;
870
871  -enable-* | --enable-*)
872    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
873    # Reject names that are not valid shell variable names.
874    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
875      as_fn_error $? "invalid feature name: $ac_useropt"
876    ac_useropt_orig=$ac_useropt
877    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
878    case $ac_user_opts in
879      *"
880"enable_$ac_useropt"
881"*) ;;
882      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
883	 ac_unrecognized_sep=', ';;
884    esac
885    eval enable_$ac_useropt=\$ac_optarg ;;
886
887  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
888  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
889  | --exec | --exe | --ex)
890    ac_prev=exec_prefix ;;
891  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
892  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
893  | --exec=* | --exe=* | --ex=*)
894    exec_prefix=$ac_optarg ;;
895
896  -gas | --gas | --ga | --g)
897    # Obsolete; use --with-gas.
898    with_gas=yes ;;
899
900  -help | --help | --hel | --he | -h)
901    ac_init_help=long ;;
902  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
903    ac_init_help=recursive ;;
904  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
905    ac_init_help=short ;;
906
907  -host | --host | --hos | --ho)
908    ac_prev=host_alias ;;
909  -host=* | --host=* | --hos=* | --ho=*)
910    host_alias=$ac_optarg ;;
911
912  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
913    ac_prev=htmldir ;;
914  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
915  | --ht=*)
916    htmldir=$ac_optarg ;;
917
918  -includedir | --includedir | --includedi | --included | --include \
919  | --includ | --inclu | --incl | --inc)
920    ac_prev=includedir ;;
921  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
922  | --includ=* | --inclu=* | --incl=* | --inc=*)
923    includedir=$ac_optarg ;;
924
925  -infodir | --infodir | --infodi | --infod | --info | --inf)
926    ac_prev=infodir ;;
927  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
928    infodir=$ac_optarg ;;
929
930  -libdir | --libdir | --libdi | --libd)
931    ac_prev=libdir ;;
932  -libdir=* | --libdir=* | --libdi=* | --libd=*)
933    libdir=$ac_optarg ;;
934
935  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
936  | --libexe | --libex | --libe)
937    ac_prev=libexecdir ;;
938  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
939  | --libexe=* | --libex=* | --libe=*)
940    libexecdir=$ac_optarg ;;
941
942  -localedir | --localedir | --localedi | --localed | --locale)
943    ac_prev=localedir ;;
944  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
945    localedir=$ac_optarg ;;
946
947  -localstatedir | --localstatedir | --localstatedi | --localstated \
948  | --localstate | --localstat | --localsta | --localst | --locals)
949    ac_prev=localstatedir ;;
950  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
951  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
952    localstatedir=$ac_optarg ;;
953
954  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
955    ac_prev=mandir ;;
956  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
957    mandir=$ac_optarg ;;
958
959  -nfp | --nfp | --nf)
960    # Obsolete; use --without-fp.
961    with_fp=no ;;
962
963  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
964  | --no-cr | --no-c | -n)
965    no_create=yes ;;
966
967  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
968  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
969    no_recursion=yes ;;
970
971  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
972  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
973  | --oldin | --oldi | --old | --ol | --o)
974    ac_prev=oldincludedir ;;
975  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
976  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
977  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
978    oldincludedir=$ac_optarg ;;
979
980  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
981    ac_prev=prefix ;;
982  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
983    prefix=$ac_optarg ;;
984
985  -program-prefix | --program-prefix | --program-prefi | --program-pref \
986  | --program-pre | --program-pr | --program-p)
987    ac_prev=program_prefix ;;
988  -program-prefix=* | --program-prefix=* | --program-prefi=* \
989  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
990    program_prefix=$ac_optarg ;;
991
992  -program-suffix | --program-suffix | --program-suffi | --program-suff \
993  | --program-suf | --program-su | --program-s)
994    ac_prev=program_suffix ;;
995  -program-suffix=* | --program-suffix=* | --program-suffi=* \
996  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
997    program_suffix=$ac_optarg ;;
998
999  -program-transform-name | --program-transform-name \
1000  | --program-transform-nam | --program-transform-na \
1001  | --program-transform-n | --program-transform- \
1002  | --program-transform | --program-transfor \
1003  | --program-transfo | --program-transf \
1004  | --program-trans | --program-tran \
1005  | --progr-tra | --program-tr | --program-t)
1006    ac_prev=program_transform_name ;;
1007  -program-transform-name=* | --program-transform-name=* \
1008  | --program-transform-nam=* | --program-transform-na=* \
1009  | --program-transform-n=* | --program-transform-=* \
1010  | --program-transform=* | --program-transfor=* \
1011  | --program-transfo=* | --program-transf=* \
1012  | --program-trans=* | --program-tran=* \
1013  | --progr-tra=* | --program-tr=* | --program-t=*)
1014    program_transform_name=$ac_optarg ;;
1015
1016  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1017    ac_prev=pdfdir ;;
1018  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1019    pdfdir=$ac_optarg ;;
1020
1021  -psdir | --psdir | --psdi | --psd | --ps)
1022    ac_prev=psdir ;;
1023  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1024    psdir=$ac_optarg ;;
1025
1026  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1027  | -silent | --silent | --silen | --sile | --sil)
1028    silent=yes ;;
1029
1030  -runstatedir | --runstatedir | --runstatedi | --runstated \
1031  | --runstate | --runstat | --runsta | --runst | --runs \
1032  | --run | --ru | --r)
1033    ac_prev=runstatedir ;;
1034  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1035  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1036  | --run=* | --ru=* | --r=*)
1037    runstatedir=$ac_optarg ;;
1038
1039  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1040    ac_prev=sbindir ;;
1041  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1042  | --sbi=* | --sb=*)
1043    sbindir=$ac_optarg ;;
1044
1045  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1046  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1047  | --sharedst | --shareds | --shared | --share | --shar \
1048  | --sha | --sh)
1049    ac_prev=sharedstatedir ;;
1050  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1051  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1052  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1053  | --sha=* | --sh=*)
1054    sharedstatedir=$ac_optarg ;;
1055
1056  -site | --site | --sit)
1057    ac_prev=site ;;
1058  -site=* | --site=* | --sit=*)
1059    site=$ac_optarg ;;
1060
1061  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1062    ac_prev=srcdir ;;
1063  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1064    srcdir=$ac_optarg ;;
1065
1066  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1067  | --syscon | --sysco | --sysc | --sys | --sy)
1068    ac_prev=sysconfdir ;;
1069  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1070  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1071    sysconfdir=$ac_optarg ;;
1072
1073  -target | --target | --targe | --targ | --tar | --ta | --t)
1074    ac_prev=target_alias ;;
1075  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1076    target_alias=$ac_optarg ;;
1077
1078  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1079    verbose=yes ;;
1080
1081  -version | --version | --versio | --versi | --vers | -V)
1082    ac_init_version=: ;;
1083
1084  -with-* | --with-*)
1085    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1086    # Reject names that are not valid shell variable names.
1087    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1088      as_fn_error $? "invalid package name: $ac_useropt"
1089    ac_useropt_orig=$ac_useropt
1090    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1091    case $ac_user_opts in
1092      *"
1093"with_$ac_useropt"
1094"*) ;;
1095      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1096	 ac_unrecognized_sep=', ';;
1097    esac
1098    eval with_$ac_useropt=\$ac_optarg ;;
1099
1100  -without-* | --without-*)
1101    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1102    # Reject names that are not valid shell variable names.
1103    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1104      as_fn_error $? "invalid package name: $ac_useropt"
1105    ac_useropt_orig=$ac_useropt
1106    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1107    case $ac_user_opts in
1108      *"
1109"with_$ac_useropt"
1110"*) ;;
1111      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1112	 ac_unrecognized_sep=', ';;
1113    esac
1114    eval with_$ac_useropt=no ;;
1115
1116  --x)
1117    # Obsolete; use --with-x.
1118    with_x=yes ;;
1119
1120  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1121  | --x-incl | --x-inc | --x-in | --x-i)
1122    ac_prev=x_includes ;;
1123  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1124  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1125    x_includes=$ac_optarg ;;
1126
1127  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1128  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1129    ac_prev=x_libraries ;;
1130  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1131  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1132    x_libraries=$ac_optarg ;;
1133
1134  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1135Try \`$0 --help' for more information"
1136    ;;
1137
1138  *=*)
1139    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1140    # Reject names that are not valid shell variable names.
1141    case $ac_envvar in #(
1142      '' | [0-9]* | *[!_$as_cr_alnum]* )
1143      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1144    esac
1145    eval $ac_envvar=\$ac_optarg
1146    export $ac_envvar ;;
1147
1148  *)
1149    # FIXME: should be removed in autoconf 3.0.
1150    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1151    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1152      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1153    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1154    ;;
1155
1156  esac
1157done
1158
1159if test -n "$ac_prev"; then
1160  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1161  as_fn_error $? "missing argument to $ac_option"
1162fi
1163
1164if test -n "$ac_unrecognized_opts"; then
1165  case $enable_option_checking in
1166    no) ;;
1167    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1168    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1169  esac
1170fi
1171
1172# Check all directory arguments for consistency.
1173for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1174		datadir sysconfdir sharedstatedir localstatedir includedir \
1175		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1176		libdir localedir mandir runstatedir
1177do
1178  eval ac_val=\$$ac_var
1179  # Remove trailing slashes.
1180  case $ac_val in
1181    */ )
1182      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1183      eval $ac_var=\$ac_val;;
1184  esac
1185  # Be sure to have absolute directory names.
1186  case $ac_val in
1187    [\\/$]* | ?:[\\/]* )  continue;;
1188    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1189  esac
1190  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1191done
1192
1193# There might be people who depend on the old broken behavior: `$host'
1194# used to hold the argument of --host etc.
1195# FIXME: To remove some day.
1196build=$build_alias
1197host=$host_alias
1198target=$target_alias
1199
1200# FIXME: To remove some day.
1201if test "x$host_alias" != x; then
1202  if test "x$build_alias" = x; then
1203    cross_compiling=maybe
1204  elif test "x$build_alias" != "x$host_alias"; then
1205    cross_compiling=yes
1206  fi
1207fi
1208
1209ac_tool_prefix=
1210test -n "$host_alias" && ac_tool_prefix=$host_alias-
1211
1212test "$silent" = yes && exec 6>/dev/null
1213
1214
1215ac_pwd=`pwd` && test -n "$ac_pwd" &&
1216ac_ls_di=`ls -di .` &&
1217ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1218  as_fn_error $? "working directory cannot be determined"
1219test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220  as_fn_error $? "pwd does not report name of working directory"
1221
1222
1223# Find the source files, if location was not specified.
1224if test -z "$srcdir"; then
1225  ac_srcdir_defaulted=yes
1226  # Try the directory containing this script, then the parent directory.
1227  ac_confdir=`$as_dirname -- "$as_myself" ||
1228$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1229	 X"$as_myself" : 'X\(//\)[^/]' \| \
1230	 X"$as_myself" : 'X\(//\)$' \| \
1231	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1232$as_echo X"$as_myself" |
1233    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1234	    s//\1/
1235	    q
1236	  }
1237	  /^X\(\/\/\)[^/].*/{
1238	    s//\1/
1239	    q
1240	  }
1241	  /^X\(\/\/\)$/{
1242	    s//\1/
1243	    q
1244	  }
1245	  /^X\(\/\).*/{
1246	    s//\1/
1247	    q
1248	  }
1249	  s/.*/./; q'`
1250  srcdir=$ac_confdir
1251  if test ! -r "$srcdir/$ac_unique_file"; then
1252    srcdir=..
1253  fi
1254else
1255  ac_srcdir_defaulted=no
1256fi
1257if test ! -r "$srcdir/$ac_unique_file"; then
1258  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1259  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1260fi
1261ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1262ac_abs_confdir=`(
1263	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1264	pwd)`
1265# When building in place, set srcdir=.
1266if test "$ac_abs_confdir" = "$ac_pwd"; then
1267  srcdir=.
1268fi
1269# Remove unnecessary trailing slashes from srcdir.
1270# Double slashes in file names in object file debugging info
1271# mess up M-x gdb in Emacs.
1272case $srcdir in
1273*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1274esac
1275for ac_var in $ac_precious_vars; do
1276  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1277  eval ac_env_${ac_var}_value=\$${ac_var}
1278  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1279  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1280done
1281
1282#
1283# Report the --help message.
1284#
1285if test "$ac_init_help" = "long"; then
1286  # Omit some internal or obsolete options to make the list less imposing.
1287  # This message is too long to be a string in the A/UX 3.1 sh.
1288  cat <<_ACEOF
1289\`configure' configures mate-themes 3.22.23 to adapt to many kinds of systems.
1290
1291Usage: $0 [OPTION]... [VAR=VALUE]...
1292
1293To assign environment variables (e.g., CC, CFLAGS...), specify them as
1294VAR=VALUE.  See below for descriptions of some of the useful variables.
1295
1296Defaults for the options are specified in brackets.
1297
1298Configuration:
1299  -h, --help              display this help and exit
1300      --help=short        display options specific to this package
1301      --help=recursive    display the short help of all the included packages
1302  -V, --version           display version information and exit
1303  -q, --quiet, --silent   do not print \`checking ...' messages
1304      --cache-file=FILE   cache test results in FILE [disabled]
1305  -C, --config-cache      alias for \`--cache-file=config.cache'
1306  -n, --no-create         do not create output files
1307      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1308
1309Installation directories:
1310  --prefix=PREFIX         install architecture-independent files in PREFIX
1311                          [$ac_default_prefix]
1312  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1313                          [PREFIX]
1314
1315By default, \`make install' will install all the files in
1316\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1317an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1318for instance \`--prefix=\$HOME'.
1319
1320For better control, use the options below.
1321
1322Fine tuning of the installation directories:
1323  --bindir=DIR            user executables [EPREFIX/bin]
1324  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1325  --libexecdir=DIR        program executables [EPREFIX/libexec]
1326  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1327  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1328  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1329  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1330  --libdir=DIR            object code libraries [EPREFIX/lib]
1331  --includedir=DIR        C header files [PREFIX/include]
1332  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1333  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1334  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1335  --infodir=DIR           info documentation [DATAROOTDIR/info]
1336  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1337  --mandir=DIR            man documentation [DATAROOTDIR/man]
1338  --docdir=DIR            documentation root [DATAROOTDIR/doc/mate-themes]
1339  --htmldir=DIR           html documentation [DOCDIR]
1340  --dvidir=DIR            dvi documentation [DOCDIR]
1341  --pdfdir=DIR            pdf documentation [DOCDIR]
1342  --psdir=DIR             ps documentation [DOCDIR]
1343_ACEOF
1344
1345  cat <<\_ACEOF
1346
1347Program names:
1348  --program-prefix=PREFIX            prepend PREFIX to installed program names
1349  --program-suffix=SUFFIX            append SUFFIX to installed program names
1350  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1351
1352System types:
1353  --build=BUILD     configure for building on BUILD [guessed]
1354  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1355_ACEOF
1356fi
1357
1358if test -n "$ac_init_help"; then
1359  case $ac_init_help in
1360     short | recursive ) echo "Configuration of mate-themes 3.22.23:";;
1361   esac
1362  cat <<\_ACEOF
1363
1364Optional Features:
1365  --disable-option-checking  ignore unrecognized --enable/--with options
1366  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1367  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1368  --enable-silent-rules   less verbose build output (undo: "make V=1")
1369  --disable-silent-rules  verbose build output (undo: "make V=0")
1370  --disable-nls           do not use Native Language Support
1371  --enable-dependency-tracking
1372                          do not reject slow dependency extractors
1373  --disable-dependency-tracking
1374                          speeds up one-time build
1375  --disable-rpath         do not hardcode runtime library paths
1376
1377Optional Packages:
1378  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1379  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1380  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1381  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1382  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1383  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
1384  --without-libintl-prefix     don't search for libintl in includedir and libdir
1385
1386Some influential environment variables:
1387  CC          C compiler command
1388  CFLAGS      C compiler flags
1389  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1390              nonstandard directory <lib dir>
1391  LIBS        libraries to pass to the linker, e.g. -l<library>
1392  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1393              you have headers in a nonstandard directory <include dir>
1394  CPP         C preprocessor
1395  PKG_CONFIG  path to pkg-config utility
1396  PKG_CONFIG_PATH
1397              directories to add to pkg-config's search path
1398  PKG_CONFIG_LIBDIR
1399              path overriding pkg-config's built-in search path
1400  THEME_ENGINE_CFLAGS
1401              C compiler flags for THEME_ENGINE, overriding pkg-config
1402  THEME_ENGINE_LIBS
1403              linker flags for THEME_ENGINE, overriding pkg-config
1404
1405Use these variables to override the choices made by `configure' or to help
1406it to find libraries and programs with nonstandard names/locations.
1407
1408Report bugs to <https://mate-desktop.org>.
1409_ACEOF
1410ac_status=$?
1411fi
1412
1413if test "$ac_init_help" = "recursive"; then
1414  # If there are subdirs, report their specific --help.
1415  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1416    test -d "$ac_dir" ||
1417      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1418      continue
1419    ac_builddir=.
1420
1421case "$ac_dir" in
1422.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1423*)
1424  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1425  # A ".." for each directory in $ac_dir_suffix.
1426  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1427  case $ac_top_builddir_sub in
1428  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1429  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1430  esac ;;
1431esac
1432ac_abs_top_builddir=$ac_pwd
1433ac_abs_builddir=$ac_pwd$ac_dir_suffix
1434# for backward compatibility:
1435ac_top_builddir=$ac_top_build_prefix
1436
1437case $srcdir in
1438  .)  # We are building in place.
1439    ac_srcdir=.
1440    ac_top_srcdir=$ac_top_builddir_sub
1441    ac_abs_top_srcdir=$ac_pwd ;;
1442  [\\/]* | ?:[\\/]* )  # Absolute name.
1443    ac_srcdir=$srcdir$ac_dir_suffix;
1444    ac_top_srcdir=$srcdir
1445    ac_abs_top_srcdir=$srcdir ;;
1446  *) # Relative name.
1447    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1448    ac_top_srcdir=$ac_top_build_prefix$srcdir
1449    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1450esac
1451ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1452
1453    cd "$ac_dir" || { ac_status=$?; continue; }
1454    # Check for guested configure.
1455    if test -f "$ac_srcdir/configure.gnu"; then
1456      echo &&
1457      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1458    elif test -f "$ac_srcdir/configure"; then
1459      echo &&
1460      $SHELL "$ac_srcdir/configure" --help=recursive
1461    else
1462      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1463    fi || ac_status=$?
1464    cd "$ac_pwd" || { ac_status=$?; break; }
1465  done
1466fi
1467
1468test -n "$ac_init_help" && exit $ac_status
1469if $ac_init_version; then
1470  cat <<\_ACEOF
1471mate-themes configure 3.22.23
1472generated by GNU Autoconf 2.69
1473
1474Copyright (C) 2012 Free Software Foundation, Inc.
1475This configure script is free software; the Free Software Foundation
1476gives unlimited permission to copy, distribute and modify it.
1477_ACEOF
1478  exit
1479fi
1480
1481## ------------------------ ##
1482## Autoconf initialization. ##
1483## ------------------------ ##
1484
1485# ac_fn_c_try_compile LINENO
1486# --------------------------
1487# Try to compile conftest.$ac_ext, and return whether this succeeded.
1488ac_fn_c_try_compile ()
1489{
1490  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1491  rm -f conftest.$ac_objext
1492  if { { ac_try="$ac_compile"
1493case "(($ac_try" in
1494  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1495  *) ac_try_echo=$ac_try;;
1496esac
1497eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1498$as_echo "$ac_try_echo"; } >&5
1499  (eval "$ac_compile") 2>conftest.err
1500  ac_status=$?
1501  if test -s conftest.err; then
1502    grep -v '^ *+' conftest.err >conftest.er1
1503    cat conftest.er1 >&5
1504    mv -f conftest.er1 conftest.err
1505  fi
1506  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1507  test $ac_status = 0; } && {
1508	 test -z "$ac_c_werror_flag" ||
1509	 test ! -s conftest.err
1510       } && test -s conftest.$ac_objext; then :
1511  ac_retval=0
1512else
1513  $as_echo "$as_me: failed program was:" >&5
1514sed 's/^/| /' conftest.$ac_ext >&5
1515
1516	ac_retval=1
1517fi
1518  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1519  as_fn_set_status $ac_retval
1520
1521} # ac_fn_c_try_compile
1522
1523# ac_fn_c_try_cpp LINENO
1524# ----------------------
1525# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1526ac_fn_c_try_cpp ()
1527{
1528  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1529  if { { ac_try="$ac_cpp conftest.$ac_ext"
1530case "(($ac_try" in
1531  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1532  *) ac_try_echo=$ac_try;;
1533esac
1534eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1535$as_echo "$ac_try_echo"; } >&5
1536  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1537  ac_status=$?
1538  if test -s conftest.err; then
1539    grep -v '^ *+' conftest.err >conftest.er1
1540    cat conftest.er1 >&5
1541    mv -f conftest.er1 conftest.err
1542  fi
1543  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1544  test $ac_status = 0; } > conftest.i && {
1545	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1546	 test ! -s conftest.err
1547       }; then :
1548  ac_retval=0
1549else
1550  $as_echo "$as_me: failed program was:" >&5
1551sed 's/^/| /' conftest.$ac_ext >&5
1552
1553    ac_retval=1
1554fi
1555  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1556  as_fn_set_status $ac_retval
1557
1558} # ac_fn_c_try_cpp
1559
1560# ac_fn_c_try_link LINENO
1561# -----------------------
1562# Try to link conftest.$ac_ext, and return whether this succeeded.
1563ac_fn_c_try_link ()
1564{
1565  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566  rm -f conftest.$ac_objext conftest$ac_exeext
1567  if { { ac_try="$ac_link"
1568case "(($ac_try" in
1569  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570  *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574  (eval "$ac_link") 2>conftest.err
1575  ac_status=$?
1576  if test -s conftest.err; then
1577    grep -v '^ *+' conftest.err >conftest.er1
1578    cat conftest.er1 >&5
1579    mv -f conftest.er1 conftest.err
1580  fi
1581  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582  test $ac_status = 0; } && {
1583	 test -z "$ac_c_werror_flag" ||
1584	 test ! -s conftest.err
1585       } && test -s conftest$ac_exeext && {
1586	 test "$cross_compiling" = yes ||
1587	 test -x conftest$ac_exeext
1588       }; then :
1589  ac_retval=0
1590else
1591  $as_echo "$as_me: failed program was:" >&5
1592sed 's/^/| /' conftest.$ac_ext >&5
1593
1594	ac_retval=1
1595fi
1596  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1597  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1598  # interfere with the next link command; also delete a directory that is
1599  # left behind by Apple's compiler.  We do this before executing the actions.
1600  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1601  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602  as_fn_set_status $ac_retval
1603
1604} # ac_fn_c_try_link
1605
1606# ac_fn_c_try_run LINENO
1607# ----------------------
1608# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1609# that executables *can* be run.
1610ac_fn_c_try_run ()
1611{
1612  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1613  if { { ac_try="$ac_link"
1614case "(($ac_try" in
1615  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616  *) ac_try_echo=$ac_try;;
1617esac
1618eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619$as_echo "$ac_try_echo"; } >&5
1620  (eval "$ac_link") 2>&5
1621  ac_status=$?
1622  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1623  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1624  { { case "(($ac_try" in
1625  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1626  *) ac_try_echo=$ac_try;;
1627esac
1628eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1629$as_echo "$ac_try_echo"; } >&5
1630  (eval "$ac_try") 2>&5
1631  ac_status=$?
1632  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633  test $ac_status = 0; }; }; then :
1634  ac_retval=0
1635else
1636  $as_echo "$as_me: program exited with status $ac_status" >&5
1637       $as_echo "$as_me: failed program was:" >&5
1638sed 's/^/| /' conftest.$ac_ext >&5
1639
1640       ac_retval=$ac_status
1641fi
1642  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1643  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1644  as_fn_set_status $ac_retval
1645
1646} # ac_fn_c_try_run
1647cat >config.log <<_ACEOF
1648This file contains any messages produced by compilers while
1649running configure, to aid debugging if configure makes a mistake.
1650
1651It was created by mate-themes $as_me 3.22.23, which was
1652generated by GNU Autoconf 2.69.  Invocation command line was
1653
1654  $ $0 $@
1655
1656_ACEOF
1657exec 5>>config.log
1658{
1659cat <<_ASUNAME
1660## --------- ##
1661## Platform. ##
1662## --------- ##
1663
1664hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1665uname -m = `(uname -m) 2>/dev/null || echo unknown`
1666uname -r = `(uname -r) 2>/dev/null || echo unknown`
1667uname -s = `(uname -s) 2>/dev/null || echo unknown`
1668uname -v = `(uname -v) 2>/dev/null || echo unknown`
1669
1670/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1671/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1672
1673/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1674/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1675/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1676/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1677/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1678/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1679/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1680
1681_ASUNAME
1682
1683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1684for as_dir in $PATH
1685do
1686  IFS=$as_save_IFS
1687  test -z "$as_dir" && as_dir=.
1688    $as_echo "PATH: $as_dir"
1689  done
1690IFS=$as_save_IFS
1691
1692} >&5
1693
1694cat >&5 <<_ACEOF
1695
1696
1697## ----------- ##
1698## Core tests. ##
1699## ----------- ##
1700
1701_ACEOF
1702
1703
1704# Keep a trace of the command line.
1705# Strip out --no-create and --no-recursion so they do not pile up.
1706# Strip out --silent because we don't want to record it for future runs.
1707# Also quote any args containing shell meta-characters.
1708# Make two passes to allow for proper duplicate-argument suppression.
1709ac_configure_args=
1710ac_configure_args0=
1711ac_configure_args1=
1712ac_must_keep_next=false
1713for ac_pass in 1 2
1714do
1715  for ac_arg
1716  do
1717    case $ac_arg in
1718    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1719    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1720    | -silent | --silent | --silen | --sile | --sil)
1721      continue ;;
1722    *\'*)
1723      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1724    esac
1725    case $ac_pass in
1726    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1727    2)
1728      as_fn_append ac_configure_args1 " '$ac_arg'"
1729      if test $ac_must_keep_next = true; then
1730	ac_must_keep_next=false # Got value, back to normal.
1731      else
1732	case $ac_arg in
1733	  *=* | --config-cache | -C | -disable-* | --disable-* \
1734	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1735	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1736	  | -with-* | --with-* | -without-* | --without-* | --x)
1737	    case "$ac_configure_args0 " in
1738	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1739	    esac
1740	    ;;
1741	  -* ) ac_must_keep_next=true ;;
1742	esac
1743      fi
1744      as_fn_append ac_configure_args " '$ac_arg'"
1745      ;;
1746    esac
1747  done
1748done
1749{ ac_configure_args0=; unset ac_configure_args0;}
1750{ ac_configure_args1=; unset ac_configure_args1;}
1751
1752# When interrupted or exit'd, cleanup temporary files, and complete
1753# config.log.  We remove comments because anyway the quotes in there
1754# would cause problems or look ugly.
1755# WARNING: Use '\'' to represent an apostrophe within the trap.
1756# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1757trap 'exit_status=$?
1758  # Save into config.log some information that might help in debugging.
1759  {
1760    echo
1761
1762    $as_echo "## ---------------- ##
1763## Cache variables. ##
1764## ---------------- ##"
1765    echo
1766    # The following way of writing the cache mishandles newlines in values,
1767(
1768  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1769    eval ac_val=\$$ac_var
1770    case $ac_val in #(
1771    *${as_nl}*)
1772      case $ac_var in #(
1773      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1774$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1775      esac
1776      case $ac_var in #(
1777      _ | IFS | as_nl) ;; #(
1778      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1779      *) { eval $ac_var=; unset $ac_var;} ;;
1780      esac ;;
1781    esac
1782  done
1783  (set) 2>&1 |
1784    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1785    *${as_nl}ac_space=\ *)
1786      sed -n \
1787	"s/'\''/'\''\\\\'\'''\''/g;
1788	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1789      ;; #(
1790    *)
1791      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1792      ;;
1793    esac |
1794    sort
1795)
1796    echo
1797
1798    $as_echo "## ----------------- ##
1799## Output variables. ##
1800## ----------------- ##"
1801    echo
1802    for ac_var in $ac_subst_vars
1803    do
1804      eval ac_val=\$$ac_var
1805      case $ac_val in
1806      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1807      esac
1808      $as_echo "$ac_var='\''$ac_val'\''"
1809    done | sort
1810    echo
1811
1812    if test -n "$ac_subst_files"; then
1813      $as_echo "## ------------------- ##
1814## File substitutions. ##
1815## ------------------- ##"
1816      echo
1817      for ac_var in $ac_subst_files
1818      do
1819	eval ac_val=\$$ac_var
1820	case $ac_val in
1821	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1822	esac
1823	$as_echo "$ac_var='\''$ac_val'\''"
1824      done | sort
1825      echo
1826    fi
1827
1828    if test -s confdefs.h; then
1829      $as_echo "## ----------- ##
1830## confdefs.h. ##
1831## ----------- ##"
1832      echo
1833      cat confdefs.h
1834      echo
1835    fi
1836    test "$ac_signal" != 0 &&
1837      $as_echo "$as_me: caught signal $ac_signal"
1838    $as_echo "$as_me: exit $exit_status"
1839  } >&5
1840  rm -f core *.core core.conftest.* &&
1841    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1842    exit $exit_status
1843' 0
1844for ac_signal in 1 2 13 15; do
1845  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1846done
1847ac_signal=0
1848
1849# confdefs.h avoids OS command line length limits that DEFS can exceed.
1850rm -f -r conftest* confdefs.h
1851
1852$as_echo "/* confdefs.h */" > confdefs.h
1853
1854# Predefined preprocessor variables.
1855
1856cat >>confdefs.h <<_ACEOF
1857#define PACKAGE_NAME "$PACKAGE_NAME"
1858_ACEOF
1859
1860cat >>confdefs.h <<_ACEOF
1861#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1862_ACEOF
1863
1864cat >>confdefs.h <<_ACEOF
1865#define PACKAGE_VERSION "$PACKAGE_VERSION"
1866_ACEOF
1867
1868cat >>confdefs.h <<_ACEOF
1869#define PACKAGE_STRING "$PACKAGE_STRING"
1870_ACEOF
1871
1872cat >>confdefs.h <<_ACEOF
1873#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1874_ACEOF
1875
1876cat >>confdefs.h <<_ACEOF
1877#define PACKAGE_URL "$PACKAGE_URL"
1878_ACEOF
1879
1880
1881# Let the site file select an alternate cache file if it wants to.
1882# Prefer an explicitly selected file to automatically selected ones.
1883ac_site_file1=NONE
1884ac_site_file2=NONE
1885if test -n "$CONFIG_SITE"; then
1886  # We do not want a PATH search for config.site.
1887  case $CONFIG_SITE in #((
1888    -*)  ac_site_file1=./$CONFIG_SITE;;
1889    */*) ac_site_file1=$CONFIG_SITE;;
1890    *)   ac_site_file1=./$CONFIG_SITE;;
1891  esac
1892elif test "x$prefix" != xNONE; then
1893  ac_site_file1=$prefix/share/config.site
1894  ac_site_file2=$prefix/etc/config.site
1895else
1896  ac_site_file1=$ac_default_prefix/share/config.site
1897  ac_site_file2=$ac_default_prefix/etc/config.site
1898fi
1899for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1900do
1901  test "x$ac_site_file" = xNONE && continue
1902  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1903    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1904$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1905    sed 's/^/| /' "$ac_site_file" >&5
1906    . "$ac_site_file" \
1907      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1908$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1909as_fn_error $? "failed to load site script $ac_site_file
1910See \`config.log' for more details" "$LINENO" 5; }
1911  fi
1912done
1913
1914if test -r "$cache_file"; then
1915  # Some versions of bash will fail to source /dev/null (special files
1916  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1917  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1918    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1919$as_echo "$as_me: loading cache $cache_file" >&6;}
1920    case $cache_file in
1921      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1922      *)                      . "./$cache_file";;
1923    esac
1924  fi
1925else
1926  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1927$as_echo "$as_me: creating cache $cache_file" >&6;}
1928  >$cache_file
1929fi
1930
1931gt_needs="$gt_needs "
1932# Check that the precious variables saved in the cache have kept the same
1933# value.
1934ac_cache_corrupted=false
1935for ac_var in $ac_precious_vars; do
1936  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1937  eval ac_new_set=\$ac_env_${ac_var}_set
1938  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1939  eval ac_new_val=\$ac_env_${ac_var}_value
1940  case $ac_old_set,$ac_new_set in
1941    set,)
1942      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1943$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1944      ac_cache_corrupted=: ;;
1945    ,set)
1946      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1947$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1948      ac_cache_corrupted=: ;;
1949    ,);;
1950    *)
1951      if test "x$ac_old_val" != "x$ac_new_val"; then
1952	# differences in whitespace do not lead to failure.
1953	ac_old_val_w=`echo x $ac_old_val`
1954	ac_new_val_w=`echo x $ac_new_val`
1955	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1956	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1957$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1958	  ac_cache_corrupted=:
1959	else
1960	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1961$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1962	  eval $ac_var=\$ac_old_val
1963	fi
1964	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1965$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1966	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1967$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1968      fi;;
1969  esac
1970  # Pass precious variables to config.status.
1971  if test "$ac_new_set" = set; then
1972    case $ac_new_val in
1973    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1974    *) ac_arg=$ac_var=$ac_new_val ;;
1975    esac
1976    case " $ac_configure_args " in
1977      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1978      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1979    esac
1980  fi
1981done
1982if $ac_cache_corrupted; then
1983  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1984$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1985  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1986$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1987  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1988fi
1989## -------------------- ##
1990## Main body of script. ##
1991## -------------------- ##
1992
1993ac_ext=c
1994ac_cpp='$CPP $CPPFLAGS'
1995ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1996ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1997ac_compiler_gnu=$ac_cv_c_compiler_gnu
1998
1999
2000
2001
2002am__api_version='1.16'
2003
2004ac_aux_dir=
2005for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2006  if test -f "$ac_dir/install-sh"; then
2007    ac_aux_dir=$ac_dir
2008    ac_install_sh="$ac_aux_dir/install-sh -c"
2009    break
2010  elif test -f "$ac_dir/install.sh"; then
2011    ac_aux_dir=$ac_dir
2012    ac_install_sh="$ac_aux_dir/install.sh -c"
2013    break
2014  elif test -f "$ac_dir/shtool"; then
2015    ac_aux_dir=$ac_dir
2016    ac_install_sh="$ac_aux_dir/shtool install -c"
2017    break
2018  fi
2019done
2020if test -z "$ac_aux_dir"; then
2021  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2022fi
2023
2024# These three variables are undocumented and unsupported,
2025# and are intended to be withdrawn in a future Autoconf release.
2026# They can cause serious problems if a builder's source tree is in a directory
2027# whose full name contains unusual characters.
2028ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2029ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2030ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2031
2032
2033# Find a good install program.  We prefer a C program (faster),
2034# so one script is as good as another.  But avoid the broken or
2035# incompatible versions:
2036# SysV /etc/install, /usr/sbin/install
2037# SunOS /usr/etc/install
2038# IRIX /sbin/install
2039# AIX /bin/install
2040# AmigaOS /C/install, which installs bootblocks on floppy discs
2041# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2042# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2043# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2044# OS/2's system install, which has a completely different semantic
2045# ./install, which can be erroneously created by make from ./install.sh.
2046# Reject install programs that cannot install multiple files.
2047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2048$as_echo_n "checking for a BSD-compatible install... " >&6; }
2049if test -z "$INSTALL"; then
2050if ${ac_cv_path_install+:} false; then :
2051  $as_echo_n "(cached) " >&6
2052else
2053  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2054for as_dir in $PATH
2055do
2056  IFS=$as_save_IFS
2057  test -z "$as_dir" && as_dir=.
2058    # Account for people who put trailing slashes in PATH elements.
2059case $as_dir/ in #((
2060  ./ | .// | /[cC]/* | \
2061  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2062  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2063  /usr/ucb/* ) ;;
2064  *)
2065    # OSF1 and SCO ODT 3.0 have their own names for install.
2066    # Don't use installbsd from OSF since it installs stuff as root
2067    # by default.
2068    for ac_prog in ginstall scoinst install; do
2069      for ac_exec_ext in '' $ac_executable_extensions; do
2070	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2071	  if test $ac_prog = install &&
2072	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2073	    # AIX install.  It has an incompatible calling convention.
2074	    :
2075	  elif test $ac_prog = install &&
2076	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2077	    # program-specific install script used by HP pwplus--don't use.
2078	    :
2079	  else
2080	    rm -rf conftest.one conftest.two conftest.dir
2081	    echo one > conftest.one
2082	    echo two > conftest.two
2083	    mkdir conftest.dir
2084	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2085	      test -s conftest.one && test -s conftest.two &&
2086	      test -s conftest.dir/conftest.one &&
2087	      test -s conftest.dir/conftest.two
2088	    then
2089	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2090	      break 3
2091	    fi
2092	  fi
2093	fi
2094      done
2095    done
2096    ;;
2097esac
2098
2099  done
2100IFS=$as_save_IFS
2101
2102rm -rf conftest.one conftest.two conftest.dir
2103
2104fi
2105  if test "${ac_cv_path_install+set}" = set; then
2106    INSTALL=$ac_cv_path_install
2107  else
2108    # As a last resort, use the slow shell script.  Don't cache a
2109    # value for INSTALL within a source directory, because that will
2110    # break other packages using the cache if that directory is
2111    # removed, or if the value is a relative name.
2112    INSTALL=$ac_install_sh
2113  fi
2114fi
2115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2116$as_echo "$INSTALL" >&6; }
2117
2118# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2119# It thinks the first close brace ends the variable substitution.
2120test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2121
2122test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2123
2124test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2125
2126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2127$as_echo_n "checking whether build environment is sane... " >&6; }
2128# Reject unsafe characters in $srcdir or the absolute working directory
2129# name.  Accept space and tab only in the latter.
2130am_lf='
2131'
2132case `pwd` in
2133  *[\\\"\#\$\&\'\`$am_lf]*)
2134    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2135esac
2136case $srcdir in
2137  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2138    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2139esac
2140
2141# Do 'set' in a subshell so we don't clobber the current shell's
2142# arguments.  Must try -L first in case configure is actually a
2143# symlink; some systems play weird games with the mod time of symlinks
2144# (eg FreeBSD returns the mod time of the symlink's containing
2145# directory).
2146if (
2147   am_has_slept=no
2148   for am_try in 1 2; do
2149     echo "timestamp, slept: $am_has_slept" > conftest.file
2150     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2151     if test "$*" = "X"; then
2152	# -L didn't work.
2153	set X `ls -t "$srcdir/configure" conftest.file`
2154     fi
2155     if test "$*" != "X $srcdir/configure conftest.file" \
2156	&& test "$*" != "X conftest.file $srcdir/configure"; then
2157
2158	# If neither matched, then we have a broken ls.  This can happen
2159	# if, for instance, CONFIG_SHELL is bash and it inherits a
2160	# broken ls alias from the environment.  This has actually
2161	# happened.  Such a system could not be considered "sane".
2162	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2163  alias in your environment" "$LINENO" 5
2164     fi
2165     if test "$2" = conftest.file || test $am_try -eq 2; then
2166       break
2167     fi
2168     # Just in case.
2169     sleep 1
2170     am_has_slept=yes
2171   done
2172   test "$2" = conftest.file
2173   )
2174then
2175   # Ok.
2176   :
2177else
2178   as_fn_error $? "newly created file is older than distributed files!
2179Check your system clock" "$LINENO" 5
2180fi
2181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2182$as_echo "yes" >&6; }
2183# If we didn't sleep, we still need to ensure time stamps of config.status and
2184# generated files are strictly newer.
2185am_sleep_pid=
2186if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2187  ( sleep 1 ) &
2188  am_sleep_pid=$!
2189fi
2190
2191rm -f conftest.file
2192
2193test "$program_prefix" != NONE &&
2194  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2195# Use a double $ so make ignores it.
2196test "$program_suffix" != NONE &&
2197  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2198# Double any \ or $.
2199# By default was `s,x,x', remove it if useless.
2200ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2201program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2202
2203# Expand $ac_aux_dir to an absolute path.
2204am_aux_dir=`cd "$ac_aux_dir" && pwd`
2205
2206if test x"${MISSING+set}" != xset; then
2207  case $am_aux_dir in
2208  *\ * | *\	*)
2209    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2210  *)
2211    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2212  esac
2213fi
2214# Use eval to expand $SHELL
2215if eval "$MISSING --is-lightweight"; then
2216  am_missing_run="$MISSING "
2217else
2218  am_missing_run=
2219  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2220$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2221fi
2222
2223if test x"${install_sh+set}" != xset; then
2224  case $am_aux_dir in
2225  *\ * | *\	*)
2226    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2227  *)
2228    install_sh="\${SHELL} $am_aux_dir/install-sh"
2229  esac
2230fi
2231
2232# Installed binaries are usually stripped using 'strip' when the user
2233# run "make install-strip".  However 'strip' might not be the right
2234# tool to use in cross-compilation environments, therefore Automake
2235# will honor the 'STRIP' environment variable to overrule this program.
2236if test "$cross_compiling" != no; then
2237  if test -n "$ac_tool_prefix"; then
2238  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2239set dummy ${ac_tool_prefix}strip; ac_word=$2
2240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2241$as_echo_n "checking for $ac_word... " >&6; }
2242if ${ac_cv_prog_STRIP+:} false; then :
2243  $as_echo_n "(cached) " >&6
2244else
2245  if test -n "$STRIP"; then
2246  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2247else
2248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2249for as_dir in $PATH
2250do
2251  IFS=$as_save_IFS
2252  test -z "$as_dir" && as_dir=.
2253    for ac_exec_ext in '' $ac_executable_extensions; do
2254  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2255    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2256    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2257    break 2
2258  fi
2259done
2260  done
2261IFS=$as_save_IFS
2262
2263fi
2264fi
2265STRIP=$ac_cv_prog_STRIP
2266if test -n "$STRIP"; then
2267  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2268$as_echo "$STRIP" >&6; }
2269else
2270  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2271$as_echo "no" >&6; }
2272fi
2273
2274
2275fi
2276if test -z "$ac_cv_prog_STRIP"; then
2277  ac_ct_STRIP=$STRIP
2278  # Extract the first word of "strip", so it can be a program name with args.
2279set dummy strip; ac_word=$2
2280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2281$as_echo_n "checking for $ac_word... " >&6; }
2282if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2283  $as_echo_n "(cached) " >&6
2284else
2285  if test -n "$ac_ct_STRIP"; then
2286  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2287else
2288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2289for as_dir in $PATH
2290do
2291  IFS=$as_save_IFS
2292  test -z "$as_dir" && as_dir=.
2293    for ac_exec_ext in '' $ac_executable_extensions; do
2294  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2295    ac_cv_prog_ac_ct_STRIP="strip"
2296    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2297    break 2
2298  fi
2299done
2300  done
2301IFS=$as_save_IFS
2302
2303fi
2304fi
2305ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2306if test -n "$ac_ct_STRIP"; then
2307  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2308$as_echo "$ac_ct_STRIP" >&6; }
2309else
2310  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2311$as_echo "no" >&6; }
2312fi
2313
2314  if test "x$ac_ct_STRIP" = x; then
2315    STRIP=":"
2316  else
2317    case $cross_compiling:$ac_tool_warned in
2318yes:)
2319{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2320$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2321ac_tool_warned=yes ;;
2322esac
2323    STRIP=$ac_ct_STRIP
2324  fi
2325else
2326  STRIP="$ac_cv_prog_STRIP"
2327fi
2328
2329fi
2330INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2331
2332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2333$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2334if test -z "$MKDIR_P"; then
2335  if ${ac_cv_path_mkdir+:} false; then :
2336  $as_echo_n "(cached) " >&6
2337else
2338  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2340do
2341  IFS=$as_save_IFS
2342  test -z "$as_dir" && as_dir=.
2343    for ac_prog in mkdir gmkdir; do
2344	 for ac_exec_ext in '' $ac_executable_extensions; do
2345	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2346	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2347	     'mkdir (GNU coreutils) '* | \
2348	     'mkdir (coreutils) '* | \
2349	     'mkdir (fileutils) '4.1*)
2350	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2351	       break 3;;
2352	   esac
2353	 done
2354       done
2355  done
2356IFS=$as_save_IFS
2357
2358fi
2359
2360  test -d ./--version && rmdir ./--version
2361  if test "${ac_cv_path_mkdir+set}" = set; then
2362    MKDIR_P="$ac_cv_path_mkdir -p"
2363  else
2364    # As a last resort, use the slow shell script.  Don't cache a
2365    # value for MKDIR_P within a source directory, because that will
2366    # break other packages using the cache if that directory is
2367    # removed, or if the value is a relative name.
2368    MKDIR_P="$ac_install_sh -d"
2369  fi
2370fi
2371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2372$as_echo "$MKDIR_P" >&6; }
2373
2374for ac_prog in gawk mawk nawk awk
2375do
2376  # Extract the first word of "$ac_prog", so it can be a program name with args.
2377set dummy $ac_prog; ac_word=$2
2378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2379$as_echo_n "checking for $ac_word... " >&6; }
2380if ${ac_cv_prog_AWK+:} false; then :
2381  $as_echo_n "(cached) " >&6
2382else
2383  if test -n "$AWK"; then
2384  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2385else
2386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2387for as_dir in $PATH
2388do
2389  IFS=$as_save_IFS
2390  test -z "$as_dir" && as_dir=.
2391    for ac_exec_ext in '' $ac_executable_extensions; do
2392  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2393    ac_cv_prog_AWK="$ac_prog"
2394    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2395    break 2
2396  fi
2397done
2398  done
2399IFS=$as_save_IFS
2400
2401fi
2402fi
2403AWK=$ac_cv_prog_AWK
2404if test -n "$AWK"; then
2405  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2406$as_echo "$AWK" >&6; }
2407else
2408  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2409$as_echo "no" >&6; }
2410fi
2411
2412
2413  test -n "$AWK" && break
2414done
2415
2416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2417$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2418set x ${MAKE-make}
2419ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2420if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2421  $as_echo_n "(cached) " >&6
2422else
2423  cat >conftest.make <<\_ACEOF
2424SHELL = /bin/sh
2425all:
2426	@echo '@@@%%%=$(MAKE)=@@@%%%'
2427_ACEOF
2428# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2429case `${MAKE-make} -f conftest.make 2>/dev/null` in
2430  *@@@%%%=?*=@@@%%%*)
2431    eval ac_cv_prog_make_${ac_make}_set=yes;;
2432  *)
2433    eval ac_cv_prog_make_${ac_make}_set=no;;
2434esac
2435rm -f conftest.make
2436fi
2437if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2438  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2439$as_echo "yes" >&6; }
2440  SET_MAKE=
2441else
2442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2443$as_echo "no" >&6; }
2444  SET_MAKE="MAKE=${MAKE-make}"
2445fi
2446
2447rm -rf .tst 2>/dev/null
2448mkdir .tst 2>/dev/null
2449if test -d .tst; then
2450  am__leading_dot=.
2451else
2452  am__leading_dot=_
2453fi
2454rmdir .tst 2>/dev/null
2455
2456# Check whether --enable-silent-rules was given.
2457if test "${enable_silent_rules+set}" = set; then :
2458  enableval=$enable_silent_rules;
2459fi
2460
2461case $enable_silent_rules in # (((
2462  yes) AM_DEFAULT_VERBOSITY=0;;
2463   no) AM_DEFAULT_VERBOSITY=1;;
2464    *) AM_DEFAULT_VERBOSITY=1;;
2465esac
2466am_make=${MAKE-make}
2467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2468$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2469if ${am_cv_make_support_nested_variables+:} false; then :
2470  $as_echo_n "(cached) " >&6
2471else
2472  if $as_echo 'TRUE=$(BAR$(V))
2473BAR0=false
2474BAR1=true
2475V=1
2476am__doit:
2477	@$(TRUE)
2478.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2479  am_cv_make_support_nested_variables=yes
2480else
2481  am_cv_make_support_nested_variables=no
2482fi
2483fi
2484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2485$as_echo "$am_cv_make_support_nested_variables" >&6; }
2486if test $am_cv_make_support_nested_variables = yes; then
2487    AM_V='$(V)'
2488  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2489else
2490  AM_V=$AM_DEFAULT_VERBOSITY
2491  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2492fi
2493AM_BACKSLASH='\'
2494
2495if test "`cd $srcdir && pwd`" != "`pwd`"; then
2496  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2497  # is not polluted with repeated "-I."
2498  am__isrc=' -I$(srcdir)'
2499  # test to see if srcdir already configured
2500  if test -f $srcdir/config.status; then
2501    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2502  fi
2503fi
2504
2505# test whether we have cygpath
2506if test -z "$CYGPATH_W"; then
2507  if (cygpath --version) >/dev/null 2>/dev/null; then
2508    CYGPATH_W='cygpath -w'
2509  else
2510    CYGPATH_W=echo
2511  fi
2512fi
2513
2514
2515# Define the identity of the package.
2516 PACKAGE='mate-themes'
2517 VERSION='3.22.23'
2518
2519
2520cat >>confdefs.h <<_ACEOF
2521#define PACKAGE "$PACKAGE"
2522_ACEOF
2523
2524
2525cat >>confdefs.h <<_ACEOF
2526#define VERSION "$VERSION"
2527_ACEOF
2528
2529# Some tools Automake needs.
2530
2531ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2532
2533
2534AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2535
2536
2537AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2538
2539
2540AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2541
2542
2543MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2544
2545# For better backward compatibility.  To be removed once Automake 1.9.x
2546# dies out for good.  For more background, see:
2547# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2548# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2549mkdir_p='$(MKDIR_P)'
2550
2551# We need awk for the "check" target (and possibly the TAP driver).  The
2552# system "awk" is bad on some platforms.
2553# Always define AMTAR for backward compatibility.  Yes, it's still used
2554# in the wild :-(  We should find a proper way to deprecate it ...
2555AMTAR='$${TAR-tar}'
2556
2557
2558# We'll loop over all known methods to create a tar archive until one works.
2559_am_tools='gnutar plaintar pax cpio none'
2560
2561# The POSIX 1988 'ustar' format is defined with fixed-size fields.
2562      # There is notably a 21 bits limit for the UID and the GID.  In fact,
2563      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
2564      # and bug#13588).
2565      am_max_uid=2097151 # 2^21 - 1
2566      am_max_gid=$am_max_uid
2567      # The $UID and $GID variables are not portable, so we need to resort
2568      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
2569      # below are definitely unexpected, so allow the users to see them
2570      # (that is, avoid stderr redirection).
2571      am_uid=`id -u || echo unknown`
2572      am_gid=`id -g || echo unknown`
2573      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
2574$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
2575      if test $am_uid -le $am_max_uid; then
2576         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2577$as_echo "yes" >&6; }
2578      else
2579         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2580$as_echo "no" >&6; }
2581         _am_tools=none
2582      fi
2583      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
2584$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
2585      if test $am_gid -le $am_max_gid; then
2586         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2587$as_echo "yes" >&6; }
2588      else
2589        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590$as_echo "no" >&6; }
2591        _am_tools=none
2592      fi
2593
2594  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2595$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2596
2597  # Go ahead even if we have the value already cached.  We do so because we
2598  # need to set the values for the 'am__tar' and 'am__untar' variables.
2599  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2600
2601  for _am_tool in $_am_tools; do
2602    case $_am_tool in
2603    gnutar)
2604      for _am_tar in tar gnutar gtar; do
2605        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2606   ($_am_tar --version) >&5 2>&5
2607   ac_status=$?
2608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2609   (exit $ac_status); } && break
2610      done
2611      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2612      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2613      am__untar="$_am_tar -xf -"
2614      ;;
2615    plaintar)
2616      # Must skip GNU tar: if it does not support --format= it doesn't create
2617      # ustar tarball either.
2618      (tar --version) >/dev/null 2>&1 && continue
2619      am__tar='tar chf - "$$tardir"'
2620      am__tar_='tar chf - "$tardir"'
2621      am__untar='tar xf -'
2622      ;;
2623    pax)
2624      am__tar='pax -L -x ustar -w "$$tardir"'
2625      am__tar_='pax -L -x ustar -w "$tardir"'
2626      am__untar='pax -r'
2627      ;;
2628    cpio)
2629      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
2630      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
2631      am__untar='cpio -i -H ustar -d'
2632      ;;
2633    none)
2634      am__tar=false
2635      am__tar_=false
2636      am__untar=false
2637      ;;
2638    esac
2639
2640    # If the value was cached, stop now.  We just wanted to have am__tar
2641    # and am__untar set.
2642    test -n "${am_cv_prog_tar_ustar}" && break
2643
2644    # tar/untar a dummy directory, and stop if the command works.
2645    rm -rf conftest.dir
2646    mkdir conftest.dir
2647    echo GrepMe > conftest.dir/file
2648    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2649   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2650   ac_status=$?
2651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652   (exit $ac_status); }
2653    rm -rf conftest.dir
2654    if test -s conftest.tar; then
2655      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2656   ($am__untar <conftest.tar) >&5 2>&5
2657   ac_status=$?
2658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659   (exit $ac_status); }
2660      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
2661   (cat conftest.dir/file) >&5 2>&5
2662   ac_status=$?
2663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664   (exit $ac_status); }
2665      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2666    fi
2667  done
2668  rm -rf conftest.dir
2669
2670  if ${am_cv_prog_tar_ustar+:} false; then :
2671  $as_echo_n "(cached) " >&6
2672else
2673  am_cv_prog_tar_ustar=$_am_tool
2674fi
2675
2676  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
2677$as_echo "$am_cv_prog_tar_ustar" >&6; }
2678
2679
2680
2681
2682
2683
2684# POSIX will say in a future version that running "rm -f" with no argument
2685# is OK; and we want to be able to make that assumption in our Makefile
2686# recipes.  So use an aggressive probe to check that the usage we want is
2687# actually supported "in the wild" to an acceptable degree.
2688# See automake bug#10828.
2689# To make any issue more visible, cause the running configure to be aborted
2690# by default if the 'rm' program in use doesn't match our expectations; the
2691# user can still override this though.
2692if rm -f && rm -fr && rm -rf; then : OK; else
2693  cat >&2 <<'END'
2694Oops!
2695
2696Your 'rm' program seems unable to run without file operands specified
2697on the command line, even when the '-f' option is present.  This is contrary
2698to the behaviour of most rm programs out there, and not conforming with
2699the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2700
2701Please tell bug-automake@gnu.org about your system, including the value
2702of your $PATH and any error possibly output before this message.  This
2703can help us improve future automake versions.
2704
2705END
2706  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2707    echo 'Configuration will proceed anyway, since you have set the' >&2
2708    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2709    echo >&2
2710  else
2711    cat >&2 <<'END'
2712Aborting the configuration process, to ensure you take notice of the issue.
2713
2714You can download and install GNU coreutils to get an 'rm' implementation
2715that behaves properly: <https://www.gnu.org/software/coreutils/>.
2716
2717If you want to complete the configuration process using your problematic
2718'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2719to "yes", and re-run configure.
2720
2721END
2722    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2723  fi
2724fi
2725
2726
2727# Enable silent build rules by default, requires at least
2728# Automake-1.11. Disable by either passing --disable-silent-rules to
2729# configure or passing V=1 to make
2730# Check whether --enable-silent-rules was given.
2731if test "${enable_silent_rules+set}" = set; then :
2732  enableval=$enable_silent_rules;
2733fi
2734
2735case $enable_silent_rules in # (((
2736  yes) AM_DEFAULT_VERBOSITY=0;;
2737   no) AM_DEFAULT_VERBOSITY=1;;
2738    *) AM_DEFAULT_VERBOSITY=0;;
2739esac
2740am_make=${MAKE-make}
2741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2742$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2743if ${am_cv_make_support_nested_variables+:} false; then :
2744  $as_echo_n "(cached) " >&6
2745else
2746  if $as_echo 'TRUE=$(BAR$(V))
2747BAR0=false
2748BAR1=true
2749V=1
2750am__doit:
2751	@$(TRUE)
2752.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2753  am_cv_make_support_nested_variables=yes
2754else
2755  am_cv_make_support_nested_variables=no
2756fi
2757fi
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2759$as_echo "$am_cv_make_support_nested_variables" >&6; }
2760if test $am_cv_make_support_nested_variables = yes; then
2761    AM_V='$(V)'
2762  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2763else
2764  AM_V=$AM_DEFAULT_VERBOSITY
2765  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2766fi
2767AM_BACKSLASH='\'
2768
2769
2770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2771$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2772if ${ac_cv_path_SED+:} false; then :
2773  $as_echo_n "(cached) " >&6
2774else
2775            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2776     for ac_i in 1 2 3 4 5 6 7; do
2777       ac_script="$ac_script$as_nl$ac_script"
2778     done
2779     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2780     { ac_script=; unset ac_script;}
2781     if test -z "$SED"; then
2782  ac_path_SED_found=false
2783  # Loop through the user's path and test for each of PROGNAME-LIST
2784  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2785for as_dir in $PATH
2786do
2787  IFS=$as_save_IFS
2788  test -z "$as_dir" && as_dir=.
2789    for ac_prog in sed gsed; do
2790    for ac_exec_ext in '' $ac_executable_extensions; do
2791      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2792      as_fn_executable_p "$ac_path_SED" || continue
2793# Check for GNU ac_path_SED and select it if it is found.
2794  # Check for GNU $ac_path_SED
2795case `"$ac_path_SED" --version 2>&1` in
2796*GNU*)
2797  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2798*)
2799  ac_count=0
2800  $as_echo_n 0123456789 >"conftest.in"
2801  while :
2802  do
2803    cat "conftest.in" "conftest.in" >"conftest.tmp"
2804    mv "conftest.tmp" "conftest.in"
2805    cp "conftest.in" "conftest.nl"
2806    $as_echo '' >> "conftest.nl"
2807    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2808    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2809    as_fn_arith $ac_count + 1 && ac_count=$as_val
2810    if test $ac_count -gt ${ac_path_SED_max-0}; then
2811      # Best one so far, save it but keep looking for a better one
2812      ac_cv_path_SED="$ac_path_SED"
2813      ac_path_SED_max=$ac_count
2814    fi
2815    # 10*(2^10) chars as input seems more than enough
2816    test $ac_count -gt 10 && break
2817  done
2818  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2819esac
2820
2821      $ac_path_SED_found && break 3
2822    done
2823  done
2824  done
2825IFS=$as_save_IFS
2826  if test -z "$ac_cv_path_SED"; then
2827    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2828  fi
2829else
2830  ac_cv_path_SED=$SED
2831fi
2832
2833fi
2834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2835$as_echo "$ac_cv_path_SED" >&6; }
2836 SED="$ac_cv_path_SED"
2837  rm -f conftest.sed
2838
2839
2840  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
2841$as_echo_n "checking whether NLS is requested... " >&6; }
2842    # Check whether --enable-nls was given.
2843if test "${enable_nls+set}" = set; then :
2844  enableval=$enable_nls; USE_NLS=$enableval
2845else
2846  USE_NLS=yes
2847fi
2848
2849  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
2850$as_echo "$USE_NLS" >&6; }
2851
2852
2853
2854
2855      GETTEXT_MACRO_VERSION=0.19
2856
2857
2858
2859
2860# Prepare PATH_SEPARATOR.
2861# The user is always right.
2862if test "${PATH_SEPARATOR+set}" != set; then
2863  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
2864  # contains only /bin. Note that ksh looks also at the FPATH variable,
2865  # so we have to set that as well for the test.
2866  PATH_SEPARATOR=:
2867  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
2868    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
2869           || PATH_SEPARATOR=';'
2870       }
2871fi
2872
2873# Find out how to test for executable files. Don't use a zero-byte file,
2874# as systems may use methods other than mode bits to determine executability.
2875cat >conf$$.file <<_ASEOF
2876#! /bin/sh
2877exit 0
2878_ASEOF
2879chmod +x conf$$.file
2880if test -x conf$$.file >/dev/null 2>&1; then
2881  ac_executable_p="test -x"
2882else
2883  ac_executable_p="test -f"
2884fi
2885rm -f conf$$.file
2886
2887# Extract the first word of "msgfmt", so it can be a program name with args.
2888set dummy msgfmt; ac_word=$2
2889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2890$as_echo_n "checking for $ac_word... " >&6; }
2891if ${ac_cv_path_MSGFMT+:} false; then :
2892  $as_echo_n "(cached) " >&6
2893else
2894  case "$MSGFMT" in
2895  [\\/]* | ?:[\\/]*)
2896    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2897    ;;
2898  *)
2899    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
2900    for ac_dir in $PATH; do
2901      IFS="$ac_save_IFS"
2902      test -z "$ac_dir" && ac_dir=.
2903      for ac_exec_ext in '' $ac_executable_extensions; do
2904        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
2905          echo "$as_me: trying $ac_dir/$ac_word..." >&5
2906          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
2907     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2908            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
2909            break 2
2910          fi
2911        fi
2912      done
2913    done
2914    IFS="$ac_save_IFS"
2915  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
2916    ;;
2917esac
2918fi
2919MSGFMT="$ac_cv_path_MSGFMT"
2920if test "$MSGFMT" != ":"; then
2921  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
2922$as_echo "$MSGFMT" >&6; }
2923else
2924  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925$as_echo "no" >&6; }
2926fi
2927
2928  # Extract the first word of "gmsgfmt", so it can be a program name with args.
2929set dummy gmsgfmt; ac_word=$2
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2931$as_echo_n "checking for $ac_word... " >&6; }
2932if ${ac_cv_path_GMSGFMT+:} false; then :
2933  $as_echo_n "(cached) " >&6
2934else
2935  case $GMSGFMT in
2936  [\\/]* | ?:[\\/]*)
2937  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
2938  ;;
2939  *)
2940  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2941for as_dir in $PATH
2942do
2943  IFS=$as_save_IFS
2944  test -z "$as_dir" && as_dir=.
2945    for ac_exec_ext in '' $ac_executable_extensions; do
2946  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2947    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
2948    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2949    break 2
2950  fi
2951done
2952  done
2953IFS=$as_save_IFS
2954
2955  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
2956  ;;
2957esac
2958fi
2959GMSGFMT=$ac_cv_path_GMSGFMT
2960if test -n "$GMSGFMT"; then
2961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
2962$as_echo "$GMSGFMT" >&6; }
2963else
2964  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965$as_echo "no" >&6; }
2966fi
2967
2968
2969
2970    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
2971    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
2972    *) MSGFMT_015=$MSGFMT ;;
2973  esac
2974
2975  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
2976    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
2977    *) GMSGFMT_015=$GMSGFMT ;;
2978  esac
2979
2980
2981
2982# Prepare PATH_SEPARATOR.
2983# The user is always right.
2984if test "${PATH_SEPARATOR+set}" != set; then
2985  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
2986  # contains only /bin. Note that ksh looks also at the FPATH variable,
2987  # so we have to set that as well for the test.
2988  PATH_SEPARATOR=:
2989  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
2990    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
2991           || PATH_SEPARATOR=';'
2992       }
2993fi
2994
2995# Find out how to test for executable files. Don't use a zero-byte file,
2996# as systems may use methods other than mode bits to determine executability.
2997cat >conf$$.file <<_ASEOF
2998#! /bin/sh
2999exit 0
3000_ASEOF
3001chmod +x conf$$.file
3002if test -x conf$$.file >/dev/null 2>&1; then
3003  ac_executable_p="test -x"
3004else
3005  ac_executable_p="test -f"
3006fi
3007rm -f conf$$.file
3008
3009# Extract the first word of "xgettext", so it can be a program name with args.
3010set dummy xgettext; ac_word=$2
3011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3012$as_echo_n "checking for $ac_word... " >&6; }
3013if ${ac_cv_path_XGETTEXT+:} false; then :
3014  $as_echo_n "(cached) " >&6
3015else
3016  case "$XGETTEXT" in
3017  [\\/]* | ?:[\\/]*)
3018    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
3019    ;;
3020  *)
3021    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
3022    for ac_dir in $PATH; do
3023      IFS="$ac_save_IFS"
3024      test -z "$ac_dir" && ac_dir=.
3025      for ac_exec_ext in '' $ac_executable_extensions; do
3026        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
3027          echo "$as_me: trying $ac_dir/$ac_word..." >&5
3028          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
3029     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
3030            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
3031            break 2
3032          fi
3033        fi
3034      done
3035    done
3036    IFS="$ac_save_IFS"
3037  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
3038    ;;
3039esac
3040fi
3041XGETTEXT="$ac_cv_path_XGETTEXT"
3042if test "$XGETTEXT" != ":"; then
3043  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
3044$as_echo "$XGETTEXT" >&6; }
3045else
3046  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047$as_echo "no" >&6; }
3048fi
3049
3050    rm -f messages.po
3051
3052    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
3053    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
3054    *) XGETTEXT_015=$XGETTEXT ;;
3055  esac
3056
3057
3058
3059# Prepare PATH_SEPARATOR.
3060# The user is always right.
3061if test "${PATH_SEPARATOR+set}" != set; then
3062  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
3063  # contains only /bin. Note that ksh looks also at the FPATH variable,
3064  # so we have to set that as well for the test.
3065  PATH_SEPARATOR=:
3066  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
3067    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
3068           || PATH_SEPARATOR=';'
3069       }
3070fi
3071
3072# Find out how to test for executable files. Don't use a zero-byte file,
3073# as systems may use methods other than mode bits to determine executability.
3074cat >conf$$.file <<_ASEOF
3075#! /bin/sh
3076exit 0
3077_ASEOF
3078chmod +x conf$$.file
3079if test -x conf$$.file >/dev/null 2>&1; then
3080  ac_executable_p="test -x"
3081else
3082  ac_executable_p="test -f"
3083fi
3084rm -f conf$$.file
3085
3086# Extract the first word of "msgmerge", so it can be a program name with args.
3087set dummy msgmerge; ac_word=$2
3088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3089$as_echo_n "checking for $ac_word... " >&6; }
3090if ${ac_cv_path_MSGMERGE+:} false; then :
3091  $as_echo_n "(cached) " >&6
3092else
3093  case "$MSGMERGE" in
3094  [\\/]* | ?:[\\/]*)
3095    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
3096    ;;
3097  *)
3098    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
3099    for ac_dir in $PATH; do
3100      IFS="$ac_save_IFS"
3101      test -z "$ac_dir" && ac_dir=.
3102      for ac_exec_ext in '' $ac_executable_extensions; do
3103        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
3104          echo "$as_me: trying $ac_dir/$ac_word..." >&5
3105          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
3106            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
3107            break 2
3108          fi
3109        fi
3110      done
3111    done
3112    IFS="$ac_save_IFS"
3113  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
3114    ;;
3115esac
3116fi
3117MSGMERGE="$ac_cv_path_MSGMERGE"
3118if test "$MSGMERGE" != ":"; then
3119  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
3120$as_echo "$MSGMERGE" >&6; }
3121else
3122  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3123$as_echo "no" >&6; }
3124fi
3125
3126
3127        test -n "$localedir" || localedir='${datadir}/locale'
3128
3129
3130    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
3131
3132
3133  ac_config_commands="$ac_config_commands po-directories"
3134
3135
3136
3137      if test "X$prefix" = "XNONE"; then
3138    acl_final_prefix="$ac_default_prefix"
3139  else
3140    acl_final_prefix="$prefix"
3141  fi
3142  if test "X$exec_prefix" = "XNONE"; then
3143    acl_final_exec_prefix='${prefix}'
3144  else
3145    acl_final_exec_prefix="$exec_prefix"
3146  fi
3147  acl_save_prefix="$prefix"
3148  prefix="$acl_final_prefix"
3149  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
3150  prefix="$acl_save_prefix"
3151
3152DEPDIR="${am__leading_dot}deps"
3153
3154ac_config_commands="$ac_config_commands depfiles"
3155
3156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3157$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3158cat > confinc.mk << 'END'
3159am__doit:
3160	@echo this is the am__doit target >confinc.out
3161.PHONY: am__doit
3162END
3163am__include="#"
3164am__quote=
3165# BSD make does it like this.
3166echo '.include "confinc.mk" # ignored' > confmf.BSD
3167# Other make implementations (GNU, Solaris 10, AIX) do it like this.
3168echo 'include confinc.mk # ignored' > confmf.GNU
3169_am_result=no
3170for s in GNU BSD; do
3171  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3172   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3173   ac_status=$?
3174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3175   (exit $ac_status); }
3176  case $?:`cat confinc.out 2>/dev/null` in #(
3177  '0:this is the am__doit target') :
3178    case $s in #(
3179  BSD) :
3180    am__include='.include' am__quote='"' ;; #(
3181  *) :
3182    am__include='include' am__quote='' ;;
3183esac ;; #(
3184  *) :
3185     ;;
3186esac
3187  if test "$am__include" != "#"; then
3188    _am_result="yes ($s style)"
3189    break
3190  fi
3191done
3192rm -f confinc.* confmf.*
3193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3194$as_echo "${_am_result}" >&6; }
3195
3196# Check whether --enable-dependency-tracking was given.
3197if test "${enable_dependency_tracking+set}" = set; then :
3198  enableval=$enable_dependency_tracking;
3199fi
3200
3201if test "x$enable_dependency_tracking" != xno; then
3202  am_depcomp="$ac_aux_dir/depcomp"
3203  AMDEPBACKSLASH='\'
3204  am__nodep='_no'
3205fi
3206 if test "x$enable_dependency_tracking" != xno; then
3207  AMDEP_TRUE=
3208  AMDEP_FALSE='#'
3209else
3210  AMDEP_TRUE='#'
3211  AMDEP_FALSE=
3212fi
3213
3214
3215ac_ext=c
3216ac_cpp='$CPP $CPPFLAGS'
3217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3219ac_compiler_gnu=$ac_cv_c_compiler_gnu
3220if test -n "$ac_tool_prefix"; then
3221  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3222set dummy ${ac_tool_prefix}gcc; ac_word=$2
3223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3224$as_echo_n "checking for $ac_word... " >&6; }
3225if ${ac_cv_prog_CC+:} false; then :
3226  $as_echo_n "(cached) " >&6
3227else
3228  if test -n "$CC"; then
3229  ac_cv_prog_CC="$CC" # Let the user override the test.
3230else
3231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232for as_dir in $PATH
3233do
3234  IFS=$as_save_IFS
3235  test -z "$as_dir" && as_dir=.
3236    for ac_exec_ext in '' $ac_executable_extensions; do
3237  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3238    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3239    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3240    break 2
3241  fi
3242done
3243  done
3244IFS=$as_save_IFS
3245
3246fi
3247fi
3248CC=$ac_cv_prog_CC
3249if test -n "$CC"; then
3250  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3251$as_echo "$CC" >&6; }
3252else
3253  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254$as_echo "no" >&6; }
3255fi
3256
3257
3258fi
3259if test -z "$ac_cv_prog_CC"; then
3260  ac_ct_CC=$CC
3261  # Extract the first word of "gcc", so it can be a program name with args.
3262set dummy gcc; ac_word=$2
3263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3264$as_echo_n "checking for $ac_word... " >&6; }
3265if ${ac_cv_prog_ac_ct_CC+:} false; then :
3266  $as_echo_n "(cached) " >&6
3267else
3268  if test -n "$ac_ct_CC"; then
3269  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3270else
3271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3272for as_dir in $PATH
3273do
3274  IFS=$as_save_IFS
3275  test -z "$as_dir" && as_dir=.
3276    for ac_exec_ext in '' $ac_executable_extensions; do
3277  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3278    ac_cv_prog_ac_ct_CC="gcc"
3279    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3280    break 2
3281  fi
3282done
3283  done
3284IFS=$as_save_IFS
3285
3286fi
3287fi
3288ac_ct_CC=$ac_cv_prog_ac_ct_CC
3289if test -n "$ac_ct_CC"; then
3290  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3291$as_echo "$ac_ct_CC" >&6; }
3292else
3293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3294$as_echo "no" >&6; }
3295fi
3296
3297  if test "x$ac_ct_CC" = x; then
3298    CC=""
3299  else
3300    case $cross_compiling:$ac_tool_warned in
3301yes:)
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3303$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3304ac_tool_warned=yes ;;
3305esac
3306    CC=$ac_ct_CC
3307  fi
3308else
3309  CC="$ac_cv_prog_CC"
3310fi
3311
3312if test -z "$CC"; then
3313          if test -n "$ac_tool_prefix"; then
3314    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3315set dummy ${ac_tool_prefix}cc; ac_word=$2
3316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3317$as_echo_n "checking for $ac_word... " >&6; }
3318if ${ac_cv_prog_CC+:} false; then :
3319  $as_echo_n "(cached) " >&6
3320else
3321  if test -n "$CC"; then
3322  ac_cv_prog_CC="$CC" # Let the user override the test.
3323else
3324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3325for as_dir in $PATH
3326do
3327  IFS=$as_save_IFS
3328  test -z "$as_dir" && as_dir=.
3329    for ac_exec_ext in '' $ac_executable_extensions; do
3330  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3331    ac_cv_prog_CC="${ac_tool_prefix}cc"
3332    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3333    break 2
3334  fi
3335done
3336  done
3337IFS=$as_save_IFS
3338
3339fi
3340fi
3341CC=$ac_cv_prog_CC
3342if test -n "$CC"; then
3343  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3344$as_echo "$CC" >&6; }
3345else
3346  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3347$as_echo "no" >&6; }
3348fi
3349
3350
3351  fi
3352fi
3353if test -z "$CC"; then
3354  # Extract the first word of "cc", so it can be a program name with args.
3355set dummy cc; ac_word=$2
3356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3357$as_echo_n "checking for $ac_word... " >&6; }
3358if ${ac_cv_prog_CC+:} false; then :
3359  $as_echo_n "(cached) " >&6
3360else
3361  if test -n "$CC"; then
3362  ac_cv_prog_CC="$CC" # Let the user override the test.
3363else
3364  ac_prog_rejected=no
3365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366for as_dir in $PATH
3367do
3368  IFS=$as_save_IFS
3369  test -z "$as_dir" && as_dir=.
3370    for ac_exec_ext in '' $ac_executable_extensions; do
3371  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3372    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3373       ac_prog_rejected=yes
3374       continue
3375     fi
3376    ac_cv_prog_CC="cc"
3377    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3378    break 2
3379  fi
3380done
3381  done
3382IFS=$as_save_IFS
3383
3384if test $ac_prog_rejected = yes; then
3385  # We found a bogon in the path, so make sure we never use it.
3386  set dummy $ac_cv_prog_CC
3387  shift
3388  if test $# != 0; then
3389    # We chose a different compiler from the bogus one.
3390    # However, it has the same basename, so the bogon will be chosen
3391    # first if we set CC to just the basename; use the full file name.
3392    shift
3393    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3394  fi
3395fi
3396fi
3397fi
3398CC=$ac_cv_prog_CC
3399if test -n "$CC"; then
3400  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3401$as_echo "$CC" >&6; }
3402else
3403  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3404$as_echo "no" >&6; }
3405fi
3406
3407
3408fi
3409if test -z "$CC"; then
3410  if test -n "$ac_tool_prefix"; then
3411  for ac_prog in cl.exe
3412  do
3413    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3414set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416$as_echo_n "checking for $ac_word... " >&6; }
3417if ${ac_cv_prog_CC+:} false; then :
3418  $as_echo_n "(cached) " >&6
3419else
3420  if test -n "$CC"; then
3421  ac_cv_prog_CC="$CC" # Let the user override the test.
3422else
3423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3424for as_dir in $PATH
3425do
3426  IFS=$as_save_IFS
3427  test -z "$as_dir" && as_dir=.
3428    for ac_exec_ext in '' $ac_executable_extensions; do
3429  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3430    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3431    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3432    break 2
3433  fi
3434done
3435  done
3436IFS=$as_save_IFS
3437
3438fi
3439fi
3440CC=$ac_cv_prog_CC
3441if test -n "$CC"; then
3442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3443$as_echo "$CC" >&6; }
3444else
3445  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3446$as_echo "no" >&6; }
3447fi
3448
3449
3450    test -n "$CC" && break
3451  done
3452fi
3453if test -z "$CC"; then
3454  ac_ct_CC=$CC
3455  for ac_prog in cl.exe
3456do
3457  # Extract the first word of "$ac_prog", so it can be a program name with args.
3458set dummy $ac_prog; ac_word=$2
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460$as_echo_n "checking for $ac_word... " >&6; }
3461if ${ac_cv_prog_ac_ct_CC+:} false; then :
3462  $as_echo_n "(cached) " >&6
3463else
3464  if test -n "$ac_ct_CC"; then
3465  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3466else
3467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468for as_dir in $PATH
3469do
3470  IFS=$as_save_IFS
3471  test -z "$as_dir" && as_dir=.
3472    for ac_exec_ext in '' $ac_executable_extensions; do
3473  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3474    ac_cv_prog_ac_ct_CC="$ac_prog"
3475    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476    break 2
3477  fi
3478done
3479  done
3480IFS=$as_save_IFS
3481
3482fi
3483fi
3484ac_ct_CC=$ac_cv_prog_ac_ct_CC
3485if test -n "$ac_ct_CC"; then
3486  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3487$as_echo "$ac_ct_CC" >&6; }
3488else
3489  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490$as_echo "no" >&6; }
3491fi
3492
3493
3494  test -n "$ac_ct_CC" && break
3495done
3496
3497  if test "x$ac_ct_CC" = x; then
3498    CC=""
3499  else
3500    case $cross_compiling:$ac_tool_warned in
3501yes:)
3502{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3503$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3504ac_tool_warned=yes ;;
3505esac
3506    CC=$ac_ct_CC
3507  fi
3508fi
3509
3510fi
3511
3512
3513test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3514$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3515as_fn_error $? "no acceptable C compiler found in \$PATH
3516See \`config.log' for more details" "$LINENO" 5; }
3517
3518# Provide some information about the compiler.
3519$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3520set X $ac_compile
3521ac_compiler=$2
3522for ac_option in --version -v -V -qversion; do
3523  { { ac_try="$ac_compiler $ac_option >&5"
3524case "(($ac_try" in
3525  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3526  *) ac_try_echo=$ac_try;;
3527esac
3528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3529$as_echo "$ac_try_echo"; } >&5
3530  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3531  ac_status=$?
3532  if test -s conftest.err; then
3533    sed '10a\
3534... rest of stderr output deleted ...
3535         10q' conftest.err >conftest.er1
3536    cat conftest.er1 >&5
3537  fi
3538  rm -f conftest.er1 conftest.err
3539  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3540  test $ac_status = 0; }
3541done
3542
3543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3544/* end confdefs.h.  */
3545
3546int
3547main ()
3548{
3549
3550  ;
3551  return 0;
3552}
3553_ACEOF
3554ac_clean_files_save=$ac_clean_files
3555ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3556# Try to create an executable without -o first, disregard a.out.
3557# It will help us diagnose broken compilers, and finding out an intuition
3558# of exeext.
3559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3560$as_echo_n "checking whether the C compiler works... " >&6; }
3561ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3562
3563# The possible output files:
3564ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3565
3566ac_rmfiles=
3567for ac_file in $ac_files
3568do
3569  case $ac_file in
3570    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3571    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3572  esac
3573done
3574rm -f $ac_rmfiles
3575
3576if { { ac_try="$ac_link_default"
3577case "(($ac_try" in
3578  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579  *) ac_try_echo=$ac_try;;
3580esac
3581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3582$as_echo "$ac_try_echo"; } >&5
3583  (eval "$ac_link_default") 2>&5
3584  ac_status=$?
3585  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3586  test $ac_status = 0; }; then :
3587  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3588# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3589# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3590# so that the user can short-circuit this test for compilers unknown to
3591# Autoconf.
3592for ac_file in $ac_files ''
3593do
3594  test -f "$ac_file" || continue
3595  case $ac_file in
3596    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3597	;;
3598    [ab].out )
3599	# We found the default executable, but exeext='' is most
3600	# certainly right.
3601	break;;
3602    *.* )
3603	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3604	then :; else
3605	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3606	fi
3607	# We set ac_cv_exeext here because the later test for it is not
3608	# safe: cross compilers may not add the suffix if given an `-o'
3609	# argument, so we may need to know it at that point already.
3610	# Even if this section looks crufty: it has the advantage of
3611	# actually working.
3612	break;;
3613    * )
3614	break;;
3615  esac
3616done
3617test "$ac_cv_exeext" = no && ac_cv_exeext=
3618
3619else
3620  ac_file=''
3621fi
3622if test -z "$ac_file"; then :
3623  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3624$as_echo "no" >&6; }
3625$as_echo "$as_me: failed program was:" >&5
3626sed 's/^/| /' conftest.$ac_ext >&5
3627
3628{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3629$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3630as_fn_error 77 "C compiler cannot create executables
3631See \`config.log' for more details" "$LINENO" 5; }
3632else
3633  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3634$as_echo "yes" >&6; }
3635fi
3636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3637$as_echo_n "checking for C compiler default output file name... " >&6; }
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3639$as_echo "$ac_file" >&6; }
3640ac_exeext=$ac_cv_exeext
3641
3642rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3643ac_clean_files=$ac_clean_files_save
3644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3645$as_echo_n "checking for suffix of executables... " >&6; }
3646if { { ac_try="$ac_link"
3647case "(($ac_try" in
3648  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3649  *) ac_try_echo=$ac_try;;
3650esac
3651eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3652$as_echo "$ac_try_echo"; } >&5
3653  (eval "$ac_link") 2>&5
3654  ac_status=$?
3655  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3656  test $ac_status = 0; }; then :
3657  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3658# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3659# work properly (i.e., refer to `conftest.exe'), while it won't with
3660# `rm'.
3661for ac_file in conftest.exe conftest conftest.*; do
3662  test -f "$ac_file" || continue
3663  case $ac_file in
3664    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3665    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3666	  break;;
3667    * ) break;;
3668  esac
3669done
3670else
3671  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3672$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3673as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3674See \`config.log' for more details" "$LINENO" 5; }
3675fi
3676rm -f conftest conftest$ac_cv_exeext
3677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3678$as_echo "$ac_cv_exeext" >&6; }
3679
3680rm -f conftest.$ac_ext
3681EXEEXT=$ac_cv_exeext
3682ac_exeext=$EXEEXT
3683cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3684/* end confdefs.h.  */
3685#include <stdio.h>
3686int
3687main ()
3688{
3689FILE *f = fopen ("conftest.out", "w");
3690 return ferror (f) || fclose (f) != 0;
3691
3692  ;
3693  return 0;
3694}
3695_ACEOF
3696ac_clean_files="$ac_clean_files conftest.out"
3697# Check that the compiler produces executables we can run.  If not, either
3698# the compiler is broken, or we cross compile.
3699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3700$as_echo_n "checking whether we are cross compiling... " >&6; }
3701if test "$cross_compiling" != yes; then
3702  { { ac_try="$ac_link"
3703case "(($ac_try" in
3704  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3705  *) ac_try_echo=$ac_try;;
3706esac
3707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3708$as_echo "$ac_try_echo"; } >&5
3709  (eval "$ac_link") 2>&5
3710  ac_status=$?
3711  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3712  test $ac_status = 0; }
3713  if { ac_try='./conftest$ac_cv_exeext'
3714  { { case "(($ac_try" in
3715  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3716  *) ac_try_echo=$ac_try;;
3717esac
3718eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3719$as_echo "$ac_try_echo"; } >&5
3720  (eval "$ac_try") 2>&5
3721  ac_status=$?
3722  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3723  test $ac_status = 0; }; }; then
3724    cross_compiling=no
3725  else
3726    if test "$cross_compiling" = maybe; then
3727	cross_compiling=yes
3728    else
3729	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3730$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3731as_fn_error $? "cannot run C compiled programs.
3732If you meant to cross compile, use \`--host'.
3733See \`config.log' for more details" "$LINENO" 5; }
3734    fi
3735  fi
3736fi
3737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3738$as_echo "$cross_compiling" >&6; }
3739
3740rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3741ac_clean_files=$ac_clean_files_save
3742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3743$as_echo_n "checking for suffix of object files... " >&6; }
3744if ${ac_cv_objext+:} false; then :
3745  $as_echo_n "(cached) " >&6
3746else
3747  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3748/* end confdefs.h.  */
3749
3750int
3751main ()
3752{
3753
3754  ;
3755  return 0;
3756}
3757_ACEOF
3758rm -f conftest.o conftest.obj
3759if { { ac_try="$ac_compile"
3760case "(($ac_try" in
3761  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3762  *) ac_try_echo=$ac_try;;
3763esac
3764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3765$as_echo "$ac_try_echo"; } >&5
3766  (eval "$ac_compile") 2>&5
3767  ac_status=$?
3768  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3769  test $ac_status = 0; }; then :
3770  for ac_file in conftest.o conftest.obj conftest.*; do
3771  test -f "$ac_file" || continue;
3772  case $ac_file in
3773    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3774    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3775       break;;
3776  esac
3777done
3778else
3779  $as_echo "$as_me: failed program was:" >&5
3780sed 's/^/| /' conftest.$ac_ext >&5
3781
3782{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3783$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3784as_fn_error $? "cannot compute suffix of object files: cannot compile
3785See \`config.log' for more details" "$LINENO" 5; }
3786fi
3787rm -f conftest.$ac_cv_objext conftest.$ac_ext
3788fi
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3790$as_echo "$ac_cv_objext" >&6; }
3791OBJEXT=$ac_cv_objext
3792ac_objext=$OBJEXT
3793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3794$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3795if ${ac_cv_c_compiler_gnu+:} false; then :
3796  $as_echo_n "(cached) " >&6
3797else
3798  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3799/* end confdefs.h.  */
3800
3801int
3802main ()
3803{
3804#ifndef __GNUC__
3805       choke me
3806#endif
3807
3808  ;
3809  return 0;
3810}
3811_ACEOF
3812if ac_fn_c_try_compile "$LINENO"; then :
3813  ac_compiler_gnu=yes
3814else
3815  ac_compiler_gnu=no
3816fi
3817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3818ac_cv_c_compiler_gnu=$ac_compiler_gnu
3819
3820fi
3821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3822$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3823if test $ac_compiler_gnu = yes; then
3824  GCC=yes
3825else
3826  GCC=
3827fi
3828ac_test_CFLAGS=${CFLAGS+set}
3829ac_save_CFLAGS=$CFLAGS
3830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3831$as_echo_n "checking whether $CC accepts -g... " >&6; }
3832if ${ac_cv_prog_cc_g+:} false; then :
3833  $as_echo_n "(cached) " >&6
3834else
3835  ac_save_c_werror_flag=$ac_c_werror_flag
3836   ac_c_werror_flag=yes
3837   ac_cv_prog_cc_g=no
3838   CFLAGS="-g"
3839   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3840/* end confdefs.h.  */
3841
3842int
3843main ()
3844{
3845
3846  ;
3847  return 0;
3848}
3849_ACEOF
3850if ac_fn_c_try_compile "$LINENO"; then :
3851  ac_cv_prog_cc_g=yes
3852else
3853  CFLAGS=""
3854      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3855/* end confdefs.h.  */
3856
3857int
3858main ()
3859{
3860
3861  ;
3862  return 0;
3863}
3864_ACEOF
3865if ac_fn_c_try_compile "$LINENO"; then :
3866
3867else
3868  ac_c_werror_flag=$ac_save_c_werror_flag
3869	 CFLAGS="-g"
3870	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3871/* end confdefs.h.  */
3872
3873int
3874main ()
3875{
3876
3877  ;
3878  return 0;
3879}
3880_ACEOF
3881if ac_fn_c_try_compile "$LINENO"; then :
3882  ac_cv_prog_cc_g=yes
3883fi
3884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3885fi
3886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887fi
3888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889   ac_c_werror_flag=$ac_save_c_werror_flag
3890fi
3891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3892$as_echo "$ac_cv_prog_cc_g" >&6; }
3893if test "$ac_test_CFLAGS" = set; then
3894  CFLAGS=$ac_save_CFLAGS
3895elif test $ac_cv_prog_cc_g = yes; then
3896  if test "$GCC" = yes; then
3897    CFLAGS="-g -O2"
3898  else
3899    CFLAGS="-g"
3900  fi
3901else
3902  if test "$GCC" = yes; then
3903    CFLAGS="-O2"
3904  else
3905    CFLAGS=
3906  fi
3907fi
3908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3909$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3910if ${ac_cv_prog_cc_c89+:} false; then :
3911  $as_echo_n "(cached) " >&6
3912else
3913  ac_cv_prog_cc_c89=no
3914ac_save_CC=$CC
3915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3916/* end confdefs.h.  */
3917#include <stdarg.h>
3918#include <stdio.h>
3919struct stat;
3920/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3921struct buf { int x; };
3922FILE * (*rcsopen) (struct buf *, struct stat *, int);
3923static char *e (p, i)
3924     char **p;
3925     int i;
3926{
3927  return p[i];
3928}
3929static char *f (char * (*g) (char **, int), char **p, ...)
3930{
3931  char *s;
3932  va_list v;
3933  va_start (v,p);
3934  s = g (p, va_arg (v,int));
3935  va_end (v);
3936  return s;
3937}
3938
3939/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3940   function prototypes and stuff, but not '\xHH' hex character constants.
3941   These don't provoke an error unfortunately, instead are silently treated
3942   as 'x'.  The following induces an error, until -std is added to get
3943   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3944   array size at least.  It's necessary to write '\x00'==0 to get something
3945   that's true only with -std.  */
3946int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3947
3948/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3949   inside strings and character constants.  */
3950#define FOO(x) 'x'
3951int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3952
3953int test (int i, double x);
3954struct s1 {int (*f) (int a);};
3955struct s2 {int (*f) (double a);};
3956int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3957int argc;
3958char **argv;
3959int
3960main ()
3961{
3962return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3963  ;
3964  return 0;
3965}
3966_ACEOF
3967for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3968	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3969do
3970  CC="$ac_save_CC $ac_arg"
3971  if ac_fn_c_try_compile "$LINENO"; then :
3972  ac_cv_prog_cc_c89=$ac_arg
3973fi
3974rm -f core conftest.err conftest.$ac_objext
3975  test "x$ac_cv_prog_cc_c89" != "xno" && break
3976done
3977rm -f conftest.$ac_ext
3978CC=$ac_save_CC
3979
3980fi
3981# AC_CACHE_VAL
3982case "x$ac_cv_prog_cc_c89" in
3983  x)
3984    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3985$as_echo "none needed" >&6; } ;;
3986  xno)
3987    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3988$as_echo "unsupported" >&6; } ;;
3989  *)
3990    CC="$CC $ac_cv_prog_cc_c89"
3991    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3992$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3993esac
3994if test "x$ac_cv_prog_cc_c89" != xno; then :
3995
3996fi
3997
3998ac_ext=c
3999ac_cpp='$CPP $CPPFLAGS'
4000ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4001ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4002ac_compiler_gnu=$ac_cv_c_compiler_gnu
4003
4004ac_ext=c
4005ac_cpp='$CPP $CPPFLAGS'
4006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4008ac_compiler_gnu=$ac_cv_c_compiler_gnu
4009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4010$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4011if ${am_cv_prog_cc_c_o+:} false; then :
4012  $as_echo_n "(cached) " >&6
4013else
4014  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4015/* end confdefs.h.  */
4016
4017int
4018main ()
4019{
4020
4021  ;
4022  return 0;
4023}
4024_ACEOF
4025  # Make sure it works both with $CC and with simple cc.
4026  # Following AC_PROG_CC_C_O, we do the test twice because some
4027  # compilers refuse to overwrite an existing .o file with -o,
4028  # though they will create one.
4029  am_cv_prog_cc_c_o=yes
4030  for am_i in 1 2; do
4031    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4032   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4033   ac_status=$?
4034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035   (exit $ac_status); } \
4036         && test -f conftest2.$ac_objext; then
4037      : OK
4038    else
4039      am_cv_prog_cc_c_o=no
4040      break
4041    fi
4042  done
4043  rm -f core conftest*
4044  unset am_i
4045fi
4046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4047$as_echo "$am_cv_prog_cc_c_o" >&6; }
4048if test "$am_cv_prog_cc_c_o" != yes; then
4049   # Losing compiler, so override with the script.
4050   # FIXME: It is wrong to rewrite CC.
4051   # But if we don't then we get into trouble of one sort or another.
4052   # A longer-term fix would be to have automake use am__CC in this case,
4053   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4054   CC="$am_aux_dir/compile $CC"
4055fi
4056ac_ext=c
4057ac_cpp='$CPP $CPPFLAGS'
4058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4060ac_compiler_gnu=$ac_cv_c_compiler_gnu
4061
4062
4063depcc="$CC"   am_compiler_list=
4064
4065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4066$as_echo_n "checking dependency style of $depcc... " >&6; }
4067if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4068  $as_echo_n "(cached) " >&6
4069else
4070  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4071  # We make a subdir and do the tests there.  Otherwise we can end up
4072  # making bogus files that we don't know about and never remove.  For
4073  # instance it was reported that on HP-UX the gcc test will end up
4074  # making a dummy file named 'D' -- because '-MD' means "put the output
4075  # in D".
4076  rm -rf conftest.dir
4077  mkdir conftest.dir
4078  # Copy depcomp to subdir because otherwise we won't find it if we're
4079  # using a relative directory.
4080  cp "$am_depcomp" conftest.dir
4081  cd conftest.dir
4082  # We will build objects and dependencies in a subdirectory because
4083  # it helps to detect inapplicable dependency modes.  For instance
4084  # both Tru64's cc and ICC support -MD to output dependencies as a
4085  # side effect of compilation, but ICC will put the dependencies in
4086  # the current directory while Tru64 will put them in the object
4087  # directory.
4088  mkdir sub
4089
4090  am_cv_CC_dependencies_compiler_type=none
4091  if test "$am_compiler_list" = ""; then
4092     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4093  fi
4094  am__universal=false
4095  case " $depcc " in #(
4096     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4097     esac
4098
4099  for depmode in $am_compiler_list; do
4100    # Setup a source with many dependencies, because some compilers
4101    # like to wrap large dependency lists on column 80 (with \), and
4102    # we should not choose a depcomp mode which is confused by this.
4103    #
4104    # We need to recreate these files for each test, as the compiler may
4105    # overwrite some of them when testing with obscure command lines.
4106    # This happens at least with the AIX C compiler.
4107    : > sub/conftest.c
4108    for i in 1 2 3 4 5 6; do
4109      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4110      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4111      # Solaris 10 /bin/sh.
4112      echo '/* dummy */' > sub/conftst$i.h
4113    done
4114    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4115
4116    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4117    # mode.  It turns out that the SunPro C++ compiler does not properly
4118    # handle '-M -o', and we need to detect this.  Also, some Intel
4119    # versions had trouble with output in subdirs.
4120    am__obj=sub/conftest.${OBJEXT-o}
4121    am__minus_obj="-o $am__obj"
4122    case $depmode in
4123    gcc)
4124      # This depmode causes a compiler race in universal mode.
4125      test "$am__universal" = false || continue
4126      ;;
4127    nosideeffect)
4128      # After this tag, mechanisms are not by side-effect, so they'll
4129      # only be used when explicitly requested.
4130      if test "x$enable_dependency_tracking" = xyes; then
4131	continue
4132      else
4133	break
4134      fi
4135      ;;
4136    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4137      # This compiler won't grok '-c -o', but also, the minuso test has
4138      # not run yet.  These depmodes are late enough in the game, and
4139      # so weak that their functioning should not be impacted.
4140      am__obj=conftest.${OBJEXT-o}
4141      am__minus_obj=
4142      ;;
4143    none) break ;;
4144    esac
4145    if depmode=$depmode \
4146       source=sub/conftest.c object=$am__obj \
4147       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4148       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4149         >/dev/null 2>conftest.err &&
4150       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4151       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4152       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4153       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4154      # icc doesn't choke on unknown options, it will just issue warnings
4155      # or remarks (even with -Werror).  So we grep stderr for any message
4156      # that says an option was ignored or not supported.
4157      # When given -MP, icc 7.0 and 7.1 complain thusly:
4158      #   icc: Command line warning: ignoring option '-M'; no argument required
4159      # The diagnosis changed in icc 8.0:
4160      #   icc: Command line remark: option '-MP' not supported
4161      if (grep 'ignoring option' conftest.err ||
4162          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4163        am_cv_CC_dependencies_compiler_type=$depmode
4164        break
4165      fi
4166    fi
4167  done
4168
4169  cd ..
4170  rm -rf conftest.dir
4171else
4172  am_cv_CC_dependencies_compiler_type=none
4173fi
4174
4175fi
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4177$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4178CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4179
4180 if
4181  test "x$enable_dependency_tracking" != xno \
4182  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4183  am__fastdepCC_TRUE=
4184  am__fastdepCC_FALSE='#'
4185else
4186  am__fastdepCC_TRUE='#'
4187  am__fastdepCC_FALSE=
4188fi
4189
4190
4191# Make sure we can run config.sub.
4192$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4193  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4194
4195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4196$as_echo_n "checking build system type... " >&6; }
4197if ${ac_cv_build+:} false; then :
4198  $as_echo_n "(cached) " >&6
4199else
4200  ac_build_alias=$build_alias
4201test "x$ac_build_alias" = x &&
4202  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4203test "x$ac_build_alias" = x &&
4204  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4205ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4206  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4207
4208fi
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4210$as_echo "$ac_cv_build" >&6; }
4211case $ac_cv_build in
4212*-*-*) ;;
4213*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4214esac
4215build=$ac_cv_build
4216ac_save_IFS=$IFS; IFS='-'
4217set x $ac_cv_build
4218shift
4219build_cpu=$1
4220build_vendor=$2
4221shift; shift
4222# Remember, the first character of IFS is used to create $*,
4223# except with old shells:
4224build_os=$*
4225IFS=$ac_save_IFS
4226case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4227
4228
4229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4230$as_echo_n "checking host system type... " >&6; }
4231if ${ac_cv_host+:} false; then :
4232  $as_echo_n "(cached) " >&6
4233else
4234  if test "x$host_alias" = x; then
4235  ac_cv_host=$ac_cv_build
4236else
4237  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4238    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4239fi
4240
4241fi
4242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4243$as_echo "$ac_cv_host" >&6; }
4244case $ac_cv_host in
4245*-*-*) ;;
4246*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4247esac
4248host=$ac_cv_host
4249ac_save_IFS=$IFS; IFS='-'
4250set x $ac_cv_host
4251shift
4252host_cpu=$1
4253host_vendor=$2
4254shift; shift
4255# Remember, the first character of IFS is used to create $*,
4256# except with old shells:
4257host_os=$*
4258IFS=$ac_save_IFS
4259case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4260
4261
4262
4263
4264# Check whether --with-gnu-ld was given.
4265if test "${with_gnu_ld+set}" = set; then :
4266  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4267else
4268  with_gnu_ld=no
4269fi
4270
4271# Prepare PATH_SEPARATOR.
4272# The user is always right.
4273if test "${PATH_SEPARATOR+set}" != set; then
4274  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
4275  # contains only /bin. Note that ksh looks also at the FPATH variable,
4276  # so we have to set that as well for the test.
4277  PATH_SEPARATOR=:
4278  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
4279    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
4280           || PATH_SEPARATOR=';'
4281       }
4282fi
4283
4284ac_prog=ld
4285if test "$GCC" = yes; then
4286  # Check if gcc -print-prog-name=ld gives a path.
4287  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4288$as_echo_n "checking for ld used by $CC... " >&6; }
4289  case $host in
4290  *-*-mingw*)
4291    # gcc leaves a trailing carriage return which upsets mingw
4292    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4293  *)
4294    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4295  esac
4296  case $ac_prog in
4297    # Accept absolute paths.
4298    [\\/]* | ?:[\\/]*)
4299      re_direlt='/[^/][^/]*/\.\./'
4300      # Canonicalize the pathname of ld
4301      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
4302      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
4303        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
4304      done
4305      test -z "$LD" && LD="$ac_prog"
4306      ;;
4307  "")
4308    # If it fails, then pretend we aren't using GCC.
4309    ac_prog=ld
4310    ;;
4311  *)
4312    # If it is relative, then search for the first ld in PATH.
4313    with_gnu_ld=unknown
4314    ;;
4315  esac
4316elif test "$with_gnu_ld" = yes; then
4317  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4318$as_echo_n "checking for GNU ld... " >&6; }
4319else
4320  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4321$as_echo_n "checking for non-GNU ld... " >&6; }
4322fi
4323if ${acl_cv_path_LD+:} false; then :
4324  $as_echo_n "(cached) " >&6
4325else
4326  if test -z "$LD"; then
4327  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4328  for ac_dir in $PATH; do
4329    IFS="$acl_save_ifs"
4330    test -z "$ac_dir" && ac_dir=.
4331    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4332      acl_cv_path_LD="$ac_dir/$ac_prog"
4333      # Check to see if the program is GNU ld.  I'd rather use --version,
4334      # but apparently some variants of GNU ld only accept -v.
4335      # Break only if it was the GNU/non-GNU ld that we prefer.
4336      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
4337      *GNU* | *'with BFD'*)
4338        test "$with_gnu_ld" != no && break
4339        ;;
4340      *)
4341        test "$with_gnu_ld" != yes && break
4342        ;;
4343      esac
4344    fi
4345  done
4346  IFS="$acl_save_ifs"
4347else
4348  acl_cv_path_LD="$LD" # Let the user override the test with a path.
4349fi
4350fi
4351
4352LD="$acl_cv_path_LD"
4353if test -n "$LD"; then
4354  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4355$as_echo "$LD" >&6; }
4356else
4357  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358$as_echo "no" >&6; }
4359fi
4360test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4362$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4363if ${acl_cv_prog_gnu_ld+:} false; then :
4364  $as_echo_n "(cached) " >&6
4365else
4366  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4367case `$LD -v 2>&1 </dev/null` in
4368*GNU* | *'with BFD'*)
4369  acl_cv_prog_gnu_ld=yes
4370  ;;
4371*)
4372  acl_cv_prog_gnu_ld=no
4373  ;;
4374esac
4375fi
4376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
4377$as_echo "$acl_cv_prog_gnu_ld" >&6; }
4378with_gnu_ld=$acl_cv_prog_gnu_ld
4379
4380
4381
4382
4383                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
4384$as_echo_n "checking for shared library run path origin... " >&6; }
4385if ${acl_cv_rpath+:} false; then :
4386  $as_echo_n "(cached) " >&6
4387else
4388
4389    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
4390    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
4391    . ./conftest.sh
4392    rm -f ./conftest.sh
4393    acl_cv_rpath=done
4394
4395fi
4396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
4397$as_echo "$acl_cv_rpath" >&6; }
4398  wl="$acl_cv_wl"
4399  acl_libext="$acl_cv_libext"
4400  acl_shlibext="$acl_cv_shlibext"
4401  acl_libname_spec="$acl_cv_libname_spec"
4402  acl_library_names_spec="$acl_cv_library_names_spec"
4403  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
4404  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
4405  acl_hardcode_direct="$acl_cv_hardcode_direct"
4406  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
4407    # Check whether --enable-rpath was given.
4408if test "${enable_rpath+set}" = set; then :
4409  enableval=$enable_rpath; :
4410else
4411  enable_rpath=yes
4412fi
4413
4414
4415
4416ac_ext=c
4417ac_cpp='$CPP $CPPFLAGS'
4418ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4419ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4420ac_compiler_gnu=$ac_cv_c_compiler_gnu
4421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4422$as_echo_n "checking how to run the C preprocessor... " >&6; }
4423# On Suns, sometimes $CPP names a directory.
4424if test -n "$CPP" && test -d "$CPP"; then
4425  CPP=
4426fi
4427if test -z "$CPP"; then
4428  if ${ac_cv_prog_CPP+:} false; then :
4429  $as_echo_n "(cached) " >&6
4430else
4431      # Double quotes because CPP needs to be expanded
4432    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4433    do
4434      ac_preproc_ok=false
4435for ac_c_preproc_warn_flag in '' yes
4436do
4437  # Use a header file that comes with gcc, so configuring glibc
4438  # with a fresh cross-compiler works.
4439  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4440  # <limits.h> exists even on freestanding compilers.
4441  # On the NeXT, cc -E runs the code through the compiler's parser,
4442  # not just through cpp. "Syntax error" is here to catch this case.
4443  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4444/* end confdefs.h.  */
4445#ifdef __STDC__
4446# include <limits.h>
4447#else
4448# include <assert.h>
4449#endif
4450		     Syntax error
4451_ACEOF
4452if ac_fn_c_try_cpp "$LINENO"; then :
4453
4454else
4455  # Broken: fails on valid input.
4456continue
4457fi
4458rm -f conftest.err conftest.i conftest.$ac_ext
4459
4460  # OK, works on sane cases.  Now check whether nonexistent headers
4461  # can be detected and how.
4462  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4463/* end confdefs.h.  */
4464#include <ac_nonexistent.h>
4465_ACEOF
4466if ac_fn_c_try_cpp "$LINENO"; then :
4467  # Broken: success on invalid input.
4468continue
4469else
4470  # Passes both tests.
4471ac_preproc_ok=:
4472break
4473fi
4474rm -f conftest.err conftest.i conftest.$ac_ext
4475
4476done
4477# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4478rm -f conftest.i conftest.err conftest.$ac_ext
4479if $ac_preproc_ok; then :
4480  break
4481fi
4482
4483    done
4484    ac_cv_prog_CPP=$CPP
4485
4486fi
4487  CPP=$ac_cv_prog_CPP
4488else
4489  ac_cv_prog_CPP=$CPP
4490fi
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4492$as_echo "$CPP" >&6; }
4493ac_preproc_ok=false
4494for ac_c_preproc_warn_flag in '' yes
4495do
4496  # Use a header file that comes with gcc, so configuring glibc
4497  # with a fresh cross-compiler works.
4498  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4499  # <limits.h> exists even on freestanding compilers.
4500  # On the NeXT, cc -E runs the code through the compiler's parser,
4501  # not just through cpp. "Syntax error" is here to catch this case.
4502  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4503/* end confdefs.h.  */
4504#ifdef __STDC__
4505# include <limits.h>
4506#else
4507# include <assert.h>
4508#endif
4509		     Syntax error
4510_ACEOF
4511if ac_fn_c_try_cpp "$LINENO"; then :
4512
4513else
4514  # Broken: fails on valid input.
4515continue
4516fi
4517rm -f conftest.err conftest.i conftest.$ac_ext
4518
4519  # OK, works on sane cases.  Now check whether nonexistent headers
4520  # can be detected and how.
4521  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4522/* end confdefs.h.  */
4523#include <ac_nonexistent.h>
4524_ACEOF
4525if ac_fn_c_try_cpp "$LINENO"; then :
4526  # Broken: success on invalid input.
4527continue
4528else
4529  # Passes both tests.
4530ac_preproc_ok=:
4531break
4532fi
4533rm -f conftest.err conftest.i conftest.$ac_ext
4534
4535done
4536# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4537rm -f conftest.i conftest.err conftest.$ac_ext
4538if $ac_preproc_ok; then :
4539
4540else
4541  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4542$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4543as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4544See \`config.log' for more details" "$LINENO" 5; }
4545fi
4546
4547ac_ext=c
4548ac_cpp='$CPP $CPPFLAGS'
4549ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4550ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4551ac_compiler_gnu=$ac_cv_c_compiler_gnu
4552
4553
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4555$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4556if ${ac_cv_path_GREP+:} false; then :
4557  $as_echo_n "(cached) " >&6
4558else
4559  if test -z "$GREP"; then
4560  ac_path_GREP_found=false
4561  # Loop through the user's path and test for each of PROGNAME-LIST
4562  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4563for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4564do
4565  IFS=$as_save_IFS
4566  test -z "$as_dir" && as_dir=.
4567    for ac_prog in grep ggrep; do
4568    for ac_exec_ext in '' $ac_executable_extensions; do
4569      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4570      as_fn_executable_p "$ac_path_GREP" || continue
4571# Check for GNU ac_path_GREP and select it if it is found.
4572  # Check for GNU $ac_path_GREP
4573case `"$ac_path_GREP" --version 2>&1` in
4574*GNU*)
4575  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4576*)
4577  ac_count=0
4578  $as_echo_n 0123456789 >"conftest.in"
4579  while :
4580  do
4581    cat "conftest.in" "conftest.in" >"conftest.tmp"
4582    mv "conftest.tmp" "conftest.in"
4583    cp "conftest.in" "conftest.nl"
4584    $as_echo 'GREP' >> "conftest.nl"
4585    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4586    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4587    as_fn_arith $ac_count + 1 && ac_count=$as_val
4588    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4589      # Best one so far, save it but keep looking for a better one
4590      ac_cv_path_GREP="$ac_path_GREP"
4591      ac_path_GREP_max=$ac_count
4592    fi
4593    # 10*(2^10) chars as input seems more than enough
4594    test $ac_count -gt 10 && break
4595  done
4596  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4597esac
4598
4599      $ac_path_GREP_found && break 3
4600    done
4601  done
4602  done
4603IFS=$as_save_IFS
4604  if test -z "$ac_cv_path_GREP"; then
4605    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4606  fi
4607else
4608  ac_cv_path_GREP=$GREP
4609fi
4610
4611fi
4612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4613$as_echo "$ac_cv_path_GREP" >&6; }
4614 GREP="$ac_cv_path_GREP"
4615
4616
4617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4618$as_echo_n "checking for egrep... " >&6; }
4619if ${ac_cv_path_EGREP+:} false; then :
4620  $as_echo_n "(cached) " >&6
4621else
4622  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4623   then ac_cv_path_EGREP="$GREP -E"
4624   else
4625     if test -z "$EGREP"; then
4626  ac_path_EGREP_found=false
4627  # Loop through the user's path and test for each of PROGNAME-LIST
4628  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4629for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4630do
4631  IFS=$as_save_IFS
4632  test -z "$as_dir" && as_dir=.
4633    for ac_prog in egrep; do
4634    for ac_exec_ext in '' $ac_executable_extensions; do
4635      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4636      as_fn_executable_p "$ac_path_EGREP" || continue
4637# Check for GNU ac_path_EGREP and select it if it is found.
4638  # Check for GNU $ac_path_EGREP
4639case `"$ac_path_EGREP" --version 2>&1` in
4640*GNU*)
4641  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4642*)
4643  ac_count=0
4644  $as_echo_n 0123456789 >"conftest.in"
4645  while :
4646  do
4647    cat "conftest.in" "conftest.in" >"conftest.tmp"
4648    mv "conftest.tmp" "conftest.in"
4649    cp "conftest.in" "conftest.nl"
4650    $as_echo 'EGREP' >> "conftest.nl"
4651    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4652    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4653    as_fn_arith $ac_count + 1 && ac_count=$as_val
4654    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4655      # Best one so far, save it but keep looking for a better one
4656      ac_cv_path_EGREP="$ac_path_EGREP"
4657      ac_path_EGREP_max=$ac_count
4658    fi
4659    # 10*(2^10) chars as input seems more than enough
4660    test $ac_count -gt 10 && break
4661  done
4662  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4663esac
4664
4665      $ac_path_EGREP_found && break 3
4666    done
4667  done
4668  done
4669IFS=$as_save_IFS
4670  if test -z "$ac_cv_path_EGREP"; then
4671    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4672  fi
4673else
4674  ac_cv_path_EGREP=$EGREP
4675fi
4676
4677   fi
4678fi
4679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4680$as_echo "$ac_cv_path_EGREP" >&6; }
4681 EGREP="$ac_cv_path_EGREP"
4682
4683
4684
4685
4686  acl_libdirstem=lib
4687  acl_libdirstem2=
4688  case "$host_os" in
4689    solaris*)
4690                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
4691$as_echo_n "checking for 64-bit host... " >&6; }
4692if ${gl_cv_solaris_64bit+:} false; then :
4693  $as_echo_n "(cached) " >&6
4694else
4695  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4696/* end confdefs.h.  */
4697
4698#ifdef _LP64
4699sixtyfour bits
4700#endif
4701
4702_ACEOF
4703if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4704  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
4705  gl_cv_solaris_64bit=yes
4706else
4707  gl_cv_solaris_64bit=no
4708fi
4709rm -f conftest*
4710
4711
4712fi
4713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
4714$as_echo "$gl_cv_solaris_64bit" >&6; }
4715      if test $gl_cv_solaris_64bit = yes; then
4716        acl_libdirstem=lib/64
4717        case "$host_cpu" in
4718          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
4719          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
4720        esac
4721      fi
4722      ;;
4723    *)
4724      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
4725      if test -n "$searchpath"; then
4726        acl_save_IFS="${IFS= 	}"; IFS=":"
4727        for searchdir in $searchpath; do
4728          if test -d "$searchdir"; then
4729            case "$searchdir" in
4730              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
4731              */../ | */.. )
4732                # Better ignore directories of this form. They are misleading.
4733                ;;
4734              *) searchdir=`cd "$searchdir" && pwd`
4735                 case "$searchdir" in
4736                   */lib64 ) acl_libdirstem=lib64 ;;
4737                 esac ;;
4738            esac
4739          fi
4740        done
4741        IFS="$acl_save_IFS"
4742      fi
4743      ;;
4744  esac
4745  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758    use_additional=yes
4759
4760  acl_save_prefix="$prefix"
4761  prefix="$acl_final_prefix"
4762  acl_save_exec_prefix="$exec_prefix"
4763  exec_prefix="$acl_final_exec_prefix"
4764
4765    eval additional_includedir=\"$includedir\"
4766    eval additional_libdir=\"$libdir\"
4767
4768  exec_prefix="$acl_save_exec_prefix"
4769  prefix="$acl_save_prefix"
4770
4771
4772# Check whether --with-libiconv-prefix was given.
4773if test "${with_libiconv_prefix+set}" = set; then :
4774  withval=$with_libiconv_prefix;
4775    if test "X$withval" = "Xno"; then
4776      use_additional=no
4777    else
4778      if test "X$withval" = "X"; then
4779
4780  acl_save_prefix="$prefix"
4781  prefix="$acl_final_prefix"
4782  acl_save_exec_prefix="$exec_prefix"
4783  exec_prefix="$acl_final_exec_prefix"
4784
4785          eval additional_includedir=\"$includedir\"
4786          eval additional_libdir=\"$libdir\"
4787
4788  exec_prefix="$acl_save_exec_prefix"
4789  prefix="$acl_save_prefix"
4790
4791      else
4792        additional_includedir="$withval/include"
4793        additional_libdir="$withval/$acl_libdirstem"
4794        if test "$acl_libdirstem2" != "$acl_libdirstem" \
4795           && ! test -d "$withval/$acl_libdirstem"; then
4796          additional_libdir="$withval/$acl_libdirstem2"
4797        fi
4798      fi
4799    fi
4800
4801fi
4802
4803      LIBICONV=
4804  LTLIBICONV=
4805  INCICONV=
4806  LIBICONV_PREFIX=
4807      HAVE_LIBICONV=
4808  rpathdirs=
4809  ltrpathdirs=
4810  names_already_handled=
4811  names_next_round='iconv '
4812  while test -n "$names_next_round"; do
4813    names_this_round="$names_next_round"
4814    names_next_round=
4815    for name in $names_this_round; do
4816      already_handled=
4817      for n in $names_already_handled; do
4818        if test "$n" = "$name"; then
4819          already_handled=yes
4820          break
4821        fi
4822      done
4823      if test -z "$already_handled"; then
4824        names_already_handled="$names_already_handled $name"
4825                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
4826        eval value=\"\$HAVE_LIB$uppername\"
4827        if test -n "$value"; then
4828          if test "$value" = yes; then
4829            eval value=\"\$LIB$uppername\"
4830            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
4831            eval value=\"\$LTLIB$uppername\"
4832            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
4833          else
4834                                    :
4835          fi
4836        else
4837                              found_dir=
4838          found_la=
4839          found_so=
4840          found_a=
4841          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
4842          if test -n "$acl_shlibext"; then
4843            shrext=".$acl_shlibext"             # typically: shrext=.so
4844          else
4845            shrext=
4846          fi
4847          if test $use_additional = yes; then
4848            dir="$additional_libdir"
4849                                    if test -n "$acl_shlibext"; then
4850              if test -f "$dir/$libname$shrext"; then
4851                found_dir="$dir"
4852                found_so="$dir/$libname$shrext"
4853              else
4854                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
4855                  ver=`(cd "$dir" && \
4856                        for f in "$libname$shrext".*; do echo "$f"; done \
4857                        | sed -e "s,^$libname$shrext\\\\.,," \
4858                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
4859                        | sed 1q ) 2>/dev/null`
4860                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
4861                    found_dir="$dir"
4862                    found_so="$dir/$libname$shrext.$ver"
4863                  fi
4864                else
4865                  eval library_names=\"$acl_library_names_spec\"
4866                  for f in $library_names; do
4867                    if test -f "$dir/$f"; then
4868                      found_dir="$dir"
4869                      found_so="$dir/$f"
4870                      break
4871                    fi
4872                  done
4873                fi
4874              fi
4875            fi
4876                        if test "X$found_dir" = "X"; then
4877              if test -f "$dir/$libname.$acl_libext"; then
4878                found_dir="$dir"
4879                found_a="$dir/$libname.$acl_libext"
4880              fi
4881            fi
4882            if test "X$found_dir" != "X"; then
4883              if test -f "$dir/$libname.la"; then
4884                found_la="$dir/$libname.la"
4885              fi
4886            fi
4887          fi
4888          if test "X$found_dir" = "X"; then
4889            for x in $LDFLAGS $LTLIBICONV; do
4890
4891  acl_save_prefix="$prefix"
4892  prefix="$acl_final_prefix"
4893  acl_save_exec_prefix="$exec_prefix"
4894  exec_prefix="$acl_final_exec_prefix"
4895  eval x=\"$x\"
4896  exec_prefix="$acl_save_exec_prefix"
4897  prefix="$acl_save_prefix"
4898
4899              case "$x" in
4900                -L*)
4901                  dir=`echo "X$x" | sed -e 's/^X-L//'`
4902                                    if test -n "$acl_shlibext"; then
4903                    if test -f "$dir/$libname$shrext"; then
4904                      found_dir="$dir"
4905                      found_so="$dir/$libname$shrext"
4906                    else
4907                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
4908                        ver=`(cd "$dir" && \
4909                              for f in "$libname$shrext".*; do echo "$f"; done \
4910                              | sed -e "s,^$libname$shrext\\\\.,," \
4911                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
4912                              | sed 1q ) 2>/dev/null`
4913                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
4914                          found_dir="$dir"
4915                          found_so="$dir/$libname$shrext.$ver"
4916                        fi
4917                      else
4918                        eval library_names=\"$acl_library_names_spec\"
4919                        for f in $library_names; do
4920                          if test -f "$dir/$f"; then
4921                            found_dir="$dir"
4922                            found_so="$dir/$f"
4923                            break
4924                          fi
4925                        done
4926                      fi
4927                    fi
4928                  fi
4929                                    if test "X$found_dir" = "X"; then
4930                    if test -f "$dir/$libname.$acl_libext"; then
4931                      found_dir="$dir"
4932                      found_a="$dir/$libname.$acl_libext"
4933                    fi
4934                  fi
4935                  if test "X$found_dir" != "X"; then
4936                    if test -f "$dir/$libname.la"; then
4937                      found_la="$dir/$libname.la"
4938                    fi
4939                  fi
4940                  ;;
4941              esac
4942              if test "X$found_dir" != "X"; then
4943                break
4944              fi
4945            done
4946          fi
4947          if test "X$found_dir" != "X"; then
4948                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
4949            if test "X$found_so" != "X"; then
4950                                                        if test "$enable_rpath" = no \
4951                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
4952                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
4953                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
4954              else
4955                                                                                haveit=
4956                for x in $ltrpathdirs; do
4957                  if test "X$x" = "X$found_dir"; then
4958                    haveit=yes
4959                    break
4960                  fi
4961                done
4962                if test -z "$haveit"; then
4963                  ltrpathdirs="$ltrpathdirs $found_dir"
4964                fi
4965                                if test "$acl_hardcode_direct" = yes; then
4966                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
4967                else
4968                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
4969                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
4970                                                            haveit=
4971                    for x in $rpathdirs; do
4972                      if test "X$x" = "X$found_dir"; then
4973                        haveit=yes
4974                        break
4975                      fi
4976                    done
4977                    if test -z "$haveit"; then
4978                      rpathdirs="$rpathdirs $found_dir"
4979                    fi
4980                  else
4981                                                                                haveit=
4982                    for x in $LDFLAGS $LIBICONV; do
4983
4984  acl_save_prefix="$prefix"
4985  prefix="$acl_final_prefix"
4986  acl_save_exec_prefix="$exec_prefix"
4987  exec_prefix="$acl_final_exec_prefix"
4988  eval x=\"$x\"
4989  exec_prefix="$acl_save_exec_prefix"
4990  prefix="$acl_save_prefix"
4991
4992                      if test "X$x" = "X-L$found_dir"; then
4993                        haveit=yes
4994                        break
4995                      fi
4996                    done
4997                    if test -z "$haveit"; then
4998                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
4999                    fi
5000                    if test "$acl_hardcode_minus_L" != no; then
5001                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
5002                    else
5003                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
5004                    fi
5005                  fi
5006                fi
5007              fi
5008            else
5009              if test "X$found_a" != "X"; then
5010                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
5011              else
5012                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
5013              fi
5014            fi
5015                        additional_includedir=
5016            case "$found_dir" in
5017              */$acl_libdirstem | */$acl_libdirstem/)
5018                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
5019                if test "$name" = 'iconv'; then
5020                  LIBICONV_PREFIX="$basedir"
5021                fi
5022                additional_includedir="$basedir/include"
5023                ;;
5024              */$acl_libdirstem2 | */$acl_libdirstem2/)
5025                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
5026                if test "$name" = 'iconv'; then
5027                  LIBICONV_PREFIX="$basedir"
5028                fi
5029                additional_includedir="$basedir/include"
5030                ;;
5031            esac
5032            if test "X$additional_includedir" != "X"; then
5033                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
5034                haveit=
5035                if test "X$additional_includedir" = "X/usr/local/include"; then
5036                  if test -n "$GCC"; then
5037                    case $host_os in
5038                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
5039                    esac
5040                  fi
5041                fi
5042                if test -z "$haveit"; then
5043                  for x in $CPPFLAGS $INCICONV; do
5044
5045  acl_save_prefix="$prefix"
5046  prefix="$acl_final_prefix"
5047  acl_save_exec_prefix="$exec_prefix"
5048  exec_prefix="$acl_final_exec_prefix"
5049  eval x=\"$x\"
5050  exec_prefix="$acl_save_exec_prefix"
5051  prefix="$acl_save_prefix"
5052
5053                    if test "X$x" = "X-I$additional_includedir"; then
5054                      haveit=yes
5055                      break
5056                    fi
5057                  done
5058                  if test -z "$haveit"; then
5059                    if test -d "$additional_includedir"; then
5060                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
5061                    fi
5062                  fi
5063                fi
5064              fi
5065            fi
5066                        if test -n "$found_la"; then
5067                                                        save_libdir="$libdir"
5068              case "$found_la" in
5069                */* | *\\*) . "$found_la" ;;
5070                *) . "./$found_la" ;;
5071              esac
5072              libdir="$save_libdir"
5073                            for dep in $dependency_libs; do
5074                case "$dep" in
5075                  -L*)
5076                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
5077                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
5078                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
5079                      haveit=
5080                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
5081                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
5082                        if test -n "$GCC"; then
5083                          case $host_os in
5084                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
5085                          esac
5086                        fi
5087                      fi
5088                      if test -z "$haveit"; then
5089                        haveit=
5090                        for x in $LDFLAGS $LIBICONV; do
5091
5092  acl_save_prefix="$prefix"
5093  prefix="$acl_final_prefix"
5094  acl_save_exec_prefix="$exec_prefix"
5095  exec_prefix="$acl_final_exec_prefix"
5096  eval x=\"$x\"
5097  exec_prefix="$acl_save_exec_prefix"
5098  prefix="$acl_save_prefix"
5099
5100                          if test "X$x" = "X-L$additional_libdir"; then
5101                            haveit=yes
5102                            break
5103                          fi
5104                        done
5105                        if test -z "$haveit"; then
5106                          if test -d "$additional_libdir"; then
5107                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
5108                          fi
5109                        fi
5110                        haveit=
5111                        for x in $LDFLAGS $LTLIBICONV; do
5112
5113  acl_save_prefix="$prefix"
5114  prefix="$acl_final_prefix"
5115  acl_save_exec_prefix="$exec_prefix"
5116  exec_prefix="$acl_final_exec_prefix"
5117  eval x=\"$x\"
5118  exec_prefix="$acl_save_exec_prefix"
5119  prefix="$acl_save_prefix"
5120
5121                          if test "X$x" = "X-L$additional_libdir"; then
5122                            haveit=yes
5123                            break
5124                          fi
5125                        done
5126                        if test -z "$haveit"; then
5127                          if test -d "$additional_libdir"; then
5128                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
5129                          fi
5130                        fi
5131                      fi
5132                    fi
5133                    ;;
5134                  -R*)
5135                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
5136                    if test "$enable_rpath" != no; then
5137                                                                  haveit=
5138                      for x in $rpathdirs; do
5139                        if test "X$x" = "X$dir"; then
5140                          haveit=yes
5141                          break
5142                        fi
5143                      done
5144                      if test -z "$haveit"; then
5145                        rpathdirs="$rpathdirs $dir"
5146                      fi
5147                                                                  haveit=
5148                      for x in $ltrpathdirs; do
5149                        if test "X$x" = "X$dir"; then
5150                          haveit=yes
5151                          break
5152                        fi
5153                      done
5154                      if test -z "$haveit"; then
5155                        ltrpathdirs="$ltrpathdirs $dir"
5156                      fi
5157                    fi
5158                    ;;
5159                  -l*)
5160                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
5161                    ;;
5162                  *.la)
5163                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
5164                    ;;
5165                  *)
5166                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
5167                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
5168                    ;;
5169                esac
5170              done
5171            fi
5172          else
5173                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
5174            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
5175          fi
5176        fi
5177      fi
5178    done
5179  done
5180  if test "X$rpathdirs" != "X"; then
5181    if test -n "$acl_hardcode_libdir_separator"; then
5182                        alldirs=
5183      for found_dir in $rpathdirs; do
5184        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
5185      done
5186            acl_save_libdir="$libdir"
5187      libdir="$alldirs"
5188      eval flag=\"$acl_hardcode_libdir_flag_spec\"
5189      libdir="$acl_save_libdir"
5190      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
5191    else
5192            for found_dir in $rpathdirs; do
5193        acl_save_libdir="$libdir"
5194        libdir="$found_dir"
5195        eval flag=\"$acl_hardcode_libdir_flag_spec\"
5196        libdir="$acl_save_libdir"
5197        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
5198      done
5199    fi
5200  fi
5201  if test "X$ltrpathdirs" != "X"; then
5202            for found_dir in $ltrpathdirs; do
5203      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
5204    done
5205  fi
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
5238$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
5239if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
5240  $as_echo_n "(cached) " >&6
5241else
5242  gt_save_LIBS="$LIBS"
5243     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
5244     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5245/* end confdefs.h.  */
5246#include <CoreFoundation/CFPreferences.h>
5247int
5248main ()
5249{
5250CFPreferencesCopyAppValue(NULL, NULL)
5251  ;
5252  return 0;
5253}
5254_ACEOF
5255if ac_fn_c_try_link "$LINENO"; then :
5256  gt_cv_func_CFPreferencesCopyAppValue=yes
5257else
5258  gt_cv_func_CFPreferencesCopyAppValue=no
5259fi
5260rm -f core conftest.err conftest.$ac_objext \
5261    conftest$ac_exeext conftest.$ac_ext
5262     LIBS="$gt_save_LIBS"
5263fi
5264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
5265$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
5266  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
5267
5268$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
5269
5270  fi
5271    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
5272$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
5273if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
5274  $as_echo_n "(cached) " >&6
5275else
5276  gt_save_LIBS="$LIBS"
5277     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
5278     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5279/* end confdefs.h.  */
5280#include <CoreFoundation/CFLocale.h>
5281int
5282main ()
5283{
5284CFLocaleCopyCurrent();
5285  ;
5286  return 0;
5287}
5288_ACEOF
5289if ac_fn_c_try_link "$LINENO"; then :
5290  gt_cv_func_CFLocaleCopyCurrent=yes
5291else
5292  gt_cv_func_CFLocaleCopyCurrent=no
5293fi
5294rm -f core conftest.err conftest.$ac_objext \
5295    conftest$ac_exeext conftest.$ac_ext
5296     LIBS="$gt_save_LIBS"
5297fi
5298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
5299$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
5300  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
5301
5302$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
5303
5304  fi
5305  INTL_MACOSX_LIBS=
5306  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
5307    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
5308  fi
5309
5310
5311
5312
5313
5314
5315  LIBINTL=
5316  LTLIBINTL=
5317  POSUB=
5318
5319    case " $gt_needs " in
5320    *" need-formatstring-macros "*) gt_api_version=3 ;;
5321    *" need-ngettext "*) gt_api_version=2 ;;
5322    *) gt_api_version=1 ;;
5323  esac
5324  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
5325  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
5326
5327    if test "$USE_NLS" = "yes"; then
5328    gt_use_preinstalled_gnugettext=no
5329
5330
5331        if test $gt_api_version -ge 3; then
5332          gt_revision_test_code='
5333#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
5334#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
5335#endif
5336typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
5337'
5338        else
5339          gt_revision_test_code=
5340        fi
5341        if test $gt_api_version -ge 2; then
5342          gt_expression_test_code=' + * ngettext ("", "", 0)'
5343        else
5344          gt_expression_test_code=
5345        fi
5346
5347        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
5348$as_echo_n "checking for GNU gettext in libc... " >&6; }
5349if eval \${$gt_func_gnugettext_libc+:} false; then :
5350  $as_echo_n "(cached) " >&6
5351else
5352  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353/* end confdefs.h.  */
5354
5355#include <libintl.h>
5356#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
5357extern int _nl_msg_cat_cntr;
5358extern int *_nl_domain_bindings;
5359#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
5360#else
5361#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
5362#endif
5363$gt_revision_test_code
5364
5365int
5366main ()
5367{
5368
5369bindtextdomain ("", "");
5370return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
5371
5372  ;
5373  return 0;
5374}
5375_ACEOF
5376if ac_fn_c_try_link "$LINENO"; then :
5377  eval "$gt_func_gnugettext_libc=yes"
5378else
5379  eval "$gt_func_gnugettext_libc=no"
5380fi
5381rm -f core conftest.err conftest.$ac_objext \
5382    conftest$ac_exeext conftest.$ac_ext
5383fi
5384eval ac_res=\$$gt_func_gnugettext_libc
5385	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5386$as_echo "$ac_res" >&6; }
5387
5388        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
5389
5390
5391
5392
5393
5394          am_save_CPPFLAGS="$CPPFLAGS"
5395
5396  for element in $INCICONV; do
5397    haveit=
5398    for x in $CPPFLAGS; do
5399
5400  acl_save_prefix="$prefix"
5401  prefix="$acl_final_prefix"
5402  acl_save_exec_prefix="$exec_prefix"
5403  exec_prefix="$acl_final_exec_prefix"
5404  eval x=\"$x\"
5405  exec_prefix="$acl_save_exec_prefix"
5406  prefix="$acl_save_prefix"
5407
5408      if test "X$x" = "X$element"; then
5409        haveit=yes
5410        break
5411      fi
5412    done
5413    if test -z "$haveit"; then
5414      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
5415    fi
5416  done
5417
5418
5419  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
5420$as_echo_n "checking for iconv... " >&6; }
5421if ${am_cv_func_iconv+:} false; then :
5422  $as_echo_n "(cached) " >&6
5423else
5424
5425    am_cv_func_iconv="no, consider installing GNU libiconv"
5426    am_cv_lib_iconv=no
5427    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5428/* end confdefs.h.  */
5429
5430#include <stdlib.h>
5431#include <iconv.h>
5432
5433int
5434main ()
5435{
5436iconv_t cd = iconv_open("","");
5437           iconv(cd,NULL,NULL,NULL,NULL);
5438           iconv_close(cd);
5439  ;
5440  return 0;
5441}
5442_ACEOF
5443if ac_fn_c_try_link "$LINENO"; then :
5444  am_cv_func_iconv=yes
5445fi
5446rm -f core conftest.err conftest.$ac_objext \
5447    conftest$ac_exeext conftest.$ac_ext
5448    if test "$am_cv_func_iconv" != yes; then
5449      am_save_LIBS="$LIBS"
5450      LIBS="$LIBS $LIBICONV"
5451      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452/* end confdefs.h.  */
5453
5454#include <stdlib.h>
5455#include <iconv.h>
5456
5457int
5458main ()
5459{
5460iconv_t cd = iconv_open("","");
5461             iconv(cd,NULL,NULL,NULL,NULL);
5462             iconv_close(cd);
5463  ;
5464  return 0;
5465}
5466_ACEOF
5467if ac_fn_c_try_link "$LINENO"; then :
5468  am_cv_lib_iconv=yes
5469        am_cv_func_iconv=yes
5470fi
5471rm -f core conftest.err conftest.$ac_objext \
5472    conftest$ac_exeext conftest.$ac_ext
5473      LIBS="$am_save_LIBS"
5474    fi
5475
5476fi
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
5478$as_echo "$am_cv_func_iconv" >&6; }
5479  if test "$am_cv_func_iconv" = yes; then
5480    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
5481$as_echo_n "checking for working iconv... " >&6; }
5482if ${am_cv_func_iconv_works+:} false; then :
5483  $as_echo_n "(cached) " >&6
5484else
5485
5486                  am_save_LIBS="$LIBS"
5487      if test $am_cv_lib_iconv = yes; then
5488        LIBS="$LIBS $LIBICONV"
5489      fi
5490      am_cv_func_iconv_works=no
5491      for ac_iconv_const in '' 'const'; do
5492        if test "$cross_compiling" = yes; then :
5493  case "$host_os" in
5494             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
5495             *)            am_cv_func_iconv_works="guessing yes" ;;
5496           esac
5497else
5498  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5499/* end confdefs.h.  */
5500
5501#include <iconv.h>
5502#include <string.h>
5503
5504#ifndef ICONV_CONST
5505# define ICONV_CONST $ac_iconv_const
5506#endif
5507
5508int
5509main ()
5510{
5511int result = 0;
5512  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
5513     returns.  */
5514  {
5515    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
5516    if (cd_utf8_to_88591 != (iconv_t)(-1))
5517      {
5518        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
5519        char buf[10];
5520        ICONV_CONST char *inptr = input;
5521        size_t inbytesleft = strlen (input);
5522        char *outptr = buf;
5523        size_t outbytesleft = sizeof (buf);
5524        size_t res = iconv (cd_utf8_to_88591,
5525                            &inptr, &inbytesleft,
5526                            &outptr, &outbytesleft);
5527        if (res == 0)
5528          result |= 1;
5529        iconv_close (cd_utf8_to_88591);
5530      }
5531  }
5532  /* Test against Solaris 10 bug: Failures are not distinguishable from
5533     successful returns.  */
5534  {
5535    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
5536    if (cd_ascii_to_88591 != (iconv_t)(-1))
5537      {
5538        static ICONV_CONST char input[] = "\263";
5539        char buf[10];
5540        ICONV_CONST char *inptr = input;
5541        size_t inbytesleft = strlen (input);
5542        char *outptr = buf;
5543        size_t outbytesleft = sizeof (buf);
5544        size_t res = iconv (cd_ascii_to_88591,
5545                            &inptr, &inbytesleft,
5546                            &outptr, &outbytesleft);
5547        if (res == 0)
5548          result |= 2;
5549        iconv_close (cd_ascii_to_88591);
5550      }
5551  }
5552  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
5553  {
5554    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
5555    if (cd_88591_to_utf8 != (iconv_t)(-1))
5556      {
5557        static ICONV_CONST char input[] = "\304";
5558        static char buf[2] = { (char)0xDE, (char)0xAD };
5559        ICONV_CONST char *inptr = input;
5560        size_t inbytesleft = 1;
5561        char *outptr = buf;
5562        size_t outbytesleft = 1;
5563        size_t res = iconv (cd_88591_to_utf8,
5564                            &inptr, &inbytesleft,
5565                            &outptr, &outbytesleft);
5566        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
5567          result |= 4;
5568        iconv_close (cd_88591_to_utf8);
5569      }
5570  }
5571#if 0 /* This bug could be worked around by the caller.  */
5572  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
5573  {
5574    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
5575    if (cd_88591_to_utf8 != (iconv_t)(-1))
5576      {
5577        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
5578        char buf[50];
5579        ICONV_CONST char *inptr = input;
5580        size_t inbytesleft = strlen (input);
5581        char *outptr = buf;
5582        size_t outbytesleft = sizeof (buf);
5583        size_t res = iconv (cd_88591_to_utf8,
5584                            &inptr, &inbytesleft,
5585                            &outptr, &outbytesleft);
5586        if ((int)res > 0)
5587          result |= 8;
5588        iconv_close (cd_88591_to_utf8);
5589      }
5590  }
5591#endif
5592  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
5593     provided.  */
5594  if (/* Try standardized names.  */
5595      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
5596      /* Try IRIX, OSF/1 names.  */
5597      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
5598      /* Try AIX names.  */
5599      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
5600      /* Try HP-UX names.  */
5601      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
5602    result |= 16;
5603  return result;
5604
5605  ;
5606  return 0;
5607}
5608_ACEOF
5609if ac_fn_c_try_run "$LINENO"; then :
5610  am_cv_func_iconv_works=yes
5611fi
5612rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5613  conftest.$ac_objext conftest.beam conftest.$ac_ext
5614fi
5615
5616        test "$am_cv_func_iconv_works" = no || break
5617      done
5618      LIBS="$am_save_LIBS"
5619
5620fi
5621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
5622$as_echo "$am_cv_func_iconv_works" >&6; }
5623    case "$am_cv_func_iconv_works" in
5624      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
5625      *)   am_func_iconv=yes ;;
5626    esac
5627  else
5628    am_func_iconv=no am_cv_lib_iconv=no
5629  fi
5630  if test "$am_func_iconv" = yes; then
5631
5632$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5633
5634  fi
5635  if test "$am_cv_lib_iconv" = yes; then
5636    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
5637$as_echo_n "checking how to link with libiconv... " >&6; }
5638    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
5639$as_echo "$LIBICONV" >&6; }
5640  else
5641            CPPFLAGS="$am_save_CPPFLAGS"
5642    LIBICONV=
5643    LTLIBICONV=
5644  fi
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656    use_additional=yes
5657
5658  acl_save_prefix="$prefix"
5659  prefix="$acl_final_prefix"
5660  acl_save_exec_prefix="$exec_prefix"
5661  exec_prefix="$acl_final_exec_prefix"
5662
5663    eval additional_includedir=\"$includedir\"
5664    eval additional_libdir=\"$libdir\"
5665
5666  exec_prefix="$acl_save_exec_prefix"
5667  prefix="$acl_save_prefix"
5668
5669
5670# Check whether --with-libintl-prefix was given.
5671if test "${with_libintl_prefix+set}" = set; then :
5672  withval=$with_libintl_prefix;
5673    if test "X$withval" = "Xno"; then
5674      use_additional=no
5675    else
5676      if test "X$withval" = "X"; then
5677
5678  acl_save_prefix="$prefix"
5679  prefix="$acl_final_prefix"
5680  acl_save_exec_prefix="$exec_prefix"
5681  exec_prefix="$acl_final_exec_prefix"
5682
5683          eval additional_includedir=\"$includedir\"
5684          eval additional_libdir=\"$libdir\"
5685
5686  exec_prefix="$acl_save_exec_prefix"
5687  prefix="$acl_save_prefix"
5688
5689      else
5690        additional_includedir="$withval/include"
5691        additional_libdir="$withval/$acl_libdirstem"
5692        if test "$acl_libdirstem2" != "$acl_libdirstem" \
5693           && ! test -d "$withval/$acl_libdirstem"; then
5694          additional_libdir="$withval/$acl_libdirstem2"
5695        fi
5696      fi
5697    fi
5698
5699fi
5700
5701      LIBINTL=
5702  LTLIBINTL=
5703  INCINTL=
5704  LIBINTL_PREFIX=
5705      HAVE_LIBINTL=
5706  rpathdirs=
5707  ltrpathdirs=
5708  names_already_handled=
5709  names_next_round='intl '
5710  while test -n "$names_next_round"; do
5711    names_this_round="$names_next_round"
5712    names_next_round=
5713    for name in $names_this_round; do
5714      already_handled=
5715      for n in $names_already_handled; do
5716        if test "$n" = "$name"; then
5717          already_handled=yes
5718          break
5719        fi
5720      done
5721      if test -z "$already_handled"; then
5722        names_already_handled="$names_already_handled $name"
5723                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
5724        eval value=\"\$HAVE_LIB$uppername\"
5725        if test -n "$value"; then
5726          if test "$value" = yes; then
5727            eval value=\"\$LIB$uppername\"
5728            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
5729            eval value=\"\$LTLIB$uppername\"
5730            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
5731          else
5732                                    :
5733          fi
5734        else
5735                              found_dir=
5736          found_la=
5737          found_so=
5738          found_a=
5739          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
5740          if test -n "$acl_shlibext"; then
5741            shrext=".$acl_shlibext"             # typically: shrext=.so
5742          else
5743            shrext=
5744          fi
5745          if test $use_additional = yes; then
5746            dir="$additional_libdir"
5747                                    if test -n "$acl_shlibext"; then
5748              if test -f "$dir/$libname$shrext"; then
5749                found_dir="$dir"
5750                found_so="$dir/$libname$shrext"
5751              else
5752                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
5753                  ver=`(cd "$dir" && \
5754                        for f in "$libname$shrext".*; do echo "$f"; done \
5755                        | sed -e "s,^$libname$shrext\\\\.,," \
5756                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
5757                        | sed 1q ) 2>/dev/null`
5758                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
5759                    found_dir="$dir"
5760                    found_so="$dir/$libname$shrext.$ver"
5761                  fi
5762                else
5763                  eval library_names=\"$acl_library_names_spec\"
5764                  for f in $library_names; do
5765                    if test -f "$dir/$f"; then
5766                      found_dir="$dir"
5767                      found_so="$dir/$f"
5768                      break
5769                    fi
5770                  done
5771                fi
5772              fi
5773            fi
5774                        if test "X$found_dir" = "X"; then
5775              if test -f "$dir/$libname.$acl_libext"; then
5776                found_dir="$dir"
5777                found_a="$dir/$libname.$acl_libext"
5778              fi
5779            fi
5780            if test "X$found_dir" != "X"; then
5781              if test -f "$dir/$libname.la"; then
5782                found_la="$dir/$libname.la"
5783              fi
5784            fi
5785          fi
5786          if test "X$found_dir" = "X"; then
5787            for x in $LDFLAGS $LTLIBINTL; do
5788
5789  acl_save_prefix="$prefix"
5790  prefix="$acl_final_prefix"
5791  acl_save_exec_prefix="$exec_prefix"
5792  exec_prefix="$acl_final_exec_prefix"
5793  eval x=\"$x\"
5794  exec_prefix="$acl_save_exec_prefix"
5795  prefix="$acl_save_prefix"
5796
5797              case "$x" in
5798                -L*)
5799                  dir=`echo "X$x" | sed -e 's/^X-L//'`
5800                                    if test -n "$acl_shlibext"; then
5801                    if test -f "$dir/$libname$shrext"; then
5802                      found_dir="$dir"
5803                      found_so="$dir/$libname$shrext"
5804                    else
5805                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
5806                        ver=`(cd "$dir" && \
5807                              for f in "$libname$shrext".*; do echo "$f"; done \
5808                              | sed -e "s,^$libname$shrext\\\\.,," \
5809                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
5810                              | sed 1q ) 2>/dev/null`
5811                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
5812                          found_dir="$dir"
5813                          found_so="$dir/$libname$shrext.$ver"
5814                        fi
5815                      else
5816                        eval library_names=\"$acl_library_names_spec\"
5817                        for f in $library_names; do
5818                          if test -f "$dir/$f"; then
5819                            found_dir="$dir"
5820                            found_so="$dir/$f"
5821                            break
5822                          fi
5823                        done
5824                      fi
5825                    fi
5826                  fi
5827                                    if test "X$found_dir" = "X"; then
5828                    if test -f "$dir/$libname.$acl_libext"; then
5829                      found_dir="$dir"
5830                      found_a="$dir/$libname.$acl_libext"
5831                    fi
5832                  fi
5833                  if test "X$found_dir" != "X"; then
5834                    if test -f "$dir/$libname.la"; then
5835                      found_la="$dir/$libname.la"
5836                    fi
5837                  fi
5838                  ;;
5839              esac
5840              if test "X$found_dir" != "X"; then
5841                break
5842              fi
5843            done
5844          fi
5845          if test "X$found_dir" != "X"; then
5846                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
5847            if test "X$found_so" != "X"; then
5848                                                        if test "$enable_rpath" = no \
5849                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
5850                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
5851                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
5852              else
5853                                                                                haveit=
5854                for x in $ltrpathdirs; do
5855                  if test "X$x" = "X$found_dir"; then
5856                    haveit=yes
5857                    break
5858                  fi
5859                done
5860                if test -z "$haveit"; then
5861                  ltrpathdirs="$ltrpathdirs $found_dir"
5862                fi
5863                                if test "$acl_hardcode_direct" = yes; then
5864                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
5865                else
5866                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
5867                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
5868                                                            haveit=
5869                    for x in $rpathdirs; do
5870                      if test "X$x" = "X$found_dir"; then
5871                        haveit=yes
5872                        break
5873                      fi
5874                    done
5875                    if test -z "$haveit"; then
5876                      rpathdirs="$rpathdirs $found_dir"
5877                    fi
5878                  else
5879                                                                                haveit=
5880                    for x in $LDFLAGS $LIBINTL; do
5881
5882  acl_save_prefix="$prefix"
5883  prefix="$acl_final_prefix"
5884  acl_save_exec_prefix="$exec_prefix"
5885  exec_prefix="$acl_final_exec_prefix"
5886  eval x=\"$x\"
5887  exec_prefix="$acl_save_exec_prefix"
5888  prefix="$acl_save_prefix"
5889
5890                      if test "X$x" = "X-L$found_dir"; then
5891                        haveit=yes
5892                        break
5893                      fi
5894                    done
5895                    if test -z "$haveit"; then
5896                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
5897                    fi
5898                    if test "$acl_hardcode_minus_L" != no; then
5899                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
5900                    else
5901                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
5902                    fi
5903                  fi
5904                fi
5905              fi
5906            else
5907              if test "X$found_a" != "X"; then
5908                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
5909              else
5910                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
5911              fi
5912            fi
5913                        additional_includedir=
5914            case "$found_dir" in
5915              */$acl_libdirstem | */$acl_libdirstem/)
5916                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
5917                if test "$name" = 'intl'; then
5918                  LIBINTL_PREFIX="$basedir"
5919                fi
5920                additional_includedir="$basedir/include"
5921                ;;
5922              */$acl_libdirstem2 | */$acl_libdirstem2/)
5923                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
5924                if test "$name" = 'intl'; then
5925                  LIBINTL_PREFIX="$basedir"
5926                fi
5927                additional_includedir="$basedir/include"
5928                ;;
5929            esac
5930            if test "X$additional_includedir" != "X"; then
5931                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
5932                haveit=
5933                if test "X$additional_includedir" = "X/usr/local/include"; then
5934                  if test -n "$GCC"; then
5935                    case $host_os in
5936                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
5937                    esac
5938                  fi
5939                fi
5940                if test -z "$haveit"; then
5941                  for x in $CPPFLAGS $INCINTL; do
5942
5943  acl_save_prefix="$prefix"
5944  prefix="$acl_final_prefix"
5945  acl_save_exec_prefix="$exec_prefix"
5946  exec_prefix="$acl_final_exec_prefix"
5947  eval x=\"$x\"
5948  exec_prefix="$acl_save_exec_prefix"
5949  prefix="$acl_save_prefix"
5950
5951                    if test "X$x" = "X-I$additional_includedir"; then
5952                      haveit=yes
5953                      break
5954                    fi
5955                  done
5956                  if test -z "$haveit"; then
5957                    if test -d "$additional_includedir"; then
5958                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
5959                    fi
5960                  fi
5961                fi
5962              fi
5963            fi
5964                        if test -n "$found_la"; then
5965                                                        save_libdir="$libdir"
5966              case "$found_la" in
5967                */* | *\\*) . "$found_la" ;;
5968                *) . "./$found_la" ;;
5969              esac
5970              libdir="$save_libdir"
5971                            for dep in $dependency_libs; do
5972                case "$dep" in
5973                  -L*)
5974                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
5975                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
5976                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
5977                      haveit=
5978                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
5979                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
5980                        if test -n "$GCC"; then
5981                          case $host_os in
5982                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
5983                          esac
5984                        fi
5985                      fi
5986                      if test -z "$haveit"; then
5987                        haveit=
5988                        for x in $LDFLAGS $LIBINTL; do
5989
5990  acl_save_prefix="$prefix"
5991  prefix="$acl_final_prefix"
5992  acl_save_exec_prefix="$exec_prefix"
5993  exec_prefix="$acl_final_exec_prefix"
5994  eval x=\"$x\"
5995  exec_prefix="$acl_save_exec_prefix"
5996  prefix="$acl_save_prefix"
5997
5998                          if test "X$x" = "X-L$additional_libdir"; then
5999                            haveit=yes
6000                            break
6001                          fi
6002                        done
6003                        if test -z "$haveit"; then
6004                          if test -d "$additional_libdir"; then
6005                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
6006                          fi
6007                        fi
6008                        haveit=
6009                        for x in $LDFLAGS $LTLIBINTL; do
6010
6011  acl_save_prefix="$prefix"
6012  prefix="$acl_final_prefix"
6013  acl_save_exec_prefix="$exec_prefix"
6014  exec_prefix="$acl_final_exec_prefix"
6015  eval x=\"$x\"
6016  exec_prefix="$acl_save_exec_prefix"
6017  prefix="$acl_save_prefix"
6018
6019                          if test "X$x" = "X-L$additional_libdir"; then
6020                            haveit=yes
6021                            break
6022                          fi
6023                        done
6024                        if test -z "$haveit"; then
6025                          if test -d "$additional_libdir"; then
6026                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
6027                          fi
6028                        fi
6029                      fi
6030                    fi
6031                    ;;
6032                  -R*)
6033                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
6034                    if test "$enable_rpath" != no; then
6035                                                                  haveit=
6036                      for x in $rpathdirs; do
6037                        if test "X$x" = "X$dir"; then
6038                          haveit=yes
6039                          break
6040                        fi
6041                      done
6042                      if test -z "$haveit"; then
6043                        rpathdirs="$rpathdirs $dir"
6044                      fi
6045                                                                  haveit=
6046                      for x in $ltrpathdirs; do
6047                        if test "X$x" = "X$dir"; then
6048                          haveit=yes
6049                          break
6050                        fi
6051                      done
6052                      if test -z "$haveit"; then
6053                        ltrpathdirs="$ltrpathdirs $dir"
6054                      fi
6055                    fi
6056                    ;;
6057                  -l*)
6058                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
6059                    ;;
6060                  *.la)
6061                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
6062                    ;;
6063                  *)
6064                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
6065                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
6066                    ;;
6067                esac
6068              done
6069            fi
6070          else
6071                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
6072            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
6073          fi
6074        fi
6075      fi
6076    done
6077  done
6078  if test "X$rpathdirs" != "X"; then
6079    if test -n "$acl_hardcode_libdir_separator"; then
6080                        alldirs=
6081      for found_dir in $rpathdirs; do
6082        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
6083      done
6084            acl_save_libdir="$libdir"
6085      libdir="$alldirs"
6086      eval flag=\"$acl_hardcode_libdir_flag_spec\"
6087      libdir="$acl_save_libdir"
6088      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
6089    else
6090            for found_dir in $rpathdirs; do
6091        acl_save_libdir="$libdir"
6092        libdir="$found_dir"
6093        eval flag=\"$acl_hardcode_libdir_flag_spec\"
6094        libdir="$acl_save_libdir"
6095        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
6096      done
6097    fi
6098  fi
6099  if test "X$ltrpathdirs" != "X"; then
6100            for found_dir in $ltrpathdirs; do
6101      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
6102    done
6103  fi
6104
6105
6106
6107
6108
6109
6110          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
6111$as_echo_n "checking for GNU gettext in libintl... " >&6; }
6112if eval \${$gt_func_gnugettext_libintl+:} false; then :
6113  $as_echo_n "(cached) " >&6
6114else
6115  gt_save_CPPFLAGS="$CPPFLAGS"
6116            CPPFLAGS="$CPPFLAGS $INCINTL"
6117            gt_save_LIBS="$LIBS"
6118            LIBS="$LIBS $LIBINTL"
6119                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6120/* end confdefs.h.  */
6121
6122#include <libintl.h>
6123#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
6124extern int _nl_msg_cat_cntr;
6125extern
6126#ifdef __cplusplus
6127"C"
6128#endif
6129const char *_nl_expand_alias (const char *);
6130#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
6131#else
6132#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
6133#endif
6134$gt_revision_test_code
6135
6136int
6137main ()
6138{
6139
6140bindtextdomain ("", "");
6141return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
6142
6143  ;
6144  return 0;
6145}
6146_ACEOF
6147if ac_fn_c_try_link "$LINENO"; then :
6148  eval "$gt_func_gnugettext_libintl=yes"
6149else
6150  eval "$gt_func_gnugettext_libintl=no"
6151fi
6152rm -f core conftest.err conftest.$ac_objext \
6153    conftest$ac_exeext conftest.$ac_ext
6154                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
6155              LIBS="$LIBS $LIBICONV"
6156              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6157/* end confdefs.h.  */
6158
6159#include <libintl.h>
6160#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
6161extern int _nl_msg_cat_cntr;
6162extern
6163#ifdef __cplusplus
6164"C"
6165#endif
6166const char *_nl_expand_alias (const char *);
6167#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
6168#else
6169#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
6170#endif
6171$gt_revision_test_code
6172
6173int
6174main ()
6175{
6176
6177bindtextdomain ("", "");
6178return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
6179
6180  ;
6181  return 0;
6182}
6183_ACEOF
6184if ac_fn_c_try_link "$LINENO"; then :
6185  LIBINTL="$LIBINTL $LIBICONV"
6186                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
6187                 eval "$gt_func_gnugettext_libintl=yes"
6188
6189fi
6190rm -f core conftest.err conftest.$ac_objext \
6191    conftest$ac_exeext conftest.$ac_ext
6192            fi
6193            CPPFLAGS="$gt_save_CPPFLAGS"
6194            LIBS="$gt_save_LIBS"
6195fi
6196eval ac_res=\$$gt_func_gnugettext_libintl
6197	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6198$as_echo "$ac_res" >&6; }
6199        fi
6200
6201                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
6202           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
6203                && test "$PACKAGE" != gettext-runtime \
6204                && test "$PACKAGE" != gettext-tools; }; then
6205          gt_use_preinstalled_gnugettext=yes
6206        else
6207                    LIBINTL=
6208          LTLIBINTL=
6209          INCINTL=
6210        fi
6211
6212
6213
6214    if test -n "$INTL_MACOSX_LIBS"; then
6215      if test "$gt_use_preinstalled_gnugettext" = "yes" \
6216         || test "$nls_cv_use_gnu_gettext" = "yes"; then
6217                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
6218        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
6219      fi
6220    fi
6221
6222    if test "$gt_use_preinstalled_gnugettext" = "yes" \
6223       || test "$nls_cv_use_gnu_gettext" = "yes"; then
6224
6225$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6226
6227    else
6228      USE_NLS=no
6229    fi
6230  fi
6231
6232  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
6233$as_echo_n "checking whether to use NLS... " >&6; }
6234  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
6235$as_echo "$USE_NLS" >&6; }
6236  if test "$USE_NLS" = "yes"; then
6237    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
6238$as_echo_n "checking where the gettext function comes from... " >&6; }
6239    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
6240      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
6241        gt_source="external libintl"
6242      else
6243        gt_source="libc"
6244      fi
6245    else
6246      gt_source="included intl directory"
6247    fi
6248    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
6249$as_echo "$gt_source" >&6; }
6250  fi
6251
6252  if test "$USE_NLS" = "yes"; then
6253
6254    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
6255      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
6256        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
6257$as_echo_n "checking how to link with libintl... " >&6; }
6258        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
6259$as_echo "$LIBINTL" >&6; }
6260
6261  for element in $INCINTL; do
6262    haveit=
6263    for x in $CPPFLAGS; do
6264
6265  acl_save_prefix="$prefix"
6266  prefix="$acl_final_prefix"
6267  acl_save_exec_prefix="$exec_prefix"
6268  exec_prefix="$acl_final_exec_prefix"
6269  eval x=\"$x\"
6270  exec_prefix="$acl_save_exec_prefix"
6271  prefix="$acl_save_prefix"
6272
6273      if test "X$x" = "X$element"; then
6274        haveit=yes
6275        break
6276      fi
6277    done
6278    if test -z "$haveit"; then
6279      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
6280    fi
6281  done
6282
6283      fi
6284
6285
6286$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
6287
6288
6289$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
6290
6291    fi
6292
6293        POSUB=po
6294  fi
6295
6296
6297
6298    INTLLIBS="$LIBINTL"
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
6313	if test -n "$ac_tool_prefix"; then
6314  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6315set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
6316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6317$as_echo_n "checking for $ac_word... " >&6; }
6318if ${ac_cv_path_PKG_CONFIG+:} false; then :
6319  $as_echo_n "(cached) " >&6
6320else
6321  case $PKG_CONFIG in
6322  [\\/]* | ?:[\\/]*)
6323  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6324  ;;
6325  *)
6326  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327for as_dir in $PATH
6328do
6329  IFS=$as_save_IFS
6330  test -z "$as_dir" && as_dir=.
6331    for ac_exec_ext in '' $ac_executable_extensions; do
6332  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6333    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6334    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335    break 2
6336  fi
6337done
6338  done
6339IFS=$as_save_IFS
6340
6341  ;;
6342esac
6343fi
6344PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6345if test -n "$PKG_CONFIG"; then
6346  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6347$as_echo "$PKG_CONFIG" >&6; }
6348else
6349  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6350$as_echo "no" >&6; }
6351fi
6352
6353
6354fi
6355if test -z "$ac_cv_path_PKG_CONFIG"; then
6356  ac_pt_PKG_CONFIG=$PKG_CONFIG
6357  # Extract the first word of "pkg-config", so it can be a program name with args.
6358set dummy pkg-config; ac_word=$2
6359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6360$as_echo_n "checking for $ac_word... " >&6; }
6361if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
6362  $as_echo_n "(cached) " >&6
6363else
6364  case $ac_pt_PKG_CONFIG in
6365  [\\/]* | ?:[\\/]*)
6366  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
6367  ;;
6368  *)
6369  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370for as_dir in $PATH
6371do
6372  IFS=$as_save_IFS
6373  test -z "$as_dir" && as_dir=.
6374    for ac_exec_ext in '' $ac_executable_extensions; do
6375  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6376    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6377    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6378    break 2
6379  fi
6380done
6381  done
6382IFS=$as_save_IFS
6383
6384  ;;
6385esac
6386fi
6387ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
6388if test -n "$ac_pt_PKG_CONFIG"; then
6389  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
6390$as_echo "$ac_pt_PKG_CONFIG" >&6; }
6391else
6392  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6393$as_echo "no" >&6; }
6394fi
6395
6396  if test "x$ac_pt_PKG_CONFIG" = x; then
6397    PKG_CONFIG=""
6398  else
6399    case $cross_compiling:$ac_tool_warned in
6400yes:)
6401{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6402$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6403ac_tool_warned=yes ;;
6404esac
6405    PKG_CONFIG=$ac_pt_PKG_CONFIG
6406  fi
6407else
6408  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
6409fi
6410
6411fi
6412if test -n "$PKG_CONFIG"; then
6413	_pkg_min_version=0.19
6414	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
6415$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
6416	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
6417		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6418$as_echo "yes" >&6; }
6419	else
6420		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6421$as_echo "no" >&6; }
6422		PKG_CONFIG=""
6423	fi
6424fi
6425
6426 if test "x${USE_NLS}" = "xyes"; then
6427  USE_NLS_TRUE=
6428  USE_NLS_FALSE='#'
6429else
6430  USE_NLS_TRUE='#'
6431  USE_NLS_FALSE=
6432fi
6433
6434
6435# Workaround to make aclocal get the right flags
6436ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
6437
6438
6439# Check GTK+ theme engines
6440
6441pkg_failed=no
6442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for THEME_ENGINE" >&5
6443$as_echo_n "checking for THEME_ENGINE... " >&6; }
6444
6445if test -n "$THEME_ENGINE_CFLAGS"; then
6446    pkg_cv_THEME_ENGINE_CFLAGS="$THEME_ENGINE_CFLAGS"
6447 elif test -n "$PKG_CONFIG"; then
6448    if test -n "$PKG_CONFIG" && \
6449    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 \""; } >&5
6450  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 ") 2>&5
6451  ac_status=$?
6452  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6453  test $ac_status = 0; }; then
6454  pkg_cv_THEME_ENGINE_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 " 2>/dev/null`
6455		      test "x$?" != "x0" && pkg_failed=yes
6456else
6457  pkg_failed=yes
6458fi
6459 else
6460    pkg_failed=untried
6461fi
6462if test -n "$THEME_ENGINE_LIBS"; then
6463    pkg_cv_THEME_ENGINE_LIBS="$THEME_ENGINE_LIBS"
6464 elif test -n "$PKG_CONFIG"; then
6465    if test -n "$PKG_CONFIG" && \
6466    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 \""; } >&5
6467  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 ") 2>&5
6468  ac_status=$?
6469  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6470  test $ac_status = 0; }; then
6471  pkg_cv_THEME_ENGINE_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 " 2>/dev/null`
6472		      test "x$?" != "x0" && pkg_failed=yes
6473else
6474  pkg_failed=yes
6475fi
6476 else
6477    pkg_failed=untried
6478fi
6479
6480
6481
6482if test $pkg_failed = yes; then
6483   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6484$as_echo "no" >&6; }
6485
6486if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6487        _pkg_short_errors_supported=yes
6488else
6489        _pkg_short_errors_supported=no
6490fi
6491        if test $_pkg_short_errors_supported = yes; then
6492	        THEME_ENGINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 " 2>&1`
6493        else
6494	        THEME_ENGINE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 " 2>&1`
6495        fi
6496	# Put the nasty error message in config.log where it belongs
6497	echo "$THEME_ENGINE_PKG_ERRORS" >&5
6498
6499	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.0.0   gdk-pixbuf-2.0 >= 2.0.0 ) were not met:
6500
6501$THEME_ENGINE_PKG_ERRORS
6502
6503Consider adjusting the PKG_CONFIG_PATH environment variable if you
6504installed software in a non-standard prefix.
6505
6506Alternatively, you may set the environment variables THEME_ENGINE_CFLAGS
6507and THEME_ENGINE_LIBS to avoid the need to call pkg-config.
6508See the pkg-config man page for more details." "$LINENO" 5
6509elif test $pkg_failed = untried; then
6510     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6511$as_echo "no" >&6; }
6512	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6513$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6514as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
6515is in your PATH or set the PKG_CONFIG environment variable to the full
6516path to pkg-config.
6517
6518Alternatively, you may set the environment variables THEME_ENGINE_CFLAGS
6519and THEME_ENGINE_LIBS to avoid the need to call pkg-config.
6520See the pkg-config man page for more details.
6521
6522To get pkg-config, see <http://pkg-config.freedesktop.org/>.
6523See \`config.log' for more details" "$LINENO" 5; }
6524else
6525	THEME_ENGINE_CFLAGS=$pkg_cv_THEME_ENGINE_CFLAGS
6526	THEME_ENGINE_LIBS=$pkg_cv_THEME_ENGINE_LIBS
6527        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6528$as_echo "yes" >&6; }
6529
6530fi
6531
6532ac_config_files="$ac_config_files Makefile cursor-themes/Makefile cursor-themes/mate-white/Makefile cursor-themes/mate-white/cursors/Makefile cursor-themes/mate-black/Makefile cursor-themes/mate-black/cursors/Makefile desktop-themes/Makefile desktop-themes/BlackMATE/Makefile desktop-themes/BlackMATE/apps/Makefile desktop-themes/BlackMATE/gtk-2.0/Makefile desktop-themes/BlackMATE/gtk-2.0/assets/Makefile desktop-themes/BlackMATE/gtk-2.0/Styles/Makefile desktop-themes/BlackMATE/gtk-3.0/Makefile desktop-themes/BlackMATE/gtk-3.0/assets/Makefile desktop-themes/BlackMATE/gtk-3.0/window-controls/Makefile desktop-themes/BlackMATE/metacity-1/Makefile desktop-themes/BlackMATE/cinnamon/Makefile desktop-themes/BlackMATE/unity/Makefile desktop-themes/BlackMATE-border/Makefile desktop-themes/BlackMATE-border/metacity-1/Makefile desktop-themes/BlueMenta/Makefile desktop-themes/BlueMenta/cinnamon/Makefile desktop-themes/BlueMenta/emerald/Makefile desktop-themes/BlueMenta/gtk-2.0/Makefile desktop-themes/BlueMenta/gtk-2.0/apps/Makefile desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile desktop-themes/BlueMenta/gtk-2.0/widgets/Null/Makefile desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile desktop-themes/BlueMenta/gtk-2.0/widgets/Scale/Makefile desktop-themes/BlueMenta/gtk-3.0/Makefile desktop-themes/BlueMenta/gtk-3.0/assets/Makefile desktop-themes/BlueMenta/gtk-3.0/borders/Makefile desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile desktop-themes/BlueMenta/metacity-1/Makefile desktop-themes/BlueMenta/unity/Makefile desktop-themes/BlueMenta/xfwm4/Makefile desktop-themes/BlueMenta-border/Makefile desktop-themes/BlueMenta-border/metacity-1/Makefile desktop-themes/Blue-Submarine/Makefile desktop-themes/Blue-Submarine/cinnamon/Makefile desktop-themes/Blue-Submarine/emerald/Makefile desktop-themes/Blue-Submarine/gtk-2.0/Makefile desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile desktop-themes/Blue-Submarine/gtk-3.0/Makefile desktop-themes/Blue-Submarine/gtk-3.0/assets/Makefile desktop-themes/Blue-Submarine/metacity-1/Makefile desktop-themes/Blue-Submarine-border/Makefile desktop-themes/Blue-Submarine-border/metacity-1/Makefile desktop-themes/ContrastHigh/Makefile desktop-themes/GreenLaguna/Makefile desktop-themes/GreenLaguna/gtk-2.0/Makefile desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile desktop-themes/GreenLaguna/gtk-3.0/Makefile desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile desktop-themes/GreenLaguna/metacity-1/Makefile desktop-themes/GreenLaguna/unity/Makefile desktop-themes/GreenLaguna-border/Makefile desktop-themes/GreenLaguna-border/metacity-1/Makefile desktop-themes/Green-Submarine/Makefile desktop-themes/Green-Submarine/cinnamon/Makefile desktop-themes/Green-Submarine/emerald/Makefile desktop-themes/Green-Submarine/gtk-2.0/Makefile desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile desktop-themes/Green-Submarine/gtk-3.0/Makefile desktop-themes/Green-Submarine/gtk-3.0/assets/Makefile desktop-themes/Green-Submarine/metacity-1/Makefile desktop-themes/Green-Submarine-border/Makefile desktop-themes/Green-Submarine-border/metacity-1/Makefile desktop-themes/HighContrastInverse/Makefile desktop-themes/HighContrastInverse/gtk-2.0/Makefile desktop-themes/HighContrastInverse/gtk-2.0/gtkrc desktop-themes/HighContrastInverse/metacity-1/Makefile desktop-themes/HighContrastInverse/pixmaps/Makefile desktop-themes/Menta/Makefile desktop-themes/Menta/cinnamon/Makefile desktop-themes/Menta/emerald/Makefile desktop-themes/Menta/gtk-2.0/Makefile desktop-themes/Menta/gtk-2.0/apps/Makefile desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile desktop-themes/Menta/gtk-2.0/apps/Handles/Makefile desktop-themes/Menta/gtk-2.0/apps/Null/Makefile desktop-themes/Menta/gtk-2.0/apps/Others/Makefile desktop-themes/Menta/gtk-2.0/widgets/Makefile desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile desktop-themes/Menta/gtk-2.0/widgets/Scale/Makefile desktop-themes/Menta/gtk-3.0/Makefile desktop-themes/Menta/gtk-3.0/assets/Makefile desktop-themes/Menta/gtk-3.0/borders/Makefile desktop-themes/Menta/gtk-3.0/window-controls/Makefile desktop-themes/Menta/metacity-1/Makefile desktop-themes/Menta/unity/Makefile desktop-themes/Menta/xfwm4/Makefile desktop-themes/Menta-border/Makefile desktop-themes/Menta-border/metacity-1/Makefile desktop-themes/TraditionalGreen/Makefile desktop-themes/TraditionalGreen/gtk-2.0/Makefile desktop-themes/TraditionalGreen/gtk-3.0/Makefile desktop-themes/TraditionalGreen/gtk-3.0/img/Makefile desktop-themes/TraditionalGreen/metacity-1/Makefile desktop-themes/TraditionalOk/Makefile desktop-themes/TraditionalOk/gtk-2.0/Makefile desktop-themes/TraditionalOk/gtk-3.0/Makefile desktop-themes/TraditionalOk/gtk-3.0/img/Makefile desktop-themes/TraditionalOk/metacity-1/Makefile desktop-themes/TraditionalOk/openbox-3/Makefile desktop-themes/TraditionalOk/xfwm4/Makefile desktop-themes/TraditionalOk/xfwm4/png/Makefile desktop-themes/YaruOk/Makefile desktop-themes/YaruOk/gtk-2.0/Makefile desktop-themes/YaruOk/gtk-3.0/Makefile desktop-themes/YaruOk/gtk-3.0/assets/Makefile desktop-themes/YaruOk/metacity-1/Makefile desktop-themes/YaruOk/openbox-3/Makefile desktop-themes/YaruOk/xfwm4/Makefile desktop-themes/YaruOk/xfwm4/png/Makefile desktop-themes/YaruGreen/Makefile desktop-themes/YaruGreen/gtk-2.0/Makefile desktop-themes/YaruGreen/gtk-3.0/Makefile desktop-themes/YaruGreen/gtk-3.0/assets/Makefile desktop-themes/YaruGreen/metacity-1/Makefile marco-themes/Makefile icon-themes/Makefile icon-themes/ContrastHigh/Makefile icon-themes/ContrastHigh/16x16/Makefile icon-themes/ContrastHigh/16x16/actions/Makefile icon-themes/ContrastHigh/16x16/apps/Makefile icon-themes/ContrastHigh/16x16/categories/Makefile icon-themes/ContrastHigh/16x16/devices/Makefile icon-themes/ContrastHigh/16x16/emblems/Makefile icon-themes/ContrastHigh/16x16/emotes/Makefile icon-themes/ContrastHigh/16x16/mimetypes/Makefile icon-themes/ContrastHigh/16x16/places/Makefile icon-themes/ContrastHigh/16x16/status/Makefile icon-themes/ContrastHigh/16x16/stock/Makefile icon-themes/ContrastHigh/22x22/Makefile icon-themes/ContrastHigh/22x22/actions/Makefile icon-themes/ContrastHigh/22x22/apps/Makefile icon-themes/ContrastHigh/22x22/categories/Makefile icon-themes/ContrastHigh/22x22/devices/Makefile icon-themes/ContrastHigh/22x22/emblems/Makefile icon-themes/ContrastHigh/22x22/emotes/Makefile icon-themes/ContrastHigh/22x22/mimetypes/Makefile icon-themes/ContrastHigh/22x22/places/Makefile icon-themes/ContrastHigh/22x22/status/Makefile icon-themes/ContrastHigh/22x22/stock/Makefile icon-themes/ContrastHigh/24x24/Makefile icon-themes/ContrastHigh/24x24/actions/Makefile icon-themes/ContrastHigh/24x24/apps/Makefile icon-themes/ContrastHigh/24x24/categories/Makefile icon-themes/ContrastHigh/24x24/devices/Makefile icon-themes/ContrastHigh/24x24/emblems/Makefile icon-themes/ContrastHigh/24x24/emotes/Makefile icon-themes/ContrastHigh/24x24/mimetypes/Makefile icon-themes/ContrastHigh/24x24/places/Makefile icon-themes/ContrastHigh/24x24/status/Makefile icon-themes/ContrastHigh/24x24/stock/Makefile icon-themes/ContrastHigh/32x32/Makefile icon-themes/ContrastHigh/32x32/actions/Makefile icon-themes/ContrastHigh/32x32/apps/Makefile icon-themes/ContrastHigh/32x32/categories/Makefile icon-themes/ContrastHigh/32x32/devices/Makefile icon-themes/ContrastHigh/32x32/emblems/Makefile icon-themes/ContrastHigh/32x32/emotes/Makefile icon-themes/ContrastHigh/32x32/mimetypes/Makefile icon-themes/ContrastHigh/32x32/places/Makefile icon-themes/ContrastHigh/32x32/status/Makefile icon-themes/ContrastHigh/32x32/stock/Makefile icon-themes/ContrastHigh/48x48/Makefile icon-themes/ContrastHigh/48x48/actions/Makefile icon-themes/ContrastHigh/48x48/animations/Makefile icon-themes/ContrastHigh/48x48/apps/Makefile icon-themes/ContrastHigh/48x48/categories/Makefile icon-themes/ContrastHigh/48x48/devices/Makefile icon-themes/ContrastHigh/48x48/emblems/Makefile icon-themes/ContrastHigh/48x48/emotes/Makefile icon-themes/ContrastHigh/48x48/mimetypes/Makefile icon-themes/ContrastHigh/48x48/places/Makefile icon-themes/ContrastHigh/48x48/status/Makefile icon-themes/ContrastHigh/48x48/stock/Makefile icon-themes/ContrastHigh/256x256/Makefile icon-themes/ContrastHigh/256x256/actions/Makefile icon-themes/ContrastHigh/256x256/apps/Makefile icon-themes/ContrastHigh/256x256/categories/Makefile icon-themes/ContrastHigh/256x256/devices/Makefile icon-themes/ContrastHigh/256x256/emblems/Makefile icon-themes/ContrastHigh/256x256/emotes/Makefile icon-themes/ContrastHigh/256x256/mimetypes/Makefile icon-themes/ContrastHigh/256x256/places/Makefile icon-themes/ContrastHigh/256x256/status/Makefile icon-themes/ContrastHigh/256x256/stock/Makefile icon-themes/ContrastHigh/scalable/Makefile icon-themes/ContrastHigh/scalable/actions/Makefile icon-themes/ContrastHigh/scalable/actions-extra/Makefile icon-themes/ContrastHigh/scalable/apps/Makefile icon-themes/ContrastHigh/scalable/apps-extra/Makefile icon-themes/ContrastHigh/scalable/categories/Makefile icon-themes/ContrastHigh/scalable/devices/Makefile icon-themes/ContrastHigh/scalable/emblems/Makefile icon-themes/ContrastHigh/scalable/mimetypes/Makefile icon-themes/ContrastHigh/scalable/places/Makefile icon-themes/ContrastHigh/scalable/places-extra/Makefile icon-themes/ContrastHigh/scalable/status/Makefile icon-themes/ContrastHigh/scalable/status-extra/Makefile po/Makefile.in"
6533
6534
6535cat >confcache <<\_ACEOF
6536# This file is a shell script that caches the results of configure
6537# tests run on this system so they can be shared between configure
6538# scripts and configure runs, see configure's option --config-cache.
6539# It is not useful on other systems.  If it contains results you don't
6540# want to keep, you may remove or edit it.
6541#
6542# config.status only pays attention to the cache file if you give it
6543# the --recheck option to rerun configure.
6544#
6545# `ac_cv_env_foo' variables (set or unset) will be overridden when
6546# loading this file, other *unset* `ac_cv_foo' will be assigned the
6547# following values.
6548
6549_ACEOF
6550
6551# The following way of writing the cache mishandles newlines in values,
6552# but we know of no workaround that is simple, portable, and efficient.
6553# So, we kill variables containing newlines.
6554# Ultrix sh set writes to stderr and can't be redirected directly,
6555# and sets the high bit in the cache file unless we assign to the vars.
6556(
6557  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6558    eval ac_val=\$$ac_var
6559    case $ac_val in #(
6560    *${as_nl}*)
6561      case $ac_var in #(
6562      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6563$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6564      esac
6565      case $ac_var in #(
6566      _ | IFS | as_nl) ;; #(
6567      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6568      *) { eval $ac_var=; unset $ac_var;} ;;
6569      esac ;;
6570    esac
6571  done
6572
6573  (set) 2>&1 |
6574    case $as_nl`(ac_space=' '; set) 2>&1` in #(
6575    *${as_nl}ac_space=\ *)
6576      # `set' does not quote correctly, so add quotes: double-quote
6577      # substitution turns \\\\ into \\, and sed turns \\ into \.
6578      sed -n \
6579	"s/'/'\\\\''/g;
6580	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6581      ;; #(
6582    *)
6583      # `set' quotes correctly as required by POSIX, so do not add quotes.
6584      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6585      ;;
6586    esac |
6587    sort
6588) |
6589  sed '
6590     /^ac_cv_env_/b end
6591     t clear
6592     :clear
6593     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6594     t end
6595     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6596     :end' >>confcache
6597if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6598  if test -w "$cache_file"; then
6599    if test "x$cache_file" != "x/dev/null"; then
6600      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6601$as_echo "$as_me: updating cache $cache_file" >&6;}
6602      if test ! -f "$cache_file" || test -h "$cache_file"; then
6603	cat confcache >"$cache_file"
6604      else
6605        case $cache_file in #(
6606        */* | ?:*)
6607	  mv -f confcache "$cache_file"$$ &&
6608	  mv -f "$cache_file"$$ "$cache_file" ;; #(
6609        *)
6610	  mv -f confcache "$cache_file" ;;
6611	esac
6612      fi
6613    fi
6614  else
6615    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6616$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6617  fi
6618fi
6619rm -f confcache
6620
6621test "x$prefix" = xNONE && prefix=$ac_default_prefix
6622# Let make expand exec_prefix.
6623test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6624
6625# Transform confdefs.h into DEFS.
6626# Protect against shell expansion while executing Makefile rules.
6627# Protect against Makefile macro expansion.
6628#
6629# If the first sed substitution is executed (which looks for macros that
6630# take arguments), then branch to the quote section.  Otherwise,
6631# look for a macro that doesn't take arguments.
6632ac_script='
6633:mline
6634/\\$/{
6635 N
6636 s,\\\n,,
6637 b mline
6638}
6639t clear
6640:clear
6641s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
6642t quote
6643s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
6644t quote
6645b any
6646:quote
6647s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
6648s/\[/\\&/g
6649s/\]/\\&/g
6650s/\$/$$/g
6651H
6652:any
6653${
6654	g
6655	s/^\n//
6656	s/\n/ /g
6657	p
6658}
6659'
6660DEFS=`sed -n "$ac_script" confdefs.h`
6661
6662
6663ac_libobjs=
6664ac_ltlibobjs=
6665U=
6666for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6667  # 1. Remove the extension, and $U if already installed.
6668  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6669  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6670  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
6671  #    will be set to the directory where LIBOBJS objects are built.
6672  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6673  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6674done
6675LIBOBJS=$ac_libobjs
6676
6677LTLIBOBJS=$ac_ltlibobjs
6678
6679
6680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
6681$as_echo_n "checking that generated files are newer than configure... " >&6; }
6682   if test -n "$am_sleep_pid"; then
6683     # Hide warnings about reused PIDs.
6684     wait $am_sleep_pid 2>/dev/null
6685   fi
6686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
6687$as_echo "done" >&6; }
6688 if test -n "$EXEEXT"; then
6689  am__EXEEXT_TRUE=
6690  am__EXEEXT_FALSE='#'
6691else
6692  am__EXEEXT_TRUE='#'
6693  am__EXEEXT_FALSE=
6694fi
6695
6696if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6697  as_fn_error $? "conditional \"AMDEP\" was never defined.
6698Usually this means the macro was only invoked conditionally." "$LINENO" 5
6699fi
6700if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6701  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
6702Usually this means the macro was only invoked conditionally." "$LINENO" 5
6703fi
6704if test -z "${USE_NLS_TRUE}" && test -z "${USE_NLS_FALSE}"; then
6705  as_fn_error $? "conditional \"USE_NLS\" was never defined.
6706Usually this means the macro was only invoked conditionally." "$LINENO" 5
6707fi
6708
6709: "${CONFIG_STATUS=./config.status}"
6710ac_write_fail=0
6711ac_clean_files_save=$ac_clean_files
6712ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6713{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6714$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6715as_write_fail=0
6716cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6717#! $SHELL
6718# Generated by $as_me.
6719# Run this file to recreate the current configuration.
6720# Compiler output produced by configure, useful for debugging
6721# configure, is in config.log if it exists.
6722
6723debug=false
6724ac_cs_recheck=false
6725ac_cs_silent=false
6726
6727SHELL=\${CONFIG_SHELL-$SHELL}
6728export SHELL
6729_ASEOF
6730cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6731## -------------------- ##
6732## M4sh Initialization. ##
6733## -------------------- ##
6734
6735# Be more Bourne compatible
6736DUALCASE=1; export DUALCASE # for MKS sh
6737if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6738  emulate sh
6739  NULLCMD=:
6740  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6741  # is contrary to our usage.  Disable this feature.
6742  alias -g '${1+"$@"}'='"$@"'
6743  setopt NO_GLOB_SUBST
6744else
6745  case `(set -o) 2>/dev/null` in #(
6746  *posix*) :
6747    set -o posix ;; #(
6748  *) :
6749     ;;
6750esac
6751fi
6752
6753
6754as_nl='
6755'
6756export as_nl
6757# Printing a long string crashes Solaris 7 /usr/bin/printf.
6758as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6759as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6760as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6761# Prefer a ksh shell builtin over an external printf program on Solaris,
6762# but without wasting forks for bash or zsh.
6763if test -z "$BASH_VERSION$ZSH_VERSION" \
6764    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6765  as_echo='print -r --'
6766  as_echo_n='print -rn --'
6767elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6768  as_echo='printf %s\n'
6769  as_echo_n='printf %s'
6770else
6771  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6772    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6773    as_echo_n='/usr/ucb/echo -n'
6774  else
6775    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6776    as_echo_n_body='eval
6777      arg=$1;
6778      case $arg in #(
6779      *"$as_nl"*)
6780	expr "X$arg" : "X\\(.*\\)$as_nl";
6781	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6782      esac;
6783      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6784    '
6785    export as_echo_n_body
6786    as_echo_n='sh -c $as_echo_n_body as_echo'
6787  fi
6788  export as_echo_body
6789  as_echo='sh -c $as_echo_body as_echo'
6790fi
6791
6792# The user is always right.
6793if test "${PATH_SEPARATOR+set}" != set; then
6794  PATH_SEPARATOR=:
6795  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6796    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6797      PATH_SEPARATOR=';'
6798  }
6799fi
6800
6801
6802# IFS
6803# We need space, tab and new line, in precisely that order.  Quoting is
6804# there to prevent editors from complaining about space-tab.
6805# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6806# splitting by setting IFS to empty value.)
6807IFS=" ""	$as_nl"
6808
6809# Find who we are.  Look in the path if we contain no directory separator.
6810as_myself=
6811case $0 in #((
6812  *[\\/]* ) as_myself=$0 ;;
6813  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814for as_dir in $PATH
6815do
6816  IFS=$as_save_IFS
6817  test -z "$as_dir" && as_dir=.
6818    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6819  done
6820IFS=$as_save_IFS
6821
6822     ;;
6823esac
6824# We did not find ourselves, most probably we were run as `sh COMMAND'
6825# in which case we are not to be found in the path.
6826if test "x$as_myself" = x; then
6827  as_myself=$0
6828fi
6829if test ! -f "$as_myself"; then
6830  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6831  exit 1
6832fi
6833
6834# Unset variables that we do not need and which cause bugs (e.g. in
6835# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
6836# suppresses any "Segmentation fault" message there.  '((' could
6837# trigger a bug in pdksh 5.2.14.
6838for as_var in BASH_ENV ENV MAIL MAILPATH
6839do eval test x\${$as_var+set} = xset \
6840  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6841done
6842PS1='$ '
6843PS2='> '
6844PS4='+ '
6845
6846# NLS nuisances.
6847LC_ALL=C
6848export LC_ALL
6849LANGUAGE=C
6850export LANGUAGE
6851
6852# CDPATH.
6853(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6854
6855
6856# as_fn_error STATUS ERROR [LINENO LOG_FD]
6857# ----------------------------------------
6858# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6859# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6860# script with STATUS, using 1 if that was 0.
6861as_fn_error ()
6862{
6863  as_status=$1; test $as_status -eq 0 && as_status=1
6864  if test "$4"; then
6865    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6866    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
6867  fi
6868  $as_echo "$as_me: error: $2" >&2
6869  as_fn_exit $as_status
6870} # as_fn_error
6871
6872
6873# as_fn_set_status STATUS
6874# -----------------------
6875# Set $? to STATUS, without forking.
6876as_fn_set_status ()
6877{
6878  return $1
6879} # as_fn_set_status
6880
6881# as_fn_exit STATUS
6882# -----------------
6883# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6884as_fn_exit ()
6885{
6886  set +e
6887  as_fn_set_status $1
6888  exit $1
6889} # as_fn_exit
6890
6891# as_fn_unset VAR
6892# ---------------
6893# Portably unset VAR.
6894as_fn_unset ()
6895{
6896  { eval $1=; unset $1;}
6897}
6898as_unset=as_fn_unset
6899# as_fn_append VAR VALUE
6900# ----------------------
6901# Append the text in VALUE to the end of the definition contained in VAR. Take
6902# advantage of any shell optimizations that allow amortized linear growth over
6903# repeated appends, instead of the typical quadratic growth present in naive
6904# implementations.
6905if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6906  eval 'as_fn_append ()
6907  {
6908    eval $1+=\$2
6909  }'
6910else
6911  as_fn_append ()
6912  {
6913    eval $1=\$$1\$2
6914  }
6915fi # as_fn_append
6916
6917# as_fn_arith ARG...
6918# ------------------
6919# Perform arithmetic evaluation on the ARGs, and store the result in the
6920# global $as_val. Take advantage of shells that can avoid forks. The arguments
6921# must be portable across $(()) and expr.
6922if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
6923  eval 'as_fn_arith ()
6924  {
6925    as_val=$(( $* ))
6926  }'
6927else
6928  as_fn_arith ()
6929  {
6930    as_val=`expr "$@" || test $? -eq 1`
6931  }
6932fi # as_fn_arith
6933
6934
6935if expr a : '\(a\)' >/dev/null 2>&1 &&
6936   test "X`expr 00001 : '.*\(...\)'`" = X001; then
6937  as_expr=expr
6938else
6939  as_expr=false
6940fi
6941
6942if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6943  as_basename=basename
6944else
6945  as_basename=false
6946fi
6947
6948if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6949  as_dirname=dirname
6950else
6951  as_dirname=false
6952fi
6953
6954as_me=`$as_basename -- "$0" ||
6955$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6956	 X"$0" : 'X\(//\)$' \| \
6957	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6958$as_echo X/"$0" |
6959    sed '/^.*\/\([^/][^/]*\)\/*$/{
6960	    s//\1/
6961	    q
6962	  }
6963	  /^X\/\(\/\/\)$/{
6964	    s//\1/
6965	    q
6966	  }
6967	  /^X\/\(\/\).*/{
6968	    s//\1/
6969	    q
6970	  }
6971	  s/.*/./; q'`
6972
6973# Avoid depending upon Character Ranges.
6974as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6975as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6976as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6977as_cr_digits='0123456789'
6978as_cr_alnum=$as_cr_Letters$as_cr_digits
6979
6980ECHO_C= ECHO_N= ECHO_T=
6981case `echo -n x` in #(((((
6982-n*)
6983  case `echo 'xy\c'` in
6984  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
6985  xy)  ECHO_C='\c';;
6986  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
6987       ECHO_T='	';;
6988  esac;;
6989*)
6990  ECHO_N='-n';;
6991esac
6992
6993rm -f conf$$ conf$$.exe conf$$.file
6994if test -d conf$$.dir; then
6995  rm -f conf$$.dir/conf$$.file
6996else
6997  rm -f conf$$.dir
6998  mkdir conf$$.dir 2>/dev/null
6999fi
7000if (echo >conf$$.file) 2>/dev/null; then
7001  if ln -s conf$$.file conf$$ 2>/dev/null; then
7002    as_ln_s='ln -s'
7003    # ... but there are two gotchas:
7004    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7005    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7006    # In both cases, we have to default to `cp -pR'.
7007    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7008      as_ln_s='cp -pR'
7009  elif ln conf$$.file conf$$ 2>/dev/null; then
7010    as_ln_s=ln
7011  else
7012    as_ln_s='cp -pR'
7013  fi
7014else
7015  as_ln_s='cp -pR'
7016fi
7017rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7018rmdir conf$$.dir 2>/dev/null
7019
7020
7021# as_fn_mkdir_p
7022# -------------
7023# Create "$as_dir" as a directory, including parents if necessary.
7024as_fn_mkdir_p ()
7025{
7026
7027  case $as_dir in #(
7028  -*) as_dir=./$as_dir;;
7029  esac
7030  test -d "$as_dir" || eval $as_mkdir_p || {
7031    as_dirs=
7032    while :; do
7033      case $as_dir in #(
7034      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
7035      *) as_qdir=$as_dir;;
7036      esac
7037      as_dirs="'$as_qdir' $as_dirs"
7038      as_dir=`$as_dirname -- "$as_dir" ||
7039$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7040	 X"$as_dir" : 'X\(//\)[^/]' \| \
7041	 X"$as_dir" : 'X\(//\)$' \| \
7042	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7043$as_echo X"$as_dir" |
7044    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7045	    s//\1/
7046	    q
7047	  }
7048	  /^X\(\/\/\)[^/].*/{
7049	    s//\1/
7050	    q
7051	  }
7052	  /^X\(\/\/\)$/{
7053	    s//\1/
7054	    q
7055	  }
7056	  /^X\(\/\).*/{
7057	    s//\1/
7058	    q
7059	  }
7060	  s/.*/./; q'`
7061      test -d "$as_dir" && break
7062    done
7063    test -z "$as_dirs" || eval "mkdir $as_dirs"
7064  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
7065
7066
7067} # as_fn_mkdir_p
7068if mkdir -p . 2>/dev/null; then
7069  as_mkdir_p='mkdir -p "$as_dir"'
7070else
7071  test -d ./-p && rmdir ./-p
7072  as_mkdir_p=false
7073fi
7074
7075
7076# as_fn_executable_p FILE
7077# -----------------------
7078# Test if FILE is an executable regular file.
7079as_fn_executable_p ()
7080{
7081  test -f "$1" && test -x "$1"
7082} # as_fn_executable_p
7083as_test_x='test -x'
7084as_executable_p=as_fn_executable_p
7085
7086# Sed expression to map a string onto a valid CPP name.
7087as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7088
7089# Sed expression to map a string onto a valid variable name.
7090as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7091
7092
7093exec 6>&1
7094## ----------------------------------- ##
7095## Main body of $CONFIG_STATUS script. ##
7096## ----------------------------------- ##
7097_ASEOF
7098test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
7099
7100cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7101# Save the log message, to keep $0 and so on meaningful, and to
7102# report actual input values of CONFIG_FILES etc. instead of their
7103# values after options handling.
7104ac_log="
7105This file was extended by mate-themes $as_me 3.22.23, which was
7106generated by GNU Autoconf 2.69.  Invocation command line was
7107
7108  CONFIG_FILES    = $CONFIG_FILES
7109  CONFIG_HEADERS  = $CONFIG_HEADERS
7110  CONFIG_LINKS    = $CONFIG_LINKS
7111  CONFIG_COMMANDS = $CONFIG_COMMANDS
7112  $ $0 $@
7113
7114on `(hostname || uname -n) 2>/dev/null | sed 1q`
7115"
7116
7117_ACEOF
7118
7119case $ac_config_files in *"
7120"*) set x $ac_config_files; shift; ac_config_files=$*;;
7121esac
7122
7123
7124
7125cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7126# Files that config.status was made for.
7127config_files="$ac_config_files"
7128config_commands="$ac_config_commands"
7129
7130_ACEOF
7131
7132cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7133ac_cs_usage="\
7134\`$as_me' instantiates files and other configuration actions
7135from templates according to the current configuration.  Unless the files
7136and actions are specified as TAGs, all are instantiated by default.
7137
7138Usage: $0 [OPTION]... [TAG]...
7139
7140  -h, --help       print this help, then exit
7141  -V, --version    print version number and configuration settings, then exit
7142      --config     print configuration, then exit
7143  -q, --quiet, --silent
7144                   do not print progress messages
7145  -d, --debug      don't remove temporary files
7146      --recheck    update $as_me by reconfiguring in the same conditions
7147      --file=FILE[:TEMPLATE]
7148                   instantiate the configuration file FILE
7149
7150Configuration files:
7151$config_files
7152
7153Configuration commands:
7154$config_commands
7155
7156Report bugs to <https://mate-desktop.org>."
7157
7158_ACEOF
7159cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7160ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7161ac_cs_version="\\
7162mate-themes config.status 3.22.23
7163configured by $0, generated by GNU Autoconf 2.69,
7164  with options \\"\$ac_cs_config\\"
7165
7166Copyright (C) 2012 Free Software Foundation, Inc.
7167This config.status script is free software; the Free Software Foundation
7168gives unlimited permission to copy, distribute and modify it."
7169
7170ac_pwd='$ac_pwd'
7171srcdir='$srcdir'
7172INSTALL='$INSTALL'
7173MKDIR_P='$MKDIR_P'
7174AWK='$AWK'
7175test -n "\$AWK" || AWK=awk
7176_ACEOF
7177
7178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7179# The default lists apply if the user does not specify any file.
7180ac_need_defaults=:
7181while test $# != 0
7182do
7183  case $1 in
7184  --*=?*)
7185    ac_option=`expr "X$1" : 'X\([^=]*\)='`
7186    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7187    ac_shift=:
7188    ;;
7189  --*=)
7190    ac_option=`expr "X$1" : 'X\([^=]*\)='`
7191    ac_optarg=
7192    ac_shift=:
7193    ;;
7194  *)
7195    ac_option=$1
7196    ac_optarg=$2
7197    ac_shift=shift
7198    ;;
7199  esac
7200
7201  case $ac_option in
7202  # Handling of the options.
7203  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7204    ac_cs_recheck=: ;;
7205  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7206    $as_echo "$ac_cs_version"; exit ;;
7207  --config | --confi | --conf | --con | --co | --c )
7208    $as_echo "$ac_cs_config"; exit ;;
7209  --debug | --debu | --deb | --de | --d | -d )
7210    debug=: ;;
7211  --file | --fil | --fi | --f )
7212    $ac_shift
7213    case $ac_optarg in
7214    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
7215    '') as_fn_error $? "missing file argument" ;;
7216    esac
7217    as_fn_append CONFIG_FILES " '$ac_optarg'"
7218    ac_need_defaults=false;;
7219  --he | --h |  --help | --hel | -h )
7220    $as_echo "$ac_cs_usage"; exit ;;
7221  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7222  | -silent | --silent | --silen | --sile | --sil | --si | --s)
7223    ac_cs_silent=: ;;
7224
7225  # This is an error.
7226  -*) as_fn_error $? "unrecognized option: \`$1'
7227Try \`$0 --help' for more information." ;;
7228
7229  *) as_fn_append ac_config_targets " $1"
7230     ac_need_defaults=false ;;
7231
7232  esac
7233  shift
7234done
7235
7236ac_configure_extra_args=
7237
7238if $ac_cs_silent; then
7239  exec 6>/dev/null
7240  ac_configure_extra_args="$ac_configure_extra_args --silent"
7241fi
7242
7243_ACEOF
7244cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7245if \$ac_cs_recheck; then
7246  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7247  shift
7248  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
7249  CONFIG_SHELL='$SHELL'
7250  export CONFIG_SHELL
7251  exec "\$@"
7252fi
7253
7254_ACEOF
7255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7256exec 5>>config.log
7257{
7258  echo
7259  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7260## Running $as_me. ##
7261_ASBOX
7262  $as_echo "$ac_log"
7263} >&5
7264
7265_ACEOF
7266cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7267#
7268# INIT-COMMANDS
7269#
7270# Capture the value of obsolete ALL_LINGUAS because we need it to compute
7271    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
7272    # from automake < 1.5.
7273    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
7274    # Capture the value of LINGUAS because we need it to compute CATALOGS.
7275    LINGUAS="${LINGUAS-%UNSET%}"
7276
7277AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
7278
7279_ACEOF
7280
7281cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7282
7283# Handling of arguments.
7284for ac_config_target in $ac_config_targets
7285do
7286  case $ac_config_target in
7287    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
7288    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7289    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7290    "cursor-themes/Makefile") CONFIG_FILES="$CONFIG_FILES cursor-themes/Makefile" ;;
7291    "cursor-themes/mate-white/Makefile") CONFIG_FILES="$CONFIG_FILES cursor-themes/mate-white/Makefile" ;;
7292    "cursor-themes/mate-white/cursors/Makefile") CONFIG_FILES="$CONFIG_FILES cursor-themes/mate-white/cursors/Makefile" ;;
7293    "cursor-themes/mate-black/Makefile") CONFIG_FILES="$CONFIG_FILES cursor-themes/mate-black/Makefile" ;;
7294    "cursor-themes/mate-black/cursors/Makefile") CONFIG_FILES="$CONFIG_FILES cursor-themes/mate-black/cursors/Makefile" ;;
7295    "desktop-themes/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Makefile" ;;
7296    "desktop-themes/BlackMATE/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/Makefile" ;;
7297    "desktop-themes/BlackMATE/apps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/apps/Makefile" ;;
7298    "desktop-themes/BlackMATE/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-2.0/Makefile" ;;
7299    "desktop-themes/BlackMATE/gtk-2.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-2.0/assets/Makefile" ;;
7300    "desktop-themes/BlackMATE/gtk-2.0/Styles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-2.0/Styles/Makefile" ;;
7301    "desktop-themes/BlackMATE/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-3.0/Makefile" ;;
7302    "desktop-themes/BlackMATE/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-3.0/assets/Makefile" ;;
7303    "desktop-themes/BlackMATE/gtk-3.0/window-controls/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/gtk-3.0/window-controls/Makefile" ;;
7304    "desktop-themes/BlackMATE/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/metacity-1/Makefile" ;;
7305    "desktop-themes/BlackMATE/cinnamon/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/cinnamon/Makefile" ;;
7306    "desktop-themes/BlackMATE/unity/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE/unity/Makefile" ;;
7307    "desktop-themes/BlackMATE-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE-border/Makefile" ;;
7308    "desktop-themes/BlackMATE-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlackMATE-border/metacity-1/Makefile" ;;
7309    "desktop-themes/BlueMenta/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/Makefile" ;;
7310    "desktop-themes/BlueMenta/cinnamon/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/cinnamon/Makefile" ;;
7311    "desktop-themes/BlueMenta/emerald/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/emerald/Makefile" ;;
7312    "desktop-themes/BlueMenta/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/Makefile" ;;
7313    "desktop-themes/BlueMenta/gtk-2.0/apps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/apps/Makefile" ;;
7314    "desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile" ;;
7315    "desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile" ;;
7316    "desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile" ;;
7317    "desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile" ;;
7318    "desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile" ;;
7319    "desktop-themes/BlueMenta/gtk-2.0/widgets/Null/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/widgets/Null/Makefile" ;;
7320    "desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile" ;;
7321    "desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile" ;;
7322    "desktop-themes/BlueMenta/gtk-2.0/widgets/Scale/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-2.0/widgets/Scale/Makefile" ;;
7323    "desktop-themes/BlueMenta/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-3.0/Makefile" ;;
7324    "desktop-themes/BlueMenta/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-3.0/assets/Makefile" ;;
7325    "desktop-themes/BlueMenta/gtk-3.0/borders/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-3.0/borders/Makefile" ;;
7326    "desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile" ;;
7327    "desktop-themes/BlueMenta/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/metacity-1/Makefile" ;;
7328    "desktop-themes/BlueMenta/unity/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/unity/Makefile" ;;
7329    "desktop-themes/BlueMenta/xfwm4/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta/xfwm4/Makefile" ;;
7330    "desktop-themes/BlueMenta-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta-border/Makefile" ;;
7331    "desktop-themes/BlueMenta-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/BlueMenta-border/metacity-1/Makefile" ;;
7332    "desktop-themes/Blue-Submarine/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/Makefile" ;;
7333    "desktop-themes/Blue-Submarine/cinnamon/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/cinnamon/Makefile" ;;
7334    "desktop-themes/Blue-Submarine/emerald/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/emerald/Makefile" ;;
7335    "desktop-themes/Blue-Submarine/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-2.0/Makefile" ;;
7336    "desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile" ;;
7337    "desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile" ;;
7338    "desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile" ;;
7339    "desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile" ;;
7340    "desktop-themes/Blue-Submarine/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-3.0/Makefile" ;;
7341    "desktop-themes/Blue-Submarine/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/gtk-3.0/assets/Makefile" ;;
7342    "desktop-themes/Blue-Submarine/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine/metacity-1/Makefile" ;;
7343    "desktop-themes/Blue-Submarine-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine-border/Makefile" ;;
7344    "desktop-themes/Blue-Submarine-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Blue-Submarine-border/metacity-1/Makefile" ;;
7345    "desktop-themes/ContrastHigh/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/ContrastHigh/Makefile" ;;
7346    "desktop-themes/GreenLaguna/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/Makefile" ;;
7347    "desktop-themes/GreenLaguna/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/gtk-2.0/Makefile" ;;
7348    "desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile" ;;
7349    "desktop-themes/GreenLaguna/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/gtk-3.0/Makefile" ;;
7350    "desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile" ;;
7351    "desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile" ;;
7352    "desktop-themes/GreenLaguna/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/metacity-1/Makefile" ;;
7353    "desktop-themes/GreenLaguna/unity/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna/unity/Makefile" ;;
7354    "desktop-themes/GreenLaguna-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna-border/Makefile" ;;
7355    "desktop-themes/GreenLaguna-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/GreenLaguna-border/metacity-1/Makefile" ;;
7356    "desktop-themes/Green-Submarine/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/Makefile" ;;
7357    "desktop-themes/Green-Submarine/cinnamon/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/cinnamon/Makefile" ;;
7358    "desktop-themes/Green-Submarine/emerald/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/emerald/Makefile" ;;
7359    "desktop-themes/Green-Submarine/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-2.0/Makefile" ;;
7360    "desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile" ;;
7361    "desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile" ;;
7362    "desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile" ;;
7363    "desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile" ;;
7364    "desktop-themes/Green-Submarine/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-3.0/Makefile" ;;
7365    "desktop-themes/Green-Submarine/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/gtk-3.0/assets/Makefile" ;;
7366    "desktop-themes/Green-Submarine/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine/metacity-1/Makefile" ;;
7367    "desktop-themes/Green-Submarine-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine-border/Makefile" ;;
7368    "desktop-themes/Green-Submarine-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Green-Submarine-border/metacity-1/Makefile" ;;
7369    "desktop-themes/HighContrastInverse/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/HighContrastInverse/Makefile" ;;
7370    "desktop-themes/HighContrastInverse/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/HighContrastInverse/gtk-2.0/Makefile" ;;
7371    "desktop-themes/HighContrastInverse/gtk-2.0/gtkrc") CONFIG_FILES="$CONFIG_FILES desktop-themes/HighContrastInverse/gtk-2.0/gtkrc" ;;
7372    "desktop-themes/HighContrastInverse/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/HighContrastInverse/metacity-1/Makefile" ;;
7373    "desktop-themes/HighContrastInverse/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/HighContrastInverse/pixmaps/Makefile" ;;
7374    "desktop-themes/Menta/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/Makefile" ;;
7375    "desktop-themes/Menta/cinnamon/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/cinnamon/Makefile" ;;
7376    "desktop-themes/Menta/emerald/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/emerald/Makefile" ;;
7377    "desktop-themes/Menta/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/Makefile" ;;
7378    "desktop-themes/Menta/gtk-2.0/apps/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/apps/Makefile" ;;
7379    "desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile" ;;
7380    "desktop-themes/Menta/gtk-2.0/apps/Handles/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/apps/Handles/Makefile" ;;
7381    "desktop-themes/Menta/gtk-2.0/apps/Null/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/apps/Null/Makefile" ;;
7382    "desktop-themes/Menta/gtk-2.0/apps/Others/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/apps/Others/Makefile" ;;
7383    "desktop-themes/Menta/gtk-2.0/widgets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/widgets/Makefile" ;;
7384    "desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile" ;;
7385    "desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile" ;;
7386    "desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile" ;;
7387    "desktop-themes/Menta/gtk-2.0/widgets/Scale/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-2.0/widgets/Scale/Makefile" ;;
7388    "desktop-themes/Menta/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-3.0/Makefile" ;;
7389    "desktop-themes/Menta/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-3.0/assets/Makefile" ;;
7390    "desktop-themes/Menta/gtk-3.0/borders/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-3.0/borders/Makefile" ;;
7391    "desktop-themes/Menta/gtk-3.0/window-controls/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/gtk-3.0/window-controls/Makefile" ;;
7392    "desktop-themes/Menta/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/metacity-1/Makefile" ;;
7393    "desktop-themes/Menta/unity/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/unity/Makefile" ;;
7394    "desktop-themes/Menta/xfwm4/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta/xfwm4/Makefile" ;;
7395    "desktop-themes/Menta-border/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta-border/Makefile" ;;
7396    "desktop-themes/Menta-border/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/Menta-border/metacity-1/Makefile" ;;
7397    "desktop-themes/TraditionalGreen/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalGreen/Makefile" ;;
7398    "desktop-themes/TraditionalGreen/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalGreen/gtk-2.0/Makefile" ;;
7399    "desktop-themes/TraditionalGreen/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalGreen/gtk-3.0/Makefile" ;;
7400    "desktop-themes/TraditionalGreen/gtk-3.0/img/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalGreen/gtk-3.0/img/Makefile" ;;
7401    "desktop-themes/TraditionalGreen/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalGreen/metacity-1/Makefile" ;;
7402    "desktop-themes/TraditionalOk/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/Makefile" ;;
7403    "desktop-themes/TraditionalOk/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/gtk-2.0/Makefile" ;;
7404    "desktop-themes/TraditionalOk/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/gtk-3.0/Makefile" ;;
7405    "desktop-themes/TraditionalOk/gtk-3.0/img/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/gtk-3.0/img/Makefile" ;;
7406    "desktop-themes/TraditionalOk/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/metacity-1/Makefile" ;;
7407    "desktop-themes/TraditionalOk/openbox-3/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/openbox-3/Makefile" ;;
7408    "desktop-themes/TraditionalOk/xfwm4/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/xfwm4/Makefile" ;;
7409    "desktop-themes/TraditionalOk/xfwm4/png/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/TraditionalOk/xfwm4/png/Makefile" ;;
7410    "desktop-themes/YaruOk/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/Makefile" ;;
7411    "desktop-themes/YaruOk/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/gtk-2.0/Makefile" ;;
7412    "desktop-themes/YaruOk/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/gtk-3.0/Makefile" ;;
7413    "desktop-themes/YaruOk/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/gtk-3.0/assets/Makefile" ;;
7414    "desktop-themes/YaruOk/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/metacity-1/Makefile" ;;
7415    "desktop-themes/YaruOk/openbox-3/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/openbox-3/Makefile" ;;
7416    "desktop-themes/YaruOk/xfwm4/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/xfwm4/Makefile" ;;
7417    "desktop-themes/YaruOk/xfwm4/png/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruOk/xfwm4/png/Makefile" ;;
7418    "desktop-themes/YaruGreen/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruGreen/Makefile" ;;
7419    "desktop-themes/YaruGreen/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruGreen/gtk-2.0/Makefile" ;;
7420    "desktop-themes/YaruGreen/gtk-3.0/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruGreen/gtk-3.0/Makefile" ;;
7421    "desktop-themes/YaruGreen/gtk-3.0/assets/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruGreen/gtk-3.0/assets/Makefile" ;;
7422    "desktop-themes/YaruGreen/metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-themes/YaruGreen/metacity-1/Makefile" ;;
7423    "marco-themes/Makefile") CONFIG_FILES="$CONFIG_FILES marco-themes/Makefile" ;;
7424    "icon-themes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/Makefile" ;;
7425    "icon-themes/ContrastHigh/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/Makefile" ;;
7426    "icon-themes/ContrastHigh/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/Makefile" ;;
7427    "icon-themes/ContrastHigh/16x16/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/actions/Makefile" ;;
7428    "icon-themes/ContrastHigh/16x16/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/apps/Makefile" ;;
7429    "icon-themes/ContrastHigh/16x16/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/categories/Makefile" ;;
7430    "icon-themes/ContrastHigh/16x16/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/devices/Makefile" ;;
7431    "icon-themes/ContrastHigh/16x16/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/emblems/Makefile" ;;
7432    "icon-themes/ContrastHigh/16x16/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/emotes/Makefile" ;;
7433    "icon-themes/ContrastHigh/16x16/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/mimetypes/Makefile" ;;
7434    "icon-themes/ContrastHigh/16x16/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/places/Makefile" ;;
7435    "icon-themes/ContrastHigh/16x16/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/status/Makefile" ;;
7436    "icon-themes/ContrastHigh/16x16/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/16x16/stock/Makefile" ;;
7437    "icon-themes/ContrastHigh/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/Makefile" ;;
7438    "icon-themes/ContrastHigh/22x22/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/actions/Makefile" ;;
7439    "icon-themes/ContrastHigh/22x22/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/apps/Makefile" ;;
7440    "icon-themes/ContrastHigh/22x22/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/categories/Makefile" ;;
7441    "icon-themes/ContrastHigh/22x22/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/devices/Makefile" ;;
7442    "icon-themes/ContrastHigh/22x22/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/emblems/Makefile" ;;
7443    "icon-themes/ContrastHigh/22x22/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/emotes/Makefile" ;;
7444    "icon-themes/ContrastHigh/22x22/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/mimetypes/Makefile" ;;
7445    "icon-themes/ContrastHigh/22x22/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/places/Makefile" ;;
7446    "icon-themes/ContrastHigh/22x22/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/status/Makefile" ;;
7447    "icon-themes/ContrastHigh/22x22/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/22x22/stock/Makefile" ;;
7448    "icon-themes/ContrastHigh/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/Makefile" ;;
7449    "icon-themes/ContrastHigh/24x24/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/actions/Makefile" ;;
7450    "icon-themes/ContrastHigh/24x24/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/apps/Makefile" ;;
7451    "icon-themes/ContrastHigh/24x24/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/categories/Makefile" ;;
7452    "icon-themes/ContrastHigh/24x24/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/devices/Makefile" ;;
7453    "icon-themes/ContrastHigh/24x24/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/emblems/Makefile" ;;
7454    "icon-themes/ContrastHigh/24x24/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/emotes/Makefile" ;;
7455    "icon-themes/ContrastHigh/24x24/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/mimetypes/Makefile" ;;
7456    "icon-themes/ContrastHigh/24x24/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/places/Makefile" ;;
7457    "icon-themes/ContrastHigh/24x24/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/status/Makefile" ;;
7458    "icon-themes/ContrastHigh/24x24/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/24x24/stock/Makefile" ;;
7459    "icon-themes/ContrastHigh/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/Makefile" ;;
7460    "icon-themes/ContrastHigh/32x32/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/actions/Makefile" ;;
7461    "icon-themes/ContrastHigh/32x32/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/apps/Makefile" ;;
7462    "icon-themes/ContrastHigh/32x32/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/categories/Makefile" ;;
7463    "icon-themes/ContrastHigh/32x32/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/devices/Makefile" ;;
7464    "icon-themes/ContrastHigh/32x32/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/emblems/Makefile" ;;
7465    "icon-themes/ContrastHigh/32x32/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/emotes/Makefile" ;;
7466    "icon-themes/ContrastHigh/32x32/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/mimetypes/Makefile" ;;
7467    "icon-themes/ContrastHigh/32x32/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/places/Makefile" ;;
7468    "icon-themes/ContrastHigh/32x32/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/status/Makefile" ;;
7469    "icon-themes/ContrastHigh/32x32/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/32x32/stock/Makefile" ;;
7470    "icon-themes/ContrastHigh/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/Makefile" ;;
7471    "icon-themes/ContrastHigh/48x48/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/actions/Makefile" ;;
7472    "icon-themes/ContrastHigh/48x48/animations/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/animations/Makefile" ;;
7473    "icon-themes/ContrastHigh/48x48/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/apps/Makefile" ;;
7474    "icon-themes/ContrastHigh/48x48/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/categories/Makefile" ;;
7475    "icon-themes/ContrastHigh/48x48/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/devices/Makefile" ;;
7476    "icon-themes/ContrastHigh/48x48/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/emblems/Makefile" ;;
7477    "icon-themes/ContrastHigh/48x48/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/emotes/Makefile" ;;
7478    "icon-themes/ContrastHigh/48x48/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/mimetypes/Makefile" ;;
7479    "icon-themes/ContrastHigh/48x48/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/places/Makefile" ;;
7480    "icon-themes/ContrastHigh/48x48/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/status/Makefile" ;;
7481    "icon-themes/ContrastHigh/48x48/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/48x48/stock/Makefile" ;;
7482    "icon-themes/ContrastHigh/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/Makefile" ;;
7483    "icon-themes/ContrastHigh/256x256/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/actions/Makefile" ;;
7484    "icon-themes/ContrastHigh/256x256/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/apps/Makefile" ;;
7485    "icon-themes/ContrastHigh/256x256/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/categories/Makefile" ;;
7486    "icon-themes/ContrastHigh/256x256/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/devices/Makefile" ;;
7487    "icon-themes/ContrastHigh/256x256/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/emblems/Makefile" ;;
7488    "icon-themes/ContrastHigh/256x256/emotes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/emotes/Makefile" ;;
7489    "icon-themes/ContrastHigh/256x256/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/mimetypes/Makefile" ;;
7490    "icon-themes/ContrastHigh/256x256/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/places/Makefile" ;;
7491    "icon-themes/ContrastHigh/256x256/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/status/Makefile" ;;
7492    "icon-themes/ContrastHigh/256x256/stock/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/256x256/stock/Makefile" ;;
7493    "icon-themes/ContrastHigh/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/Makefile" ;;
7494    "icon-themes/ContrastHigh/scalable/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/actions/Makefile" ;;
7495    "icon-themes/ContrastHigh/scalable/actions-extra/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/actions-extra/Makefile" ;;
7496    "icon-themes/ContrastHigh/scalable/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/apps/Makefile" ;;
7497    "icon-themes/ContrastHigh/scalable/apps-extra/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/apps-extra/Makefile" ;;
7498    "icon-themes/ContrastHigh/scalable/categories/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/categories/Makefile" ;;
7499    "icon-themes/ContrastHigh/scalable/devices/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/devices/Makefile" ;;
7500    "icon-themes/ContrastHigh/scalable/emblems/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/emblems/Makefile" ;;
7501    "icon-themes/ContrastHigh/scalable/mimetypes/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/mimetypes/Makefile" ;;
7502    "icon-themes/ContrastHigh/scalable/places/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/places/Makefile" ;;
7503    "icon-themes/ContrastHigh/scalable/places-extra/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/places-extra/Makefile" ;;
7504    "icon-themes/ContrastHigh/scalable/status/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/status/Makefile" ;;
7505    "icon-themes/ContrastHigh/scalable/status-extra/Makefile") CONFIG_FILES="$CONFIG_FILES icon-themes/ContrastHigh/scalable/status-extra/Makefile" ;;
7506    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
7507
7508  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7509  esac
7510done
7511
7512
7513# If the user did not use the arguments to specify the items to instantiate,
7514# then the envvar interface is used.  Set only those that are not.
7515# We use the long form for the default assignment because of an extremely
7516# bizarre bug on SunOS 4.1.3.
7517if $ac_need_defaults; then
7518  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7519  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7520fi
7521
7522# Have a temporary directory for convenience.  Make it in the build tree
7523# simply because there is no reason against having it here, and in addition,
7524# creating and moving files from /tmp can sometimes cause problems.
7525# Hook for its removal unless debugging.
7526# Note that there is a small window in which the directory will not be cleaned:
7527# after its creation but before its name has been assigned to `$tmp'.
7528$debug ||
7529{
7530  tmp= ac_tmp=
7531  trap 'exit_status=$?
7532  : "${ac_tmp:=$tmp}"
7533  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
7534' 0
7535  trap 'as_fn_exit 1' 1 2 13 15
7536}
7537# Create a (secure) tmp directory for tmp files.
7538
7539{
7540  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7541  test -d "$tmp"
7542}  ||
7543{
7544  tmp=./conf$$-$RANDOM
7545  (umask 077 && mkdir "$tmp")
7546} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
7547ac_tmp=$tmp
7548
7549# Set up the scripts for CONFIG_FILES section.
7550# No need to generate them if there are no CONFIG_FILES.
7551# This happens for instance with `./config.status config.h'.
7552if test -n "$CONFIG_FILES"; then
7553
7554
7555ac_cr=`echo X | tr X '\015'`
7556# On cygwin, bash can eat \r inside `` if the user requested igncr.
7557# But we know of no other shell where ac_cr would be empty at this
7558# point, so we can use a bashism as a fallback.
7559if test "x$ac_cr" = x; then
7560  eval ac_cr=\$\'\\r\'
7561fi
7562ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
7563if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
7564  ac_cs_awk_cr='\\r'
7565else
7566  ac_cs_awk_cr=$ac_cr
7567fi
7568
7569echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
7570_ACEOF
7571
7572
7573{
7574  echo "cat >conf$$subs.awk <<_ACEOF" &&
7575  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
7576  echo "_ACEOF"
7577} >conf$$subs.sh ||
7578  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7579ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
7580ac_delim='%!_!# '
7581for ac_last_try in false false false false false :; do
7582  . ./conf$$subs.sh ||
7583    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7584
7585  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
7586  if test $ac_delim_n = $ac_delim_num; then
7587    break
7588  elif $ac_last_try; then
7589    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
7590  else
7591    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7592  fi
7593done
7594rm -f conf$$subs.sh
7595
7596cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7597cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
7598_ACEOF
7599sed -n '
7600h
7601s/^/S["/; s/!.*/"]=/
7602p
7603g
7604s/^[^!]*!//
7605:repl
7606t repl
7607s/'"$ac_delim"'$//
7608t delim
7609:nl
7610h
7611s/\(.\{148\}\)..*/\1/
7612t more1
7613s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
7614p
7615n
7616b repl
7617:more1
7618s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7619p
7620g
7621s/.\{148\}//
7622t nl
7623:delim
7624h
7625s/\(.\{148\}\)..*/\1/
7626t more2
7627s/["\\]/\\&/g; s/^/"/; s/$/"/
7628p
7629b
7630:more2
7631s/["\\]/\\&/g; s/^/"/; s/$/"\\/
7632p
7633g
7634s/.\{148\}//
7635t delim
7636' <conf$$subs.awk | sed '
7637/^[^""]/{
7638  N
7639  s/\n//
7640}
7641' >>$CONFIG_STATUS || ac_write_fail=1
7642rm -f conf$$subs.awk
7643cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7644_ACAWK
7645cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
7646  for (key in S) S_is_set[key] = 1
7647  FS = ""
7648
7649}
7650{
7651  line = $ 0
7652  nfields = split(line, field, "@")
7653  substed = 0
7654  len = length(field[1])
7655  for (i = 2; i < nfields; i++) {
7656    key = field[i]
7657    keylen = length(key)
7658    if (S_is_set[key]) {
7659      value = S[key]
7660      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7661      len += length(value) + length(field[++i])
7662      substed = 1
7663    } else
7664      len += 1 + keylen
7665  }
7666
7667  print line
7668}
7669
7670_ACAWK
7671_ACEOF
7672cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7673if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
7674  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
7675else
7676  cat
7677fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
7678  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
7679_ACEOF
7680
7681# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
7682# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
7683# trailing colons and then remove the whole line if VPATH becomes empty
7684# (actually we leave an empty line to preserve line numbers).
7685if test "x$srcdir" = x.; then
7686  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
7687h
7688s///
7689s/^/:/
7690s/[	 ]*$/:/
7691s/:\$(srcdir):/:/g
7692s/:\${srcdir}:/:/g
7693s/:@srcdir@:/:/g
7694s/^:*//
7695s/:*$//
7696x
7697s/\(=[	 ]*\).*/\1/
7698G
7699s/\n//
7700s/^[^=]*=[	 ]*$//
7701}'
7702fi
7703
7704cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7705fi # test -n "$CONFIG_FILES"
7706
7707
7708eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
7709shift
7710for ac_tag
7711do
7712  case $ac_tag in
7713  :[FHLC]) ac_mode=$ac_tag; continue;;
7714  esac
7715  case $ac_mode$ac_tag in
7716  :[FHL]*:*);;
7717  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
7718  :[FH]-) ac_tag=-:-;;
7719  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7720  esac
7721  ac_save_IFS=$IFS
7722  IFS=:
7723  set x $ac_tag
7724  IFS=$ac_save_IFS
7725  shift
7726  ac_file=$1
7727  shift
7728
7729  case $ac_mode in
7730  :L) ac_source=$1;;
7731  :[FH])
7732    ac_file_inputs=
7733    for ac_f
7734    do
7735      case $ac_f in
7736      -) ac_f="$ac_tmp/stdin";;
7737      *) # Look for the file first in the build tree, then in the source tree
7738	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
7739	 # because $ac_f cannot contain `:'.
7740	 test -f "$ac_f" ||
7741	   case $ac_f in
7742	   [\\/$]*) false;;
7743	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7744	   esac ||
7745	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7746      esac
7747      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7748      as_fn_append ac_file_inputs " '$ac_f'"
7749    done
7750
7751    # Let's still pretend it is `configure' which instantiates (i.e., don't
7752    # use $as_me), people would be surprised to read:
7753    #    /* config.h.  Generated by config.status.  */
7754    configure_input='Generated from '`
7755	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7756	`' by configure.'
7757    if test x"$ac_file" != x-; then
7758      configure_input="$ac_file.  $configure_input"
7759      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7760$as_echo "$as_me: creating $ac_file" >&6;}
7761    fi
7762    # Neutralize special characters interpreted by sed in replacement strings.
7763    case $configure_input in #(
7764    *\&* | *\|* | *\\* )
7765       ac_sed_conf_input=`$as_echo "$configure_input" |
7766       sed 's/[\\\\&|]/\\\\&/g'`;; #(
7767    *) ac_sed_conf_input=$configure_input;;
7768    esac
7769
7770    case $ac_tag in
7771    *:-:* | *:-) cat >"$ac_tmp/stdin" \
7772      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
7773    esac
7774    ;;
7775  esac
7776
7777  ac_dir=`$as_dirname -- "$ac_file" ||
7778$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7779	 X"$ac_file" : 'X\(//\)[^/]' \| \
7780	 X"$ac_file" : 'X\(//\)$' \| \
7781	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7782$as_echo X"$ac_file" |
7783    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7784	    s//\1/
7785	    q
7786	  }
7787	  /^X\(\/\/\)[^/].*/{
7788	    s//\1/
7789	    q
7790	  }
7791	  /^X\(\/\/\)$/{
7792	    s//\1/
7793	    q
7794	  }
7795	  /^X\(\/\).*/{
7796	    s//\1/
7797	    q
7798	  }
7799	  s/.*/./; q'`
7800  as_dir="$ac_dir"; as_fn_mkdir_p
7801  ac_builddir=.
7802
7803case "$ac_dir" in
7804.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7805*)
7806  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7807  # A ".." for each directory in $ac_dir_suffix.
7808  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7809  case $ac_top_builddir_sub in
7810  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7811  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7812  esac ;;
7813esac
7814ac_abs_top_builddir=$ac_pwd
7815ac_abs_builddir=$ac_pwd$ac_dir_suffix
7816# for backward compatibility:
7817ac_top_builddir=$ac_top_build_prefix
7818
7819case $srcdir in
7820  .)  # We are building in place.
7821    ac_srcdir=.
7822    ac_top_srcdir=$ac_top_builddir_sub
7823    ac_abs_top_srcdir=$ac_pwd ;;
7824  [\\/]* | ?:[\\/]* )  # Absolute name.
7825    ac_srcdir=$srcdir$ac_dir_suffix;
7826    ac_top_srcdir=$srcdir
7827    ac_abs_top_srcdir=$srcdir ;;
7828  *) # Relative name.
7829    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7830    ac_top_srcdir=$ac_top_build_prefix$srcdir
7831    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7832esac
7833ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7834
7835
7836  case $ac_mode in
7837  :F)
7838  #
7839  # CONFIG_FILE
7840  #
7841
7842  case $INSTALL in
7843  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7844  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7845  esac
7846  ac_MKDIR_P=$MKDIR_P
7847  case $MKDIR_P in
7848  [\\/$]* | ?:[\\/]* ) ;;
7849  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7850  esac
7851_ACEOF
7852
7853cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7854# If the template does not know about datarootdir, expand it.
7855# FIXME: This hack should be removed a few years after 2.60.
7856ac_datarootdir_hack=; ac_datarootdir_seen=
7857ac_sed_dataroot='
7858/datarootdir/ {
7859  p
7860  q
7861}
7862/@datadir@/p
7863/@docdir@/p
7864/@infodir@/p
7865/@localedir@/p
7866/@mandir@/p'
7867case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7868*datarootdir*) ac_datarootdir_seen=yes;;
7869*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7870  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7871$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7872_ACEOF
7873cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7874  ac_datarootdir_hack='
7875  s&@datadir@&$datadir&g
7876  s&@docdir@&$docdir&g
7877  s&@infodir@&$infodir&g
7878  s&@localedir@&$localedir&g
7879  s&@mandir@&$mandir&g
7880  s&\\\${datarootdir}&$datarootdir&g' ;;
7881esac
7882_ACEOF
7883
7884# Neutralize VPATH when `$srcdir' = `.'.
7885# Shell code in configure.ac might set extrasub.
7886# FIXME: do we really want to maintain this feature?
7887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7888ac_sed_extra="$ac_vpsub
7889$extrasub
7890_ACEOF
7891cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7892:t
7893/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7894s|@configure_input@|$ac_sed_conf_input|;t t
7895s&@top_builddir@&$ac_top_builddir_sub&;t t
7896s&@top_build_prefix@&$ac_top_build_prefix&;t t
7897s&@srcdir@&$ac_srcdir&;t t
7898s&@abs_srcdir@&$ac_abs_srcdir&;t t
7899s&@top_srcdir@&$ac_top_srcdir&;t t
7900s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7901s&@builddir@&$ac_builddir&;t t
7902s&@abs_builddir@&$ac_abs_builddir&;t t
7903s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7904s&@INSTALL@&$ac_INSTALL&;t t
7905s&@MKDIR_P@&$ac_MKDIR_P&;t t
7906$ac_datarootdir_hack
7907"
7908eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
7909  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7910
7911test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7912  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
7913  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
7914      "$ac_tmp/out"`; test -z "$ac_out"; } &&
7915  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7916which seems to be undefined.  Please make sure it is defined" >&5
7917$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7918which seems to be undefined.  Please make sure it is defined" >&2;}
7919
7920  rm -f "$ac_tmp/stdin"
7921  case $ac_file in
7922  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
7923  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
7924  esac \
7925  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
7926 ;;
7927
7928
7929  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7930$as_echo "$as_me: executing $ac_file commands" >&6;}
7931 ;;
7932  esac
7933
7934
7935  case $ac_file$ac_mode in
7936    "po-directories":C)
7937    for ac_file in $CONFIG_FILES; do
7938      # Support "outfile[:infile[:infile...]]"
7939      case "$ac_file" in
7940        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7941      esac
7942      # PO directories have a Makefile.in generated from Makefile.in.in.
7943      case "$ac_file" in */Makefile.in)
7944        # Adjust a relative srcdir.
7945        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
7946        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
7947        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
7948        # In autoconf-2.13 it is called $ac_given_srcdir.
7949        # In autoconf-2.50 it is called $srcdir.
7950        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
7951        case "$ac_given_srcdir" in
7952          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
7953          /*) top_srcdir="$ac_given_srcdir" ;;
7954          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
7955        esac
7956        # Treat a directory as a PO directory if and only if it has a
7957        # POTFILES.in file. This allows packages to have multiple PO
7958        # directories under different names or in different locations.
7959        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
7960          rm -f "$ac_dir/POTFILES"
7961          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
7962          gt_tab=`printf '\t'`
7963          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
7964          POMAKEFILEDEPS="POTFILES.in"
7965          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
7966          # on $ac_dir but don't depend on user-specified configuration
7967          # parameters.
7968          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
7969            # The LINGUAS file contains the set of available languages.
7970            if test -n "$OBSOLETE_ALL_LINGUAS"; then
7971              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
7972            fi
7973            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
7974            # Hide the ALL_LINGUAS assignment from automake < 1.5.
7975            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
7976            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
7977          else
7978            # The set of available languages was given in configure.in.
7979            # Hide the ALL_LINGUAS assignment from automake < 1.5.
7980            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
7981          fi
7982          # Compute POFILES
7983          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
7984          # Compute UPDATEPOFILES
7985          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
7986          # Compute DUMMYPOFILES
7987          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
7988          # Compute GMOFILES
7989          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
7990          case "$ac_given_srcdir" in
7991            .) srcdirpre= ;;
7992            *) srcdirpre='$(srcdir)/' ;;
7993          esac
7994          POFILES=
7995          UPDATEPOFILES=
7996          DUMMYPOFILES=
7997          GMOFILES=
7998          for lang in $ALL_LINGUAS; do
7999            POFILES="$POFILES $srcdirpre$lang.po"
8000            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
8001            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
8002            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
8003          done
8004          # CATALOGS depends on both $ac_dir and the user's LINGUAS
8005          # environment variable.
8006          INST_LINGUAS=
8007          if test -n "$ALL_LINGUAS"; then
8008            for presentlang in $ALL_LINGUAS; do
8009              useit=no
8010              if test "%UNSET%" != "$LINGUAS"; then
8011                desiredlanguages="$LINGUAS"
8012              else
8013                desiredlanguages="$ALL_LINGUAS"
8014              fi
8015              for desiredlang in $desiredlanguages; do
8016                # Use the presentlang catalog if desiredlang is
8017                #   a. equal to presentlang, or
8018                #   b. a variant of presentlang (because in this case,
8019                #      presentlang can be used as a fallback for messages
8020                #      which are not translated in the desiredlang catalog).
8021                case "$desiredlang" in
8022                  "$presentlang"*) useit=yes;;
8023                esac
8024              done
8025              if test $useit = yes; then
8026                INST_LINGUAS="$INST_LINGUAS $presentlang"
8027              fi
8028            done
8029          fi
8030          CATALOGS=
8031          if test -n "$INST_LINGUAS"; then
8032            for lang in $INST_LINGUAS; do
8033              CATALOGS="$CATALOGS $lang.gmo"
8034            done
8035          fi
8036          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
8037          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
8038          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
8039            if test -f "$f"; then
8040              case "$f" in
8041                *.orig | *.bak | *~) ;;
8042                *) cat "$f" >> "$ac_dir/Makefile" ;;
8043              esac
8044            fi
8045          done
8046        fi
8047        ;;
8048      esac
8049    done ;;
8050    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
8051  # Older Autoconf quotes --file arguments for eval, but not when files
8052  # are listed without --file.  Let's play safe and only enable the eval
8053  # if we detect the quoting.
8054  # TODO: see whether this extra hack can be removed once we start
8055  # requiring Autoconf 2.70 or later.
8056  case $CONFIG_FILES in #(
8057  *\'*) :
8058    eval set x "$CONFIG_FILES" ;; #(
8059  *) :
8060    set x $CONFIG_FILES ;; #(
8061  *) :
8062     ;;
8063esac
8064  shift
8065  # Used to flag and report bootstrapping failures.
8066  am_rc=0
8067  for am_mf
8068  do
8069    # Strip MF so we end up with the name of the file.
8070    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
8071    # Check whether this is an Automake generated Makefile which includes
8072    # dependency-tracking related rules and includes.
8073    # Grep'ing the whole file directly is not great: AIX grep has a line
8074    # limit of 2048, but all sed's we know have understand at least 4000.
8075    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
8076      || continue
8077    am_dirpart=`$as_dirname -- "$am_mf" ||
8078$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8079	 X"$am_mf" : 'X\(//\)[^/]' \| \
8080	 X"$am_mf" : 'X\(//\)$' \| \
8081	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
8082$as_echo X"$am_mf" |
8083    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8084	    s//\1/
8085	    q
8086	  }
8087	  /^X\(\/\/\)[^/].*/{
8088	    s//\1/
8089	    q
8090	  }
8091	  /^X\(\/\/\)$/{
8092	    s//\1/
8093	    q
8094	  }
8095	  /^X\(\/\).*/{
8096	    s//\1/
8097	    q
8098	  }
8099	  s/.*/./; q'`
8100    am_filepart=`$as_basename -- "$am_mf" ||
8101$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
8102	 X"$am_mf" : 'X\(//\)$' \| \
8103	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
8104$as_echo X/"$am_mf" |
8105    sed '/^.*\/\([^/][^/]*\)\/*$/{
8106	    s//\1/
8107	    q
8108	  }
8109	  /^X\/\(\/\/\)$/{
8110	    s//\1/
8111	    q
8112	  }
8113	  /^X\/\(\/\).*/{
8114	    s//\1/
8115	    q
8116	  }
8117	  s/.*/./; q'`
8118    { echo "$as_me:$LINENO: cd "$am_dirpart" \
8119      && sed -e '/# am--include-marker/d' "$am_filepart" \
8120        | $MAKE -f - am--depfiles" >&5
8121   (cd "$am_dirpart" \
8122      && sed -e '/# am--include-marker/d' "$am_filepart" \
8123        | $MAKE -f - am--depfiles) >&5 2>&5
8124   ac_status=$?
8125   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126   (exit $ac_status); } || am_rc=$?
8127  done
8128  if test $am_rc -ne 0; then
8129    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8130$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8131as_fn_error $? "Something went wrong bootstrapping makefile fragments
8132    for automatic dependency tracking.  If GNU make was not used, consider
8133    re-running the configure script with MAKE=\"gmake\" (or whatever is
8134    necessary).  You can also try re-running configure with the
8135    '--disable-dependency-tracking' option to at least be able to build
8136    the package (albeit without support for automatic dependency tracking).
8137See \`config.log' for more details" "$LINENO" 5; }
8138  fi
8139  { am_dirpart=; unset am_dirpart;}
8140  { am_filepart=; unset am_filepart;}
8141  { am_mf=; unset am_mf;}
8142  { am_rc=; unset am_rc;}
8143  rm -f conftest-deps.mk
8144}
8145 ;;
8146
8147  esac
8148done # for ac_tag
8149
8150
8151as_fn_exit 0
8152_ACEOF
8153ac_clean_files=$ac_clean_files_save
8154
8155test $ac_write_fail = 0 ||
8156  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8157
8158
8159# configure is writing to config.log, and then calls config.status.
8160# config.status does its own redirection, appending to config.log.
8161# Unfortunately, on DOS this fails, as config.log is still kept open
8162# by configure, so config.status won't be able to write to it; its
8163# output is simply discarded.  So we exec the FD to /dev/null,
8164# effectively closing config.log, so it can be properly (re)opened and
8165# appended to by config.status.  When coming back to configure, we
8166# need to make the FD available again.
8167if test "$no_create" != yes; then
8168  ac_cs_success=:
8169  ac_config_status_args=
8170  test "$silent" = yes &&
8171    ac_config_status_args="$ac_config_status_args --quiet"
8172  exec 5>/dev/null
8173  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8174  exec 5>>config.log
8175  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8176  # would make configure fail if this is the last instruction.
8177  $ac_cs_success || as_fn_exit 1
8178fi
8179if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
8180  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8181$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8182fi
8183
8184
8185echo "
8186Configure summary:
8187
8188    ${PACKAGE_STRING}
8189    `echo $PACKAGE_STRING | sed "s/./=/g"`
8190
8191    Installation prefix ........: ${prefix}
8192    Native Language support ....: ${USE_NLS}
8193"
8194