~ubuntu-branches/ubuntu/raring/mailcrypt/raring

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-3.5.9-4

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-04-09 19:31:11 UTC
  • Revision ID: james.westby@ubuntu.com-20110409193111-rd0jv361hw8hdimp
Tags: 3.5.9-4
* bump standards version (debian/control)
* Debconf translation:
  - Japanese (Nobuhiro Iwamatsu).  Closes: #605341

Show diffs side-by-side

added added

removed removed

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