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