1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.66 for sqwebmail 0.11.
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.11'
555PACKAGE_STRING='sqwebmail 0.11'
556PACKAGE_BUGREPORT='courier-sqwebmail@lists.sourceforge.net'
557PACKAGE_URL=''
558
559ac_unique_file="empty.html"
560ac_subst_vars='LTLIBOBJS
561LIBOBJS
562lang
563SED
564am__untar
565am__tar
566AMTAR
567am__leading_dot
568SET_MAKE
569AWK
570mkdir_p
571MKDIR_P
572INSTALL_STRIP_PROGRAM
573STRIP
574install_sh
575MAKEINFO
576AUTOHEADER
577AUTOMAKE
578AUTOCONF
579ACLOCAL
580VERSION
581PACKAGE
582CYGPATH_W
583am__isrc
584INSTALL_DATA
585INSTALL_SCRIPT
586INSTALL_PROGRAM
587target_alias
588host_alias
589build_alias
590LIBS
591ECHO_T
592ECHO_N
593ECHO_C
594DEFS
595mandir
596localedir
597libdir
598psdir
599pdfdir
600dvidir
601htmldir
602infodir
603docdir
604oldincludedir
605includedir
606localstatedir
607sharedstatedir
608sysconfdir
609datadir
610datarootdir
611libexecdir
612sbindir
613bindir
614program_transform_name
615prefix
616exec_prefix
617PACKAGE_URL
618PACKAGE_BUGREPORT
619PACKAGE_STRING
620PACKAGE_VERSION
621PACKAGE_TARNAME
622PACKAGE_NAME
623PATH_SEPARATOR
624SHELL'
625ac_subst_files=''
626ac_user_opts='
627enable_option_checking
628'
629      ac_precious_vars='build_alias
630host_alias
631target_alias'
632
633
634# Initialize some variables set by options.
635ac_init_help=
636ac_init_version=false
637ac_unrecognized_opts=
638ac_unrecognized_sep=
639# The variables have the same names as the options, with
640# dashes changed to underlines.
641cache_file=/dev/null
642exec_prefix=NONE
643no_create=
644no_recursion=
645prefix=NONE
646program_prefix=NONE
647program_suffix=NONE
648program_transform_name=s,x,x,
649silent=
650site=
651srcdir=
652verbose=
653x_includes=NONE
654x_libraries=NONE
655
656# Installation directory options.
657# These are left unexpanded so users can "make install exec_prefix=/foo"
658# and all the variables that are supposed to be based on exec_prefix
659# by default will actually change.
660# Use braces instead of parens because sh, perl, etc. also accept them.
661# (The list follows the same order as the GNU Coding Standards.)
662bindir='${exec_prefix}/bin'
663sbindir='${exec_prefix}/sbin'
664libexecdir='${exec_prefix}/libexec'
665datarootdir='${prefix}/share'
666datadir='${datarootdir}'
667sysconfdir='${prefix}/etc'
668sharedstatedir='${prefix}/com'
669localstatedir='${prefix}/var'
670includedir='${prefix}/include'
671oldincludedir='/usr/include'
672docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
673infodir='${datarootdir}/info'
674htmldir='${docdir}'
675dvidir='${docdir}'
676pdfdir='${docdir}'
677psdir='${docdir}'
678libdir='${exec_prefix}/lib'
679localedir='${datarootdir}/locale'
680mandir='${datarootdir}/man'
681
682ac_prev=
683ac_dashdash=
684for ac_option
685do
686  # If the previous option needs an argument, assign it.
687  if test -n "$ac_prev"; then
688    eval $ac_prev=\$ac_option
689    ac_prev=
690    continue
691  fi
692
693  case $ac_option in
694  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
695  *)	ac_optarg=yes ;;
696  esac
697
698  # Accept the important Cygnus configure options, so we can diagnose typos.
699
700  case $ac_dashdash$ac_option in
701  --)
702    ac_dashdash=yes ;;
703
704  -bindir | --bindir | --bindi | --bind | --bin | --bi)
705    ac_prev=bindir ;;
706  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
707    bindir=$ac_optarg ;;
708
709  -build | --build | --buil | --bui | --bu)
710    ac_prev=build_alias ;;
711  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
712    build_alias=$ac_optarg ;;
713
714  -cache-file | --cache-file | --cache-fil | --cache-fi \
715  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
716    ac_prev=cache_file ;;
717  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
718  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
719    cache_file=$ac_optarg ;;
720
721  --config-cache | -C)
722    cache_file=config.cache ;;
723
724  -datadir | --datadir | --datadi | --datad)
725    ac_prev=datadir ;;
726  -datadir=* | --datadir=* | --datadi=* | --datad=*)
727    datadir=$ac_optarg ;;
728
729  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
730  | --dataroo | --dataro | --datar)
731    ac_prev=datarootdir ;;
732  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
733  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
734    datarootdir=$ac_optarg ;;
735
736  -disable-* | --disable-*)
737    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
738    # Reject names that are not valid shell variable names.
739    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
740      as_fn_error $? "invalid feature name: $ac_useropt"
741    ac_useropt_orig=$ac_useropt
742    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
743    case $ac_user_opts in
744      *"
745"enable_$ac_useropt"
746"*) ;;
747      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
748	 ac_unrecognized_sep=', ';;
749    esac
750    eval enable_$ac_useropt=no ;;
751
752  -docdir | --docdir | --docdi | --doc | --do)
753    ac_prev=docdir ;;
754  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
755    docdir=$ac_optarg ;;
756
757  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
758    ac_prev=dvidir ;;
759  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
760    dvidir=$ac_optarg ;;
761
762  -enable-* | --enable-*)
763    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
764    # Reject names that are not valid shell variable names.
765    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
766      as_fn_error $? "invalid feature name: $ac_useropt"
767    ac_useropt_orig=$ac_useropt
768    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
769    case $ac_user_opts in
770      *"
771"enable_$ac_useropt"
772"*) ;;
773      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
774	 ac_unrecognized_sep=', ';;
775    esac
776    eval enable_$ac_useropt=\$ac_optarg ;;
777
778  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
779  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
780  | --exec | --exe | --ex)
781    ac_prev=exec_prefix ;;
782  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
783  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
784  | --exec=* | --exe=* | --ex=*)
785    exec_prefix=$ac_optarg ;;
786
787  -gas | --gas | --ga | --g)
788    # Obsolete; use --with-gas.
789    with_gas=yes ;;
790
791  -help | --help | --hel | --he | -h)
792    ac_init_help=long ;;
793  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
794    ac_init_help=recursive ;;
795  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
796    ac_init_help=short ;;
797
798  -host | --host | --hos | --ho)
799    ac_prev=host_alias ;;
800  -host=* | --host=* | --hos=* | --ho=*)
801    host_alias=$ac_optarg ;;
802
803  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
804    ac_prev=htmldir ;;
805  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
806  | --ht=*)
807    htmldir=$ac_optarg ;;
808
809  -includedir | --includedir | --includedi | --included | --include \
810  | --includ | --inclu | --incl | --inc)
811    ac_prev=includedir ;;
812  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
813  | --includ=* | --inclu=* | --incl=* | --inc=*)
814    includedir=$ac_optarg ;;
815
816  -infodir | --infodir | --infodi | --infod | --info | --inf)
817    ac_prev=infodir ;;
818  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
819    infodir=$ac_optarg ;;
820
821  -libdir | --libdir | --libdi | --libd)
822    ac_prev=libdir ;;
823  -libdir=* | --libdir=* | --libdi=* | --libd=*)
824    libdir=$ac_optarg ;;
825
826  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
827  | --libexe | --libex | --libe)
828    ac_prev=libexecdir ;;
829  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
830  | --libexe=* | --libex=* | --libe=*)
831    libexecdir=$ac_optarg ;;
832
833  -localedir | --localedir | --localedi | --localed | --locale)
834    ac_prev=localedir ;;
835  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
836    localedir=$ac_optarg ;;
837
838  -localstatedir | --localstatedir | --localstatedi | --localstated \
839  | --localstate | --localstat | --localsta | --localst | --locals)
840    ac_prev=localstatedir ;;
841  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
842  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
843    localstatedir=$ac_optarg ;;
844
845  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
846    ac_prev=mandir ;;
847  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
848    mandir=$ac_optarg ;;
849
850  -nfp | --nfp | --nf)
851    # Obsolete; use --without-fp.
852    with_fp=no ;;
853
854  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
855  | --no-cr | --no-c | -n)
856    no_create=yes ;;
857
858  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
859  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
860    no_recursion=yes ;;
861
862  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
863  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
864  | --oldin | --oldi | --old | --ol | --o)
865    ac_prev=oldincludedir ;;
866  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
867  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
868  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
869    oldincludedir=$ac_optarg ;;
870
871  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
872    ac_prev=prefix ;;
873  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
874    prefix=$ac_optarg ;;
875
876  -program-prefix | --program-prefix | --program-prefi | --program-pref \
877  | --program-pre | --program-pr | --program-p)
878    ac_prev=program_prefix ;;
879  -program-prefix=* | --program-prefix=* | --program-prefi=* \
880  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
881    program_prefix=$ac_optarg ;;
882
883  -program-suffix | --program-suffix | --program-suffi | --program-suff \
884  | --program-suf | --program-su | --program-s)
885    ac_prev=program_suffix ;;
886  -program-suffix=* | --program-suffix=* | --program-suffi=* \
887  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
888    program_suffix=$ac_optarg ;;
889
890  -program-transform-name | --program-transform-name \
891  | --program-transform-nam | --program-transform-na \
892  | --program-transform-n | --program-transform- \
893  | --program-transform | --program-transfor \
894  | --program-transfo | --program-transf \
895  | --program-trans | --program-tran \
896  | --progr-tra | --program-tr | --program-t)
897    ac_prev=program_transform_name ;;
898  -program-transform-name=* | --program-transform-name=* \
899  | --program-transform-nam=* | --program-transform-na=* \
900  | --program-transform-n=* | --program-transform-=* \
901  | --program-transform=* | --program-transfor=* \
902  | --program-transfo=* | --program-transf=* \
903  | --program-trans=* | --program-tran=* \
904  | --progr-tra=* | --program-tr=* | --program-t=*)
905    program_transform_name=$ac_optarg ;;
906
907  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
908    ac_prev=pdfdir ;;
909  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
910    pdfdir=$ac_optarg ;;
911
912  -psdir | --psdir | --psdi | --psd | --ps)
913    ac_prev=psdir ;;
914  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
915    psdir=$ac_optarg ;;
916
917  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
918  | -silent | --silent | --silen | --sile | --sil)
919    silent=yes ;;
920
921  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
922    ac_prev=sbindir ;;
923  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
924  | --sbi=* | --sb=*)
925    sbindir=$ac_optarg ;;
926
927  -sharedstatedir | --sharedstatedir | --sharedstatedi \
928  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
929  | --sharedst | --shareds | --shared | --share | --shar \
930  | --sha | --sh)
931    ac_prev=sharedstatedir ;;
932  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
933  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
934  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
935  | --sha=* | --sh=*)
936    sharedstatedir=$ac_optarg ;;
937
938  -site | --site | --sit)
939    ac_prev=site ;;
940  -site=* | --site=* | --sit=*)
941    site=$ac_optarg ;;
942
943  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
944    ac_prev=srcdir ;;
945  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
946    srcdir=$ac_optarg ;;
947
948  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
949  | --syscon | --sysco | --sysc | --sys | --sy)
950    ac_prev=sysconfdir ;;
951  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
952  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
953    sysconfdir=$ac_optarg ;;
954
955  -target | --target | --targe | --targ | --tar | --ta | --t)
956    ac_prev=target_alias ;;
957  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
958    target_alias=$ac_optarg ;;
959
960  -v | -verbose | --verbose | --verbos | --verbo | --verb)
961    verbose=yes ;;
962
963  -version | --version | --versio | --versi | --vers | -V)
964    ac_init_version=: ;;
965
966  -with-* | --with-*)
967    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
968    # Reject names that are not valid shell variable names.
969    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970      as_fn_error $? "invalid package name: $ac_useropt"
971    ac_useropt_orig=$ac_useropt
972    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973    case $ac_user_opts in
974      *"
975"with_$ac_useropt"
976"*) ;;
977      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
978	 ac_unrecognized_sep=', ';;
979    esac
980    eval with_$ac_useropt=\$ac_optarg ;;
981
982  -without-* | --without-*)
983    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
984    # Reject names that are not valid shell variable names.
985    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
986      as_fn_error $? "invalid package name: $ac_useropt"
987    ac_useropt_orig=$ac_useropt
988    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
989    case $ac_user_opts in
990      *"
991"with_$ac_useropt"
992"*) ;;
993      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
994	 ac_unrecognized_sep=', ';;
995    esac
996    eval with_$ac_useropt=no ;;
997
998  --x)
999    # Obsolete; use --with-x.
1000    with_x=yes ;;
1001
1002  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1003  | --x-incl | --x-inc | --x-in | --x-i)
1004    ac_prev=x_includes ;;
1005  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1006  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1007    x_includes=$ac_optarg ;;
1008
1009  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1010  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1011    ac_prev=x_libraries ;;
1012  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1013  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1014    x_libraries=$ac_optarg ;;
1015
1016  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1017Try \`$0 --help' for more information"
1018    ;;
1019
1020  *=*)
1021    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1022    # Reject names that are not valid shell variable names.
1023    case $ac_envvar in #(
1024      '' | [0-9]* | *[!_$as_cr_alnum]* )
1025      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1026    esac
1027    eval $ac_envvar=\$ac_optarg
1028    export $ac_envvar ;;
1029
1030  *)
1031    # FIXME: should be removed in autoconf 3.0.
1032    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1033    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1034      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1035    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1036    ;;
1037
1038  esac
1039done
1040
1041if test -n "$ac_prev"; then
1042  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1043  as_fn_error $? "missing argument to $ac_option"
1044fi
1045
1046if test -n "$ac_unrecognized_opts"; then
1047  case $enable_option_checking in
1048    no) ;;
1049    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1050    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1051  esac
1052fi
1053
1054# Check all directory arguments for consistency.
1055for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1056		datadir sysconfdir sharedstatedir localstatedir includedir \
1057		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1058		libdir localedir mandir
1059do
1060  eval ac_val=\$$ac_var
1061  # Remove trailing slashes.
1062  case $ac_val in
1063    */ )
1064      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1065      eval $ac_var=\$ac_val;;
1066  esac
1067  # Be sure to have absolute directory names.
1068  case $ac_val in
1069    [\\/$]* | ?:[\\/]* )  continue;;
1070    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1071  esac
1072  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1073done
1074
1075# There might be people who depend on the old broken behavior: `$host'
1076# used to hold the argument of --host etc.
1077# FIXME: To remove some day.
1078build=$build_alias
1079host=$host_alias
1080target=$target_alias
1081
1082# FIXME: To remove some day.
1083if test "x$host_alias" != x; then
1084  if test "x$build_alias" = x; then
1085    cross_compiling=maybe
1086    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1087    If a cross compiler is detected then cross compile mode will be used" >&2
1088  elif test "x$build_alias" != "x$host_alias"; then
1089    cross_compiling=yes
1090  fi
1091fi
1092
1093ac_tool_prefix=
1094test -n "$host_alias" && ac_tool_prefix=$host_alias-
1095
1096test "$silent" = yes && exec 6>/dev/null
1097
1098
1099ac_pwd=`pwd` && test -n "$ac_pwd" &&
1100ac_ls_di=`ls -di .` &&
1101ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1102  as_fn_error $? "working directory cannot be determined"
1103test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1104  as_fn_error $? "pwd does not report name of working directory"
1105
1106
1107# Find the source files, if location was not specified.
1108if test -z "$srcdir"; then
1109  ac_srcdir_defaulted=yes
1110  # Try the directory containing this script, then the parent directory.
1111  ac_confdir=`$as_dirname -- "$as_myself" ||
1112$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1113	 X"$as_myself" : 'X\(//\)[^/]' \| \
1114	 X"$as_myself" : 'X\(//\)$' \| \
1115	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1116$as_echo X"$as_myself" |
1117    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1118	    s//\1/
1119	    q
1120	  }
1121	  /^X\(\/\/\)[^/].*/{
1122	    s//\1/
1123	    q
1124	  }
1125	  /^X\(\/\/\)$/{
1126	    s//\1/
1127	    q
1128	  }
1129	  /^X\(\/\).*/{
1130	    s//\1/
1131	    q
1132	  }
1133	  s/.*/./; q'`
1134  srcdir=$ac_confdir
1135  if test ! -r "$srcdir/$ac_unique_file"; then
1136    srcdir=..
1137  fi
1138else
1139  ac_srcdir_defaulted=no
1140fi
1141if test ! -r "$srcdir/$ac_unique_file"; then
1142  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1143  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1144fi
1145ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1146ac_abs_confdir=`(
1147	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1148	pwd)`
1149# When building in place, set srcdir=.
1150if test "$ac_abs_confdir" = "$ac_pwd"; then
1151  srcdir=.
1152fi
1153# Remove unnecessary trailing slashes from srcdir.
1154# Double slashes in file names in object file debugging info
1155# mess up M-x gdb in Emacs.
1156case $srcdir in
1157*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1158esac
1159for ac_var in $ac_precious_vars; do
1160  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1161  eval ac_env_${ac_var}_value=\$${ac_var}
1162  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1163  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1164done
1165
1166#
1167# Report the --help message.
1168#
1169if test "$ac_init_help" = "long"; then
1170  # Omit some internal or obsolete options to make the list less imposing.
1171  # This message is too long to be a string in the A/UX 3.1 sh.
1172  cat <<_ACEOF
1173\`configure' configures sqwebmail 0.11 to adapt to many kinds of systems.
1174
1175Usage: $0 [OPTION]... [VAR=VALUE]...
1176
1177To assign environment variables (e.g., CC, CFLAGS...), specify them as
1178VAR=VALUE.  See below for descriptions of some of the useful variables.
1179
1180Defaults for the options are specified in brackets.
1181
1182Configuration:
1183  -h, --help              display this help and exit
1184      --help=short        display options specific to this package
1185      --help=recursive    display the short help of all the included packages
1186  -V, --version           display version information and exit
1187  -q, --quiet, --silent   do not print \`checking ...' messages
1188      --cache-file=FILE   cache test results in FILE [disabled]
1189  -C, --config-cache      alias for \`--cache-file=config.cache'
1190  -n, --no-create         do not create output files
1191      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1192
1193Installation directories:
1194  --prefix=PREFIX         install architecture-independent files in PREFIX
1195                          [$ac_default_prefix]
1196  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1197                          [PREFIX]
1198
1199By default, \`make install' will install all the files in
1200\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1201an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1202for instance \`--prefix=\$HOME'.
1203
1204For better control, use the options below.
1205
1206Fine tuning of the installation directories:
1207  --bindir=DIR            user executables [EPREFIX/bin]
1208  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1209  --libexecdir=DIR        program executables [EPREFIX/libexec]
1210  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1211  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1212  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1213  --libdir=DIR            object code libraries [EPREFIX/lib]
1214  --includedir=DIR        C header files [PREFIX/include]
1215  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1216  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1217  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1218  --infodir=DIR           info documentation [DATAROOTDIR/info]
1219  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1220  --mandir=DIR            man documentation [DATAROOTDIR/man]
1221  --docdir=DIR            documentation root [DATAROOTDIR/doc/sqwebmail]
1222  --htmldir=DIR           html documentation [DOCDIR]
1223  --dvidir=DIR            dvi documentation [DOCDIR]
1224  --pdfdir=DIR            pdf documentation [DOCDIR]
1225  --psdir=DIR             ps documentation [DOCDIR]
1226_ACEOF
1227
1228  cat <<\_ACEOF
1229
1230Program names:
1231  --program-prefix=PREFIX            prepend PREFIX to installed program names
1232  --program-suffix=SUFFIX            append SUFFIX to installed program names
1233  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1234_ACEOF
1235fi
1236
1237if test -n "$ac_init_help"; then
1238  case $ac_init_help in
1239     short | recursive ) echo "Configuration of sqwebmail 0.11:";;
1240   esac
1241  cat <<\_ACEOF
1242
1243Report bugs to <courier-sqwebmail@lists.sourceforge.net>.
1244_ACEOF
1245ac_status=$?
1246fi
1247
1248if test "$ac_init_help" = "recursive"; then
1249  # If there are subdirs, report their specific --help.
1250  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1251    test -d "$ac_dir" ||
1252      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1253      continue
1254    ac_builddir=.
1255
1256case "$ac_dir" in
1257.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1258*)
1259  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1260  # A ".." for each directory in $ac_dir_suffix.
1261  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1262  case $ac_top_builddir_sub in
1263  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1264  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1265  esac ;;
1266esac
1267ac_abs_top_builddir=$ac_pwd
1268ac_abs_builddir=$ac_pwd$ac_dir_suffix
1269# for backward compatibility:
1270ac_top_builddir=$ac_top_build_prefix
1271
1272case $srcdir in
1273  .)  # We are building in place.
1274    ac_srcdir=.
1275    ac_top_srcdir=$ac_top_builddir_sub
1276    ac_abs_top_srcdir=$ac_pwd ;;
1277  [\\/]* | ?:[\\/]* )  # Absolute name.
1278    ac_srcdir=$srcdir$ac_dir_suffix;
1279    ac_top_srcdir=$srcdir
1280    ac_abs_top_srcdir=$srcdir ;;
1281  *) # Relative name.
1282    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1283    ac_top_srcdir=$ac_top_build_prefix$srcdir
1284    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1285esac
1286ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1287
1288    cd "$ac_dir" || { ac_status=$?; continue; }
1289    # Check for guested configure.
1290    if test -f "$ac_srcdir/configure.gnu"; then
1291      echo &&
1292      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1293    elif test -f "$ac_srcdir/configure"; then
1294      echo &&
1295      $SHELL "$ac_srcdir/configure" --help=recursive
1296    else
1297      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1298    fi || ac_status=$?
1299    cd "$ac_pwd" || { ac_status=$?; break; }
1300  done
1301fi
1302
1303test -n "$ac_init_help" && exit $ac_status
1304if $ac_init_version; then
1305  cat <<\_ACEOF
1306sqwebmail configure 0.11
1307generated by GNU Autoconf 2.66
1308
1309Copyright (C) 2010 Free Software Foundation, Inc.
1310This configure script is free software; the Free Software Foundation
1311gives unlimited permission to copy, distribute and modify it.
1312_ACEOF
1313  exit
1314fi
1315
1316## ------------------------ ##
1317## Autoconf initialization. ##
1318## ------------------------ ##
1319cat >config.log <<_ACEOF
1320This file contains any messages produced by compilers while
1321running configure, to aid debugging if configure makes a mistake.
1322
1323It was created by sqwebmail $as_me 0.11, which was
1324generated by GNU Autoconf 2.66.  Invocation command line was
1325
1326  $ $0 $@
1327
1328_ACEOF
1329exec 5>>config.log
1330{
1331cat <<_ASUNAME
1332## --------- ##
1333## Platform. ##
1334## --------- ##
1335
1336hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1337uname -m = `(uname -m) 2>/dev/null || echo unknown`
1338uname -r = `(uname -r) 2>/dev/null || echo unknown`
1339uname -s = `(uname -s) 2>/dev/null || echo unknown`
1340uname -v = `(uname -v) 2>/dev/null || echo unknown`
1341
1342/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1343/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1344
1345/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1346/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1347/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1348/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1349/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1350/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1351/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1352
1353_ASUNAME
1354
1355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1356for as_dir in $PATH
1357do
1358  IFS=$as_save_IFS
1359  test -z "$as_dir" && as_dir=.
1360    $as_echo "PATH: $as_dir"
1361  done
1362IFS=$as_save_IFS
1363
1364} >&5
1365
1366cat >&5 <<_ACEOF
1367
1368
1369## ----------- ##
1370## Core tests. ##
1371## ----------- ##
1372
1373_ACEOF
1374
1375
1376# Keep a trace of the command line.
1377# Strip out --no-create and --no-recursion so they do not pile up.
1378# Strip out --silent because we don't want to record it for future runs.
1379# Also quote any args containing shell meta-characters.
1380# Make two passes to allow for proper duplicate-argument suppression.
1381ac_configure_args=
1382ac_configure_args0=
1383ac_configure_args1=
1384ac_must_keep_next=false
1385for ac_pass in 1 2
1386do
1387  for ac_arg
1388  do
1389    case $ac_arg in
1390    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1391    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1392    | -silent | --silent | --silen | --sile | --sil)
1393      continue ;;
1394    *\'*)
1395      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1396    esac
1397    case $ac_pass in
1398    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1399    2)
1400      as_fn_append ac_configure_args1 " '$ac_arg'"
1401      if test $ac_must_keep_next = true; then
1402	ac_must_keep_next=false # Got value, back to normal.
1403      else
1404	case $ac_arg in
1405	  *=* | --config-cache | -C | -disable-* | --disable-* \
1406	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1407	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1408	  | -with-* | --with-* | -without-* | --without-* | --x)
1409	    case "$ac_configure_args0 " in
1410	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1411	    esac
1412	    ;;
1413	  -* ) ac_must_keep_next=true ;;
1414	esac
1415      fi
1416      as_fn_append ac_configure_args " '$ac_arg'"
1417      ;;
1418    esac
1419  done
1420done
1421{ ac_configure_args0=; unset ac_configure_args0;}
1422{ ac_configure_args1=; unset ac_configure_args1;}
1423
1424# When interrupted or exit'd, cleanup temporary files, and complete
1425# config.log.  We remove comments because anyway the quotes in there
1426# would cause problems or look ugly.
1427# WARNING: Use '\'' to represent an apostrophe within the trap.
1428# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1429trap 'exit_status=$?
1430  # Save into config.log some information that might help in debugging.
1431  {
1432    echo
1433
1434    $as_echo "## ---------------- ##
1435## Cache variables. ##
1436## ---------------- ##"
1437    echo
1438    # The following way of writing the cache mishandles newlines in values,
1439(
1440  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1441    eval ac_val=\$$ac_var
1442    case $ac_val in #(
1443    *${as_nl}*)
1444      case $ac_var in #(
1445      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1446$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1447      esac
1448      case $ac_var in #(
1449      _ | IFS | as_nl) ;; #(
1450      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1451      *) { eval $ac_var=; unset $ac_var;} ;;
1452      esac ;;
1453    esac
1454  done
1455  (set) 2>&1 |
1456    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1457    *${as_nl}ac_space=\ *)
1458      sed -n \
1459	"s/'\''/'\''\\\\'\'''\''/g;
1460	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1461      ;; #(
1462    *)
1463      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1464      ;;
1465    esac |
1466    sort
1467)
1468    echo
1469
1470    $as_echo "## ----------------- ##
1471## Output variables. ##
1472## ----------------- ##"
1473    echo
1474    for ac_var in $ac_subst_vars
1475    do
1476      eval ac_val=\$$ac_var
1477      case $ac_val in
1478      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1479      esac
1480      $as_echo "$ac_var='\''$ac_val'\''"
1481    done | sort
1482    echo
1483
1484    if test -n "$ac_subst_files"; then
1485      $as_echo "## ------------------- ##
1486## File substitutions. ##
1487## ------------------- ##"
1488      echo
1489      for ac_var in $ac_subst_files
1490      do
1491	eval ac_val=\$$ac_var
1492	case $ac_val in
1493	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1494	esac
1495	$as_echo "$ac_var='\''$ac_val'\''"
1496      done | sort
1497      echo
1498    fi
1499
1500    if test -s confdefs.h; then
1501      $as_echo "## ----------- ##
1502## confdefs.h. ##
1503## ----------- ##"
1504      echo
1505      cat confdefs.h
1506      echo
1507    fi
1508    test "$ac_signal" != 0 &&
1509      $as_echo "$as_me: caught signal $ac_signal"
1510    $as_echo "$as_me: exit $exit_status"
1511  } >&5
1512  rm -f core *.core core.conftest.* &&
1513    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1514    exit $exit_status
1515' 0
1516for ac_signal in 1 2 13 15; do
1517  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1518done
1519ac_signal=0
1520
1521# confdefs.h avoids OS command line length limits that DEFS can exceed.
1522rm -f -r conftest* confdefs.h
1523
1524$as_echo "/* confdefs.h */" > confdefs.h
1525
1526# Predefined preprocessor variables.
1527
1528cat >>confdefs.h <<_ACEOF
1529#define PACKAGE_NAME "$PACKAGE_NAME"
1530_ACEOF
1531
1532cat >>confdefs.h <<_ACEOF
1533#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1534_ACEOF
1535
1536cat >>confdefs.h <<_ACEOF
1537#define PACKAGE_VERSION "$PACKAGE_VERSION"
1538_ACEOF
1539
1540cat >>confdefs.h <<_ACEOF
1541#define PACKAGE_STRING "$PACKAGE_STRING"
1542_ACEOF
1543
1544cat >>confdefs.h <<_ACEOF
1545#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1546_ACEOF
1547
1548cat >>confdefs.h <<_ACEOF
1549#define PACKAGE_URL "$PACKAGE_URL"
1550_ACEOF
1551
1552
1553# Let the site file select an alternate cache file if it wants to.
1554# Prefer an explicitly selected file to automatically selected ones.
1555ac_site_file1=NONE
1556ac_site_file2=NONE
1557if test -n "$CONFIG_SITE"; then
1558  # We do not want a PATH search for config.site.
1559  case $CONFIG_SITE in #((
1560    -*)  ac_site_file1=./$CONFIG_SITE;;
1561    */*) ac_site_file1=$CONFIG_SITE;;
1562    *)   ac_site_file1=./$CONFIG_SITE;;
1563  esac
1564elif test "x$prefix" != xNONE; then
1565  ac_site_file1=$prefix/share/config.site
1566  ac_site_file2=$prefix/etc/config.site
1567else
1568  ac_site_file1=$ac_default_prefix/share/config.site
1569  ac_site_file2=$ac_default_prefix/etc/config.site
1570fi
1571for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1572do
1573  test "x$ac_site_file" = xNONE && continue
1574  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1575    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1576$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1577    sed 's/^/| /' "$ac_site_file" >&5
1578    . "$ac_site_file" \
1579      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1580$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1581as_fn_error $? "failed to load site script $ac_site_file
1582See \`config.log' for more details" "$LINENO" 5; }
1583  fi
1584done
1585
1586if test -r "$cache_file"; then
1587  # Some versions of bash will fail to source /dev/null (special files
1588  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1589  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1590    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1591$as_echo "$as_me: loading cache $cache_file" >&6;}
1592    case $cache_file in
1593      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1594      *)                      . "./$cache_file";;
1595    esac
1596  fi
1597else
1598  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1599$as_echo "$as_me: creating cache $cache_file" >&6;}
1600  >$cache_file
1601fi
1602
1603# Check that the precious variables saved in the cache have kept the same
1604# value.
1605ac_cache_corrupted=false
1606for ac_var in $ac_precious_vars; do
1607  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1608  eval ac_new_set=\$ac_env_${ac_var}_set
1609  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1610  eval ac_new_val=\$ac_env_${ac_var}_value
1611  case $ac_old_set,$ac_new_set in
1612    set,)
1613      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1614$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1615      ac_cache_corrupted=: ;;
1616    ,set)
1617      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1618$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1619      ac_cache_corrupted=: ;;
1620    ,);;
1621    *)
1622      if test "x$ac_old_val" != "x$ac_new_val"; then
1623	# differences in whitespace do not lead to failure.
1624	ac_old_val_w=`echo x $ac_old_val`
1625	ac_new_val_w=`echo x $ac_new_val`
1626	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1627	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1628$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1629	  ac_cache_corrupted=:
1630	else
1631	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1632$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1633	  eval $ac_var=\$ac_old_val
1634	fi
1635	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1636$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1637	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1638$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1639      fi;;
1640  esac
1641  # Pass precious variables to config.status.
1642  if test "$ac_new_set" = set; then
1643    case $ac_new_val in
1644    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1645    *) ac_arg=$ac_var=$ac_new_val ;;
1646    esac
1647    case " $ac_configure_args " in
1648      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1649      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1650    esac
1651  fi
1652done
1653if $ac_cache_corrupted; then
1654  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1655$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1656  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1657$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1658  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1659fi
1660## -------------------- ##
1661## Main body of script. ##
1662## -------------------- ##
1663
1664ac_ext=c
1665ac_cpp='$CPP $CPPFLAGS'
1666ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1667ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1668ac_compiler_gnu=$ac_cv_c_compiler_gnu
1669
1670
1671
1672>confdefs.h  # Kill PACKAGE_ macros
1673
1674
1675
1676ac_aux_dir=
1677for ac_dir in ../../.. "$srcdir"/../../..; do
1678  if test -f "$ac_dir/install-sh"; then
1679    ac_aux_dir=$ac_dir
1680    ac_install_sh="$ac_aux_dir/install-sh -c"
1681    break
1682  elif test -f "$ac_dir/install.sh"; then
1683    ac_aux_dir=$ac_dir
1684    ac_install_sh="$ac_aux_dir/install.sh -c"
1685    break
1686  elif test -f "$ac_dir/shtool"; then
1687    ac_aux_dir=$ac_dir
1688    ac_install_sh="$ac_aux_dir/shtool install -c"
1689    break
1690  fi
1691done
1692if test -z "$ac_aux_dir"; then
1693  as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../.. \"$srcdir\"/../../.." "$LINENO" 5
1694fi
1695
1696# These three variables are undocumented and unsupported,
1697# and are intended to be withdrawn in a future Autoconf release.
1698# They can cause serious problems if a builder's source tree is in a directory
1699# whose full name contains unusual characters.
1700ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1701ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1702ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1703
1704	# We're now three levels deep
1705am__api_version='1.11'
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.11'
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
2176lang="`cat ${srcdir}/LANGUAGE | sed 's/[^a-zA-z]/_/g'`"
2177
2178
2179LPATH="$PATH:/usr/local/bin"
2180# Extract the first word of "sed", so it can be a program name with args.
2181set dummy sed; ac_word=$2
2182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2183$as_echo_n "checking for $ac_word... " >&6; }
2184if test "${ac_cv_path_SED+set}" = set; then :
2185  $as_echo_n "(cached) " >&6
2186else
2187  case $SED in
2188  [\\/]* | ?:[\\/]*)
2189  ac_cv_path_SED="$SED" # Let the user override the test with a path.
2190  ;;
2191  *)
2192  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2193for as_dir in $LPATH
2194do
2195  IFS=$as_save_IFS
2196  test -z "$as_dir" && as_dir=.
2197    for ac_exec_ext in '' $ac_executable_extensions; do
2198  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2199    ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
2200    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2201    break 2
2202  fi
2203done
2204  done
2205IFS=$as_save_IFS
2206
2207  test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
2208  ;;
2209esac
2210fi
2211SED=$ac_cv_path_SED
2212if test -n "$SED"; then
2213  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
2214$as_echo "$SED" >&6; }
2215else
2216  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2217$as_echo "no" >&6; }
2218fi
2219
2220
2221if test "$SED" = "sed"
2222then
2223	as_fn_error $? "sed not found." "$LINENO" 5
2224fi
2225
2226lang=`cat ${srcdir}/LANGUAGE`
2227
2228
2229test "x$prefix" = xNONE && prefix=$ac_default_prefix
2230eval "prefix=$prefix"
2231eval "datadir=$datadir"
2232htmldir="$datadir/sqwebmail/html"
2233
2234
2235
2236
2237
2238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2239$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2240set x ${MAKE-make}
2241ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2242if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2243  $as_echo_n "(cached) " >&6
2244else
2245  cat >conftest.make <<\_ACEOF
2246SHELL = /bin/sh
2247all:
2248	@echo '@@@%%%=$(MAKE)=@@@%%%'
2249_ACEOF
2250# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2251case `${MAKE-make} -f conftest.make 2>/dev/null` in
2252  *@@@%%%=?*=@@@%%%*)
2253    eval ac_cv_prog_make_${ac_make}_set=yes;;
2254  *)
2255    eval ac_cv_prog_make_${ac_make}_set=no;;
2256esac
2257rm -f conftest.make
2258fi
2259if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2260  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2261$as_echo "yes" >&6; }
2262  SET_MAKE=
2263else
2264  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2265$as_echo "no" >&6; }
2266  SET_MAKE="MAKE=${MAKE-make}"
2267fi
2268
2269ac_config_files="$ac_config_files Makefile"
2270
2271cat >confcache <<\_ACEOF
2272# This file is a shell script that caches the results of configure
2273# tests run on this system so they can be shared between configure
2274# scripts and configure runs, see configure's option --config-cache.
2275# It is not useful on other systems.  If it contains results you don't
2276# want to keep, you may remove or edit it.
2277#
2278# config.status only pays attention to the cache file if you give it
2279# the --recheck option to rerun configure.
2280#
2281# `ac_cv_env_foo' variables (set or unset) will be overridden when
2282# loading this file, other *unset* `ac_cv_foo' will be assigned the
2283# following values.
2284
2285_ACEOF
2286
2287# The following way of writing the cache mishandles newlines in values,
2288# but we know of no workaround that is simple, portable, and efficient.
2289# So, we kill variables containing newlines.
2290# Ultrix sh set writes to stderr and can't be redirected directly,
2291# and sets the high bit in the cache file unless we assign to the vars.
2292(
2293  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2294    eval ac_val=\$$ac_var
2295    case $ac_val in #(
2296    *${as_nl}*)
2297      case $ac_var in #(
2298      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2299$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2300      esac
2301      case $ac_var in #(
2302      _ | IFS | as_nl) ;; #(
2303      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2304      *) { eval $ac_var=; unset $ac_var;} ;;
2305      esac ;;
2306    esac
2307  done
2308
2309  (set) 2>&1 |
2310    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2311    *${as_nl}ac_space=\ *)
2312      # `set' does not quote correctly, so add quotes: double-quote
2313      # substitution turns \\\\ into \\, and sed turns \\ into \.
2314      sed -n \
2315	"s/'/'\\\\''/g;
2316	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2317      ;; #(
2318    *)
2319      # `set' quotes correctly as required by POSIX, so do not add quotes.
2320      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2321      ;;
2322    esac |
2323    sort
2324) |
2325  sed '
2326     /^ac_cv_env_/b end
2327     t clear
2328     :clear
2329     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2330     t end
2331     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2332     :end' >>confcache
2333if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2334  if test -w "$cache_file"; then
2335    test "x$cache_file" != "x/dev/null" &&
2336      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2337$as_echo "$as_me: updating cache $cache_file" >&6;}
2338    cat confcache >$cache_file
2339  else
2340    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2341$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2342  fi
2343fi
2344rm -f confcache
2345
2346test "x$prefix" = xNONE && prefix=$ac_default_prefix
2347# Let make expand exec_prefix.
2348test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2349
2350# Transform confdefs.h into DEFS.
2351# Protect against shell expansion while executing Makefile rules.
2352# Protect against Makefile macro expansion.
2353#
2354# If the first sed substitution is executed (which looks for macros that
2355# take arguments), then branch to the quote section.  Otherwise,
2356# look for a macro that doesn't take arguments.
2357ac_script='
2358:mline
2359/\\$/{
2360 N
2361 s,\\\n,,
2362 b mline
2363}
2364t clear
2365:clear
2366s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2367t quote
2368s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2369t quote
2370b any
2371:quote
2372s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2373s/\[/\\&/g
2374s/\]/\\&/g
2375s/\$/$$/g
2376H
2377:any
2378${
2379	g
2380	s/^\n//
2381	s/\n/ /g
2382	p
2383}
2384'
2385DEFS=`sed -n "$ac_script" confdefs.h`
2386
2387
2388ac_libobjs=
2389ac_ltlibobjs=
2390U=
2391for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2392  # 1. Remove the extension, and $U if already installed.
2393  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2394  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2395  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2396  #    will be set to the directory where LIBOBJS objects are built.
2397  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2398  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2399done
2400LIBOBJS=$ac_libobjs
2401
2402LTLIBOBJS=$ac_ltlibobjs
2403
2404
2405
2406
2407: ${CONFIG_STATUS=./config.status}
2408ac_write_fail=0
2409ac_clean_files_save=$ac_clean_files
2410ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2411{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2412$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2413as_write_fail=0
2414cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2415#! $SHELL
2416# Generated by $as_me.
2417# Run this file to recreate the current configuration.
2418# Compiler output produced by configure, useful for debugging
2419# configure, is in config.log if it exists.
2420
2421debug=false
2422ac_cs_recheck=false
2423ac_cs_silent=false
2424
2425SHELL=\${CONFIG_SHELL-$SHELL}
2426export SHELL
2427_ASEOF
2428cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2429## -------------------- ##
2430## M4sh Initialization. ##
2431## -------------------- ##
2432
2433# Be more Bourne compatible
2434DUALCASE=1; export DUALCASE # for MKS sh
2435if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2436  emulate sh
2437  NULLCMD=:
2438  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2439  # is contrary to our usage.  Disable this feature.
2440  alias -g '${1+"$@"}'='"$@"'
2441  setopt NO_GLOB_SUBST
2442else
2443  case `(set -o) 2>/dev/null` in #(
2444  *posix*) :
2445    set -o posix ;; #(
2446  *) :
2447     ;;
2448esac
2449fi
2450
2451
2452as_nl='
2453'
2454export as_nl
2455# Printing a long string crashes Solaris 7 /usr/bin/printf.
2456as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2457as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2458as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2459# Prefer a ksh shell builtin over an external printf program on Solaris,
2460# but without wasting forks for bash or zsh.
2461if test -z "$BASH_VERSION$ZSH_VERSION" \
2462    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2463  as_echo='print -r --'
2464  as_echo_n='print -rn --'
2465elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2466  as_echo='printf %s\n'
2467  as_echo_n='printf %s'
2468else
2469  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2470    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2471    as_echo_n='/usr/ucb/echo -n'
2472  else
2473    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2474    as_echo_n_body='eval
2475      arg=$1;
2476      case $arg in #(
2477      *"$as_nl"*)
2478	expr "X$arg" : "X\\(.*\\)$as_nl";
2479	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2480      esac;
2481      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2482    '
2483    export as_echo_n_body
2484    as_echo_n='sh -c $as_echo_n_body as_echo'
2485  fi
2486  export as_echo_body
2487  as_echo='sh -c $as_echo_body as_echo'
2488fi
2489
2490# The user is always right.
2491if test "${PATH_SEPARATOR+set}" != set; then
2492  PATH_SEPARATOR=:
2493  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2494    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2495      PATH_SEPARATOR=';'
2496  }
2497fi
2498
2499
2500# IFS
2501# We need space, tab and new line, in precisely that order.  Quoting is
2502# there to prevent editors from complaining about space-tab.
2503# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2504# splitting by setting IFS to empty value.)
2505IFS=" ""	$as_nl"
2506
2507# Find who we are.  Look in the path if we contain no directory separator.
2508case $0 in #((
2509  *[\\/]* ) as_myself=$0 ;;
2510  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511for as_dir in $PATH
2512do
2513  IFS=$as_save_IFS
2514  test -z "$as_dir" && as_dir=.
2515    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2516  done
2517IFS=$as_save_IFS
2518
2519     ;;
2520esac
2521# We did not find ourselves, most probably we were run as `sh COMMAND'
2522# in which case we are not to be found in the path.
2523if test "x$as_myself" = x; then
2524  as_myself=$0
2525fi
2526if test ! -f "$as_myself"; then
2527  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2528  exit 1
2529fi
2530
2531# Unset variables that we do not need and which cause bugs (e.g. in
2532# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2533# suppresses any "Segmentation fault" message there.  '((' could
2534# trigger a bug in pdksh 5.2.14.
2535for as_var in BASH_ENV ENV MAIL MAILPATH
2536do eval test x\${$as_var+set} = xset \
2537  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2538done
2539PS1='$ '
2540PS2='> '
2541PS4='+ '
2542
2543# NLS nuisances.
2544LC_ALL=C
2545export LC_ALL
2546LANGUAGE=C
2547export LANGUAGE
2548
2549# CDPATH.
2550(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2551
2552
2553# as_fn_error STATUS ERROR [LINENO LOG_FD]
2554# ----------------------------------------
2555# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2556# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2557# script with STATUS, using 1 if that was 0.
2558as_fn_error ()
2559{
2560  as_status=$1; test $as_status -eq 0 && as_status=1
2561  if test "$4"; then
2562    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2563    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2564  fi
2565  $as_echo "$as_me: error: $2" >&2
2566  as_fn_exit $as_status
2567} # as_fn_error
2568
2569
2570# as_fn_set_status STATUS
2571# -----------------------
2572# Set $? to STATUS, without forking.
2573as_fn_set_status ()
2574{
2575  return $1
2576} # as_fn_set_status
2577
2578# as_fn_exit STATUS
2579# -----------------
2580# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2581as_fn_exit ()
2582{
2583  set +e
2584  as_fn_set_status $1
2585  exit $1
2586} # as_fn_exit
2587
2588# as_fn_unset VAR
2589# ---------------
2590# Portably unset VAR.
2591as_fn_unset ()
2592{
2593  { eval $1=; unset $1;}
2594}
2595as_unset=as_fn_unset
2596# as_fn_append VAR VALUE
2597# ----------------------
2598# Append the text in VALUE to the end of the definition contained in VAR. Take
2599# advantage of any shell optimizations that allow amortized linear growth over
2600# repeated appends, instead of the typical quadratic growth present in naive
2601# implementations.
2602if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2603  eval 'as_fn_append ()
2604  {
2605    eval $1+=\$2
2606  }'
2607else
2608  as_fn_append ()
2609  {
2610    eval $1=\$$1\$2
2611  }
2612fi # as_fn_append
2613
2614# as_fn_arith ARG...
2615# ------------------
2616# Perform arithmetic evaluation on the ARGs, and store the result in the
2617# global $as_val. Take advantage of shells that can avoid forks. The arguments
2618# must be portable across $(()) and expr.
2619if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2620  eval 'as_fn_arith ()
2621  {
2622    as_val=$(( $* ))
2623  }'
2624else
2625  as_fn_arith ()
2626  {
2627    as_val=`expr "$@" || test $? -eq 1`
2628  }
2629fi # as_fn_arith
2630
2631
2632if expr a : '\(a\)' >/dev/null 2>&1 &&
2633   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2634  as_expr=expr
2635else
2636  as_expr=false
2637fi
2638
2639if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2640  as_basename=basename
2641else
2642  as_basename=false
2643fi
2644
2645if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2646  as_dirname=dirname
2647else
2648  as_dirname=false
2649fi
2650
2651as_me=`$as_basename -- "$0" ||
2652$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2653	 X"$0" : 'X\(//\)$' \| \
2654	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2655$as_echo X/"$0" |
2656    sed '/^.*\/\([^/][^/]*\)\/*$/{
2657	    s//\1/
2658	    q
2659	  }
2660	  /^X\/\(\/\/\)$/{
2661	    s//\1/
2662	    q
2663	  }
2664	  /^X\/\(\/\).*/{
2665	    s//\1/
2666	    q
2667	  }
2668	  s/.*/./; q'`
2669
2670# Avoid depending upon Character Ranges.
2671as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2672as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2673as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2674as_cr_digits='0123456789'
2675as_cr_alnum=$as_cr_Letters$as_cr_digits
2676
2677ECHO_C= ECHO_N= ECHO_T=
2678case `echo -n x` in #(((((
2679-n*)
2680  case `echo 'xy\c'` in
2681  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2682  xy)  ECHO_C='\c';;
2683  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2684       ECHO_T='	';;
2685  esac;;
2686*)
2687  ECHO_N='-n';;
2688esac
2689
2690rm -f conf$$ conf$$.exe conf$$.file
2691if test -d conf$$.dir; then
2692  rm -f conf$$.dir/conf$$.file
2693else
2694  rm -f conf$$.dir
2695  mkdir conf$$.dir 2>/dev/null
2696fi
2697if (echo >conf$$.file) 2>/dev/null; then
2698  if ln -s conf$$.file conf$$ 2>/dev/null; then
2699    as_ln_s='ln -s'
2700    # ... but there are two gotchas:
2701    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2702    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2703    # In both cases, we have to default to `cp -p'.
2704    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2705      as_ln_s='cp -p'
2706  elif ln conf$$.file conf$$ 2>/dev/null; then
2707    as_ln_s=ln
2708  else
2709    as_ln_s='cp -p'
2710  fi
2711else
2712  as_ln_s='cp -p'
2713fi
2714rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2715rmdir conf$$.dir 2>/dev/null
2716
2717
2718# as_fn_mkdir_p
2719# -------------
2720# Create "$as_dir" as a directory, including parents if necessary.
2721as_fn_mkdir_p ()
2722{
2723
2724  case $as_dir in #(
2725  -*) as_dir=./$as_dir;;
2726  esac
2727  test -d "$as_dir" || eval $as_mkdir_p || {
2728    as_dirs=
2729    while :; do
2730      case $as_dir in #(
2731      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2732      *) as_qdir=$as_dir;;
2733      esac
2734      as_dirs="'$as_qdir' $as_dirs"
2735      as_dir=`$as_dirname -- "$as_dir" ||
2736$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2737	 X"$as_dir" : 'X\(//\)[^/]' \| \
2738	 X"$as_dir" : 'X\(//\)$' \| \
2739	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2740$as_echo X"$as_dir" |
2741    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2742	    s//\1/
2743	    q
2744	  }
2745	  /^X\(\/\/\)[^/].*/{
2746	    s//\1/
2747	    q
2748	  }
2749	  /^X\(\/\/\)$/{
2750	    s//\1/
2751	    q
2752	  }
2753	  /^X\(\/\).*/{
2754	    s//\1/
2755	    q
2756	  }
2757	  s/.*/./; q'`
2758      test -d "$as_dir" && break
2759    done
2760    test -z "$as_dirs" || eval "mkdir $as_dirs"
2761  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2762
2763
2764} # as_fn_mkdir_p
2765if mkdir -p . 2>/dev/null; then
2766  as_mkdir_p='mkdir -p "$as_dir"'
2767else
2768  test -d ./-p && rmdir ./-p
2769  as_mkdir_p=false
2770fi
2771
2772if test -x / >/dev/null 2>&1; then
2773  as_test_x='test -x'
2774else
2775  if ls -dL / >/dev/null 2>&1; then
2776    as_ls_L_option=L
2777  else
2778    as_ls_L_option=
2779  fi
2780  as_test_x='
2781    eval sh -c '\''
2782      if test -d "$1"; then
2783	test -d "$1/.";
2784      else
2785	case $1 in #(
2786	-*)set "./$1";;
2787	esac;
2788	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2789	???[sx]*):;;*)false;;esac;fi
2790    '\'' sh
2791  '
2792fi
2793as_executable_p=$as_test_x
2794
2795# Sed expression to map a string onto a valid CPP name.
2796as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2797
2798# Sed expression to map a string onto a valid variable name.
2799as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2800
2801
2802exec 6>&1
2803## ----------------------------------- ##
2804## Main body of $CONFIG_STATUS script. ##
2805## ----------------------------------- ##
2806_ASEOF
2807test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2808
2809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2810# Save the log message, to keep $0 and so on meaningful, and to
2811# report actual input values of CONFIG_FILES etc. instead of their
2812# values after options handling.
2813ac_log="
2814This file was extended by sqwebmail $as_me 0.11, which was
2815generated by GNU Autoconf 2.66.  Invocation command line was
2816
2817  CONFIG_FILES    = $CONFIG_FILES
2818  CONFIG_HEADERS  = $CONFIG_HEADERS
2819  CONFIG_LINKS    = $CONFIG_LINKS
2820  CONFIG_COMMANDS = $CONFIG_COMMANDS
2821  $ $0 $@
2822
2823on `(hostname || uname -n) 2>/dev/null | sed 1q`
2824"
2825
2826_ACEOF
2827
2828case $ac_config_files in *"
2829"*) set x $ac_config_files; shift; ac_config_files=$*;;
2830esac
2831
2832
2833
2834cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2835# Files that config.status was made for.
2836config_files="$ac_config_files"
2837
2838_ACEOF
2839
2840cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2841ac_cs_usage="\
2842\`$as_me' instantiates files and other configuration actions
2843from templates according to the current configuration.  Unless the files
2844and actions are specified as TAGs, all are instantiated by default.
2845
2846Usage: $0 [OPTION]... [TAG]...
2847
2848  -h, --help       print this help, then exit
2849  -V, --version    print version number and configuration settings, then exit
2850      --config     print configuration, then exit
2851  -q, --quiet, --silent
2852                   do not print progress messages
2853  -d, --debug      don't remove temporary files
2854      --recheck    update $as_me by reconfiguring in the same conditions
2855      --file=FILE[:TEMPLATE]
2856                   instantiate the configuration file FILE
2857
2858Configuration files:
2859$config_files
2860
2861Report bugs to <courier-sqwebmail@lists.sourceforge.net>."
2862
2863_ACEOF
2864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2865ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2866ac_cs_version="\\
2867sqwebmail config.status 0.11
2868configured by $0, generated by GNU Autoconf 2.66,
2869  with options \\"\$ac_cs_config\\"
2870
2871Copyright (C) 2010 Free Software Foundation, Inc.
2872This config.status script is free software; the Free Software Foundation
2873gives unlimited permission to copy, distribute and modify it."
2874
2875ac_pwd='$ac_pwd'
2876srcdir='$srcdir'
2877INSTALL='$INSTALL'
2878MKDIR_P='$MKDIR_P'
2879AWK='$AWK'
2880test -n "\$AWK" || AWK=awk
2881_ACEOF
2882
2883cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2884# The default lists apply if the user does not specify any file.
2885ac_need_defaults=:
2886while test $# != 0
2887do
2888  case $1 in
2889  --*=*)
2890    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2891    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2892    ac_shift=:
2893    ;;
2894  *)
2895    ac_option=$1
2896    ac_optarg=$2
2897    ac_shift=shift
2898    ;;
2899  esac
2900
2901  case $ac_option in
2902  # Handling of the options.
2903  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2904    ac_cs_recheck=: ;;
2905  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2906    $as_echo "$ac_cs_version"; exit ;;
2907  --config | --confi | --conf | --con | --co | --c )
2908    $as_echo "$ac_cs_config"; exit ;;
2909  --debug | --debu | --deb | --de | --d | -d )
2910    debug=: ;;
2911  --file | --fil | --fi | --f )
2912    $ac_shift
2913    case $ac_optarg in
2914    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2915    esac
2916    as_fn_append CONFIG_FILES " '$ac_optarg'"
2917    ac_need_defaults=false;;
2918  --he | --h |  --help | --hel | -h )
2919    $as_echo "$ac_cs_usage"; exit ;;
2920  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2921  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2922    ac_cs_silent=: ;;
2923
2924  # This is an error.
2925  -*) as_fn_error $? "unrecognized option: \`$1'
2926Try \`$0 --help' for more information." ;;
2927
2928  *) as_fn_append ac_config_targets " $1"
2929     ac_need_defaults=false ;;
2930
2931  esac
2932  shift
2933done
2934
2935ac_configure_extra_args=
2936
2937if $ac_cs_silent; then
2938  exec 6>/dev/null
2939  ac_configure_extra_args="$ac_configure_extra_args --silent"
2940fi
2941
2942_ACEOF
2943cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2944if \$ac_cs_recheck; then
2945  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2946  shift
2947  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2948  CONFIG_SHELL='$SHELL'
2949  export CONFIG_SHELL
2950  exec "\$@"
2951fi
2952
2953_ACEOF
2954cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2955exec 5>>config.log
2956{
2957  echo
2958  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2959## Running $as_me. ##
2960_ASBOX
2961  $as_echo "$ac_log"
2962} >&5
2963
2964_ACEOF
2965cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2966_ACEOF
2967
2968cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2969
2970# Handling of arguments.
2971for ac_config_target in $ac_config_targets
2972do
2973  case $ac_config_target in
2974    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2975
2976  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2977  esac
2978done
2979
2980
2981# If the user did not use the arguments to specify the items to instantiate,
2982# then the envvar interface is used.  Set only those that are not.
2983# We use the long form for the default assignment because of an extremely
2984# bizarre bug on SunOS 4.1.3.
2985if $ac_need_defaults; then
2986  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2987fi
2988
2989# Have a temporary directory for convenience.  Make it in the build tree
2990# simply because there is no reason against having it here, and in addition,
2991# creating and moving files from /tmp can sometimes cause problems.
2992# Hook for its removal unless debugging.
2993# Note that there is a small window in which the directory will not be cleaned:
2994# after its creation but before its name has been assigned to `$tmp'.
2995$debug ||
2996{
2997  tmp=
2998  trap 'exit_status=$?
2999  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3000' 0
3001  trap 'as_fn_exit 1' 1 2 13 15
3002}
3003# Create a (secure) tmp directory for tmp files.
3004
3005{
3006  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3007  test -n "$tmp" && test -d "$tmp"
3008}  ||
3009{
3010  tmp=./conf$$-$RANDOM
3011  (umask 077 && mkdir "$tmp")
3012} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3013
3014# Set up the scripts for CONFIG_FILES section.
3015# No need to generate them if there are no CONFIG_FILES.
3016# This happens for instance with `./config.status config.h'.
3017if test -n "$CONFIG_FILES"; then
3018
3019
3020ac_cr=`echo X | tr X '\015'`
3021# On cygwin, bash can eat \r inside `` if the user requested igncr.
3022# But we know of no other shell where ac_cr would be empty at this
3023# point, so we can use a bashism as a fallback.
3024if test "x$ac_cr" = x; then
3025  eval ac_cr=\$\'\\r\'
3026fi
3027ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3028if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3029  ac_cs_awk_cr='\\r'
3030else
3031  ac_cs_awk_cr=$ac_cr
3032fi
3033
3034echo 'BEGIN {' >"$tmp/subs1.awk" &&
3035_ACEOF
3036
3037
3038{
3039  echo "cat >conf$$subs.awk <<_ACEOF" &&
3040  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3041  echo "_ACEOF"
3042} >conf$$subs.sh ||
3043  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3044ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3045ac_delim='%!_!# '
3046for ac_last_try in false false false false false :; do
3047  . ./conf$$subs.sh ||
3048    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3049
3050  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3051  if test $ac_delim_n = $ac_delim_num; then
3052    break
3053  elif $ac_last_try; then
3054    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3055  else
3056    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3057  fi
3058done
3059rm -f conf$$subs.sh
3060
3061cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3062cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3063_ACEOF
3064sed -n '
3065h
3066s/^/S["/; s/!.*/"]=/
3067p
3068g
3069s/^[^!]*!//
3070:repl
3071t repl
3072s/'"$ac_delim"'$//
3073t delim
3074:nl
3075h
3076s/\(.\{148\}\)..*/\1/
3077t more1
3078s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3079p
3080n
3081b repl
3082:more1
3083s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3084p
3085g
3086s/.\{148\}//
3087t nl
3088:delim
3089h
3090s/\(.\{148\}\)..*/\1/
3091t more2
3092s/["\\]/\\&/g; s/^/"/; s/$/"/
3093p
3094b
3095:more2
3096s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3097p
3098g
3099s/.\{148\}//
3100t delim
3101' <conf$$subs.awk | sed '
3102/^[^""]/{
3103  N
3104  s/\n//
3105}
3106' >>$CONFIG_STATUS || ac_write_fail=1
3107rm -f conf$$subs.awk
3108cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3109_ACAWK
3110cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3111  for (key in S) S_is_set[key] = 1
3112  FS = ""
3113
3114}
3115{
3116  line = $ 0
3117  nfields = split(line, field, "@")
3118  substed = 0
3119  len = length(field[1])
3120  for (i = 2; i < nfields; i++) {
3121    key = field[i]
3122    keylen = length(key)
3123    if (S_is_set[key]) {
3124      value = S[key]
3125      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3126      len += length(value) + length(field[++i])
3127      substed = 1
3128    } else
3129      len += 1 + keylen
3130  }
3131
3132  print line
3133}
3134
3135_ACAWK
3136_ACEOF
3137cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3138if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3139  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3140else
3141  cat
3142fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3143  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3144_ACEOF
3145
3146# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3147# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3148# trailing colons and then remove the whole line if VPATH becomes empty
3149# (actually we leave an empty line to preserve line numbers).
3150if test "x$srcdir" = x.; then
3151  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
3152h
3153s///
3154s/^/:/
3155s/[	 ]*$/:/
3156s/:\$(srcdir):/:/g
3157s/:\${srcdir}:/:/g
3158s/:@srcdir@:/:/g
3159s/^:*//
3160s/:*$//
3161x
3162s/\(=[	 ]*\).*/\1/
3163G
3164s/\n//
3165s/^[^=]*=[	 ]*$//
3166}'
3167fi
3168
3169cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3170fi # test -n "$CONFIG_FILES"
3171
3172
3173eval set X "  :F $CONFIG_FILES      "
3174shift
3175for ac_tag
3176do
3177  case $ac_tag in
3178  :[FHLC]) ac_mode=$ac_tag; continue;;
3179  esac
3180  case $ac_mode$ac_tag in
3181  :[FHL]*:*);;
3182  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3183  :[FH]-) ac_tag=-:-;;
3184  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3185  esac
3186  ac_save_IFS=$IFS
3187  IFS=:
3188  set x $ac_tag
3189  IFS=$ac_save_IFS
3190  shift
3191  ac_file=$1
3192  shift
3193
3194  case $ac_mode in
3195  :L) ac_source=$1;;
3196  :[FH])
3197    ac_file_inputs=
3198    for ac_f
3199    do
3200      case $ac_f in
3201      -) ac_f="$tmp/stdin";;
3202      *) # Look for the file first in the build tree, then in the source tree
3203	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
3204	 # because $ac_f cannot contain `:'.
3205	 test -f "$ac_f" ||
3206	   case $ac_f in
3207	   [\\/$]*) false;;
3208	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3209	   esac ||
3210	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3211      esac
3212      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3213      as_fn_append ac_file_inputs " '$ac_f'"
3214    done
3215
3216    # Let's still pretend it is `configure' which instantiates (i.e., don't
3217    # use $as_me), people would be surprised to read:
3218    #    /* config.h.  Generated by config.status.  */
3219    configure_input='Generated from '`
3220	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3221	`' by configure.'
3222    if test x"$ac_file" != x-; then
3223      configure_input="$ac_file.  $configure_input"
3224      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3225$as_echo "$as_me: creating $ac_file" >&6;}
3226    fi
3227    # Neutralize special characters interpreted by sed in replacement strings.
3228    case $configure_input in #(
3229    *\&* | *\|* | *\\* )
3230       ac_sed_conf_input=`$as_echo "$configure_input" |
3231       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3232    *) ac_sed_conf_input=$configure_input;;
3233    esac
3234
3235    case $ac_tag in
3236    *:-:* | *:-) cat >"$tmp/stdin" \
3237      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3238    esac
3239    ;;
3240  esac
3241
3242  ac_dir=`$as_dirname -- "$ac_file" ||
3243$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3244	 X"$ac_file" : 'X\(//\)[^/]' \| \
3245	 X"$ac_file" : 'X\(//\)$' \| \
3246	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3247$as_echo X"$ac_file" |
3248    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3249	    s//\1/
3250	    q
3251	  }
3252	  /^X\(\/\/\)[^/].*/{
3253	    s//\1/
3254	    q
3255	  }
3256	  /^X\(\/\/\)$/{
3257	    s//\1/
3258	    q
3259	  }
3260	  /^X\(\/\).*/{
3261	    s//\1/
3262	    q
3263	  }
3264	  s/.*/./; q'`
3265  as_dir="$ac_dir"; as_fn_mkdir_p
3266  ac_builddir=.
3267
3268case "$ac_dir" in
3269.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3270*)
3271  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3272  # A ".." for each directory in $ac_dir_suffix.
3273  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3274  case $ac_top_builddir_sub in
3275  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3276  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3277  esac ;;
3278esac
3279ac_abs_top_builddir=$ac_pwd
3280ac_abs_builddir=$ac_pwd$ac_dir_suffix
3281# for backward compatibility:
3282ac_top_builddir=$ac_top_build_prefix
3283
3284case $srcdir in
3285  .)  # We are building in place.
3286    ac_srcdir=.
3287    ac_top_srcdir=$ac_top_builddir_sub
3288    ac_abs_top_srcdir=$ac_pwd ;;
3289  [\\/]* | ?:[\\/]* )  # Absolute name.
3290    ac_srcdir=$srcdir$ac_dir_suffix;
3291    ac_top_srcdir=$srcdir
3292    ac_abs_top_srcdir=$srcdir ;;
3293  *) # Relative name.
3294    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3295    ac_top_srcdir=$ac_top_build_prefix$srcdir
3296    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3297esac
3298ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3299
3300
3301  case $ac_mode in
3302  :F)
3303  #
3304  # CONFIG_FILE
3305  #
3306
3307  case $INSTALL in
3308  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3309  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3310  esac
3311  ac_MKDIR_P=$MKDIR_P
3312  case $MKDIR_P in
3313  [\\/$]* | ?:[\\/]* ) ;;
3314  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3315  esac
3316_ACEOF
3317
3318cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3319# If the template does not know about datarootdir, expand it.
3320# FIXME: This hack should be removed a few years after 2.60.
3321ac_datarootdir_hack=; ac_datarootdir_seen=
3322ac_sed_dataroot='
3323/datarootdir/ {
3324  p
3325  q
3326}
3327/@datadir@/p
3328/@docdir@/p
3329/@infodir@/p
3330/@localedir@/p
3331/@mandir@/p'
3332case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3333*datarootdir*) ac_datarootdir_seen=yes;;
3334*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3335  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3336$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3337_ACEOF
3338cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3339  ac_datarootdir_hack='
3340  s&@datadir@&$datadir&g
3341  s&@docdir@&$docdir&g
3342  s&@infodir@&$infodir&g
3343  s&@localedir@&$localedir&g
3344  s&@mandir@&$mandir&g
3345  s&\\\${datarootdir}&$datarootdir&g' ;;
3346esac
3347_ACEOF
3348
3349# Neutralize VPATH when `$srcdir' = `.'.
3350# Shell code in configure.ac might set extrasub.
3351# FIXME: do we really want to maintain this feature?
3352cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3353ac_sed_extra="$ac_vpsub
3354$extrasub
3355_ACEOF
3356cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3357:t
3358/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3359s|@configure_input@|$ac_sed_conf_input|;t t
3360s&@top_builddir@&$ac_top_builddir_sub&;t t
3361s&@top_build_prefix@&$ac_top_build_prefix&;t t
3362s&@srcdir@&$ac_srcdir&;t t
3363s&@abs_srcdir@&$ac_abs_srcdir&;t t
3364s&@top_srcdir@&$ac_top_srcdir&;t t
3365s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3366s&@builddir@&$ac_builddir&;t t
3367s&@abs_builddir@&$ac_abs_builddir&;t t
3368s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3369s&@INSTALL@&$ac_INSTALL&;t t
3370s&@MKDIR_P@&$ac_MKDIR_P&;t t
3371$ac_datarootdir_hack
3372"
3373eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3374  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3375
3376test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3377  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3378  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3379  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3380which seems to be undefined.  Please make sure it is defined" >&5
3381$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3382which seems to be undefined.  Please make sure it is defined" >&2;}
3383
3384  rm -f "$tmp/stdin"
3385  case $ac_file in
3386  -) cat "$tmp/out" && rm -f "$tmp/out";;
3387  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3388  esac \
3389  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3390 ;;
3391
3392
3393
3394  esac
3395
3396done # for ac_tag
3397
3398
3399as_fn_exit 0
3400_ACEOF
3401ac_clean_files=$ac_clean_files_save
3402
3403test $ac_write_fail = 0 ||
3404  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3405
3406
3407# configure is writing to config.log, and then calls config.status.
3408# config.status does its own redirection, appending to config.log.
3409# Unfortunately, on DOS this fails, as config.log is still kept open
3410# by configure, so config.status won't be able to write to it; its
3411# output is simply discarded.  So we exec the FD to /dev/null,
3412# effectively closing config.log, so it can be properly (re)opened and
3413# appended to by config.status.  When coming back to configure, we
3414# need to make the FD available again.
3415if test "$no_create" != yes; then
3416  ac_cs_success=:
3417  ac_config_status_args=
3418  test "$silent" = yes &&
3419    ac_config_status_args="$ac_config_status_args --quiet"
3420  exec 5>/dev/null
3421  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3422  exec 5>>config.log
3423  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3424  # would make configure fail if this is the last instruction.
3425  $ac_cs_success || as_fn_exit 1
3426fi
3427if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3428  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3429$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3430fi
3431
3432