]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/autotools-update
Import mutt_1.5.11-2
[software/mutt-debian.git] / debian / patches / autotools-update
1 diff -ru mutt-1.5.11.orig/Makefile.in mutt-1.5.11/Makefile.in
2 --- mutt-1.5.11.orig/Makefile.in        2005-09-15 16:22:50.000000000 +0200
3 +++ mutt-1.5.11/Makefile.in     2005-09-30 01:14:50.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
6 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
7  # @configure_input@
8  
9  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
10 @@ -15,8 +15,6 @@
11  @SET_MAKE@
12  
13  
14 -SOURCES = $(makedoc_SOURCES) $(mutt_SOURCES) $(EXTRA_mutt_SOURCES) $(mutt_dotlock_SOURCES) pgpewrap.c $(pgpring_SOURCES)
15 -
16  srcdir = @srcdir@
17  top_srcdir = @top_srcdir@
18  VPATH = @srcdir@
19 @@ -76,10 +74,10 @@
20  am_mutt_OBJECTS = $(am__objects_1) addrbook.$(OBJEXT) alias.$(OBJEXT) \
21         attach.$(OBJEXT) base64.$(OBJEXT) browser.$(OBJEXT) \
22         buffy.$(OBJEXT) color.$(OBJEXT) crypt.$(OBJEXT) \
23 -       cryptglue.$(OBJEXT) commands.$(OBJEXT) complete.$(OBJEXT) \
24 -       compose.$(OBJEXT) copy.$(OBJEXT) curs_lib.$(OBJEXT) \
25 -       curs_main.$(OBJEXT) date.$(OBJEXT) edit.$(OBJEXT) \
26 -       enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \
27 +       cryptglue.$(OBJEXT) compress.$(OBJEXT) commands.$(OBJEXT) \
28 +       complete.$(OBJEXT) compose.$(OBJEXT) copy.$(OBJEXT) \
29 +       curs_lib.$(OBJEXT) curs_main.$(OBJEXT) date.$(OBJEXT) \
30 +       edit.$(OBJEXT) enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \
31         filter.$(OBJEXT) from.$(OBJEXT) getdomain.$(OBJEXT) \
32         handler.$(OBJEXT) hash.$(OBJEXT) hdrline.$(OBJEXT) \
33         headers.$(OBJEXT) help.$(OBJEXT) hook.$(OBJEXT) \
34 @@ -159,7 +157,7 @@
35  CC = @CC@
36  CCDEPMODE = @CCDEPMODE@
37  CFLAGS = @CFLAGS@
38 -CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
39 +CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
40  
41  # $(makedoc_OBJECTS): $(makedoc_SOURCES)
42  #      $(HOST_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) -c $<
43 @@ -300,7 +298,7 @@
44  BUILT_SOURCES = keymap_defs.h patchlist.c
45  mutt_SOURCES = $(BUILT_SOURCES) \
46         addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
47 -        crypt.c cryptglue.c \
48 +        crypt.c cryptglue.c compress.c \
49         commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
50         edit.c enter.c flags.c init.c filter.c from.c getdomain.c \
51         handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
52 @@ -331,7 +329,7 @@
53         crypt-gpgme.c crypt-mod-pgp-gpgme.c crypt-mod-smime-gpgme.c
54  
55  EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \
56 -       configure account.h \
57 +       configure account.h compress.h \
58         attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs \
59         globals.h hash.h history.h init.h keymap.h mutt_crypt.h \
60         mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h \
61 @@ -496,6 +494,7 @@
62  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Po@am__quote@
63  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complete.Po@am__quote@
64  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Po@am__quote@
65 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
66  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy.Po@am__quote@
67  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-gpgme.Po@am__quote@
68  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-mod-pgp-classic.Po@am__quote@
69 @@ -1054,15 +1053,15 @@
70  commit-changelog:
71         (cd $(top_srcdir) && cvs commit -m "# changelog commit" ChangeLog)
72  
73 -commit: pclean check-security commit-real changelog commit-changelog
74 +commit: pclean check-security commit-real update-changelog commit-changelog
75  
76 -changelog:
77 +update-changelog:
78         (cd $(top_srcdir); \
79         cvs update ChangeLog; \
80         sh ./mkchangelog.sh | fmt -c | cat  - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog; \
81         $${VISUAL:-vi} ChangeLog)
82  
83 -ChangeLog: changelog
84 +#ChangeLog: changelog
85  
86  # kluge around automake problems.
87  
88 Only in mutt-1.5.11: autom4te.cache
89 diff -ru mutt-1.5.11.orig/config.h.in mutt-1.5.11/config.h.in
90 --- mutt-1.5.11.orig/config.h.in        2005-09-15 16:21:55.000000000 +0200
91 +++ mutt-1.5.11/config.h.in     2005-09-30 01:14:46.000000000 +0200
92 @@ -87,6 +87,9 @@
93  /* Define to 1 if you have the `fgets_unlocked' function. */
94  #undef HAVE_FGETS_UNLOCKED
95  
96 +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
97 +#undef HAVE_FSEEKO
98 +
99  /* Define to 1 if you have the `ftruncate' function. */
100  #undef HAVE_FTRUNCATE
101  
102 @@ -270,6 +273,9 @@
103  /* Define to 1 if you have the `putenv' function. */
104  #undef HAVE_PUTENV
105  
106 +/* QDBM Support */
107 +#undef HAVE_QDBM
108 +
109  /* Define to 1 if you have the `RAND_egd' function. */
110  #undef HAVE_RAND_EGD
111  
112 @@ -475,6 +481,9 @@
113  /* The size of a `long long', as computed by sizeof. */
114  #undef SIZEOF_LONG_LONG
115  
116 +/* The size of a `off_t', as computed by sizeof. */
117 +#undef SIZEOF_OFF_T
118 +
119  /* The size of a `short', as computed by sizeof. */
120  #undef SIZEOF_SHORT
121  
122 @@ -492,6 +501,9 @@
123  /* Define to enable Sun mailtool attachments support. */
124  #undef SUN_ATTACHMENT
125  
126 +/* Define to support compressed folders. */
127 +#undef USE_COMPRESSED
128 +
129  /* Define to use dotlocking for mailboxes. */
130  #undef USE_DOTLOCK
131  
132 @@ -568,6 +580,9 @@
133  # undef _GNU_SOURCE
134  #endif
135  
136 +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
137 +#undef _LARGEFILE_SOURCE
138 +
139  /* Define for large files, on AIX-style hosts. */
140  #undef _LARGE_FILES
141  
142 @@ -609,3 +624,19 @@
143  
144  /* Define to 'int' if system headers don't define. */
145  #undef wint_t
146 +
147 +/* fseeko portability defines */
148 +#ifdef HAVE_FSEEKO
149 +# define LOFF_T off_t
150 +# if SIZEOF_OFF_T == 8
151 +#  define OFF_T_FMT "%lld"
152 +# else
153 +#  define OFF_T_FMT "%ld"
154 +# endif
155 +#else
156 +# define LOFF_T long
157 +# define fseeko fseek
158 +# define ftello ftell
159 +# define OFF_T_FMT "%ld"
160 +#endif
161 +
162 Only in mutt-1.5.11: config.h.in~
163 diff -ru mutt-1.5.11.orig/configure mutt-1.5.11/configure
164 --- mutt-1.5.11.orig/configure  2005-09-15 16:21:34.000000000 +0200
165 +++ mutt-1.5.11/configure       2005-09-30 01:14:51.000000000 +0200
166 @@ -309,7 +309,7 @@
167  # include <unistd.h>
168  #endif"
169  
170 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CONFIGURE_DEPENDENCIES build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP U ANSI2KNR RANLIB ac_ct_RANLIB AR ac_ct_AR DBX GDB SDB DEBUGGER SENDMAIL GPGME_CONFIG LIBGPGME_CFLAGS LIBGPGME_LIBS OPS PGPAUX_TARGET SMIMEAUX_TARGET ISPELL LIBOBJS DOTLOCK_TARGET docdir DOTLOCK_GROUP DOTLOCK_PERMISSION BUILD_IMAP_TRUE BUILD_IMAP_FALSE KRB5CFGPATH USE_GSS_TRUE USE_GSS_FALSE LIBGNUTLS_CONFIG LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS USE_SSL_TRUE USE_SSL_FALSE USE_SASL_TRUE USE_SASL_FALSE MUTTLIBS MUTT_LIB_OBJECTS LIBIMAP LIBIMAPDEPS ALLOCA GLIBC21 LIBICONV USE_NLS MSGFMT GMSGFMT XGETTEXT INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT GMOFILES INTLLIBS INTLOBJS POFILES POSUB DATADIRNAME INSTOBJEXT GENCAT MKINSTALLDIRS INTL_LIBTOOL_SUFFIX_PREFIX OSPCAT DSLROOT LTLIBOBJS'
171 +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CONFIG_STATUS_DEPENDENCIES build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP U ANSI2KNR RANLIB ac_ct_RANLIB AR ac_ct_AR DBX GDB SDB DEBUGGER SENDMAIL GPGME_CONFIG LIBGPGME_CFLAGS LIBGPGME_LIBS OPS PGPAUX_TARGET SMIMEAUX_TARGET ISPELL LIBOBJS DOTLOCK_TARGET docdir DOTLOCK_GROUP DOTLOCK_PERMISSION BUILD_IMAP_TRUE BUILD_IMAP_FALSE KRB5CFGPATH USE_GSS_TRUE USE_GSS_FALSE LIBGNUTLS_CONFIG LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS USE_SSL_TRUE USE_SSL_FALSE USE_SASL_TRUE USE_SASL_FALSE MUTTLIBS MUTT_LIB_OBJECTS LIBIMAP LIBIMAPDEPS ALLOCA GLIBC21 LIBICONV USE_NLS MSGFMT GMSGFMT XGETTEXT INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT GMOFILES INTLLIBS INTLOBJS POFILES POSUB DATADIRNAME INSTOBJEXT GENCAT MKINSTALLDIRS INTL_LIBTOOL_SUFFIX_PREFIX OSPCAT DSLROOT LTLIBOBJS'
172  ac_subst_files=''
173  
174  # Initialize some variables set by options.
175 @@ -868,6 +868,7 @@
176    --enable-buffy-size     Use file size attribute instead of access time
177    --enable-mailtool       Enable Sun mailtool attachments support
178    --enable-locales-fix    The result of isprint() is unreliable
179 +  --enable-compressed     Enable compressed folders support
180    --enable-exact-address  Enable regeneration of email addresses
181    --enable-hcache         Enable header caching
182    --disable-iconv         Disable iconv support
183 @@ -891,6 +892,7 @@
184    --with-sasl=PFX       Use Cyrus SASL 2 network security library
185    --with-idn=PFX        Use GNU libidn for domain names
186    --with-exec-shell=SHELL Specify alternate shell (ONLY if /bin/sh is broken)
187 +  --without-qdbm          Don't use qdbm even if it is available
188    --without-gdbm          Don't use gdbm even if it is available
189    --with-bdb=DIR        Use BerkeleyDB4 if gdbm is not available
190    --with-libiconv-prefix=DIR
191 @@ -998,7 +1000,7 @@
192      else
193        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
194      fi
195 -    cd $ac_popdir
196 +    cd "$ac_popdir"
197    done
198  fi
199  
200 @@ -1786,7 +1788,7 @@
201  
202  
203  
204 -CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
205 +CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/VERSION'
206  
207  
208  
209 @@ -1796,7 +1798,7 @@
210  
211  
212  
213 -ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg"
214 +ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg ga"
215  
216  # Make sure we can run config.sub.
217  $ac_config_sub sun4 >/dev/null 2>&1 ||
218 @@ -2431,8 +2433,7 @@
219    cat conftest.err >&5
220    echo "$as_me:$LINENO: \$? = $ac_status" >&5
221    (exit $ac_status); } &&
222 -        { ac_try='test -z "$ac_c_werror_flag"
223 -                        || test ! -s conftest.err'
224 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
225    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
226    (eval $ac_try) 2>&5
227    ac_status=$?
228 @@ -2490,8 +2491,7 @@
229    cat conftest.err >&5
230    echo "$as_me:$LINENO: \$? = $ac_status" >&5
231    (exit $ac_status); } &&
232 -        { ac_try='test -z "$ac_c_werror_flag"
233 -                        || test ! -s conftest.err'
234 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
235    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
236    (eval $ac_try) 2>&5
237    ac_status=$?
238 @@ -2607,8 +2607,7 @@
239    cat conftest.err >&5
240    echo "$as_me:$LINENO: \$? = $ac_status" >&5
241    (exit $ac_status); } &&
242 -        { ac_try='test -z "$ac_c_werror_flag"
243 -                        || test ! -s conftest.err'
244 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
245    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
246    (eval $ac_try) 2>&5
247    ac_status=$?
248 @@ -2662,8 +2661,7 @@
249    cat conftest.err >&5
250    echo "$as_me:$LINENO: \$? = $ac_status" >&5
251    (exit $ac_status); } &&
252 -        { ac_try='test -z "$ac_c_werror_flag"
253 -                        || test ! -s conftest.err'
254 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
255    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
256    (eval $ac_try) 2>&5
257    ac_status=$?
258 @@ -2708,8 +2706,7 @@
259    cat conftest.err >&5
260    echo "$as_me:$LINENO: \$? = $ac_status" >&5
261    (exit $ac_status); } &&
262 -        { ac_try='test -z "$ac_c_werror_flag"
263 -                        || test ! -s conftest.err'
264 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
265    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
266    (eval $ac_try) 2>&5
267    ac_status=$?
268 @@ -2753,8 +2750,7 @@
269    cat conftest.err >&5
270    echo "$as_me:$LINENO: \$? = $ac_status" >&5
271    (exit $ac_status); } &&
272 -        { ac_try='test -z "$ac_c_werror_flag"
273 -                        || test ! -s conftest.err'
274 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
275    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
276    (eval $ac_try) 2>&5
277    ac_status=$?
278 @@ -3006,8 +3002,7 @@
279    cat conftest.err >&5
280    echo "$as_me:$LINENO: \$? = $ac_status" >&5
281    (exit $ac_status); } &&
282 -        { ac_try='test -z "$ac_c_werror_flag"
283 -                        || test ! -s conftest.err'
284 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
285    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
286    (eval $ac_try) 2>&5
287    ac_status=$?
288 @@ -3061,8 +3056,7 @@
289    cat conftest.err >&5
290    echo "$as_me:$LINENO: \$? = $ac_status" >&5
291    (exit $ac_status); } &&
292 -        { ac_try='test -z "$ac_c_werror_flag"
293 -                        || test ! -s conftest.err'
294 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
295    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
296    (eval $ac_try) 2>&5
297    ac_status=$?
298 @@ -3397,8 +3391,7 @@
299    cat conftest.err >&5
300    echo "$as_me:$LINENO: \$? = $ac_status" >&5
301    (exit $ac_status); } &&
302 -        { ac_try='test -z "$ac_c_werror_flag"
303 -                        || test ! -s conftest.err'
304 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
305    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
306    (eval $ac_try) 2>&5
307    ac_status=$?
308 @@ -3568,8 +3561,7 @@
309    cat conftest.err >&5
310    echo "$as_me:$LINENO: \$? = $ac_status" >&5
311    (exit $ac_status); } &&
312 -        { ac_try='test -z "$ac_c_werror_flag"
313 -                        || test ! -s conftest.err'
314 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
315    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
316    (eval $ac_try) 2>&5
317    ac_status=$?
318 @@ -3644,8 +3636,7 @@
319    cat conftest.err >&5
320    echo "$as_me:$LINENO: \$? = $ac_status" >&5
321    (exit $ac_status); } &&
322 -        { ac_try='test -z "$ac_c_werror_flag"
323 -                        || test ! -s conftest.err'
324 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
325    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
326    (eval $ac_try) 2>&5
327    ac_status=$?
328 @@ -4298,8 +4289,7 @@
329    cat conftest.err >&5
330    echo "$as_me:$LINENO: \$? = $ac_status" >&5
331    (exit $ac_status); } &&
332 -        { ac_try='test -z "$ac_c_werror_flag"
333 -                        || test ! -s conftest.err'
334 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
335    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
336    (eval $ac_try) 2>&5
337    ac_status=$?
338 @@ -4415,8 +4405,7 @@
339    cat conftest.err >&5
340    echo "$as_me:$LINENO: \$? = $ac_status" >&5
341    (exit $ac_status); } &&
342 -        { ac_try='test -z "$ac_c_werror_flag"
343 -                        || test ! -s conftest.err'
344 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
345    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
346    (eval $ac_try) 2>&5
347    ac_status=$?
348 @@ -4498,8 +4487,7 @@
349    cat conftest.err >&5
350    echo "$as_me:$LINENO: \$? = $ac_status" >&5
351    (exit $ac_status); } &&
352 -        { ac_try='test -z "$ac_c_werror_flag"
353 -                        || test ! -s conftest.err'
354 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
355    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
356    (eval $ac_try) 2>&5
357    ac_status=$?
358 @@ -4528,8 +4516,7 @@
359    cat conftest.err >&5
360    echo "$as_me:$LINENO: \$? = $ac_status" >&5
361    (exit $ac_status); } &&
362 -        { ac_try='test -z "$ac_c_werror_flag"
363 -                        || test ! -s conftest.err'
364 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
365    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
366    (eval $ac_try) 2>&5
367    ac_status=$?
368 @@ -4599,8 +4586,7 @@
369    cat conftest.err >&5
370    echo "$as_me:$LINENO: \$? = $ac_status" >&5
371    (exit $ac_status); } &&
372 -        { ac_try='test -z "$ac_c_werror_flag"
373 -                        || test ! -s conftest.err'
374 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
375    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
376    (eval $ac_try) 2>&5
377    ac_status=$?
378 @@ -4652,8 +4638,7 @@
379    cat conftest.err >&5
380    echo "$as_me:$LINENO: \$? = $ac_status" >&5
381    (exit $ac_status); } &&
382 -        { ac_try='test -z "$ac_c_werror_flag"
383 -                        || test ! -s conftest.err'
384 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
385    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
386    (eval $ac_try) 2>&5
387    ac_status=$?
388 @@ -4724,8 +4709,7 @@
389    cat conftest.err >&5
390    echo "$as_me:$LINENO: \$? = $ac_status" >&5
391    (exit $ac_status); } &&
392 -        { ac_try='test -z "$ac_c_werror_flag"
393 -                        || test ! -s conftest.err'
394 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
395    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
396    (eval $ac_try) 2>&5
397    ac_status=$?
398 @@ -4777,8 +4761,7 @@
399    cat conftest.err >&5
400    echo "$as_me:$LINENO: \$? = $ac_status" >&5
401    (exit $ac_status); } &&
402 -        { ac_try='test -z "$ac_c_werror_flag"
403 -                        || test ! -s conftest.err'
404 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
405    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
406    (eval $ac_try) 2>&5
407    ac_status=$?
408 @@ -4812,6 +4795,584 @@
409  rm -f conftest*
410  fi
411  
412 +echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
413 +echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
414 +if test "${ac_cv_sys_largefile_source+set}" = set; then
415 +  echo $ECHO_N "(cached) $ECHO_C" >&6
416 +else
417 +  while :; do
418 +  ac_cv_sys_largefile_source=no
419 +  cat >conftest.$ac_ext <<_ACEOF
420 +/* confdefs.h.  */
421 +_ACEOF
422 +cat confdefs.h >>conftest.$ac_ext
423 +cat >>conftest.$ac_ext <<_ACEOF
424 +/* end confdefs.h.  */
425 +#include <stdio.h>
426 +int
427 +main ()
428 +{
429 +return !fseeko;
430 +  ;
431 +  return 0;
432 +}
433 +_ACEOF
434 +rm -f conftest.$ac_objext
435 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
436 +  (eval $ac_compile) 2>conftest.er1
437 +  ac_status=$?
438 +  grep -v '^ *+' conftest.er1 >conftest.err
439 +  rm -f conftest.er1
440 +  cat conftest.err >&5
441 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
442 +  (exit $ac_status); } &&
443 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
444 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
445 +  (eval $ac_try) 2>&5
446 +  ac_status=$?
447 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
448 +  (exit $ac_status); }; } &&
449 +        { ac_try='test -s conftest.$ac_objext'
450 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
451 +  (eval $ac_try) 2>&5
452 +  ac_status=$?
453 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
454 +  (exit $ac_status); }; }; then
455 +  break
456 +else
457 +  echo "$as_me: failed program was:" >&5
458 +sed 's/^/| /' conftest.$ac_ext >&5
459 +
460 +fi
461 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
462 +  cat >conftest.$ac_ext <<_ACEOF
463 +/* confdefs.h.  */
464 +_ACEOF
465 +cat confdefs.h >>conftest.$ac_ext
466 +cat >>conftest.$ac_ext <<_ACEOF
467 +/* end confdefs.h.  */
468 +#define _LARGEFILE_SOURCE 1
469 +#include <stdio.h>
470 +int
471 +main ()
472 +{
473 +return !fseeko;
474 +  ;
475 +  return 0;
476 +}
477 +_ACEOF
478 +rm -f conftest.$ac_objext
479 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
480 +  (eval $ac_compile) 2>conftest.er1
481 +  ac_status=$?
482 +  grep -v '^ *+' conftest.er1 >conftest.err
483 +  rm -f conftest.er1
484 +  cat conftest.err >&5
485 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
486 +  (exit $ac_status); } &&
487 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
488 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
489 +  (eval $ac_try) 2>&5
490 +  ac_status=$?
491 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
492 +  (exit $ac_status); }; } &&
493 +        { ac_try='test -s conftest.$ac_objext'
494 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
495 +  (eval $ac_try) 2>&5
496 +  ac_status=$?
497 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
498 +  (exit $ac_status); }; }; then
499 +  ac_cv_sys_largefile_source=1; break
500 +else
501 +  echo "$as_me: failed program was:" >&5
502 +sed 's/^/| /' conftest.$ac_ext >&5
503 +
504 +fi
505 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
506 +  break
507 +done
508 +fi
509 +echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
510 +echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
511 +if test "$ac_cv_sys_largefile_source" != no; then
512 +
513 +cat >>confdefs.h <<_ACEOF
514 +#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
515 +_ACEOF
516 +
517 +fi
518 +rm -f conftest*
519 +
520 +# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
521 +# in glibc 2.1.3, but that breaks too many other things.
522 +# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
523 +echo "$as_me:$LINENO: checking for fseeko" >&5
524 +echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
525 +if test "${ac_cv_func_fseeko+set}" = set; then
526 +  echo $ECHO_N "(cached) $ECHO_C" >&6
527 +else
528 +  cat >conftest.$ac_ext <<_ACEOF
529 +/* confdefs.h.  */
530 +_ACEOF
531 +cat confdefs.h >>conftest.$ac_ext
532 +cat >>conftest.$ac_ext <<_ACEOF
533 +/* end confdefs.h.  */
534 +#include <stdio.h>
535 +int
536 +main ()
537 +{
538 +return fseeko && fseeko (stdin, 0, 0);
539 +  ;
540 +  return 0;
541 +}
542 +_ACEOF
543 +rm -f conftest.$ac_objext conftest$ac_exeext
544 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
545 +  (eval $ac_link) 2>conftest.er1
546 +  ac_status=$?
547 +  grep -v '^ *+' conftest.er1 >conftest.err
548 +  rm -f conftest.er1
549 +  cat conftest.err >&5
550 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
551 +  (exit $ac_status); } &&
552 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
553 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
554 +  (eval $ac_try) 2>&5
555 +  ac_status=$?
556 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
557 +  (exit $ac_status); }; } &&
558 +        { ac_try='test -s conftest$ac_exeext'
559 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
560 +  (eval $ac_try) 2>&5
561 +  ac_status=$?
562 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
563 +  (exit $ac_status); }; }; then
564 +  ac_cv_func_fseeko=yes
565 +else
566 +  echo "$as_me: failed program was:" >&5
567 +sed 's/^/| /' conftest.$ac_ext >&5
568 +
569 +ac_cv_func_fseeko=no
570 +fi
571 +rm -f conftest.err conftest.$ac_objext \
572 +      conftest$ac_exeext conftest.$ac_ext
573 +fi
574 +echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
575 +echo "${ECHO_T}$ac_cv_func_fseeko" >&6
576 +if test $ac_cv_func_fseeko = yes; then
577 +
578 +cat >>confdefs.h <<\_ACEOF
579 +#define HAVE_FSEEKO 1
580 +_ACEOF
581 +
582 +fi
583 +
584 +echo "$as_me:$LINENO: checking for off_t" >&5
585 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6
586 +if test "${ac_cv_type_off_t+set}" = set; then
587 +  echo $ECHO_N "(cached) $ECHO_C" >&6
588 +else
589 +  cat >conftest.$ac_ext <<_ACEOF
590 +/* confdefs.h.  */
591 +_ACEOF
592 +cat confdefs.h >>conftest.$ac_ext
593 +cat >>conftest.$ac_ext <<_ACEOF
594 +/* end confdefs.h.  */
595 +$ac_includes_default
596 +int
597 +main ()
598 +{
599 +if ((off_t *) 0)
600 +  return 0;
601 +if (sizeof (off_t))
602 +  return 0;
603 +  ;
604 +  return 0;
605 +}
606 +_ACEOF
607 +rm -f conftest.$ac_objext
608 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
609 +  (eval $ac_compile) 2>conftest.er1
610 +  ac_status=$?
611 +  grep -v '^ *+' conftest.er1 >conftest.err
612 +  rm -f conftest.er1
613 +  cat conftest.err >&5
614 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
615 +  (exit $ac_status); } &&
616 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
617 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
618 +  (eval $ac_try) 2>&5
619 +  ac_status=$?
620 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
621 +  (exit $ac_status); }; } &&
622 +        { ac_try='test -s conftest.$ac_objext'
623 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
624 +  (eval $ac_try) 2>&5
625 +  ac_status=$?
626 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
627 +  (exit $ac_status); }; }; then
628 +  ac_cv_type_off_t=yes
629 +else
630 +  echo "$as_me: failed program was:" >&5
631 +sed 's/^/| /' conftest.$ac_ext >&5
632 +
633 +ac_cv_type_off_t=no
634 +fi
635 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
636 +fi
637 +echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
638 +echo "${ECHO_T}$ac_cv_type_off_t" >&6
639 +
640 +echo "$as_me:$LINENO: checking size of off_t" >&5
641 +echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
642 +if test "${ac_cv_sizeof_off_t+set}" = set; then
643 +  echo $ECHO_N "(cached) $ECHO_C" >&6
644 +else
645 +  if test "$ac_cv_type_off_t" = yes; then
646 +  # The cast to unsigned long works around a bug in the HP C Compiler
647 +  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
648 +  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
649 +  # This bug is HP SR number 8606223364.
650 +  if test "$cross_compiling" = yes; then
651 +  # Depending upon the size, compute the lo and hi bounds.
652 +cat >conftest.$ac_ext <<_ACEOF
653 +/* confdefs.h.  */
654 +_ACEOF
655 +cat confdefs.h >>conftest.$ac_ext
656 +cat >>conftest.$ac_ext <<_ACEOF
657 +/* end confdefs.h.  */
658 +$ac_includes_default
659 +int
660 +main ()
661 +{
662 +static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= 0)];
663 +test_array [0] = 0
664 +
665 +  ;
666 +  return 0;
667 +}
668 +_ACEOF
669 +rm -f conftest.$ac_objext
670 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
671 +  (eval $ac_compile) 2>conftest.er1
672 +  ac_status=$?
673 +  grep -v '^ *+' conftest.er1 >conftest.err
674 +  rm -f conftest.er1
675 +  cat conftest.err >&5
676 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
677 +  (exit $ac_status); } &&
678 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
679 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
680 +  (eval $ac_try) 2>&5
681 +  ac_status=$?
682 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
683 +  (exit $ac_status); }; } &&
684 +        { ac_try='test -s conftest.$ac_objext'
685 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
686 +  (eval $ac_try) 2>&5
687 +  ac_status=$?
688 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
689 +  (exit $ac_status); }; }; then
690 +  ac_lo=0 ac_mid=0
691 +  while :; do
692 +    cat >conftest.$ac_ext <<_ACEOF
693 +/* confdefs.h.  */
694 +_ACEOF
695 +cat confdefs.h >>conftest.$ac_ext
696 +cat >>conftest.$ac_ext <<_ACEOF
697 +/* end confdefs.h.  */
698 +$ac_includes_default
699 +int
700 +main ()
701 +{
702 +static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
703 +test_array [0] = 0
704 +
705 +  ;
706 +  return 0;
707 +}
708 +_ACEOF
709 +rm -f conftest.$ac_objext
710 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
711 +  (eval $ac_compile) 2>conftest.er1
712 +  ac_status=$?
713 +  grep -v '^ *+' conftest.er1 >conftest.err
714 +  rm -f conftest.er1
715 +  cat conftest.err >&5
716 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
717 +  (exit $ac_status); } &&
718 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
719 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
720 +  (eval $ac_try) 2>&5
721 +  ac_status=$?
722 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
723 +  (exit $ac_status); }; } &&
724 +        { ac_try='test -s conftest.$ac_objext'
725 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
726 +  (eval $ac_try) 2>&5
727 +  ac_status=$?
728 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
729 +  (exit $ac_status); }; }; then
730 +  ac_hi=$ac_mid; break
731 +else
732 +  echo "$as_me: failed program was:" >&5
733 +sed 's/^/| /' conftest.$ac_ext >&5
734 +
735 +ac_lo=`expr $ac_mid + 1`
736 +                   if test $ac_lo -le $ac_mid; then
737 +                     ac_lo= ac_hi=
738 +                     break
739 +                   fi
740 +                   ac_mid=`expr 2 '*' $ac_mid + 1`
741 +fi
742 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
743 +  done
744 +else
745 +  echo "$as_me: failed program was:" >&5
746 +sed 's/^/| /' conftest.$ac_ext >&5
747 +
748 +cat >conftest.$ac_ext <<_ACEOF
749 +/* confdefs.h.  */
750 +_ACEOF
751 +cat confdefs.h >>conftest.$ac_ext
752 +cat >>conftest.$ac_ext <<_ACEOF
753 +/* end confdefs.h.  */
754 +$ac_includes_default
755 +int
756 +main ()
757 +{
758 +static int test_array [1 - 2 * !(((long) (sizeof (off_t))) < 0)];
759 +test_array [0] = 0
760 +
761 +  ;
762 +  return 0;
763 +}
764 +_ACEOF
765 +rm -f conftest.$ac_objext
766 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
767 +  (eval $ac_compile) 2>conftest.er1
768 +  ac_status=$?
769 +  grep -v '^ *+' conftest.er1 >conftest.err
770 +  rm -f conftest.er1
771 +  cat conftest.err >&5
772 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
773 +  (exit $ac_status); } &&
774 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
775 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
776 +  (eval $ac_try) 2>&5
777 +  ac_status=$?
778 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
779 +  (exit $ac_status); }; } &&
780 +        { ac_try='test -s conftest.$ac_objext'
781 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
782 +  (eval $ac_try) 2>&5
783 +  ac_status=$?
784 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
785 +  (exit $ac_status); }; }; then
786 +  ac_hi=-1 ac_mid=-1
787 +  while :; do
788 +    cat >conftest.$ac_ext <<_ACEOF
789 +/* confdefs.h.  */
790 +_ACEOF
791 +cat confdefs.h >>conftest.$ac_ext
792 +cat >>conftest.$ac_ext <<_ACEOF
793 +/* end confdefs.h.  */
794 +$ac_includes_default
795 +int
796 +main ()
797 +{
798 +static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= $ac_mid)];
799 +test_array [0] = 0
800 +
801 +  ;
802 +  return 0;
803 +}
804 +_ACEOF
805 +rm -f conftest.$ac_objext
806 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
807 +  (eval $ac_compile) 2>conftest.er1
808 +  ac_status=$?
809 +  grep -v '^ *+' conftest.er1 >conftest.err
810 +  rm -f conftest.er1
811 +  cat conftest.err >&5
812 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
813 +  (exit $ac_status); } &&
814 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
815 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
816 +  (eval $ac_try) 2>&5
817 +  ac_status=$?
818 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
819 +  (exit $ac_status); }; } &&
820 +        { ac_try='test -s conftest.$ac_objext'
821 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
822 +  (eval $ac_try) 2>&5
823 +  ac_status=$?
824 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
825 +  (exit $ac_status); }; }; then
826 +  ac_lo=$ac_mid; break
827 +else
828 +  echo "$as_me: failed program was:" >&5
829 +sed 's/^/| /' conftest.$ac_ext >&5
830 +
831 +ac_hi=`expr '(' $ac_mid ')' - 1`
832 +                      if test $ac_mid -le $ac_hi; then
833 +                        ac_lo= ac_hi=
834 +                        break
835 +                      fi
836 +                      ac_mid=`expr 2 '*' $ac_mid`
837 +fi
838 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
839 +  done
840 +else
841 +  echo "$as_me: failed program was:" >&5
842 +sed 's/^/| /' conftest.$ac_ext >&5
843 +
844 +ac_lo= ac_hi=
845 +fi
846 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
847 +fi
848 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
849 +# Binary search between lo and hi bounds.
850 +while test "x$ac_lo" != "x$ac_hi"; do
851 +  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
852 +  cat >conftest.$ac_ext <<_ACEOF
853 +/* confdefs.h.  */
854 +_ACEOF
855 +cat confdefs.h >>conftest.$ac_ext
856 +cat >>conftest.$ac_ext <<_ACEOF
857 +/* end confdefs.h.  */
858 +$ac_includes_default
859 +int
860 +main ()
861 +{
862 +static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
863 +test_array [0] = 0
864 +
865 +  ;
866 +  return 0;
867 +}
868 +_ACEOF
869 +rm -f conftest.$ac_objext
870 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
871 +  (eval $ac_compile) 2>conftest.er1
872 +  ac_status=$?
873 +  grep -v '^ *+' conftest.er1 >conftest.err
874 +  rm -f conftest.er1
875 +  cat conftest.err >&5
876 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
877 +  (exit $ac_status); } &&
878 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
879 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
880 +  (eval $ac_try) 2>&5
881 +  ac_status=$?
882 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
883 +  (exit $ac_status); }; } &&
884 +        { ac_try='test -s conftest.$ac_objext'
885 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
886 +  (eval $ac_try) 2>&5
887 +  ac_status=$?
888 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
889 +  (exit $ac_status); }; }; then
890 +  ac_hi=$ac_mid
891 +else
892 +  echo "$as_me: failed program was:" >&5
893 +sed 's/^/| /' conftest.$ac_ext >&5
894 +
895 +ac_lo=`expr '(' $ac_mid ')' + 1`
896 +fi
897 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
898 +done
899 +case $ac_lo in
900 +?*) ac_cv_sizeof_off_t=$ac_lo;;
901 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
902 +See \`config.log' for more details." >&5
903 +echo "$as_me: error: cannot compute sizeof (off_t), 77
904 +See \`config.log' for more details." >&2;}
905 +   { (exit 1); exit 1; }; } ;;
906 +esac
907 +else
908 +  if test "$cross_compiling" = yes; then
909 +  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
910 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
911 +   { (exit 1); exit 1; }; }
912 +else
913 +  cat >conftest.$ac_ext <<_ACEOF
914 +/* confdefs.h.  */
915 +_ACEOF
916 +cat confdefs.h >>conftest.$ac_ext
917 +cat >>conftest.$ac_ext <<_ACEOF
918 +/* end confdefs.h.  */
919 +$ac_includes_default
920 +long longval () { return (long) (sizeof (off_t)); }
921 +unsigned long ulongval () { return (long) (sizeof (off_t)); }
922 +#include <stdio.h>
923 +#include <stdlib.h>
924 +int
925 +main ()
926 +{
927 +
928 +  FILE *f = fopen ("conftest.val", "w");
929 +  if (! f)
930 +    exit (1);
931 +  if (((long) (sizeof (off_t))) < 0)
932 +    {
933 +      long i = longval ();
934 +      if (i != ((long) (sizeof (off_t))))
935 +       exit (1);
936 +      fprintf (f, "%ld\n", i);
937 +    }
938 +  else
939 +    {
940 +      unsigned long i = ulongval ();
941 +      if (i != ((long) (sizeof (off_t))))
942 +       exit (1);
943 +      fprintf (f, "%lu\n", i);
944 +    }
945 +  exit (ferror (f) || fclose (f) != 0);
946 +
947 +  ;
948 +  return 0;
949 +}
950 +_ACEOF
951 +rm -f conftest$ac_exeext
952 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
953 +  (eval $ac_link) 2>&5
954 +  ac_status=$?
955 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
956 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
957 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
958 +  (eval $ac_try) 2>&5
959 +  ac_status=$?
960 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
961 +  (exit $ac_status); }; }; then
962 +  ac_cv_sizeof_off_t=`cat conftest.val`
963 +else
964 +  echo "$as_me: program exited with status $ac_status" >&5
965 +echo "$as_me: failed program was:" >&5
966 +sed 's/^/| /' conftest.$ac_ext >&5
967 +
968 +( exit $ac_status )
969 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
970 +See \`config.log' for more details." >&5
971 +echo "$as_me: error: cannot compute sizeof (off_t), 77
972 +See \`config.log' for more details." >&2;}
973 +   { (exit 1); exit 1; }; }
974 +fi
975 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
976 +fi
977 +fi
978 +rm -f conftest.val
979 +else
980 +  ac_cv_sizeof_off_t=0
981 +fi
982 +fi
983 +echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
984 +echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
985 +cat >>confdefs.h <<_ACEOF
986 +#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
987 +_ACEOF
988 +
989 +
990  
991  # Extract the first word of "dbx", so it can be a program name with args.
992  set dummy dbx; ac_word=$2
993 @@ -4968,6 +5529,8 @@
994  
995  
996  
997 +
998 +
999  for ac_header in inttypes.h
1000  do
1001  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1002 @@ -5001,8 +5564,7 @@
1003    cat conftest.err >&5
1004    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1005    (exit $ac_status); } &&
1006 -        { ac_try='test -z "$ac_c_werror_flag"
1007 -                        || test ! -s conftest.err'
1008 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1009    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1010    (eval $ac_try) 2>&5
1011    ac_status=$?
1012 @@ -5149,8 +5711,7 @@
1013    cat conftest.err >&5
1014    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1015    (exit $ac_status); } &&
1016 -        { ac_try='test -z "$ac_c_werror_flag"
1017 -                        || test ! -s conftest.err'
1018 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1019    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1020    (eval $ac_try) 2>&5
1021    ac_status=$?
1022 @@ -5212,8 +5773,7 @@
1023    cat conftest.err >&5
1024    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1025    (exit $ac_status); } &&
1026 -        { ac_try='test -z "$ac_c_werror_flag"
1027 -                        || test ! -s conftest.err'
1028 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1029    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1030    (eval $ac_try) 2>&5
1031    ac_status=$?
1032 @@ -5275,8 +5835,7 @@
1033    cat conftest.err >&5
1034    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1035    (exit $ac_status); } &&
1036 -        { ac_try='test -z "$ac_c_werror_flag"
1037 -                        || test ! -s conftest.err'
1038 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1039    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1040    (eval $ac_try) 2>&5
1041    ac_status=$?
1042 @@ -5316,8 +5875,7 @@
1043    cat conftest.err >&5
1044    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1045    (exit $ac_status); } &&
1046 -        { ac_try='test -z "$ac_c_werror_flag"
1047 -                        || test ! -s conftest.err'
1048 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1049    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1050    (eval $ac_try) 2>&5
1051    ac_status=$?
1052 @@ -5373,8 +5931,7 @@
1053    cat conftest.err >&5
1054    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1055    (exit $ac_status); } &&
1056 -        { ac_try='test -z "$ac_c_werror_flag"
1057 -                        || test ! -s conftest.err'
1058 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1059    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1060    (eval $ac_try) 2>&5
1061    ac_status=$?
1062 @@ -5414,8 +5971,7 @@
1063    cat conftest.err >&5
1064    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1065    (exit $ac_status); } &&
1066 -        { ac_try='test -z "$ac_c_werror_flag"
1067 -                        || test ! -s conftest.err'
1068 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1069    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1070    (eval $ac_try) 2>&5
1071    ac_status=$?
1072 @@ -5479,8 +6035,7 @@
1073    cat conftest.err >&5
1074    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1075    (exit $ac_status); } &&
1076 -        { ac_try='test -z "$ac_c_werror_flag"
1077 -                        || test ! -s conftest.err'
1078 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1079    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1080    (eval $ac_try) 2>&5
1081    ac_status=$?
1082 @@ -5511,10 +6066,8 @@
1083  esac
1084  else
1085    if test "$cross_compiling" = yes; then
1086 -  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
1087 -See \`config.log' for more details." >&5
1088 -echo "$as_me: error: cannot run test program while cross compiling
1089 -See \`config.log' for more details." >&2;}
1090 +  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
1091 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
1092     { (exit 1); exit 1; }; }
1093  else
1094    cat >conftest.$ac_ext <<_ACEOF
1095 @@ -5626,8 +6179,7 @@
1096    cat conftest.err >&5
1097    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1098    (exit $ac_status); } &&
1099 -        { ac_try='test -z "$ac_c_werror_flag"
1100 -                        || test ! -s conftest.err'
1101 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1102    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1103    (eval $ac_try) 2>&5
1104    ac_status=$?
1105 @@ -5689,8 +6241,7 @@
1106    cat conftest.err >&5
1107    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1108    (exit $ac_status); } &&
1109 -        { ac_try='test -z "$ac_c_werror_flag"
1110 -                        || test ! -s conftest.err'
1111 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1112    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1113    (eval $ac_try) 2>&5
1114    ac_status=$?
1115 @@ -5730,8 +6281,7 @@
1116    cat conftest.err >&5
1117    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1118    (exit $ac_status); } &&
1119 -        { ac_try='test -z "$ac_c_werror_flag"
1120 -                        || test ! -s conftest.err'
1121 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1122    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1123    (eval $ac_try) 2>&5
1124    ac_status=$?
1125 @@ -5787,8 +6337,7 @@
1126    cat conftest.err >&5
1127    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1128    (exit $ac_status); } &&
1129 -        { ac_try='test -z "$ac_c_werror_flag"
1130 -                        || test ! -s conftest.err'
1131 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1132    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1133    (eval $ac_try) 2>&5
1134    ac_status=$?
1135 @@ -5828,8 +6377,7 @@
1136    cat conftest.err >&5
1137    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1138    (exit $ac_status); } &&
1139 -        { ac_try='test -z "$ac_c_werror_flag"
1140 -                        || test ! -s conftest.err'
1141 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1142    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1143    (eval $ac_try) 2>&5
1144    ac_status=$?
1145 @@ -5893,8 +6441,7 @@
1146    cat conftest.err >&5
1147    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1148    (exit $ac_status); } &&
1149 -        { ac_try='test -z "$ac_c_werror_flag"
1150 -                        || test ! -s conftest.err'
1151 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1152    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1153    (eval $ac_try) 2>&5
1154    ac_status=$?
1155 @@ -5925,10 +6472,8 @@
1156  esac
1157  else
1158    if test "$cross_compiling" = yes; then
1159 -  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
1160 -See \`config.log' for more details." >&5
1161 -echo "$as_me: error: cannot run test program while cross compiling
1162 -See \`config.log' for more details." >&2;}
1163 +  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
1164 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
1165     { (exit 1); exit 1; }; }
1166  else
1167    cat >conftest.$ac_ext <<_ACEOF
1168 @@ -6040,8 +6585,7 @@
1169    cat conftest.err >&5
1170    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1171    (exit $ac_status); } &&
1172 -        { ac_try='test -z "$ac_c_werror_flag"
1173 -                        || test ! -s conftest.err'
1174 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1175    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1176    (eval $ac_try) 2>&5
1177    ac_status=$?
1178 @@ -6103,8 +6647,7 @@
1179    cat conftest.err >&5
1180    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1181    (exit $ac_status); } &&
1182 -        { ac_try='test -z "$ac_c_werror_flag"
1183 -                        || test ! -s conftest.err'
1184 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1185    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1186    (eval $ac_try) 2>&5
1187    ac_status=$?
1188 @@ -6144,8 +6687,7 @@
1189    cat conftest.err >&5
1190    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1191    (exit $ac_status); } &&
1192 -        { ac_try='test -z "$ac_c_werror_flag"
1193 -                        || test ! -s conftest.err'
1194 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1195    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1196    (eval $ac_try) 2>&5
1197    ac_status=$?
1198 @@ -6201,8 +6743,7 @@
1199    cat conftest.err >&5
1200    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1201    (exit $ac_status); } &&
1202 -        { ac_try='test -z "$ac_c_werror_flag"
1203 -                        || test ! -s conftest.err'
1204 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1205    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1206    (eval $ac_try) 2>&5
1207    ac_status=$?
1208 @@ -6242,8 +6783,7 @@
1209    cat conftest.err >&5
1210    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1211    (exit $ac_status); } &&
1212 -        { ac_try='test -z "$ac_c_werror_flag"
1213 -                        || test ! -s conftest.err'
1214 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1215    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1216    (eval $ac_try) 2>&5
1217    ac_status=$?
1218 @@ -6307,8 +6847,7 @@
1219    cat conftest.err >&5
1220    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1221    (exit $ac_status); } &&
1222 -        { ac_try='test -z "$ac_c_werror_flag"
1223 -                        || test ! -s conftest.err'
1224 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1225    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1226    (eval $ac_try) 2>&5
1227    ac_status=$?
1228 @@ -6339,10 +6878,8 @@
1229  esac
1230  else
1231    if test "$cross_compiling" = yes; then
1232 -  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
1233 -See \`config.log' for more details." >&5
1234 -echo "$as_me: error: cannot run test program while cross compiling
1235 -See \`config.log' for more details." >&2;}
1236 +  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
1237 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
1238     { (exit 1); exit 1; }; }
1239  else
1240    cat >conftest.$ac_ext <<_ACEOF
1241 @@ -6454,8 +6991,7 @@
1242    cat conftest.err >&5
1243    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1244    (exit $ac_status); } &&
1245 -        { ac_try='test -z "$ac_c_werror_flag"
1246 -                        || test ! -s conftest.err'
1247 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1248    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1249    (eval $ac_try) 2>&5
1250    ac_status=$?
1251 @@ -6517,8 +7053,7 @@
1252    cat conftest.err >&5
1253    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1254    (exit $ac_status); } &&
1255 -        { ac_try='test -z "$ac_c_werror_flag"
1256 -                        || test ! -s conftest.err'
1257 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1258    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1259    (eval $ac_try) 2>&5
1260    ac_status=$?
1261 @@ -6558,8 +7093,7 @@
1262    cat conftest.err >&5
1263    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1264    (exit $ac_status); } &&
1265 -        { ac_try='test -z "$ac_c_werror_flag"
1266 -                        || test ! -s conftest.err'
1267 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1268    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1269    (eval $ac_try) 2>&5
1270    ac_status=$?
1271 @@ -6615,8 +7149,7 @@
1272    cat conftest.err >&5
1273    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1274    (exit $ac_status); } &&
1275 -        { ac_try='test -z "$ac_c_werror_flag"
1276 -                        || test ! -s conftest.err'
1277 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1278    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1279    (eval $ac_try) 2>&5
1280    ac_status=$?
1281 @@ -6656,8 +7189,7 @@
1282    cat conftest.err >&5
1283    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1284    (exit $ac_status); } &&
1285 -        { ac_try='test -z "$ac_c_werror_flag"
1286 -                        || test ! -s conftest.err'
1287 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1288    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1289    (eval $ac_try) 2>&5
1290    ac_status=$?
1291 @@ -6721,8 +7253,7 @@
1292    cat conftest.err >&5
1293    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1294    (exit $ac_status); } &&
1295 -        { ac_try='test -z "$ac_c_werror_flag"
1296 -                        || test ! -s conftest.err'
1297 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1298    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1299    (eval $ac_try) 2>&5
1300    ac_status=$?
1301 @@ -6753,10 +7284,8 @@
1302  esac
1303  else
1304    if test "$cross_compiling" = yes; then
1305 -  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
1306 -See \`config.log' for more details." >&5
1307 -echo "$as_me: error: cannot run test program while cross compiling
1308 -See \`config.log' for more details." >&2;}
1309 +  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
1310 +echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
1311     { (exit 1); exit 1; }; }
1312  else
1313    cat >conftest.$ac_ext <<_ACEOF
1314 @@ -7205,8 +7734,7 @@
1315    cat conftest.err >&5
1316    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1317    (exit $ac_status); } &&
1318 -        { ac_try='test -z "$ac_c_werror_flag"
1319 -                        || test ! -s conftest.err'
1320 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1321    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1322    (eval $ac_try) 2>&5
1323    ac_status=$?
1324 @@ -7292,8 +7820,7 @@
1325    cat conftest.err >&5
1326    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1327    (exit $ac_status); } &&
1328 -        { ac_try='test -z "$ac_c_werror_flag"
1329 -                        || test ! -s conftest.err'
1330 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1331    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1332    (eval $ac_try) 2>&5
1333    ac_status=$?
1334 @@ -7408,8 +7935,7 @@
1335    cat conftest.err >&5
1336    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1337    (exit $ac_status); } &&
1338 -        { ac_try='test -z "$ac_c_werror_flag"
1339 -                        || test ! -s conftest.err'
1340 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1341    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1342    (eval $ac_try) 2>&5
1343    ac_status=$?
1344 @@ -7479,8 +8005,7 @@
1345    cat conftest.err >&5
1346    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1347    (exit $ac_status); } &&
1348 -        { ac_try='test -z "$ac_c_werror_flag"
1349 -                        || test ! -s conftest.err'
1350 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1351    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1352    (eval $ac_try) 2>&5
1353    ac_status=$?
1354 @@ -7549,8 +8074,7 @@
1355    cat conftest.err >&5
1356    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1357    (exit $ac_status); } &&
1358 -        { ac_try='test -z "$ac_c_werror_flag"
1359 -                        || test ! -s conftest.err'
1360 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1361    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1362    (eval $ac_try) 2>&5
1363    ac_status=$?
1364 @@ -7616,8 +8140,7 @@
1365    cat conftest.err >&5
1366    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1367    (exit $ac_status); } &&
1368 -        { ac_try='test -z "$ac_c_werror_flag"
1369 -                        || test ! -s conftest.err'
1370 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1371    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1372    (eval $ac_try) 2>&5
1373    ac_status=$?
1374 @@ -7767,8 +8290,7 @@
1375    cat conftest.err >&5
1376    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1377    (exit $ac_status); } &&
1378 -        { ac_try='test -z "$ac_c_werror_flag"
1379 -                        || test ! -s conftest.err'
1380 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1381    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1382    (eval $ac_try) 2>&5
1383    ac_status=$?
1384 @@ -7951,8 +8473,7 @@
1385    cat conftest.err >&5
1386    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1387    (exit $ac_status); } &&
1388 -        { ac_try='test -z "$ac_c_werror_flag"
1389 -                        || test ! -s conftest.err'
1390 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1391    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1392    (eval $ac_try) 2>&5
1393    ac_status=$?
1394 @@ -8020,8 +8541,7 @@
1395    cat conftest.err >&5
1396    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1397    (exit $ac_status); } &&
1398 -        { ac_try='test -z "$ac_c_werror_flag"
1399 -                        || test ! -s conftest.err'
1400 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1401    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1402    (eval $ac_try) 2>&5
1403    ac_status=$?
1404 @@ -8090,8 +8610,7 @@
1405    cat conftest.err >&5
1406    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1407    (exit $ac_status); } &&
1408 -        { ac_try='test -z "$ac_c_werror_flag"
1409 -                        || test ! -s conftest.err'
1410 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1411    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1412    (eval $ac_try) 2>&5
1413    ac_status=$?
1414 @@ -8162,8 +8681,7 @@
1415    cat conftest.err >&5
1416    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1417    (exit $ac_status); } &&
1418 -        { ac_try='test -z "$ac_c_werror_flag"
1419 -                        || test ! -s conftest.err'
1420 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1421    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1422    (eval $ac_try) 2>&5
1423    ac_status=$?
1424 @@ -8285,8 +8803,7 @@
1425    cat conftest.err >&5
1426    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1427    (exit $ac_status); } &&
1428 -        { ac_try='test -z "$ac_c_werror_flag"
1429 -                        || test ! -s conftest.err'
1430 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1431    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1432    (eval $ac_try) 2>&5
1433    ac_status=$?
1434 @@ -8355,8 +8872,7 @@
1435    cat conftest.err >&5
1436    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1437    (exit $ac_status); } &&
1438 -        { ac_try='test -z "$ac_c_werror_flag"
1439 -                        || test ! -s conftest.err'
1440 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1441    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1442    (eval $ac_try) 2>&5
1443    ac_status=$?
1444 @@ -8433,8 +8949,7 @@
1445    cat conftest.err >&5
1446    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1447    (exit $ac_status); } &&
1448 -        { ac_try='test -z "$ac_c_werror_flag"
1449 -                        || test ! -s conftest.err'
1450 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1451    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1452    (eval $ac_try) 2>&5
1453    ac_status=$?
1454 @@ -8496,8 +9011,7 @@
1455    cat conftest.err >&5
1456    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1457    (exit $ac_status); } &&
1458 -        { ac_try='test -z "$ac_c_werror_flag"
1459 -                        || test ! -s conftest.err'
1460 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1461    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1462    (eval $ac_try) 2>&5
1463    ac_status=$?
1464 @@ -8550,8 +9064,7 @@
1465    cat conftest.err >&5
1466    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1467    (exit $ac_status); } &&
1468 -        { ac_try='test -z "$ac_c_werror_flag"
1469 -                        || test ! -s conftest.err'
1470 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1471    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1472    (eval $ac_try) 2>&5
1473    ac_status=$?
1474 @@ -8594,8 +9107,7 @@
1475    cat conftest.err >&5
1476    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1477    (exit $ac_status); } &&
1478 -        { ac_try='test -z "$ac_c_werror_flag"
1479 -                        || test ! -s conftest.err'
1480 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1481    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1482    (eval $ac_try) 2>&5
1483    ac_status=$?
1484 @@ -8670,8 +9182,7 @@
1485    cat conftest.err >&5
1486    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1487    (exit $ac_status); } &&
1488 -        { ac_try='test -z "$ac_c_werror_flag"
1489 -                        || test ! -s conftest.err'
1490 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1491    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1492    (eval $ac_try) 2>&5
1493    ac_status=$?
1494 @@ -8710,8 +9221,7 @@
1495    cat conftest.err >&5
1496    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1497    (exit $ac_status); } &&
1498 -        { ac_try='test -z "$ac_c_werror_flag"
1499 -                        || test ! -s conftest.err'
1500 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1501    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1502    (eval $ac_try) 2>&5
1503    ac_status=$?
1504 @@ -8807,8 +9317,7 @@
1505    cat conftest.err >&5
1506    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1507    (exit $ac_status); } &&
1508 -        { ac_try='test -z "$ac_c_werror_flag"
1509 -                        || test ! -s conftest.err'
1510 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1511    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1512    (eval $ac_try) 2>&5
1513    ac_status=$?
1514 @@ -8978,8 +9487,7 @@
1515    cat conftest.err >&5
1516    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1517    (exit $ac_status); } &&
1518 -        { ac_try='test -z "$ac_c_werror_flag"
1519 -                        || test ! -s conftest.err'
1520 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1521    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1522    (eval $ac_try) 2>&5
1523    ac_status=$?
1524 @@ -9129,8 +9637,7 @@
1525    cat conftest.err >&5
1526    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1527    (exit $ac_status); } &&
1528 -        { ac_try='test -z "$ac_c_werror_flag"
1529 -                        || test ! -s conftest.err'
1530 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1531    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1532    (eval $ac_try) 2>&5
1533    ac_status=$?
1534 @@ -9279,8 +9786,7 @@
1535    cat conftest.err >&5
1536    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1537    (exit $ac_status); } &&
1538 -        { ac_try='test -z "$ac_c_werror_flag"
1539 -                        || test ! -s conftest.err'
1540 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1541    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1542    (eval $ac_try) 2>&5
1543    ac_status=$?
1544 @@ -9466,8 +9972,7 @@
1545    cat conftest.err >&5
1546    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1547    (exit $ac_status); } &&
1548 -        { ac_try='test -z "$ac_c_werror_flag"
1549 -                        || test ! -s conftest.err'
1550 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1551    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1552    (eval $ac_try) 2>&5
1553    ac_status=$?
1554 @@ -9539,8 +10044,7 @@
1555    cat conftest.err >&5
1556    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1557    (exit $ac_status); } &&
1558 -        { ac_try='test -z "$ac_c_werror_flag"
1559 -                        || test ! -s conftest.err'
1560 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1561    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1562    (eval $ac_try) 2>&5
1563    ac_status=$?
1564 @@ -9647,8 +10151,7 @@
1565    cat conftest.err >&5
1566    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1567    (exit $ac_status); } &&
1568 -        { ac_try='test -z "$ac_c_werror_flag"
1569 -                        || test ! -s conftest.err'
1570 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1571    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1572    (eval $ac_try) 2>&5
1573    ac_status=$?
1574 @@ -9737,8 +10240,7 @@
1575    cat conftest.err >&5
1576    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1577    (exit $ac_status); } &&
1578 -        { ac_try='test -z "$ac_c_werror_flag"
1579 -                        || test ! -s conftest.err'
1580 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1581    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1582    (eval $ac_try) 2>&5
1583    ac_status=$?
1584 @@ -9811,8 +10313,7 @@
1585    cat conftest.err >&5
1586    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1587    (exit $ac_status); } &&
1588 -        { ac_try='test -z "$ac_c_werror_flag"
1589 -                        || test ! -s conftest.err'
1590 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1591    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1592    (eval $ac_try) 2>&5
1593    ac_status=$?
1594 @@ -9877,8 +10378,7 @@
1595    cat conftest.err >&5
1596    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1597    (exit $ac_status); } &&
1598 -        { ac_try='test -z "$ac_c_werror_flag"
1599 -                        || test ! -s conftest.err'
1600 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1601    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1602    (eval $ac_try) 2>&5
1603    ac_status=$?
1604 @@ -9985,8 +10485,7 @@
1605    cat conftest.err >&5
1606    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1607    (exit $ac_status); } &&
1608 -        { ac_try='test -z "$ac_c_werror_flag"
1609 -                        || test ! -s conftest.err'
1610 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1611    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1612    (eval $ac_try) 2>&5
1613    ac_status=$?
1614 @@ -10089,8 +10588,7 @@
1615    cat conftest.err >&5
1616    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1617    (exit $ac_status); } &&
1618 -        { ac_try='test -z "$ac_c_werror_flag"
1619 -                        || test ! -s conftest.err'
1620 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1621    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1622    (eval $ac_try) 2>&5
1623    ac_status=$?
1624 @@ -10198,8 +10696,7 @@
1625    cat conftest.err >&5
1626    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1627    (exit $ac_status); } &&
1628 -        { ac_try='test -z "$ac_c_werror_flag"
1629 -                        || test ! -s conftest.err'
1630 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1631    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1632    (eval $ac_try) 2>&5
1633    ac_status=$?
1634 @@ -10259,8 +10756,7 @@
1635    cat conftest.err >&5
1636    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1637    (exit $ac_status); } &&
1638 -        { ac_try='test -z "$ac_c_werror_flag"
1639 -                        || test ! -s conftest.err'
1640 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1641    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1642    (eval $ac_try) 2>&5
1643    ac_status=$?
1644 @@ -10448,8 +10944,7 @@
1645    cat conftest.err >&5
1646    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1647    (exit $ac_status); } &&
1648 -        { ac_try='test -z "$ac_c_werror_flag"
1649 -                        || test ! -s conftest.err'
1650 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1651    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1652    (eval $ac_try) 2>&5
1653    ac_status=$?
1654 @@ -10552,8 +11047,7 @@
1655    cat conftest.err >&5
1656    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1657    (exit $ac_status); } &&
1658 -        { ac_try='test -z "$ac_c_werror_flag"
1659 -                        || test ! -s conftest.err'
1660 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1661    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1662    (eval $ac_try) 2>&5
1663    ac_status=$?
1664 @@ -10667,8 +11161,7 @@
1665    cat conftest.err >&5
1666    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1667    (exit $ac_status); } &&
1668 -        { ac_try='test -z "$ac_c_werror_flag"
1669 -                        || test ! -s conftest.err'
1670 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1671    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1672    (eval $ac_try) 2>&5
1673    ac_status=$?
1674 @@ -10737,8 +11230,7 @@
1675    cat conftest.err >&5
1676    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1677    (exit $ac_status); } &&
1678 -        { ac_try='test -z "$ac_c_werror_flag"
1679 -                        || test ! -s conftest.err'
1680 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1681    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1682    (eval $ac_try) 2>&5
1683    ac_status=$?
1684 @@ -10845,8 +11337,7 @@
1685    cat conftest.err >&5
1686    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1687    (exit $ac_status); } &&
1688 -        { ac_try='test -z "$ac_c_werror_flag"
1689 -                        || test ! -s conftest.err'
1690 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1691    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1692    (eval $ac_try) 2>&5
1693    ac_status=$?
1694 @@ -10915,8 +11406,7 @@
1695    cat conftest.err >&5
1696    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1697    (exit $ac_status); } &&
1698 -        { ac_try='test -z "$ac_c_werror_flag"
1699 -                        || test ! -s conftest.err'
1700 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1701    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1702    (eval $ac_try) 2>&5
1703    ac_status=$?
1704 @@ -11023,8 +11513,7 @@
1705    cat conftest.err >&5
1706    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1707    (exit $ac_status); } &&
1708 -        { ac_try='test -z "$ac_c_werror_flag"
1709 -                        || test ! -s conftest.err'
1710 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1711    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1712    (eval $ac_try) 2>&5
1713    ac_status=$?
1714 @@ -11134,8 +11623,7 @@
1715    cat conftest.err >&5
1716    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1717    (exit $ac_status); } &&
1718 -        { ac_try='test -z "$ac_c_werror_flag"
1719 -                        || test ! -s conftest.err'
1720 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1721    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1722    (eval $ac_try) 2>&5
1723    ac_status=$?
1724 @@ -11636,8 +12124,7 @@
1725    cat conftest.err >&5
1726    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1727    (exit $ac_status); } &&
1728 -        { ac_try='test -z "$ac_c_werror_flag"
1729 -                        || test ! -s conftest.err'
1730 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1731    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1732    (eval $ac_try) 2>&5
1733    ac_status=$?
1734 @@ -11703,8 +12190,7 @@
1735    cat conftest.err >&5
1736    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1737    (exit $ac_status); } &&
1738 -        { ac_try='test -z "$ac_c_werror_flag"
1739 -                        || test ! -s conftest.err'
1740 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1741    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1742    (eval $ac_try) 2>&5
1743    ac_status=$?
1744 @@ -11805,8 +12291,7 @@
1745    cat conftest.err >&5
1746    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1747    (exit $ac_status); } &&
1748 -        { ac_try='test -z "$ac_c_werror_flag"
1749 -                        || test ! -s conftest.err'
1750 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1751    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1752    (eval $ac_try) 2>&5
1753    ac_status=$?
1754 @@ -11872,8 +12357,7 @@
1755    cat conftest.err >&5
1756    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757    (exit $ac_status); } &&
1758 -        { ac_try='test -z "$ac_c_werror_flag"
1759 -                        || test ! -s conftest.err'
1760 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1761    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1762    (eval $ac_try) 2>&5
1763    ac_status=$?
1764 @@ -11978,8 +12462,7 @@
1765    cat conftest.err >&5
1766    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1767    (exit $ac_status); } &&
1768 -        { ac_try='test -z "$ac_c_werror_flag"
1769 -                        || test ! -s conftest.err'
1770 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1771    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1772    (eval $ac_try) 2>&5
1773    ac_status=$?
1774 @@ -12140,8 +12623,7 @@
1775    cat conftest.err >&5
1776    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1777    (exit $ac_status); } &&
1778 -        { ac_try='test -z "$ac_c_werror_flag"
1779 -                        || test ! -s conftest.err'
1780 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1781    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1782    (eval $ac_try) 2>&5
1783    ac_status=$?
1784 @@ -12214,8 +12696,7 @@
1785    cat conftest.err >&5
1786    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1787    (exit $ac_status); } &&
1788 -        { ac_try='test -z "$ac_c_werror_flag"
1789 -                        || test ! -s conftest.err'
1790 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1791    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1792    (eval $ac_try) 2>&5
1793    ac_status=$?
1794 @@ -12290,8 +12771,7 @@
1795    cat conftest.err >&5
1796    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1797    (exit $ac_status); } &&
1798 -        { ac_try='test -z "$ac_c_werror_flag"
1799 -                        || test ! -s conftest.err'
1800 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1801    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1802    (eval $ac_try) 2>&5
1803    ac_status=$?
1804 @@ -12484,8 +12964,7 @@
1805    cat conftest.err >&5
1806    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1807    (exit $ac_status); } &&
1808 -        { ac_try='test -z "$ac_c_werror_flag"
1809 -                        || test ! -s conftest.err'
1810 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1811    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1812    (eval $ac_try) 2>&5
1813    ac_status=$?
1814 @@ -12562,8 +13041,7 @@
1815    cat conftest.err >&5
1816    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1817    (exit $ac_status); } &&
1818 -        { ac_try='test -z "$ac_c_werror_flag"
1819 -                        || test ! -s conftest.err'
1820 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1821    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1822    (eval $ac_try) 2>&5
1823    ac_status=$?
1824 @@ -12672,8 +13150,7 @@
1825    cat conftest.err >&5
1826    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1827    (exit $ac_status); } &&
1828 -        { ac_try='test -z "$ac_c_werror_flag"
1829 -                        || test ! -s conftest.err'
1830 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1831    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1832    (eval $ac_try) 2>&5
1833    ac_status=$?
1834 @@ -12930,8 +13407,7 @@
1835    cat conftest.err >&5
1836    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1837    (exit $ac_status); } &&
1838 -        { ac_try='test -z "$ac_c_werror_flag"
1839 -                        || test ! -s conftest.err'
1840 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1841    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1842    (eval $ac_try) 2>&5
1843    ac_status=$?
1844 @@ -13104,8 +13580,7 @@
1845    cat conftest.err >&5
1846    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1847    (exit $ac_status); } &&
1848 -        { ac_try='test -z "$ac_c_werror_flag"
1849 -                        || test ! -s conftest.err'
1850 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1851    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1852    (eval $ac_try) 2>&5
1853    ac_status=$?
1854 @@ -13226,8 +13701,7 @@
1855    cat conftest.err >&5
1856    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1857    (exit $ac_status); } &&
1858 -        { ac_try='test -z "$ac_c_werror_flag"
1859 -                        || test ! -s conftest.err'
1860 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1861    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1862    (eval $ac_try) 2>&5
1863    ac_status=$?
1864 @@ -13344,8 +13818,7 @@
1865    cat conftest.err >&5
1866    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1867    (exit $ac_status); } &&
1868 -        { ac_try='test -z "$ac_c_werror_flag"
1869 -                        || test ! -s conftest.err'
1870 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1871    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1872    (eval $ac_try) 2>&5
1873    ac_status=$?
1874 @@ -13449,8 +13922,7 @@
1875    cat conftest.err >&5
1876    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1877    (exit $ac_status); } &&
1878 -        { ac_try='test -z "$ac_c_werror_flag"
1879 -                        || test ! -s conftest.err'
1880 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1881    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1882    (eval $ac_try) 2>&5
1883    ac_status=$?
1884 @@ -13552,8 +14024,7 @@
1885    cat conftest.err >&5
1886    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1887    (exit $ac_status); } &&
1888 -        { ac_try='test -z "$ac_c_werror_flag"
1889 -                        || test ! -s conftest.err'
1890 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1891    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1892    (eval $ac_try) 2>&5
1893    ac_status=$?
1894 @@ -13655,8 +14126,7 @@
1895    cat conftest.err >&5
1896    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1897    (exit $ac_status); } &&
1898 -        { ac_try='test -z "$ac_c_werror_flag"
1899 -                        || test ! -s conftest.err'
1900 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1901    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1902    (eval $ac_try) 2>&5
1903    ac_status=$?
1904 @@ -13807,6 +14277,18 @@
1905          fi
1906  fi;
1907  
1908 +# Check whether --enable-compressed or --disable-compressed was given.
1909 +if test "${enable_compressed+set}" = set; then
1910 +  enableval="$enable_compressed"
1911 +  if test x$enableval = xyes; then
1912 +
1913 +cat >>confdefs.h <<\_ACEOF
1914 +#define USE_COMPRESSED 1
1915 +_ACEOF
1916 +
1917 +        fi
1918 +fi;
1919 +
1920  
1921  # Check whether --with-exec-shell or --without-exec-shell was given.
1922  if test "${with_exec_shell+set}" = set; then
1923 @@ -13858,6 +14340,74 @@
1924      OLDLIBS="$LIBS"
1925  
1926      need_md5="yes"
1927 +
1928 +    ac_prefer_qdbm=yes
1929 +
1930 +# Check whether --with-qdbm or --without-qdbm was given.
1931 +if test "${with_qdbm+set}" = set; then
1932 +  withval="$with_qdbm"
1933 +  ac_prefer_qdbm=$withval
1934 +fi;
1935 +    if test x$ac_prefer_qdbm != xno; then
1936 +        CPPFLAGS="$OLDCPPFLAGS"
1937 +        LIBS="$OLDLIBS -lqdbm";
1938 +        echo "$as_me:$LINENO: checking for vlopen" >&5
1939 +echo $ECHO_N "checking for vlopen... $ECHO_C" >&6
1940 +if test "${ac_cv_vlopen+set}" = set; then
1941 +  echo $ECHO_N "(cached) $ECHO_C" >&6
1942 +else
1943 +
1944 +            ac_cv_vlopen=no
1945 +            cat >conftest.$ac_ext <<_ACEOF
1946 +/* confdefs.h.  */
1947 +_ACEOF
1948 +cat confdefs.h >>conftest.$ac_ext
1949 +cat >>conftest.$ac_ext <<_ACEOF
1950 +/* end confdefs.h.  */
1951 +#include <villa.h>
1952 +int
1953 +main ()
1954 +{
1955 +vlopen(0,0,0);
1956 +  ;
1957 +  return 0;
1958 +}
1959 +_ACEOF
1960 +rm -f conftest.$ac_objext conftest$ac_exeext
1961 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1962 +  (eval $ac_link) 2>conftest.er1
1963 +  ac_status=$?
1964 +  grep -v '^ *+' conftest.er1 >conftest.err
1965 +  rm -f conftest.er1
1966 +  cat conftest.err >&5
1967 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1968 +  (exit $ac_status); } &&
1969 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1970 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1971 +  (eval $ac_try) 2>&5
1972 +  ac_status=$?
1973 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1974 +  (exit $ac_status); }; } &&
1975 +        { ac_try='test -s conftest$ac_exeext'
1976 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1977 +  (eval $ac_try) 2>&5
1978 +  ac_status=$?
1979 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1980 +  (exit $ac_status); }; }; then
1981 +  ac_cv_vlopen=yes
1982 +else
1983 +  echo "$as_me: failed program was:" >&5
1984 +sed 's/^/| /' conftest.$ac_ext >&5
1985 +
1986 +fi
1987 +rm -f conftest.err conftest.$ac_objext \
1988 +      conftest$ac_exeext conftest.$ac_ext
1989 +
1990 +fi
1991 +echo "$as_me:$LINENO: result: $ac_cv_vlopen" >&5
1992 +echo "${ECHO_T}$ac_cv_vlopen" >&6
1993 +    fi
1994 +
1995      ac_prefer_gdbm=yes
1996  
1997  # Check whether --with-gdbm or --without-gdbm was given.
1998 @@ -13865,7 +14415,7 @@
1999    withval="$with_gdbm"
2000    ac_prefer_gdbm=$withval
2001  fi;
2002 -    if test x$ac_prefer_gdbm != xno; then
2003 +    if test x$ac_prefer_gdbm != xno -a x$ac_cv_vlopen != xyes; then
2004          CPPFLAGS="$OLDCPPFLAGS"
2005          LIBS="$OLDLIBS -lgdbm";
2006          echo "$as_me:$LINENO: checking for gdbm_open" >&5
2007 @@ -13899,8 +14449,7 @@
2008    cat conftest.err >&5
2009    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2010    (exit $ac_status); } &&
2011 -        { ac_try='test -z "$ac_c_werror_flag"
2012 -                        || test ! -s conftest.err'
2013 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2014    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2015    (eval $ac_try) 2>&5
2016    ac_status=$?
2017 @@ -13933,7 +14482,7 @@
2018    withval="$with_bdb"
2019    ac_bdb_prefix=$withval
2020  fi;
2021 -    if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes; then
2022 +    if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes -a x$ac_cv_vlopen != xyes; then
2023          test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
2024          for d in $ac_bdb_prefix; do
2025              bdbpfx="$bdbpfx $d"
2026 @@ -13985,8 +14534,7 @@
2027    cat conftest.err >&5
2028    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2029    (exit $ac_status); } &&
2030 -        { ac_try='test -z "$ac_c_werror_flag"
2031 -                        || test ! -s conftest.err'
2032 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2033    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2034    (eval $ac_try) 2>&5
2035    ac_status=$?
2036 @@ -14026,7 +14574,15 @@
2037          fi
2038      fi
2039  
2040 -    if test x$ac_cv_gdbmopen = xyes; then
2041 +    if test x$ac_cv_vlopen = xyes; then
2042 +        CPPFLAGS="$OLDCPPFLAGS"
2043 +        LIBS="$OLDLIBS -lqdbm";
2044 +
2045 +cat >>confdefs.h <<\_ACEOF
2046 +#define HAVE_QDBM 1
2047 +_ACEOF
2048 +
2049 +    elif test x$ac_cv_gdbmopen = xyes; then
2050          CPPFLAGS="$OLDCPPFLAGS"
2051          LIBS="$OLDLIBS -lgdbm";
2052  
2053 @@ -14043,8 +14599,8 @@
2054  _ACEOF
2055  
2056      else
2057 -        { { echo "$as_me:$LINENO: error: You need Sleepycat DB4 or GDBM for --enable-hcache" >&5
2058 -echo "$as_me: error: You need Sleepycat DB4 or GDBM for --enable-hcache" >&2;}
2059 +        { { echo "$as_me:$LINENO: error: You need QDBM, GDBM or Sleepycat DB4 for hcache" >&5
2060 +echo "$as_me: error: You need QDBM, GDBM or Sleepycat DB4 for hcache" >&2;}
2061     { (exit 1); exit 1; }; }
2062      fi
2063  fi
2064 @@ -14102,8 +14658,7 @@
2065    cat conftest.err >&5
2066    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067    (exit $ac_status); } &&
2068 -        { ac_try='test -z "$ac_c_werror_flag"
2069 -                        || test ! -s conftest.err'
2070 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2071    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2072    (eval $ac_try) 2>&5
2073    ac_status=$?
2074 @@ -14168,8 +14723,7 @@
2075    cat conftest.err >&5
2076    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2077    (exit $ac_status); } &&
2078 -        { ac_try='test -z "$ac_c_werror_flag"
2079 -                        || test ! -s conftest.err'
2080 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2081    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2082    (eval $ac_try) 2>&5
2083    ac_status=$?
2084 @@ -14233,8 +14787,7 @@
2085    cat conftest.err >&5
2086    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2087    (exit $ac_status); } &&
2088 -        { ac_try='test -z "$ac_c_werror_flag"
2089 -                        || test ! -s conftest.err'
2090 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2091    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2092    (eval $ac_try) 2>&5
2093    ac_status=$?
2094 @@ -14315,8 +14868,7 @@
2095    cat conftest.err >&5
2096    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2097    (exit $ac_status); } &&
2098 -        { ac_try='test -z "$ac_c_werror_flag"
2099 -                        || test ! -s conftest.err'
2100 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2101    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2102    (eval $ac_try) 2>&5
2103    ac_status=$?
2104 @@ -14457,8 +15009,7 @@
2105    cat conftest.err >&5
2106    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2107    (exit $ac_status); } &&
2108 -        { ac_try='test -z "$ac_c_werror_flag"
2109 -                        || test ! -s conftest.err'
2110 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2111    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2112    (eval $ac_try) 2>&5
2113    ac_status=$?
2114 @@ -14596,8 +15147,7 @@
2115    cat conftest.err >&5
2116    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117    (exit $ac_status); } &&
2118 -        { ac_try='test -z "$ac_c_werror_flag"
2119 -                        || test ! -s conftest.err'
2120 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2121    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2122    (eval $ac_try) 2>&5
2123    ac_status=$?
2124 @@ -14781,8 +15331,7 @@
2125    cat conftest.err >&5
2126    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2127    (exit $ac_status); } &&
2128 -        { ac_try='test -z "$ac_c_werror_flag"
2129 -                        || test ! -s conftest.err'
2130 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2131    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2132    (eval $ac_try) 2>&5
2133    ac_status=$?
2134 @@ -15072,8 +15621,7 @@
2135    cat conftest.err >&5
2136    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2137    (exit $ac_status); } &&
2138 -        { ac_try='test -z "$ac_c_werror_flag"
2139 -                        || test ! -s conftest.err'
2140 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2141    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2142    (eval $ac_try) 2>&5
2143    ac_status=$?
2144 @@ -15279,8 +15827,7 @@
2145    cat conftest.err >&5
2146    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2147    (exit $ac_status); } &&
2148 -        { ac_try='test -z "$ac_c_werror_flag"
2149 -                        || test ! -s conftest.err'
2150 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2151    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2152    (eval $ac_try) 2>&5
2153    ac_status=$?
2154 @@ -15362,8 +15909,7 @@
2155    cat conftest.err >&5
2156    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2157    (exit $ac_status); } &&
2158 -        { ac_try='test -z "$ac_c_werror_flag"
2159 -                        || test ! -s conftest.err'
2160 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2161    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2162    (eval $ac_try) 2>&5
2163    ac_status=$?
2164 @@ -15413,8 +15959,7 @@
2165    cat conftest.err >&5
2166    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2167    (exit $ac_status); } &&
2168 -        { ac_try='test -z "$ac_c_werror_flag"
2169 -                        || test ! -s conftest.err'
2170 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2171    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2172    (eval $ac_try) 2>&5
2173    ac_status=$?
2174 @@ -15489,8 +16034,7 @@
2175    cat conftest.err >&5
2176    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2177    (exit $ac_status); } &&
2178 -        { ac_try='test -z "$ac_c_werror_flag"
2179 -                        || test ! -s conftest.err'
2180 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2181    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182    (eval $ac_try) 2>&5
2183    ac_status=$?
2184 @@ -15560,8 +16104,7 @@
2185    cat conftest.err >&5
2186    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2187    (exit $ac_status); } &&
2188 -        { ac_try='test -z "$ac_c_werror_flag"
2189 -                        || test ! -s conftest.err'
2190 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2191    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2192    (eval $ac_try) 2>&5
2193    ac_status=$?
2194 @@ -15624,8 +16167,7 @@
2195    cat conftest.err >&5
2196    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2197    (exit $ac_status); } &&
2198 -        { ac_try='test -z "$ac_c_werror_flag"
2199 -                        || test ! -s conftest.err'
2200 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2201    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2202    (eval $ac_try) 2>&5
2203    ac_status=$?
2204 @@ -15730,8 +16272,7 @@
2205    cat conftest.err >&5
2206    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2207    (exit $ac_status); } &&
2208 -        { ac_try='test -z "$ac_c_werror_flag"
2209 -                        || test ! -s conftest.err'
2210 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2211    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212    (eval $ac_try) 2>&5
2213    ac_status=$?
2214 @@ -15869,8 +16410,7 @@
2215    cat conftest.err >&5
2216    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2217    (exit $ac_status); } &&
2218 -        { ac_try='test -z "$ac_c_werror_flag"
2219 -                        || test ! -s conftest.err'
2220 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2221    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2222    (eval $ac_try) 2>&5
2223    ac_status=$?
2224 @@ -15929,8 +16469,7 @@
2225    cat conftest.err >&5
2226    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227    (exit $ac_status); } &&
2228 -        { ac_try='test -z "$ac_c_werror_flag"
2229 -                        || test ! -s conftest.err'
2230 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2231    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2232    (eval $ac_try) 2>&5
2233    ac_status=$?
2234 @@ -16041,8 +16580,7 @@
2235    cat conftest.err >&5
2236    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2237    (exit $ac_status); } &&
2238 -        { ac_try='test -z "$ac_c_werror_flag"
2239 -                        || test ! -s conftest.err'
2240 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2241    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242    (eval $ac_try) 2>&5
2243    ac_status=$?
2244 @@ -16527,8 +17065,7 @@
2245    cat conftest.err >&5
2246    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2247    (exit $ac_status); } &&
2248 -        { ac_try='test -z "$ac_c_werror_flag"
2249 -                        || test ! -s conftest.err'
2250 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2251    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2252    (eval $ac_try) 2>&5
2253    ac_status=$?
2254 @@ -16882,8 +17419,7 @@
2255    cat conftest.err >&5
2256    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257    (exit $ac_status); } &&
2258 -        { ac_try='test -z "$ac_c_werror_flag"
2259 -                        || test ! -s conftest.err'
2260 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2261    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2262    (eval $ac_try) 2>&5
2263    ac_status=$?
2264 @@ -16954,8 +17490,7 @@
2265    cat conftest.err >&5
2266    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267    (exit $ac_status); } &&
2268 -        { ac_try='test -z "$ac_c_werror_flag"
2269 -                        || test ! -s conftest.err'
2270 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2271    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2272    (eval $ac_try) 2>&5
2273    ac_status=$?
2274 @@ -17106,8 +17641,7 @@
2275    cat conftest.err >&5
2276    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277    (exit $ac_status); } &&
2278 -        { ac_try='test -z "$ac_c_werror_flag"
2279 -                        || test ! -s conftest.err'
2280 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2281    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2282    (eval $ac_try) 2>&5
2283    ac_status=$?
2284 @@ -17174,8 +17708,7 @@
2285    cat conftest.err >&5
2286    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2287    (exit $ac_status); } &&
2288 -        { ac_try='test -z "$ac_c_werror_flag"
2289 -                        || test ! -s conftest.err'
2290 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2291    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2292    (eval $ac_try) 2>&5
2293    ac_status=$?
2294 @@ -17241,8 +17774,7 @@
2295    cat conftest.err >&5
2296    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2297    (exit $ac_status); } &&
2298 -        { ac_try='test -z "$ac_c_werror_flag"
2299 -                        || test ! -s conftest.err'
2300 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2301    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2302    (eval $ac_try) 2>&5
2303    ac_status=$?
2304 @@ -17429,8 +17961,7 @@
2305    cat conftest.err >&5
2306    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307    (exit $ac_status); } &&
2308 -        { ac_try='test -z "$ac_c_werror_flag"
2309 -                        || test ! -s conftest.err'
2310 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2311    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2312    (eval $ac_try) 2>&5
2313    ac_status=$?
2314 @@ -17536,8 +18067,7 @@
2315    cat conftest.err >&5
2316    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2317    (exit $ac_status); } &&
2318 -        { ac_try='test -z "$ac_c_werror_flag"
2319 -                        || test ! -s conftest.err'
2320 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2321    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322    (eval $ac_try) 2>&5
2323    ac_status=$?
2324 @@ -17640,8 +18170,7 @@
2325    cat conftest.err >&5
2326    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2327    (exit $ac_status); } &&
2328 -        { ac_try='test -z "$ac_c_werror_flag"
2329 -                        || test ! -s conftest.err'
2330 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2331    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2332    (eval $ac_try) 2>&5
2333    ac_status=$?
2334 @@ -17709,8 +18238,7 @@
2335    cat conftest.err >&5
2336    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2337    (exit $ac_status); } &&
2338 -        { ac_try='test -z "$ac_c_werror_flag"
2339 -                        || test ! -s conftest.err'
2340 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2341    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2342    (eval $ac_try) 2>&5
2343    ac_status=$?
2344 @@ -17791,8 +18319,7 @@
2345    cat conftest.err >&5
2346    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2347    (exit $ac_status); } &&
2348 -        { ac_try='test -z "$ac_c_werror_flag"
2349 -                        || test ! -s conftest.err'
2350 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2351    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2352    (eval $ac_try) 2>&5
2353    ac_status=$?
2354 @@ -17855,8 +18382,7 @@
2355    cat conftest.err >&5
2356    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357    (exit $ac_status); } &&
2358 -        { ac_try='test -z "$ac_c_werror_flag"
2359 -                        || test ! -s conftest.err'
2360 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2361    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2362    (eval $ac_try) 2>&5
2363    ac_status=$?
2364 @@ -17917,8 +18443,7 @@
2365    cat conftest.err >&5
2366    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367    (exit $ac_status); } &&
2368 -        { ac_try='test -z "$ac_c_werror_flag"
2369 -                        || test ! -s conftest.err'
2370 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2371    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2372    (eval $ac_try) 2>&5
2373    ac_status=$?
2374 @@ -18713,7 +19238,7 @@
2375  s,@AMTAR@,$AMTAR,;t t
2376  s,@am__tar@,$am__tar,;t t
2377  s,@am__untar@,$am__untar,;t t
2378 -s,@CONFIGURE_DEPENDENCIES@,$CONFIGURE_DEPENDENCIES,;t t
2379 +s,@CONFIG_STATUS_DEPENDENCIES@,$CONFIG_STATUS_DEPENDENCIES,;t t
2380  s,@build@,$build,;t t
2381  s,@build_cpu@,$build_cpu,;t t
2382  s,@build_vendor@,$build_vendor,;t t
2383 @@ -18970,11 +19495,6 @@
2384    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2385    esac
2386  
2387 -  if test x"$ac_file" != x-; then
2388 -    { echo "$as_me:$LINENO: creating $ac_file" >&5
2389 -echo "$as_me: creating $ac_file" >&6;}
2390 -    rm -f "$ac_file"
2391 -  fi
2392    # Let's still pretend it is `configure' which instantiates (i.e., don't
2393    # use $as_me), people would be surprised to read:
2394    #    /* config.h.  Generated by config.status.  */
2395 @@ -19013,6 +19533,12 @@
2396          fi;;
2397        esac
2398      done` || { (exit 1); exit 1; }
2399 +
2400 +  if test x"$ac_file" != x-; then
2401 +    { echo "$as_me:$LINENO: creating $ac_file" >&5
2402 +echo "$as_me: creating $ac_file" >&6;}
2403 +    rm -f "$ac_file"
2404 +  fi
2405  _ACEOF
2406  cat >>$CONFIG_STATUS <<_ACEOF
2407    sed "$ac_vpsub
2408 diff -ru mutt-1.5.11.orig/imap/Makefile.in mutt-1.5.11/imap/Makefile.in
2409 --- mutt-1.5.11.orig/imap/Makefile.in   2005-09-15 16:22:49.000000000 +0200
2410 +++ mutt-1.5.11/imap/Makefile.in        2005-09-30 01:14:49.000000000 +0200
2411 @@ -1,4 +1,4 @@
2412 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
2413 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
2414  # @configure_input@
2415  
2416  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2417 @@ -15,8 +15,6 @@
2418  @SET_MAKE@
2419  
2420  
2421 -SOURCES = $(libimap_a_SOURCES)
2422 -
2423  srcdir = @srcdir@
2424  top_srcdir = @top_srcdir@
2425  VPATH = @srcdir@
2426 @@ -102,7 +100,7 @@
2427  CC = @CC@
2428  CCDEPMODE = @CCDEPMODE@
2429  CFLAGS = @CFLAGS@
2430 -CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
2431 +CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
2432  CPP = @CPP@
2433  CPPFLAGS = @CPPFLAGS@
2434  CYGPATH_W = @CYGPATH_W@
2435 diff -ru mutt-1.5.11.orig/m4/Makefile.in mutt-1.5.11/m4/Makefile.in
2436 --- mutt-1.5.11.orig/m4/Makefile.in     2005-09-15 16:22:50.000000000 +0200
2437 +++ mutt-1.5.11/m4/Makefile.in  2005-09-30 01:14:49.000000000 +0200
2438 @@ -1,4 +1,4 @@
2439 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
2440 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
2441  # @configure_input@
2442  
2443  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2444 @@ -71,7 +71,7 @@
2445  CC = @CC@
2446  CCDEPMODE = @CCDEPMODE@
2447  CFLAGS = @CFLAGS@
2448 -CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
2449 +CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
2450  CPP = @CPP@
2451  CPPFLAGS = @CPPFLAGS@
2452  CYGPATH_W = @CYGPATH_W@
2453 @@ -219,9 +219,9 @@
2454               exit 1;; \
2455           esac; \
2456         done; \
2457 -       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  m4/Makefile'; \
2458 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
2459         cd $(top_srcdir) && \
2460 -         $(AUTOMAKE) --foreign  m4/Makefile
2461 +         $(AUTOMAKE) --gnu  m4/Makefile
2462  .PRECIOUS: Makefile
2463  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2464         @case '$?' in \