1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for sqwebmail-images 0.10.
4#
5# Report bugs to <courier-users@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-users@lists.sourceforge.net about your system,
270$0: 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-images'
581PACKAGE_TARNAME='sqwebmail-images'
582PACKAGE_VERSION='0.10'
583PACKAGE_STRING='sqwebmail-images 0.10'
584PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net'
585PACKAGE_URL=''
586
587ac_unique_file="folders.png"
588ac_subst_vars='LTLIBOBJS
589LIBOBJS
590LN_S
591AM_BACKSLASH
592AM_DEFAULT_VERBOSITY
593AM_DEFAULT_V
594AM_V
595am__untar
596am__tar
597AMTAR
598am__leading_dot
599SET_MAKE
600AWK
601mkdir_p
602MKDIR_P
603INSTALL_STRIP_PROGRAM
604STRIP
605install_sh
606MAKEINFO
607AUTOHEADER
608AUTOMAKE
609AUTOCONF
610ACLOCAL
611VERSION
612PACKAGE
613CYGPATH_W
614am__isrc
615INSTALL_DATA
616INSTALL_SCRIPT
617INSTALL_PROGRAM
618target_alias
619host_alias
620build_alias
621LIBS
622ECHO_T
623ECHO_N
624ECHO_C
625DEFS
626mandir
627localedir
628libdir
629psdir
630pdfdir
631dvidir
632htmldir
633infodir
634docdir
635oldincludedir
636includedir
637localstatedir
638sharedstatedir
639sysconfdir
640datadir
641datarootdir
642libexecdir
643sbindir
644bindir
645program_transform_name
646prefix
647exec_prefix
648PACKAGE_URL
649PACKAGE_BUGREPORT
650PACKAGE_STRING
651PACKAGE_VERSION
652PACKAGE_TARNAME
653PACKAGE_NAME
654PATH_SEPARATOR
655SHELL'
656ac_subst_files=''
657ac_user_opts='
658enable_option_checking
659enable_silent_rules
660'
661      ac_precious_vars='build_alias
662host_alias
663target_alias'
664
665
666# Initialize some variables set by options.
667ac_init_help=
668ac_init_version=false
669ac_unrecognized_opts=
670ac_unrecognized_sep=
671# The variables have the same names as the options, with
672# dashes changed to underlines.
673cache_file=/dev/null
674exec_prefix=NONE
675no_create=
676no_recursion=
677prefix=NONE
678program_prefix=NONE
679program_suffix=NONE
680program_transform_name=s,x,x,
681silent=
682site=
683srcdir=
684verbose=
685x_includes=NONE
686x_libraries=NONE
687
688# Installation directory options.
689# These are left unexpanded so users can "make install exec_prefix=/foo"
690# and all the variables that are supposed to be based on exec_prefix
691# by default will actually change.
692# Use braces instead of parens because sh, perl, etc. also accept them.
693# (The list follows the same order as the GNU Coding Standards.)
694bindir='${exec_prefix}/bin'
695sbindir='${exec_prefix}/sbin'
696libexecdir='${exec_prefix}/libexec'
697datarootdir='${prefix}/share'
698datadir='${datarootdir}'
699sysconfdir='${prefix}/etc'
700sharedstatedir='${prefix}/com'
701localstatedir='${prefix}/var'
702includedir='${prefix}/include'
703oldincludedir='/usr/include'
704docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
705infodir='${datarootdir}/info'
706htmldir='${docdir}'
707dvidir='${docdir}'
708pdfdir='${docdir}'
709psdir='${docdir}'
710libdir='${exec_prefix}/lib'
711localedir='${datarootdir}/locale'
712mandir='${datarootdir}/man'
713
714ac_prev=
715ac_dashdash=
716for ac_option
717do
718  # If the previous option needs an argument, assign it.
719  if test -n "$ac_prev"; then
720    eval $ac_prev=\$ac_option
721    ac_prev=
722    continue
723  fi
724
725  case $ac_option in
726  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
727  *=)   ac_optarg= ;;
728  *)    ac_optarg=yes ;;
729  esac
730
731  # Accept the important Cygnus configure options, so we can diagnose typos.
732
733  case $ac_dashdash$ac_option in
734  --)
735    ac_dashdash=yes ;;
736
737  -bindir | --bindir | --bindi | --bind | --bin | --bi)
738    ac_prev=bindir ;;
739  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
740    bindir=$ac_optarg ;;
741
742  -build | --build | --buil | --bui | --bu)
743    ac_prev=build_alias ;;
744  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
745    build_alias=$ac_optarg ;;
746
747  -cache-file | --cache-file | --cache-fil | --cache-fi \
748  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
749    ac_prev=cache_file ;;
750  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
751  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
752    cache_file=$ac_optarg ;;
753
754  --config-cache | -C)
755    cache_file=config.cache ;;
756
757  -datadir | --datadir | --datadi | --datad)
758    ac_prev=datadir ;;
759  -datadir=* | --datadir=* | --datadi=* | --datad=*)
760    datadir=$ac_optarg ;;
761
762  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
763  | --dataroo | --dataro | --datar)
764    ac_prev=datarootdir ;;
765  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
766  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
767    datarootdir=$ac_optarg ;;
768
769  -disable-* | --disable-*)
770    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
771    # Reject names that are not valid shell variable names.
772    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
773      as_fn_error $? "invalid feature name: $ac_useropt"
774    ac_useropt_orig=$ac_useropt
775    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
776    case $ac_user_opts in
777      *"
778"enable_$ac_useropt"
779"*) ;;
780      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
781	 ac_unrecognized_sep=', ';;
782    esac
783    eval enable_$ac_useropt=no ;;
784
785  -docdir | --docdir | --docdi | --doc | --do)
786    ac_prev=docdir ;;
787  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
788    docdir=$ac_optarg ;;
789
790  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
791    ac_prev=dvidir ;;
792  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
793    dvidir=$ac_optarg ;;
794
795  -enable-* | --enable-*)
796    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
797    # Reject names that are not valid shell variable names.
798    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
799      as_fn_error $? "invalid feature name: $ac_useropt"
800    ac_useropt_orig=$ac_useropt
801    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
802    case $ac_user_opts in
803      *"
804"enable_$ac_useropt"
805"*) ;;
806      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
807	 ac_unrecognized_sep=', ';;
808    esac
809    eval enable_$ac_useropt=\$ac_optarg ;;
810
811  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
812  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
813  | --exec | --exe | --ex)
814    ac_prev=exec_prefix ;;
815  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
816  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
817  | --exec=* | --exe=* | --ex=*)
818    exec_prefix=$ac_optarg ;;
819
820  -gas | --gas | --ga | --g)
821    # Obsolete; use --with-gas.
822    with_gas=yes ;;
823
824  -help | --help | --hel | --he | -h)
825    ac_init_help=long ;;
826  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
827    ac_init_help=recursive ;;
828  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
829    ac_init_help=short ;;
830
831  -host | --host | --hos | --ho)
832    ac_prev=host_alias ;;
833  -host=* | --host=* | --hos=* | --ho=*)
834    host_alias=$ac_optarg ;;
835
836  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
837    ac_prev=htmldir ;;
838  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
839  | --ht=*)
840    htmldir=$ac_optarg ;;
841
842  -includedir | --includedir | --includedi | --included | --include \
843  | --includ | --inclu | --incl | --inc)
844    ac_prev=includedir ;;
845  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
846  | --includ=* | --inclu=* | --incl=* | --inc=*)
847    includedir=$ac_optarg ;;
848
849  -infodir | --infodir | --infodi | --infod | --info | --inf)
850    ac_prev=infodir ;;
851  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
852    infodir=$ac_optarg ;;
853
854  -libdir | --libdir | --libdi | --libd)
855    ac_prev=libdir ;;
856  -libdir=* | --libdir=* | --libdi=* | --libd=*)
857    libdir=$ac_optarg ;;
858
859  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
860  | --libexe | --libex | --libe)
861    ac_prev=libexecdir ;;
862  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
863  | --libexe=* | --libex=* | --libe=*)
864    libexecdir=$ac_optarg ;;
865
866  -localedir | --localedir | --localedi | --localed | --locale)
867    ac_prev=localedir ;;
868  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
869    localedir=$ac_optarg ;;
870
871  -localstatedir | --localstatedir | --localstatedi | --localstated \
872  | --localstate | --localstat | --localsta | --localst | --locals)
873    ac_prev=localstatedir ;;
874  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
875  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
876    localstatedir=$ac_optarg ;;
877
878  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
879    ac_prev=mandir ;;
880  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
881    mandir=$ac_optarg ;;
882
883  -nfp | --nfp | --nf)
884    # Obsolete; use --without-fp.
885    with_fp=no ;;
886
887  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
888  | --no-cr | --no-c | -n)
889    no_create=yes ;;
890
891  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
892  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
893    no_recursion=yes ;;
894
895  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
896  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
897  | --oldin | --oldi | --old | --ol | --o)
898    ac_prev=oldincludedir ;;
899  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
900  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
901  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
902    oldincludedir=$ac_optarg ;;
903
904  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
905    ac_prev=prefix ;;
906  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
907    prefix=$ac_optarg ;;
908
909  -program-prefix | --program-prefix | --program-prefi | --program-pref \
910  | --program-pre | --program-pr | --program-p)
911    ac_prev=program_prefix ;;
912  -program-prefix=* | --program-prefix=* | --program-prefi=* \
913  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
914    program_prefix=$ac_optarg ;;
915
916  -program-suffix | --program-suffix | --program-suffi | --program-suff \
917  | --program-suf | --program-su | --program-s)
918    ac_prev=program_suffix ;;
919  -program-suffix=* | --program-suffix=* | --program-suffi=* \
920  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
921    program_suffix=$ac_optarg ;;
922
923  -program-transform-name | --program-transform-name \
924  | --program-transform-nam | --program-transform-na \
925  | --program-transform-n | --program-transform- \
926  | --program-transform | --program-transfor \
927  | --program-transfo | --program-transf \
928  | --program-trans | --program-tran \
929  | --progr-tra | --program-tr | --program-t)
930    ac_prev=program_transform_name ;;
931  -program-transform-name=* | --program-transform-name=* \
932  | --program-transform-nam=* | --program-transform-na=* \
933  | --program-transform-n=* | --program-transform-=* \
934  | --program-transform=* | --program-transfor=* \
935  | --program-transfo=* | --program-transf=* \
936  | --program-trans=* | --program-tran=* \
937  | --progr-tra=* | --program-tr=* | --program-t=*)
938    program_transform_name=$ac_optarg ;;
939
940  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
941    ac_prev=pdfdir ;;
942  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
943    pdfdir=$ac_optarg ;;
944
945  -psdir | --psdir | --psdi | --psd | --ps)
946    ac_prev=psdir ;;
947  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
948    psdir=$ac_optarg ;;
949
950  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
951  | -silent | --silent | --silen | --sile | --sil)
952    silent=yes ;;
953
954  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
955    ac_prev=sbindir ;;
956  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
957  | --sbi=* | --sb=*)
958    sbindir=$ac_optarg ;;
959
960  -sharedstatedir | --sharedstatedir | --sharedstatedi \
961  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
962  | --sharedst | --shareds | --shared | --share | --shar \
963  | --sha | --sh)
964    ac_prev=sharedstatedir ;;
965  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
966  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
967  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
968  | --sha=* | --sh=*)
969    sharedstatedir=$ac_optarg ;;
970
971  -site | --site | --sit)
972    ac_prev=site ;;
973  -site=* | --site=* | --sit=*)
974    site=$ac_optarg ;;
975
976  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
977    ac_prev=srcdir ;;
978  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979    srcdir=$ac_optarg ;;
980
981  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
982  | --syscon | --sysco | --sysc | --sys | --sy)
983    ac_prev=sysconfdir ;;
984  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
985  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
986    sysconfdir=$ac_optarg ;;
987
988  -target | --target | --targe | --targ | --tar | --ta | --t)
989    ac_prev=target_alias ;;
990  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
991    target_alias=$ac_optarg ;;
992
993  -v | -verbose | --verbose | --verbos | --verbo | --verb)
994    verbose=yes ;;
995
996  -version | --version | --versio | --versi | --vers | -V)
997    ac_init_version=: ;;
998
999  -with-* | --with-*)
1000    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1001    # Reject names that are not valid shell variable names.
1002    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1003      as_fn_error $? "invalid package name: $ac_useropt"
1004    ac_useropt_orig=$ac_useropt
1005    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006    case $ac_user_opts in
1007      *"
1008"with_$ac_useropt"
1009"*) ;;
1010      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1011	 ac_unrecognized_sep=', ';;
1012    esac
1013    eval with_$ac_useropt=\$ac_optarg ;;
1014
1015  -without-* | --without-*)
1016    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1017    # Reject names that are not valid shell variable names.
1018    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1019      as_fn_error $? "invalid package name: $ac_useropt"
1020    ac_useropt_orig=$ac_useropt
1021    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1022    case $ac_user_opts in
1023      *"
1024"with_$ac_useropt"
1025"*) ;;
1026      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1027	 ac_unrecognized_sep=', ';;
1028    esac
1029    eval with_$ac_useropt=no ;;
1030
1031  --x)
1032    # Obsolete; use --with-x.
1033    with_x=yes ;;
1034
1035  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1036  | --x-incl | --x-inc | --x-in | --x-i)
1037    ac_prev=x_includes ;;
1038  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1039  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1040    x_includes=$ac_optarg ;;
1041
1042  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1043  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1044    ac_prev=x_libraries ;;
1045  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1046  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1047    x_libraries=$ac_optarg ;;
1048
1049  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1050Try \`$0 --help' for more information"
1051    ;;
1052
1053  *=*)
1054    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1055    # Reject names that are not valid shell variable names.
1056    case $ac_envvar in #(
1057      '' | [0-9]* | *[!_$as_cr_alnum]* )
1058      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1059    esac
1060    eval $ac_envvar=\$ac_optarg
1061    export $ac_envvar ;;
1062
1063  *)
1064    # FIXME: should be removed in autoconf 3.0.
1065    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1066    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1067      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1068    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1069    ;;
1070
1071  esac
1072done
1073
1074if test -n "$ac_prev"; then
1075  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1076  as_fn_error $? "missing argument to $ac_option"
1077fi
1078
1079if test -n "$ac_unrecognized_opts"; then
1080  case $enable_option_checking in
1081    no) ;;
1082    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1083    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1084  esac
1085fi
1086
1087# Check all directory arguments for consistency.
1088for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1089		datadir sysconfdir sharedstatedir localstatedir includedir \
1090		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1091		libdir localedir mandir
1092do
1093  eval ac_val=\$$ac_var
1094  # Remove trailing slashes.
1095  case $ac_val in
1096    */ )
1097      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1098      eval $ac_var=\$ac_val;;
1099  esac
1100  # Be sure to have absolute directory names.
1101  case $ac_val in
1102    [\\/$]* | ?:[\\/]* )  continue;;
1103    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1104  esac
1105  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1106done
1107
1108# There might be people who depend on the old broken behavior: `$host'
1109# used to hold the argument of --host etc.
1110# FIXME: To remove some day.
1111build=$build_alias
1112host=$host_alias
1113target=$target_alias
1114
1115# FIXME: To remove some day.
1116if test "x$host_alias" != x; then
1117  if test "x$build_alias" = x; then
1118    cross_compiling=maybe
1119  elif test "x$build_alias" != "x$host_alias"; then
1120    cross_compiling=yes
1121  fi
1122fi
1123
1124ac_tool_prefix=
1125test -n "$host_alias" && ac_tool_prefix=$host_alias-
1126
1127test "$silent" = yes && exec 6>/dev/null
1128
1129
1130ac_pwd=`pwd` && test -n "$ac_pwd" &&
1131ac_ls_di=`ls -di .` &&
1132ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1133  as_fn_error $? "working directory cannot be determined"
1134test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1135  as_fn_error $? "pwd does not report name of working directory"
1136
1137
1138# Find the source files, if location was not specified.
1139if test -z "$srcdir"; then
1140  ac_srcdir_defaulted=yes
1141  # Try the directory containing this script, then the parent directory.
1142  ac_confdir=`$as_dirname -- "$as_myself" ||
1143$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1144	 X"$as_myself" : 'X\(//\)[^/]' \| \
1145	 X"$as_myself" : 'X\(//\)$' \| \
1146	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1147$as_echo X"$as_myself" |
1148    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1149	    s//\1/
1150	    q
1151	  }
1152	  /^X\(\/\/\)[^/].*/{
1153	    s//\1/
1154	    q
1155	  }
1156	  /^X\(\/\/\)$/{
1157	    s//\1/
1158	    q
1159	  }
1160	  /^X\(\/\).*/{
1161	    s//\1/
1162	    q
1163	  }
1164	  s/.*/./; q'`
1165  srcdir=$ac_confdir
1166  if test ! -r "$srcdir/$ac_unique_file"; then
1167    srcdir=..
1168  fi
1169else
1170  ac_srcdir_defaulted=no
1171fi
1172if test ! -r "$srcdir/$ac_unique_file"; then
1173  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1174  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1175fi
1176ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1177ac_abs_confdir=`(
1178	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1179	pwd)`
1180# When building in place, set srcdir=.
1181if test "$ac_abs_confdir" = "$ac_pwd"; then
1182  srcdir=.
1183fi
1184# Remove unnecessary trailing slashes from srcdir.
1185# Double slashes in file names in object file debugging info
1186# mess up M-x gdb in Emacs.
1187case $srcdir in
1188*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1189esac
1190for ac_var in $ac_precious_vars; do
1191  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1192  eval ac_env_${ac_var}_value=\$${ac_var}
1193  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1194  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1195done
1196
1197#
1198# Report the --help message.
1199#
1200if test "$ac_init_help" = "long"; then
1201  # Omit some internal or obsolete options to make the list less imposing.
1202  # This message is too long to be a string in the A/UX 3.1 sh.
1203  cat <<_ACEOF
1204\`configure' configures sqwebmail-images 0.10 to adapt to many kinds of systems.
1205
1206Usage: $0 [OPTION]... [VAR=VALUE]...
1207
1208To assign environment variables (e.g., CC, CFLAGS...), specify them as
1209VAR=VALUE.  See below for descriptions of some of the useful variables.
1210
1211Defaults for the options are specified in brackets.
1212
1213Configuration:
1214  -h, --help              display this help and exit
1215      --help=short        display options specific to this package
1216      --help=recursive    display the short help of all the included packages
1217  -V, --version           display version information and exit
1218  -q, --quiet, --silent   do not print \`checking ...' messages
1219      --cache-file=FILE   cache test results in FILE [disabled]
1220  -C, --config-cache      alias for \`--cache-file=config.cache'
1221  -n, --no-create         do not create output files
1222      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1223
1224Installation directories:
1225  --prefix=PREFIX         install architecture-independent files in PREFIX
1226                          [$ac_default_prefix]
1227  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1228                          [PREFIX]
1229
1230By default, \`make install' will install all the files in
1231\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1232an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1233for instance \`--prefix=\$HOME'.
1234
1235For better control, use the options below.
1236
1237Fine tuning of the installation directories:
1238  --bindir=DIR            user executables [EPREFIX/bin]
1239  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1240  --libexecdir=DIR        program executables [EPREFIX/libexec]
1241  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1242  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1243  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1244  --libdir=DIR            object code libraries [EPREFIX/lib]
1245  --includedir=DIR        C header files [PREFIX/include]
1246  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1247  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1248  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1249  --infodir=DIR           info documentation [DATAROOTDIR/info]
1250  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1251  --mandir=DIR            man documentation [DATAROOTDIR/man]
1252  --docdir=DIR            documentation root
1253                          [DATAROOTDIR/doc/sqwebmail-images]
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-images 0.10:";;
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-users@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-images configure 0.10
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-images $as_me 0.10, 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
1714ac_aux_dir=
1715for ac_dir in ../../.. "$srcdir"/../../..; do
1716  if test -f "$ac_dir/install-sh"; then
1717    ac_aux_dir=$ac_dir
1718    ac_install_sh="$ac_aux_dir/install-sh -c"
1719    break
1720  elif test -f "$ac_dir/install.sh"; then
1721    ac_aux_dir=$ac_dir
1722    ac_install_sh="$ac_aux_dir/install.sh -c"
1723    break
1724  elif test -f "$ac_dir/shtool"; then
1725    ac_aux_dir=$ac_dir
1726    ac_install_sh="$ac_aux_dir/shtool install -c"
1727    break
1728  fi
1729done
1730if test -z "$ac_aux_dir"; then
1731  as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../.. \"$srcdir\"/../../.." "$LINENO" 5
1732fi
1733
1734# These three variables are undocumented and unsupported,
1735# and are intended to be withdrawn in a future Autoconf release.
1736# They can cause serious problems if a builder's source tree is in a directory
1737# whose full name contains unusual characters.
1738ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1739ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1740ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1741
1742
1743am__api_version='1.16'
1744
1745# Find a good install program.  We prefer a C program (faster),
1746# so one script is as good as another.  But avoid the broken or
1747# incompatible versions:
1748# SysV /etc/install, /usr/sbin/install
1749# SunOS /usr/etc/install
1750# IRIX /sbin/install
1751# AIX /bin/install
1752# AmigaOS /C/install, which installs bootblocks on floppy discs
1753# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1754# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1755# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1756# OS/2's system install, which has a completely different semantic
1757# ./install, which can be erroneously created by make from ./install.sh.
1758# Reject install programs that cannot install multiple files.
1759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1760$as_echo_n "checking for a BSD-compatible install... " >&6; }
1761if test -z "$INSTALL"; then
1762if ${ac_cv_path_install+:} false; then :
1763  $as_echo_n "(cached) " >&6
1764else
1765  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1766for as_dir in $PATH
1767do
1768  IFS=$as_save_IFS
1769  test -z "$as_dir" && as_dir=.
1770    # Account for people who put trailing slashes in PATH elements.
1771case $as_dir/ in #((
1772  ./ | .// | /[cC]/* | \
1773  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1774  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1775  /usr/ucb/* ) ;;
1776  *)
1777    # OSF1 and SCO ODT 3.0 have their own names for install.
1778    # Don't use installbsd from OSF since it installs stuff as root
1779    # by default.
1780    for ac_prog in ginstall scoinst install; do
1781      for ac_exec_ext in '' $ac_executable_extensions; do
1782	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1783	  if test $ac_prog = install &&
1784	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1785	    # AIX install.  It has an incompatible calling convention.
1786	    :
1787	  elif test $ac_prog = install &&
1788	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1789	    # program-specific install script used by HP pwplus--don't use.
1790	    :
1791	  else
1792	    rm -rf conftest.one conftest.two conftest.dir
1793	    echo one > conftest.one
1794	    echo two > conftest.two
1795	    mkdir conftest.dir
1796	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1797	      test -s conftest.one && test -s conftest.two &&
1798	      test -s conftest.dir/conftest.one &&
1799	      test -s conftest.dir/conftest.two
1800	    then
1801	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1802	      break 3
1803	    fi
1804	  fi
1805	fi
1806      done
1807    done
1808    ;;
1809esac
1810
1811  done
1812IFS=$as_save_IFS
1813
1814rm -rf conftest.one conftest.two conftest.dir
1815
1816fi
1817  if test "${ac_cv_path_install+set}" = set; then
1818    INSTALL=$ac_cv_path_install
1819  else
1820    # As a last resort, use the slow shell script.  Don't cache a
1821    # value for INSTALL within a source directory, because that will
1822    # break other packages using the cache if that directory is
1823    # removed, or if the value is a relative name.
1824    INSTALL=$ac_install_sh
1825  fi
1826fi
1827{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1828$as_echo "$INSTALL" >&6; }
1829
1830# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1831# It thinks the first close brace ends the variable substitution.
1832test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1833
1834test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1835
1836test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1837
1838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1839$as_echo_n "checking whether build environment is sane... " >&6; }
1840# Reject unsafe characters in $srcdir or the absolute working directory
1841# name.  Accept space and tab only in the latter.
1842am_lf='
1843'
1844case `pwd` in
1845  *[\\\"\#\$\&\'\`$am_lf]*)
1846    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1847esac
1848case $srcdir in
1849  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1850    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1851esac
1852
1853# Do 'set' in a subshell so we don't clobber the current shell's
1854# arguments.  Must try -L first in case configure is actually a
1855# symlink; some systems play weird games with the mod time of symlinks
1856# (eg FreeBSD returns the mod time of the symlink's containing
1857# directory).
1858if (
1859   am_has_slept=no
1860   for am_try in 1 2; do
1861     echo "timestamp, slept: $am_has_slept" > conftest.file
1862     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1863     if test "$*" = "X"; then
1864	# -L didn't work.
1865	set X `ls -t "$srcdir/configure" conftest.file`
1866     fi
1867     if test "$*" != "X $srcdir/configure conftest.file" \
1868	&& test "$*" != "X conftest.file $srcdir/configure"; then
1869
1870	# If neither matched, then we have a broken ls.  This can happen
1871	# if, for instance, CONFIG_SHELL is bash and it inherits a
1872	# broken ls alias from the environment.  This has actually
1873	# happened.  Such a system could not be considered "sane".
1874	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1875  alias in your environment" "$LINENO" 5
1876     fi
1877     if test "$2" = conftest.file || test $am_try -eq 2; then
1878       break
1879     fi
1880     # Just in case.
1881     sleep 1
1882     am_has_slept=yes
1883   done
1884   test "$2" = conftest.file
1885   )
1886then
1887   # Ok.
1888   :
1889else
1890   as_fn_error $? "newly created file is older than distributed files!
1891Check your system clock" "$LINENO" 5
1892fi
1893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1894$as_echo "yes" >&6; }
1895# If we didn't sleep, we still need to ensure time stamps of config.status and
1896# generated files are strictly newer.
1897am_sleep_pid=
1898if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1899  ( sleep 1 ) &
1900  am_sleep_pid=$!
1901fi
1902
1903rm -f conftest.file
1904
1905test "$program_prefix" != NONE &&
1906  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1907# Use a double $ so make ignores it.
1908test "$program_suffix" != NONE &&
1909  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1910# Double any \ or $.
1911# By default was `s,x,x', remove it if useless.
1912ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1913program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1914
1915# Expand $ac_aux_dir to an absolute path.
1916am_aux_dir=`cd "$ac_aux_dir" && pwd`
1917
1918if test x"${MISSING+set}" != xset; then
1919  case $am_aux_dir in
1920  *\ * | *\	*)
1921    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1922  *)
1923    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1924  esac
1925fi
1926# Use eval to expand $SHELL
1927if eval "$MISSING --is-lightweight"; then
1928  am_missing_run="$MISSING "
1929else
1930  am_missing_run=
1931  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1932$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1933fi
1934
1935if test x"${install_sh+set}" != xset; then
1936  case $am_aux_dir in
1937  *\ * | *\	*)
1938    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1939  *)
1940    install_sh="\${SHELL} $am_aux_dir/install-sh"
1941  esac
1942fi
1943
1944# Installed binaries are usually stripped using 'strip' when the user
1945# run "make install-strip".  However 'strip' might not be the right
1946# tool to use in cross-compilation environments, therefore Automake
1947# will honor the 'STRIP' environment variable to overrule this program.
1948if test "$cross_compiling" != no; then
1949  if test -n "$ac_tool_prefix"; then
1950  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1951set dummy ${ac_tool_prefix}strip; ac_word=$2
1952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1953$as_echo_n "checking for $ac_word... " >&6; }
1954if ${ac_cv_prog_STRIP+:} false; then :
1955  $as_echo_n "(cached) " >&6
1956else
1957  if test -n "$STRIP"; then
1958  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1959else
1960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1961for as_dir in $PATH
1962do
1963  IFS=$as_save_IFS
1964  test -z "$as_dir" && as_dir=.
1965    for ac_exec_ext in '' $ac_executable_extensions; do
1966  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1967    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1968    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1969    break 2
1970  fi
1971done
1972  done
1973IFS=$as_save_IFS
1974
1975fi
1976fi
1977STRIP=$ac_cv_prog_STRIP
1978if test -n "$STRIP"; then
1979  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1980$as_echo "$STRIP" >&6; }
1981else
1982  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1983$as_echo "no" >&6; }
1984fi
1985
1986
1987fi
1988if test -z "$ac_cv_prog_STRIP"; then
1989  ac_ct_STRIP=$STRIP
1990  # Extract the first word of "strip", so it can be a program name with args.
1991set dummy strip; ac_word=$2
1992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1993$as_echo_n "checking for $ac_word... " >&6; }
1994if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1995  $as_echo_n "(cached) " >&6
1996else
1997  if test -n "$ac_ct_STRIP"; then
1998  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1999else
2000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2001for as_dir in $PATH
2002do
2003  IFS=$as_save_IFS
2004  test -z "$as_dir" && as_dir=.
2005    for ac_exec_ext in '' $ac_executable_extensions; do
2006  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2007    ac_cv_prog_ac_ct_STRIP="strip"
2008    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2009    break 2
2010  fi
2011done
2012  done
2013IFS=$as_save_IFS
2014
2015fi
2016fi
2017ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2018if test -n "$ac_ct_STRIP"; then
2019  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2020$as_echo "$ac_ct_STRIP" >&6; }
2021else
2022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2023$as_echo "no" >&6; }
2024fi
2025
2026  if test "x$ac_ct_STRIP" = x; then
2027    STRIP=":"
2028  else
2029    case $cross_compiling:$ac_tool_warned in
2030yes:)
2031{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2032$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2033ac_tool_warned=yes ;;
2034esac
2035    STRIP=$ac_ct_STRIP
2036  fi
2037else
2038  STRIP="$ac_cv_prog_STRIP"
2039fi
2040
2041fi
2042INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2043
2044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2045$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2046if test -z "$MKDIR_P"; then
2047  if ${ac_cv_path_mkdir+:} false; then :
2048  $as_echo_n "(cached) " >&6
2049else
2050  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2051for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2052do
2053  IFS=$as_save_IFS
2054  test -z "$as_dir" && as_dir=.
2055    for ac_prog in mkdir gmkdir; do
2056	 for ac_exec_ext in '' $ac_executable_extensions; do
2057	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2058	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2059	     'mkdir (GNU coreutils) '* | \
2060	     'mkdir (coreutils) '* | \
2061	     'mkdir (fileutils) '4.1*)
2062	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2063	       break 3;;
2064	   esac
2065	 done
2066       done
2067  done
2068IFS=$as_save_IFS
2069
2070fi
2071
2072  test -d ./--version && rmdir ./--version
2073  if test "${ac_cv_path_mkdir+set}" = set; then
2074    MKDIR_P="$ac_cv_path_mkdir -p"
2075  else
2076    # As a last resort, use the slow shell script.  Don't cache a
2077    # value for MKDIR_P within a source directory, because that will
2078    # break other packages using the cache if that directory is
2079    # removed, or if the value is a relative name.
2080    MKDIR_P="$ac_install_sh -d"
2081  fi
2082fi
2083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2084$as_echo "$MKDIR_P" >&6; }
2085
2086for ac_prog in gawk mawk nawk awk
2087do
2088  # Extract the first word of "$ac_prog", so it can be a program name with args.
2089set dummy $ac_prog; ac_word=$2
2090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2091$as_echo_n "checking for $ac_word... " >&6; }
2092if ${ac_cv_prog_AWK+:} false; then :
2093  $as_echo_n "(cached) " >&6
2094else
2095  if test -n "$AWK"; then
2096  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2097else
2098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2099for as_dir in $PATH
2100do
2101  IFS=$as_save_IFS
2102  test -z "$as_dir" && as_dir=.
2103    for ac_exec_ext in '' $ac_executable_extensions; do
2104  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2105    ac_cv_prog_AWK="$ac_prog"
2106    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2107    break 2
2108  fi
2109done
2110  done
2111IFS=$as_save_IFS
2112
2113fi
2114fi
2115AWK=$ac_cv_prog_AWK
2116if test -n "$AWK"; then
2117  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2118$as_echo "$AWK" >&6; }
2119else
2120  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2121$as_echo "no" >&6; }
2122fi
2123
2124
2125  test -n "$AWK" && break
2126done
2127
2128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2129$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2130set x ${MAKE-make}
2131ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2132if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2133  $as_echo_n "(cached) " >&6
2134else
2135  cat >conftest.make <<\_ACEOF
2136SHELL = /bin/sh
2137all:
2138	@echo '@@@%%%=$(MAKE)=@@@%%%'
2139_ACEOF
2140# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2141case `${MAKE-make} -f conftest.make 2>/dev/null` in
2142  *@@@%%%=?*=@@@%%%*)
2143    eval ac_cv_prog_make_${ac_make}_set=yes;;
2144  *)
2145    eval ac_cv_prog_make_${ac_make}_set=no;;
2146esac
2147rm -f conftest.make
2148fi
2149if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2150  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2151$as_echo "yes" >&6; }
2152  SET_MAKE=
2153else
2154  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2155$as_echo "no" >&6; }
2156  SET_MAKE="MAKE=${MAKE-make}"
2157fi
2158
2159rm -rf .tst 2>/dev/null
2160mkdir .tst 2>/dev/null
2161if test -d .tst; then
2162  am__leading_dot=.
2163else
2164  am__leading_dot=_
2165fi
2166rmdir .tst 2>/dev/null
2167
2168# Check whether --enable-silent-rules was given.
2169if test "${enable_silent_rules+set}" = set; then :
2170  enableval=$enable_silent_rules;
2171fi
2172
2173case $enable_silent_rules in # (((
2174  yes) AM_DEFAULT_VERBOSITY=0;;
2175   no) AM_DEFAULT_VERBOSITY=1;;
2176    *) AM_DEFAULT_VERBOSITY=1;;
2177esac
2178am_make=${MAKE-make}
2179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2180$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2181if ${am_cv_make_support_nested_variables+:} false; then :
2182  $as_echo_n "(cached) " >&6
2183else
2184  if $as_echo 'TRUE=$(BAR$(V))
2185BAR0=false
2186BAR1=true
2187V=1
2188am__doit:
2189	@$(TRUE)
2190.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2191  am_cv_make_support_nested_variables=yes
2192else
2193  am_cv_make_support_nested_variables=no
2194fi
2195fi
2196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2197$as_echo "$am_cv_make_support_nested_variables" >&6; }
2198if test $am_cv_make_support_nested_variables = yes; then
2199    AM_V='$(V)'
2200  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2201else
2202  AM_V=$AM_DEFAULT_VERBOSITY
2203  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2204fi
2205AM_BACKSLASH='\'
2206
2207if test "`cd $srcdir && pwd`" != "`pwd`"; then
2208  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2209  # is not polluted with repeated "-I."
2210  am__isrc=' -I$(srcdir)'
2211  # test to see if srcdir already configured
2212  if test -f $srcdir/config.status; then
2213    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2214  fi
2215fi
2216
2217# test whether we have cygpath
2218if test -z "$CYGPATH_W"; then
2219  if (cygpath --version) >/dev/null 2>/dev/null; then
2220    CYGPATH_W='cygpath -w'
2221  else
2222    CYGPATH_W=echo
2223  fi
2224fi
2225
2226
2227# Define the identity of the package.
2228 PACKAGE='sqwebmail-images'
2229 VERSION='0.10'
2230
2231
2232# Some tools Automake needs.
2233
2234ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2235
2236
2237AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2238
2239
2240AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2241
2242
2243AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2244
2245
2246MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2247
2248# For better backward compatibility.  To be removed once Automake 1.9.x
2249# dies out for good.  For more background, see:
2250# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2251# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2252mkdir_p='$(MKDIR_P)'
2253
2254# We need awk for the "check" target (and possibly the TAP driver).  The
2255# system "awk" is bad on some platforms.
2256# Always define AMTAR for backward compatibility.  Yes, it's still used
2257# in the wild :-(  We should find a proper way to deprecate it ...
2258AMTAR='$${TAR-tar}'
2259
2260
2261# We'll loop over all known methods to create a tar archive until one works.
2262_am_tools='gnutar  pax cpio none'
2263
2264am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2265
2266
2267
2268
2269
2270
2271# POSIX will say in a future version that running "rm -f" with no argument
2272# is OK; and we want to be able to make that assumption in our Makefile
2273# recipes.  So use an aggressive probe to check that the usage we want is
2274# actually supported "in the wild" to an acceptable degree.
2275# See automake bug#10828.
2276# To make any issue more visible, cause the running configure to be aborted
2277# by default if the 'rm' program in use doesn't match our expectations; the
2278# user can still override this though.
2279if rm -f && rm -fr && rm -rf; then : OK; else
2280  cat >&2 <<'END'
2281Oops!
2282
2283Your 'rm' program seems unable to run without file operands specified
2284on the command line, even when the '-f' option is present.  This is contrary
2285to the behaviour of most rm programs out there, and not conforming with
2286the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2287
2288Please tell bug-automake@gnu.org about your system, including the value
2289of your $PATH and any error possibly output before this message.  This
2290can help us improve future automake versions.
2291
2292END
2293  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2294    echo 'Configuration will proceed anyway, since you have set the' >&2
2295    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2296    echo >&2
2297  else
2298    cat >&2 <<'END'
2299Aborting the configuration process, to ensure you take notice of the issue.
2300
2301You can download and install GNU coreutils to get an 'rm' implementation
2302that behaves properly: <https://www.gnu.org/software/coreutils/>.
2303
2304If you want to complete the configuration process using your problematic
2305'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2306to "yes", and re-run configure.
2307
2308END
2309    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2310  fi
2311fi
2312
2313
2314
2315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2316$as_echo_n "checking whether ln -s works... " >&6; }
2317LN_S=$as_ln_s
2318if test "$LN_S" = "ln -s"; then
2319  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2320$as_echo "yes" >&6; }
2321else
2322  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2323$as_echo "no, using $LN_S" >&6; }
2324fi
2325
2326
2327
2328
2329
2330
2331ac_config_files="$ac_config_files Makefile"
2332
2333cat >confcache <<\_ACEOF
2334# This file is a shell script that caches the results of configure
2335# tests run on this system so they can be shared between configure
2336# scripts and configure runs, see configure's option --config-cache.
2337# It is not useful on other systems.  If it contains results you don't
2338# want to keep, you may remove or edit it.
2339#
2340# config.status only pays attention to the cache file if you give it
2341# the --recheck option to rerun configure.
2342#
2343# `ac_cv_env_foo' variables (set or unset) will be overridden when
2344# loading this file, other *unset* `ac_cv_foo' will be assigned the
2345# following values.
2346
2347_ACEOF
2348
2349# The following way of writing the cache mishandles newlines in values,
2350# but we know of no workaround that is simple, portable, and efficient.
2351# So, we kill variables containing newlines.
2352# Ultrix sh set writes to stderr and can't be redirected directly,
2353# and sets the high bit in the cache file unless we assign to the vars.
2354(
2355  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2356    eval ac_val=\$$ac_var
2357    case $ac_val in #(
2358    *${as_nl}*)
2359      case $ac_var in #(
2360      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2361$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2362      esac
2363      case $ac_var in #(
2364      _ | IFS | as_nl) ;; #(
2365      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2366      *) { eval $ac_var=; unset $ac_var;} ;;
2367      esac ;;
2368    esac
2369  done
2370
2371  (set) 2>&1 |
2372    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2373    *${as_nl}ac_space=\ *)
2374      # `set' does not quote correctly, so add quotes: double-quote
2375      # substitution turns \\\\ into \\, and sed turns \\ into \.
2376      sed -n \
2377	"s/'/'\\\\''/g;
2378	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2379      ;; #(
2380    *)
2381      # `set' quotes correctly as required by POSIX, so do not add quotes.
2382      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2383      ;;
2384    esac |
2385    sort
2386) |
2387  sed '
2388     /^ac_cv_env_/b end
2389     t clear
2390     :clear
2391     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2392     t end
2393     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2394     :end' >>confcache
2395if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2396  if test -w "$cache_file"; then
2397    if test "x$cache_file" != "x/dev/null"; then
2398      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2399$as_echo "$as_me: updating cache $cache_file" >&6;}
2400      if test ! -f "$cache_file" || test -h "$cache_file"; then
2401	cat confcache >"$cache_file"
2402      else
2403        case $cache_file in #(
2404        */* | ?:*)
2405	  mv -f confcache "$cache_file"$$ &&
2406	  mv -f "$cache_file"$$ "$cache_file" ;; #(
2407        *)
2408	  mv -f confcache "$cache_file" ;;
2409	esac
2410      fi
2411    fi
2412  else
2413    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2414$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2415  fi
2416fi
2417rm -f confcache
2418
2419test "x$prefix" = xNONE && prefix=$ac_default_prefix
2420# Let make expand exec_prefix.
2421test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2422
2423# Transform confdefs.h into DEFS.
2424# Protect against shell expansion while executing Makefile rules.
2425# Protect against Makefile macro expansion.
2426#
2427# If the first sed substitution is executed (which looks for macros that
2428# take arguments), then branch to the quote section.  Otherwise,
2429# look for a macro that doesn't take arguments.
2430ac_script='
2431:mline
2432/\\$/{
2433 N
2434 s,\\\n,,
2435 b mline
2436}
2437t clear
2438:clear
2439s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
2440t quote
2441s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
2442t quote
2443b any
2444:quote
2445s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2446s/\[/\\&/g
2447s/\]/\\&/g
2448s/\$/$$/g
2449H
2450:any
2451${
2452	g
2453	s/^\n//
2454	s/\n/ /g
2455	p
2456}
2457'
2458DEFS=`sed -n "$ac_script" confdefs.h`
2459
2460
2461ac_libobjs=
2462ac_ltlibobjs=
2463U=
2464for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2465  # 1. Remove the extension, and $U if already installed.
2466  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2467  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2468  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2469  #    will be set to the directory where LIBOBJS objects are built.
2470  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2471  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2472done
2473LIBOBJS=$ac_libobjs
2474
2475LTLIBOBJS=$ac_ltlibobjs
2476
2477
2478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2479$as_echo_n "checking that generated files are newer than configure... " >&6; }
2480   if test -n "$am_sleep_pid"; then
2481     # Hide warnings about reused PIDs.
2482     wait $am_sleep_pid 2>/dev/null
2483   fi
2484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2485$as_echo "done" >&6; }
2486
2487
2488: "${CONFIG_STATUS=./config.status}"
2489ac_write_fail=0
2490ac_clean_files_save=$ac_clean_files
2491ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2492{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2493$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2494as_write_fail=0
2495cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2496#! $SHELL
2497# Generated by $as_me.
2498# Run this file to recreate the current configuration.
2499# Compiler output produced by configure, useful for debugging
2500# configure, is in config.log if it exists.
2501
2502debug=false
2503ac_cs_recheck=false
2504ac_cs_silent=false
2505
2506SHELL=\${CONFIG_SHELL-$SHELL}
2507export SHELL
2508_ASEOF
2509cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2510## -------------------- ##
2511## M4sh Initialization. ##
2512## -------------------- ##
2513
2514# Be more Bourne compatible
2515DUALCASE=1; export DUALCASE # for MKS sh
2516if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2517  emulate sh
2518  NULLCMD=:
2519  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2520  # is contrary to our usage.  Disable this feature.
2521  alias -g '${1+"$@"}'='"$@"'
2522  setopt NO_GLOB_SUBST
2523else
2524  case `(set -o) 2>/dev/null` in #(
2525  *posix*) :
2526    set -o posix ;; #(
2527  *) :
2528     ;;
2529esac
2530fi
2531
2532
2533as_nl='
2534'
2535export as_nl
2536# Printing a long string crashes Solaris 7 /usr/bin/printf.
2537as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2538as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2539as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2540# Prefer a ksh shell builtin over an external printf program on Solaris,
2541# but without wasting forks for bash or zsh.
2542if test -z "$BASH_VERSION$ZSH_VERSION" \
2543    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2544  as_echo='print -r --'
2545  as_echo_n='print -rn --'
2546elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2547  as_echo='printf %s\n'
2548  as_echo_n='printf %s'
2549else
2550  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2551    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2552    as_echo_n='/usr/ucb/echo -n'
2553  else
2554    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2555    as_echo_n_body='eval
2556      arg=$1;
2557      case $arg in #(
2558      *"$as_nl"*)
2559	expr "X$arg" : "X\\(.*\\)$as_nl";
2560	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2561      esac;
2562      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2563    '
2564    export as_echo_n_body
2565    as_echo_n='sh -c $as_echo_n_body as_echo'
2566  fi
2567  export as_echo_body
2568  as_echo='sh -c $as_echo_body as_echo'
2569fi
2570
2571# The user is always right.
2572if test "${PATH_SEPARATOR+set}" != set; then
2573  PATH_SEPARATOR=:
2574  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2575    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2576      PATH_SEPARATOR=';'
2577  }
2578fi
2579
2580
2581# IFS
2582# We need space, tab and new line, in precisely that order.  Quoting is
2583# there to prevent editors from complaining about space-tab.
2584# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2585# splitting by setting IFS to empty value.)
2586IFS=" ""	$as_nl"
2587
2588# Find who we are.  Look in the path if we contain no directory separator.
2589as_myself=
2590case $0 in #((
2591  *[\\/]* ) as_myself=$0 ;;
2592  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2593for as_dir in $PATH
2594do
2595  IFS=$as_save_IFS
2596  test -z "$as_dir" && as_dir=.
2597    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2598  done
2599IFS=$as_save_IFS
2600
2601     ;;
2602esac
2603# We did not find ourselves, most probably we were run as `sh COMMAND'
2604# in which case we are not to be found in the path.
2605if test "x$as_myself" = x; then
2606  as_myself=$0
2607fi
2608if test ! -f "$as_myself"; then
2609  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2610  exit 1
2611fi
2612
2613# Unset variables that we do not need and which cause bugs (e.g. in
2614# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2615# suppresses any "Segmentation fault" message there.  '((' could
2616# trigger a bug in pdksh 5.2.14.
2617for as_var in BASH_ENV ENV MAIL MAILPATH
2618do eval test x\${$as_var+set} = xset \
2619  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2620done
2621PS1='$ '
2622PS2='> '
2623PS4='+ '
2624
2625# NLS nuisances.
2626LC_ALL=C
2627export LC_ALL
2628LANGUAGE=C
2629export LANGUAGE
2630
2631# CDPATH.
2632(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2633
2634
2635# as_fn_error STATUS ERROR [LINENO LOG_FD]
2636# ----------------------------------------
2637# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2638# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2639# script with STATUS, using 1 if that was 0.
2640as_fn_error ()
2641{
2642  as_status=$1; test $as_status -eq 0 && as_status=1
2643  if test "$4"; then
2644    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2645    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2646  fi
2647  $as_echo "$as_me: error: $2" >&2
2648  as_fn_exit $as_status
2649} # as_fn_error
2650
2651
2652# as_fn_set_status STATUS
2653# -----------------------
2654# Set $? to STATUS, without forking.
2655as_fn_set_status ()
2656{
2657  return $1
2658} # as_fn_set_status
2659
2660# as_fn_exit STATUS
2661# -----------------
2662# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2663as_fn_exit ()
2664{
2665  set +e
2666  as_fn_set_status $1
2667  exit $1
2668} # as_fn_exit
2669
2670# as_fn_unset VAR
2671# ---------------
2672# Portably unset VAR.
2673as_fn_unset ()
2674{
2675  { eval $1=; unset $1;}
2676}
2677as_unset=as_fn_unset
2678# as_fn_append VAR VALUE
2679# ----------------------
2680# Append the text in VALUE to the end of the definition contained in VAR. Take
2681# advantage of any shell optimizations that allow amortized linear growth over
2682# repeated appends, instead of the typical quadratic growth present in naive
2683# implementations.
2684if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2685  eval 'as_fn_append ()
2686  {
2687    eval $1+=\$2
2688  }'
2689else
2690  as_fn_append ()
2691  {
2692    eval $1=\$$1\$2
2693  }
2694fi # as_fn_append
2695
2696# as_fn_arith ARG...
2697# ------------------
2698# Perform arithmetic evaluation on the ARGs, and store the result in the
2699# global $as_val. Take advantage of shells that can avoid forks. The arguments
2700# must be portable across $(()) and expr.
2701if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2702  eval 'as_fn_arith ()
2703  {
2704    as_val=$(( $* ))
2705  }'
2706else
2707  as_fn_arith ()
2708  {
2709    as_val=`expr "$@" || test $? -eq 1`
2710  }
2711fi # as_fn_arith
2712
2713
2714if expr a : '\(a\)' >/dev/null 2>&1 &&
2715   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2716  as_expr=expr
2717else
2718  as_expr=false
2719fi
2720
2721if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2722  as_basename=basename
2723else
2724  as_basename=false
2725fi
2726
2727if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2728  as_dirname=dirname
2729else
2730  as_dirname=false
2731fi
2732
2733as_me=`$as_basename -- "$0" ||
2734$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2735	 X"$0" : 'X\(//\)$' \| \
2736	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2737$as_echo X/"$0" |
2738    sed '/^.*\/\([^/][^/]*\)\/*$/{
2739	    s//\1/
2740	    q
2741	  }
2742	  /^X\/\(\/\/\)$/{
2743	    s//\1/
2744	    q
2745	  }
2746	  /^X\/\(\/\).*/{
2747	    s//\1/
2748	    q
2749	  }
2750	  s/.*/./; q'`
2751
2752# Avoid depending upon Character Ranges.
2753as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2754as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2755as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2756as_cr_digits='0123456789'
2757as_cr_alnum=$as_cr_Letters$as_cr_digits
2758
2759ECHO_C= ECHO_N= ECHO_T=
2760case `echo -n x` in #(((((
2761-n*)
2762  case `echo 'xy\c'` in
2763  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
2764  xy)  ECHO_C='\c';;
2765  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2766       ECHO_T='	';;
2767  esac;;
2768*)
2769  ECHO_N='-n';;
2770esac
2771
2772rm -f conf$$ conf$$.exe conf$$.file
2773if test -d conf$$.dir; then
2774  rm -f conf$$.dir/conf$$.file
2775else
2776  rm -f conf$$.dir
2777  mkdir conf$$.dir 2>/dev/null
2778fi
2779if (echo >conf$$.file) 2>/dev/null; then
2780  if ln -s conf$$.file conf$$ 2>/dev/null; then
2781    as_ln_s='ln -s'
2782    # ... but there are two gotchas:
2783    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2784    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2785    # In both cases, we have to default to `cp -pR'.
2786    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2787      as_ln_s='cp -pR'
2788  elif ln conf$$.file conf$$ 2>/dev/null; then
2789    as_ln_s=ln
2790  else
2791    as_ln_s='cp -pR'
2792  fi
2793else
2794  as_ln_s='cp -pR'
2795fi
2796rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2797rmdir conf$$.dir 2>/dev/null
2798
2799
2800# as_fn_mkdir_p
2801# -------------
2802# Create "$as_dir" as a directory, including parents if necessary.
2803as_fn_mkdir_p ()
2804{
2805
2806  case $as_dir in #(
2807  -*) as_dir=./$as_dir;;
2808  esac
2809  test -d "$as_dir" || eval $as_mkdir_p || {
2810    as_dirs=
2811    while :; do
2812      case $as_dir in #(
2813      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2814      *) as_qdir=$as_dir;;
2815      esac
2816      as_dirs="'$as_qdir' $as_dirs"
2817      as_dir=`$as_dirname -- "$as_dir" ||
2818$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2819	 X"$as_dir" : 'X\(//\)[^/]' \| \
2820	 X"$as_dir" : 'X\(//\)$' \| \
2821	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2822$as_echo X"$as_dir" |
2823    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2824	    s//\1/
2825	    q
2826	  }
2827	  /^X\(\/\/\)[^/].*/{
2828	    s//\1/
2829	    q
2830	  }
2831	  /^X\(\/\/\)$/{
2832	    s//\1/
2833	    q
2834	  }
2835	  /^X\(\/\).*/{
2836	    s//\1/
2837	    q
2838	  }
2839	  s/.*/./; q'`
2840      test -d "$as_dir" && break
2841    done
2842    test -z "$as_dirs" || eval "mkdir $as_dirs"
2843  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2844
2845
2846} # as_fn_mkdir_p
2847if mkdir -p . 2>/dev/null; then
2848  as_mkdir_p='mkdir -p "$as_dir"'
2849else
2850  test -d ./-p && rmdir ./-p
2851  as_mkdir_p=false
2852fi
2853
2854
2855# as_fn_executable_p FILE
2856# -----------------------
2857# Test if FILE is an executable regular file.
2858as_fn_executable_p ()
2859{
2860  test -f "$1" && test -x "$1"
2861} # as_fn_executable_p
2862as_test_x='test -x'
2863as_executable_p=as_fn_executable_p
2864
2865# Sed expression to map a string onto a valid CPP name.
2866as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2867
2868# Sed expression to map a string onto a valid variable name.
2869as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2870
2871
2872exec 6>&1
2873## ----------------------------------- ##
2874## Main body of $CONFIG_STATUS script. ##
2875## ----------------------------------- ##
2876_ASEOF
2877test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2878
2879cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2880# Save the log message, to keep $0 and so on meaningful, and to
2881# report actual input values of CONFIG_FILES etc. instead of their
2882# values after options handling.
2883ac_log="
2884This file was extended by sqwebmail-images $as_me 0.10, which was
2885generated by GNU Autoconf 2.69.  Invocation command line was
2886
2887  CONFIG_FILES    = $CONFIG_FILES
2888  CONFIG_HEADERS  = $CONFIG_HEADERS
2889  CONFIG_LINKS    = $CONFIG_LINKS
2890  CONFIG_COMMANDS = $CONFIG_COMMANDS
2891  $ $0 $@
2892
2893on `(hostname || uname -n) 2>/dev/null | sed 1q`
2894"
2895
2896_ACEOF
2897
2898case $ac_config_files in *"
2899"*) set x $ac_config_files; shift; ac_config_files=$*;;
2900esac
2901
2902
2903
2904cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2905# Files that config.status was made for.
2906config_files="$ac_config_files"
2907
2908_ACEOF
2909
2910cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2911ac_cs_usage="\
2912\`$as_me' instantiates files and other configuration actions
2913from templates according to the current configuration.  Unless the files
2914and actions are specified as TAGs, all are instantiated by default.
2915
2916Usage: $0 [OPTION]... [TAG]...
2917
2918  -h, --help       print this help, then exit
2919  -V, --version    print version number and configuration settings, then exit
2920      --config     print configuration, then exit
2921  -q, --quiet, --silent
2922                   do not print progress messages
2923  -d, --debug      don't remove temporary files
2924      --recheck    update $as_me by reconfiguring in the same conditions
2925      --file=FILE[:TEMPLATE]
2926                   instantiate the configuration file FILE
2927
2928Configuration files:
2929$config_files
2930
2931Report bugs to <courier-users@lists.sourceforge.net>."
2932
2933_ACEOF
2934cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2935ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2936ac_cs_version="\\
2937sqwebmail-images config.status 0.10
2938configured by $0, generated by GNU Autoconf 2.69,
2939  with options \\"\$ac_cs_config\\"
2940
2941Copyright (C) 2012 Free Software Foundation, Inc.
2942This config.status script is free software; the Free Software Foundation
2943gives unlimited permission to copy, distribute and modify it."
2944
2945ac_pwd='$ac_pwd'
2946srcdir='$srcdir'
2947INSTALL='$INSTALL'
2948MKDIR_P='$MKDIR_P'
2949AWK='$AWK'
2950test -n "\$AWK" || AWK=awk
2951_ACEOF
2952
2953cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2954# The default lists apply if the user does not specify any file.
2955ac_need_defaults=:
2956while test $# != 0
2957do
2958  case $1 in
2959  --*=?*)
2960    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2961    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2962    ac_shift=:
2963    ;;
2964  --*=)
2965    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2966    ac_optarg=
2967    ac_shift=:
2968    ;;
2969  *)
2970    ac_option=$1
2971    ac_optarg=$2
2972    ac_shift=shift
2973    ;;
2974  esac
2975
2976  case $ac_option in
2977  # Handling of the options.
2978  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2979    ac_cs_recheck=: ;;
2980  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2981    $as_echo "$ac_cs_version"; exit ;;
2982  --config | --confi | --conf | --con | --co | --c )
2983    $as_echo "$ac_cs_config"; exit ;;
2984  --debug | --debu | --deb | --de | --d | -d )
2985    debug=: ;;
2986  --file | --fil | --fi | --f )
2987    $ac_shift
2988    case $ac_optarg in
2989    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2990    '') as_fn_error $? "missing file argument" ;;
2991    esac
2992    as_fn_append CONFIG_FILES " '$ac_optarg'"
2993    ac_need_defaults=false;;
2994  --he | --h |  --help | --hel | -h )
2995    $as_echo "$ac_cs_usage"; exit ;;
2996  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2997  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2998    ac_cs_silent=: ;;
2999
3000  # This is an error.
3001  -*) as_fn_error $? "unrecognized option: \`$1'
3002Try \`$0 --help' for more information." ;;
3003
3004  *) as_fn_append ac_config_targets " $1"
3005     ac_need_defaults=false ;;
3006
3007  esac
3008  shift
3009done
3010
3011ac_configure_extra_args=
3012
3013if $ac_cs_silent; then
3014  exec 6>/dev/null
3015  ac_configure_extra_args="$ac_configure_extra_args --silent"
3016fi
3017
3018_ACEOF
3019cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3020if \$ac_cs_recheck; then
3021  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3022  shift
3023  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3024  CONFIG_SHELL='$SHELL'
3025  export CONFIG_SHELL
3026  exec "\$@"
3027fi
3028
3029_ACEOF
3030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3031exec 5>>config.log
3032{
3033  echo
3034  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3035## Running $as_me. ##
3036_ASBOX
3037  $as_echo "$ac_log"
3038} >&5
3039
3040_ACEOF
3041cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3042_ACEOF
3043
3044cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3045
3046# Handling of arguments.
3047for ac_config_target in $ac_config_targets
3048do
3049  case $ac_config_target in
3050    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3051
3052  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3053  esac
3054done
3055
3056
3057# If the user did not use the arguments to specify the items to instantiate,
3058# then the envvar interface is used.  Set only those that are not.
3059# We use the long form for the default assignment because of an extremely
3060# bizarre bug on SunOS 4.1.3.
3061if $ac_need_defaults; then
3062  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3063fi
3064
3065# Have a temporary directory for convenience.  Make it in the build tree
3066# simply because there is no reason against having it here, and in addition,
3067# creating and moving files from /tmp can sometimes cause problems.
3068# Hook for its removal unless debugging.
3069# Note that there is a small window in which the directory will not be cleaned:
3070# after its creation but before its name has been assigned to `$tmp'.
3071$debug ||
3072{
3073  tmp= ac_tmp=
3074  trap 'exit_status=$?
3075  : "${ac_tmp:=$tmp}"
3076  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3077' 0
3078  trap 'as_fn_exit 1' 1 2 13 15
3079}
3080# Create a (secure) tmp directory for tmp files.
3081
3082{
3083  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3084  test -d "$tmp"
3085}  ||
3086{
3087  tmp=./conf$$-$RANDOM
3088  (umask 077 && mkdir "$tmp")
3089} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3090ac_tmp=$tmp
3091
3092# Set up the scripts for CONFIG_FILES section.
3093# No need to generate them if there are no CONFIG_FILES.
3094# This happens for instance with `./config.status config.h'.
3095if test -n "$CONFIG_FILES"; then
3096
3097
3098ac_cr=`echo X | tr X '\015'`
3099# On cygwin, bash can eat \r inside `` if the user requested igncr.
3100# But we know of no other shell where ac_cr would be empty at this
3101# point, so we can use a bashism as a fallback.
3102if test "x$ac_cr" = x; then
3103  eval ac_cr=\$\'\\r\'
3104fi
3105ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3106if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3107  ac_cs_awk_cr='\\r'
3108else
3109  ac_cs_awk_cr=$ac_cr
3110fi
3111
3112echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3113_ACEOF
3114
3115
3116{
3117  echo "cat >conf$$subs.awk <<_ACEOF" &&
3118  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3119  echo "_ACEOF"
3120} >conf$$subs.sh ||
3121  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3122ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3123ac_delim='%!_!# '
3124for ac_last_try in false false false false false :; do
3125  . ./conf$$subs.sh ||
3126    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3127
3128  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3129  if test $ac_delim_n = $ac_delim_num; then
3130    break
3131  elif $ac_last_try; then
3132    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3133  else
3134    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3135  fi
3136done
3137rm -f conf$$subs.sh
3138
3139cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3140cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3141_ACEOF
3142sed -n '
3143h
3144s/^/S["/; s/!.*/"]=/
3145p
3146g
3147s/^[^!]*!//
3148:repl
3149t repl
3150s/'"$ac_delim"'$//
3151t delim
3152:nl
3153h
3154s/\(.\{148\}\)..*/\1/
3155t more1
3156s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3157p
3158n
3159b repl
3160:more1
3161s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3162p
3163g
3164s/.\{148\}//
3165t nl
3166:delim
3167h
3168s/\(.\{148\}\)..*/\1/
3169t more2
3170s/["\\]/\\&/g; s/^/"/; s/$/"/
3171p
3172b
3173:more2
3174s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3175p
3176g
3177s/.\{148\}//
3178t delim
3179' <conf$$subs.awk | sed '
3180/^[^""]/{
3181  N
3182  s/\n//
3183}
3184' >>$CONFIG_STATUS || ac_write_fail=1
3185rm -f conf$$subs.awk
3186cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3187_ACAWK
3188cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3189  for (key in S) S_is_set[key] = 1
3190  FS = ""
3191
3192}
3193{
3194  line = $ 0
3195  nfields = split(line, field, "@")
3196  substed = 0
3197  len = length(field[1])
3198  for (i = 2; i < nfields; i++) {
3199    key = field[i]
3200    keylen = length(key)
3201    if (S_is_set[key]) {
3202      value = S[key]
3203      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3204      len += length(value) + length(field[++i])
3205      substed = 1
3206    } else
3207      len += 1 + keylen
3208  }
3209
3210  print line
3211}
3212
3213_ACAWK
3214_ACEOF
3215cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3216if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3217  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3218else
3219  cat
3220fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3221  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3222_ACEOF
3223
3224# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3225# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3226# trailing colons and then remove the whole line if VPATH becomes empty
3227# (actually we leave an empty line to preserve line numbers).
3228if test "x$srcdir" = x.; then
3229  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
3230h
3231s///
3232s/^/:/
3233s/[	 ]*$/:/
3234s/:\$(srcdir):/:/g
3235s/:\${srcdir}:/:/g
3236s/:@srcdir@:/:/g
3237s/^:*//
3238s/:*$//
3239x
3240s/\(=[	 ]*\).*/\1/
3241G
3242s/\n//
3243s/^[^=]*=[	 ]*$//
3244}'
3245fi
3246
3247cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3248fi # test -n "$CONFIG_FILES"
3249
3250
3251eval set X "  :F $CONFIG_FILES      "
3252shift
3253for ac_tag
3254do
3255  case $ac_tag in
3256  :[FHLC]) ac_mode=$ac_tag; continue;;
3257  esac
3258  case $ac_mode$ac_tag in
3259  :[FHL]*:*);;
3260  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3261  :[FH]-) ac_tag=-:-;;
3262  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3263  esac
3264  ac_save_IFS=$IFS
3265  IFS=:
3266  set x $ac_tag
3267  IFS=$ac_save_IFS
3268  shift
3269  ac_file=$1
3270  shift
3271
3272  case $ac_mode in
3273  :L) ac_source=$1;;
3274  :[FH])
3275    ac_file_inputs=
3276    for ac_f
3277    do
3278      case $ac_f in
3279      -) ac_f="$ac_tmp/stdin";;
3280      *) # Look for the file first in the build tree, then in the source tree
3281	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
3282	 # because $ac_f cannot contain `:'.
3283	 test -f "$ac_f" ||
3284	   case $ac_f in
3285	   [\\/$]*) false;;
3286	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3287	   esac ||
3288	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3289      esac
3290      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3291      as_fn_append ac_file_inputs " '$ac_f'"
3292    done
3293
3294    # Let's still pretend it is `configure' which instantiates (i.e., don't
3295    # use $as_me), people would be surprised to read:
3296    #    /* config.h.  Generated by config.status.  */
3297    configure_input='Generated from '`
3298	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3299	`' by configure.'
3300    if test x"$ac_file" != x-; then
3301      configure_input="$ac_file.  $configure_input"
3302      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3303$as_echo "$as_me: creating $ac_file" >&6;}
3304    fi
3305    # Neutralize special characters interpreted by sed in replacement strings.
3306    case $configure_input in #(
3307    *\&* | *\|* | *\\* )
3308       ac_sed_conf_input=`$as_echo "$configure_input" |
3309       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3310    *) ac_sed_conf_input=$configure_input;;
3311    esac
3312
3313    case $ac_tag in
3314    *:-:* | *:-) cat >"$ac_tmp/stdin" \
3315      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3316    esac
3317    ;;
3318  esac
3319
3320  ac_dir=`$as_dirname -- "$ac_file" ||
3321$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3322	 X"$ac_file" : 'X\(//\)[^/]' \| \
3323	 X"$ac_file" : 'X\(//\)$' \| \
3324	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3325$as_echo X"$ac_file" |
3326    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3327	    s//\1/
3328	    q
3329	  }
3330	  /^X\(\/\/\)[^/].*/{
3331	    s//\1/
3332	    q
3333	  }
3334	  /^X\(\/\/\)$/{
3335	    s//\1/
3336	    q
3337	  }
3338	  /^X\(\/\).*/{
3339	    s//\1/
3340	    q
3341	  }
3342	  s/.*/./; q'`
3343  as_dir="$ac_dir"; as_fn_mkdir_p
3344  ac_builddir=.
3345
3346case "$ac_dir" in
3347.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3348*)
3349  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3350  # A ".." for each directory in $ac_dir_suffix.
3351  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3352  case $ac_top_builddir_sub in
3353  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3354  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3355  esac ;;
3356esac
3357ac_abs_top_builddir=$ac_pwd
3358ac_abs_builddir=$ac_pwd$ac_dir_suffix
3359# for backward compatibility:
3360ac_top_builddir=$ac_top_build_prefix
3361
3362case $srcdir in
3363  .)  # We are building in place.
3364    ac_srcdir=.
3365    ac_top_srcdir=$ac_top_builddir_sub
3366    ac_abs_top_srcdir=$ac_pwd ;;
3367  [\\/]* | ?:[\\/]* )  # Absolute name.
3368    ac_srcdir=$srcdir$ac_dir_suffix;
3369    ac_top_srcdir=$srcdir
3370    ac_abs_top_srcdir=$srcdir ;;
3371  *) # Relative name.
3372    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3373    ac_top_srcdir=$ac_top_build_prefix$srcdir
3374    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3375esac
3376ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3377
3378
3379  case $ac_mode in
3380  :F)
3381  #
3382  # CONFIG_FILE
3383  #
3384
3385  case $INSTALL in
3386  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3387  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3388  esac
3389  ac_MKDIR_P=$MKDIR_P
3390  case $MKDIR_P in
3391  [\\/$]* | ?:[\\/]* ) ;;
3392  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3393  esac
3394_ACEOF
3395
3396cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3397# If the template does not know about datarootdir, expand it.
3398# FIXME: This hack should be removed a few years after 2.60.
3399ac_datarootdir_hack=; ac_datarootdir_seen=
3400ac_sed_dataroot='
3401/datarootdir/ {
3402  p
3403  q
3404}
3405/@datadir@/p
3406/@docdir@/p
3407/@infodir@/p
3408/@localedir@/p
3409/@mandir@/p'
3410case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3411*datarootdir*) ac_datarootdir_seen=yes;;
3412*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3413  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3414$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3415_ACEOF
3416cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3417  ac_datarootdir_hack='
3418  s&@datadir@&$datadir&g
3419  s&@docdir@&$docdir&g
3420  s&@infodir@&$infodir&g
3421  s&@localedir@&$localedir&g
3422  s&@mandir@&$mandir&g
3423  s&\\\${datarootdir}&$datarootdir&g' ;;
3424esac
3425_ACEOF
3426
3427# Neutralize VPATH when `$srcdir' = `.'.
3428# Shell code in configure.ac might set extrasub.
3429# FIXME: do we really want to maintain this feature?
3430cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3431ac_sed_extra="$ac_vpsub
3432$extrasub
3433_ACEOF
3434cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3435:t
3436/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3437s|@configure_input@|$ac_sed_conf_input|;t t
3438s&@top_builddir@&$ac_top_builddir_sub&;t t
3439s&@top_build_prefix@&$ac_top_build_prefix&;t t
3440s&@srcdir@&$ac_srcdir&;t t
3441s&@abs_srcdir@&$ac_abs_srcdir&;t t
3442s&@top_srcdir@&$ac_top_srcdir&;t t
3443s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3444s&@builddir@&$ac_builddir&;t t
3445s&@abs_builddir@&$ac_abs_builddir&;t t
3446s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3447s&@INSTALL@&$ac_INSTALL&;t t
3448s&@MKDIR_P@&$ac_MKDIR_P&;t t
3449$ac_datarootdir_hack
3450"
3451eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3452  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3453
3454test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3455  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3456  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
3457      "$ac_tmp/out"`; test -z "$ac_out"; } &&
3458  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3459which seems to be undefined.  Please make sure it is defined" >&5
3460$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3461which seems to be undefined.  Please make sure it is defined" >&2;}
3462
3463  rm -f "$ac_tmp/stdin"
3464  case $ac_file in
3465  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3466  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3467  esac \
3468  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3469 ;;
3470
3471
3472
3473  esac
3474
3475done # for ac_tag
3476
3477
3478as_fn_exit 0
3479_ACEOF
3480ac_clean_files=$ac_clean_files_save
3481
3482test $ac_write_fail = 0 ||
3483  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3484
3485
3486# configure is writing to config.log, and then calls config.status.
3487# config.status does its own redirection, appending to config.log.
3488# Unfortunately, on DOS this fails, as config.log is still kept open
3489# by configure, so config.status won't be able to write to it; its
3490# output is simply discarded.  So we exec the FD to /dev/null,
3491# effectively closing config.log, so it can be properly (re)opened and
3492# appended to by config.status.  When coming back to configure, we
3493# need to make the FD available again.
3494if test "$no_create" != yes; then
3495  ac_cs_success=:
3496  ac_config_status_args=
3497  test "$silent" = yes &&
3498    ac_config_status_args="$ac_config_status_args --quiet"
3499  exec 5>/dev/null
3500  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3501  exec 5>>config.log
3502  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3503  # would make configure fail if this is the last instruction.
3504  $ac_cs_success || as_fn_exit 1
3505fi
3506if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3507  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3508$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3509fi
3510
3511