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