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