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