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