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