~ubuntu-branches/ubuntu/natty/pam/natty-security

« back to all changes in this revision

Viewing changes to debian/patches-applied/autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-11-05 21:33:15 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091105213315-fopxxkw0ac68lgwp
Tags: 1.1.0-4ubuntu1
* Merge from Debian, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's not
    present there or in /etc/security/pam_env.conf. (should send to Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-no-error-if-missingok: add a new, magic
    module option 'missingok' which will suppress logging of errors by
    libpam if the module is not found.
  - debian/patches-applied/ubuntu-regression_fix_securetty: prompt for
    password on bad username.
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - Make libpam-modules depend on base-files (>= 5.0.0ubuntu6), to ensure
    run-parts does the right thing in /etc/update-motd.d.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent showing
    it again.
  - debian/local/common-{auth,account,password}.md5sums: include the
    Ubuntu-specific intrepid,jaunty md5sums for use during the
    common-session-noninteractive upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 export QUILT_PATCHES=debian/patches-applied
4
4
 quilt push autoconf.patch # to get everything applied up to this point
5
5
 quilt push -f autoconf.patch # to override the errors when applying
6
 
 autoheader && aclocal -I m4 && automake && autoconf
 
6
 libtoolize -f -c && autoreconf -I m4
7
7
 quilt refresh
8
8
 find . -name '*.rej' | xargs rm
9
9
 
11
11
===================================================================
12
12
--- pam.deb.orig/Makefile.in
13
13
+++ pam.deb/Makefile.in
14
 
@@ -1,8 +1,9 @@
15
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
16
 
+# Makefile.in generated by automake 1.11 from Makefile.am.
17
 
 # @configure_input@
18
 
 
19
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20
 
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
21
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
22
 
+# Inc.
23
 
 # This Makefile.in is free software; the Free Software Foundation
24
 
 # gives unlimited permission to copy and/or distribute it,
25
 
 # with or without modifications, as long as this notice is preserved.
26
 
@@ -19,8 +20,9 @@
27
 
 #
28
 
 VPATH = @srcdir@
29
 
 pkgdatadir = $(datadir)/@PACKAGE@
30
 
-pkglibdir = $(libdir)/@PACKAGE@
31
 
 pkgincludedir = $(includedir)/@PACKAGE@
32
 
+pkglibdir = $(libdir)/@PACKAGE@
33
 
+pkglibexecdir = $(libexecdir)/@PACKAGE@
34
 
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35
 
 install_sh_DATA = $(install_sh) -c -m 644
36
 
 install_sh_PROGRAM = $(install_sh) -c
37
 
@@ -39,12 +41,11 @@
 
14
@@ -39,12 +39,11 @@
38
15
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
16
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
17
        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
48
25
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
49
26
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
50
27
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
51
 
@@ -53,7 +54,7 @@
 
28
@@ -53,7 +52,7 @@
52
29
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
53
30
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
54
31
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
57
34
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
35
        $(ACLOCAL_M4)
59
36
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60
 
@@ -61,6 +62,7 @@
61
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62
 
 CONFIG_HEADER = config.h
63
 
 CONFIG_CLEAN_FILES =
64
 
+CONFIG_CLEAN_VPATH_FILES =
65
 
 SOURCES =
66
 
 DIST_SOURCES =
67
 
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
 
@@ -72,6 +74,9 @@
69
 
        ps-recursive uninstall-recursive
70
 
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
71
 
   distclean-recursive maintainer-clean-recursive
72
 
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73
 
+       $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74
 
+       distdir dist dist-all distcheck
75
 
 ETAGS = etags
76
 
 CTAGS = ctags
77
 
 DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc \
78
 
@@ -80,9 +85,34 @@
79
 
 distdir = $(PACKAGE)-$(VERSION)
80
 
 top_distdir = $(distdir)
81
 
 am__remove_distdir = \
82
 
-  { test ! -d $(distdir) \
83
 
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
84
 
-         && rm -fr $(distdir); }; }
85
 
+  { test ! -d "$(distdir)" \
86
 
+    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
87
 
+         && rm -fr "$(distdir)"; }; }
88
 
+am__relativize = \
89
 
+  dir0=`pwd`; \
90
 
+  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
91
 
+  sed_rest='s,^[^/]*/*,,'; \
92
 
+  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
93
 
+  sed_butlast='s,/*[^/]*$$,,'; \
94
 
+  while test -n "$$dir1"; do \
95
 
+    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
96
 
+    if test "$$first" != "."; then \
97
 
+      if test "$$first" = ".."; then \
98
 
+        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
99
 
+        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
100
 
+      else \
101
 
+        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
102
 
+        if test "$$first2" = "$$first"; then \
103
 
+          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
104
 
+        else \
105
 
+          dir2="../$$dir2"; \
106
 
+        fi; \
107
 
+        dir0="$$dir0"/"$$first"; \
108
 
+      fi; \
109
 
+    fi; \
110
 
+    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
111
 
+  done; \
112
 
+  reldir="$$dir2"
113
 
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
114
 
 GZIP_ENV = --best
115
 
 distuninstallcheck_listfiles = find . -type f -print
116
 
@@ -169,6 +199,7 @@
 
37
@@ -169,6 +168,7 @@
117
38
 PACKAGE_NAME = @PACKAGE_NAME@
118
39
 PACKAGE_STRING = @PACKAGE_STRING@
119
40
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
121
42
 PACKAGE_VERSION = @PACKAGE_VERSION@
122
43
 PATH_SEPARATOR = @PATH_SEPARATOR@
123
44
 PIE_CFLAGS = @PIE_CFLAGS@
124
 
@@ -271,15 +302,15 @@
125
 
        @for dep in $?; do \
126
 
          case '$(am__configure_deps)' in \
127
 
            *$$dep*) \
128
 
-             echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
129
 
-             cd $(srcdir) && $(AUTOMAKE) --gnu  \
130
 
+             echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
131
 
+             $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
132
 
                && exit 0; \
133
 
              exit 1;; \
134
 
          esac; \
135
 
        done; \
136
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
137
 
-       cd $(top_srcdir) && \
138
 
-         $(AUTOMAKE) --gnu  Makefile
139
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
140
 
+       $(am__cd) $(top_srcdir) && \
141
 
+         $(AUTOMAKE) --gnu Makefile
142
 
 .PRECIOUS: Makefile
143
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
144
 
        @case '$?' in \
145
 
@@ -295,9 +326,10 @@
146
 
        $(SHELL) ./config.status --recheck
147
 
 
148
 
 $(top_srcdir)/configure:  $(am__configure_deps)
149
 
-       cd $(srcdir) && $(AUTOCONF)
150
 
+       $(am__cd) $(srcdir) && $(AUTOCONF)
151
 
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
152
 
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153
 
+       $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
154
 
+$(am__aclocal_m4_deps):
155
 
 
156
 
 config.h: stamp-h1
157
 
        @if test ! -f $@; then \
158
 
@@ -309,7 +341,7 @@
159
 
        @rm -f stamp-h1
160
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
161
 
 $(srcdir)/config.h.in:  $(am__configure_deps) 
162
 
-       cd $(top_srcdir) && $(AUTOHEADER)
163
 
+       ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
164
 
        rm -f stamp-h1
165
 
        touch $@
166
 
 
167
 
@@ -349,7 +381,7 @@
168
 
          else \
169
 
            local_target="$$target"; \
170
 
          fi; \
171
 
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172
 
+         ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173
 
          || eval $$failcom; \
174
 
        done; \
175
 
        if test "$$dot_seen" = "no"; then \
176
 
@@ -383,16 +415,16 @@
177
 
          else \
178
 
            local_target="$$target"; \
179
 
          fi; \
180
 
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
181
 
+         ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182
 
          || eval $$failcom; \
183
 
        done && test -z "$$fail"
184
 
 tags-recursive:
185
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
186
 
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
187
 
+         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188
 
        done
189
 
 ctags-recursive:
190
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
191
 
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
192
 
+         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
193
 
        done
194
 
 
195
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
196
 
@@ -407,7 +439,7 @@
197
 
 
198
 
 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
199
 
                $(TAGS_FILES) $(LISP)
200
 
-       tags=; \
201
 
+       set x; \
202
 
        here=`pwd`; \
203
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
204
 
          include_option=--etags-include; \
205
 
@@ -419,7 +451,7 @@
206
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
207
 
          if test "$$subdir" = .; then :; else \
208
 
            test ! -f $$subdir/TAGS || \
209
 
-             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
210
 
+             set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
211
 
          fi; \
212
 
        done; \
213
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
214
 
@@ -428,29 +460,34 @@
215
 
          done | \
216
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
217
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
218
 
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
219
 
+       shift; \
220
 
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
221
 
          test -n "$$unique" || unique=$$empty_fix; \
222
 
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
223
 
-           $$tags $$unique; \
224
 
+         if test $$# -gt 0; then \
225
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
226
 
+             "$$@" $$unique; \
227
 
+         else \
228
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
229
 
+             $$unique; \
230
 
+         fi; \
231
 
        fi
232
 
 ctags: CTAGS
233
 
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
234
 
                $(TAGS_FILES) $(LISP)
235
 
-       tags=; \
236
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
237
 
        unique=`for i in $$list; do \
238
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239
 
          done | \
240
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
241
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
242
 
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
243
 
+       test -z "$(CTAGS_ARGS)$$unique" \
244
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
245
 
-            $$tags $$unique
246
 
+            $$unique
247
 
 
248
 
 GTAGS:
249
 
        here=`$(am__cd) $(top_builddir) && pwd` \
250
 
-         && cd $(top_srcdir) \
251
 
-         && gtags -i $(GTAGS_ARGS) $$here
252
 
+         && $(am__cd) $(top_srcdir) \
253
 
+         && gtags -i $(GTAGS_ARGS) "$$here"
254
 
 
255
 
 distclean-tags:
256
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
257
 
@@ -463,7 +500,7 @@
258
 
          exit 1;; \
259
 
        esac
260
 
        $(am__remove_distdir)
261
 
-       test -d $(distdir) || mkdir $(distdir)
262
 
+       test -d "$(distdir)" || mkdir "$(distdir)"
263
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
264
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
265
 
        list='$(DISTFILES)'; \
266
 
@@ -479,38 +516,54 @@
267
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
268
 
          if test -d $$d/$$file; then \
269
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
270
 
+           if test -d "$(distdir)/$$file"; then \
271
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
272
 
+           fi; \
273
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
274
 
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
275
 
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
276
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
277
 
            fi; \
278
 
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
279
 
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
280
 
          else \
281
 
-           test -f $(distdir)/$$file \
282
 
-           || cp -p $$d/$$file $(distdir)/$$file \
283
 
+           test -f "$(distdir)/$$file" \
284
 
+           || cp -p $$d/$$file "$(distdir)/$$file" \
285
 
            || exit 1; \
286
 
          fi; \
287
 
        done
288
 
-       list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
289
 
+       @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
290
 
          if test "$$subdir" = .; then :; else \
291
 
            test -d "$(distdir)/$$subdir" \
292
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
293
 
            || exit 1; \
294
 
-           distdir=`$(am__cd) $(distdir) && pwd`; \
295
 
-           top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
296
 
-           (cd $$subdir && \
297
 
+         fi; \
298
 
+       done
299
 
+       @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
300
 
+         if test "$$subdir" = .; then :; else \
301
 
+           dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
302
 
+           $(am__relativize); \
303
 
+           new_distdir=$$reldir; \
304
 
+           dir1=$$subdir; dir2="$(top_distdir)"; \
305
 
+           $(am__relativize); \
306
 
+           new_top_distdir=$$reldir; \
307
 
+           echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
308
 
+           echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
309
 
+           ($(am__cd) $$subdir && \
310
 
              $(MAKE) $(AM_MAKEFLAGS) \
311
 
-               top_distdir="$$top_distdir" \
312
 
-               distdir="$$distdir/$$subdir" \
313
 
+               top_distdir="$$new_top_distdir" \
314
 
+               distdir="$$new_distdir" \
315
 
                am__remove_distdir=: \
316
 
                am__skip_length_check=: \
317
 
+               am__skip_mode_fix=: \
318
 
                distdir) \
319
 
              || exit 1; \
320
 
          fi; \
321
 
        done
322
 
-       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
323
 
+       -test -n "$(am__skip_mode_fix)" \
324
 
+       || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
325
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
326
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
327
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
328
 
-       || chmod -R a+r $(distdir)
329
 
+       || chmod -R a+r "$(distdir)"
330
 
 dist-gzip: distdir
331
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
332
 
        $(am__remove_distdir)
333
 
@@ -522,6 +575,10 @@
334
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
335
 
        $(am__remove_distdir)
336
 
 
337
 
+dist-xz: distdir
338
 
+       tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
339
 
+       $(am__remove_distdir)
340
 
+
341
 
 dist-tarZ: distdir
342
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
343
 
        $(am__remove_distdir)
344
 
@@ -551,6 +608,8 @@
345
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
346
 
        *.tar.lzma*) \
347
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
348
 
+       *.tar.xz*) \
349
 
+         xz -dc $(distdir).tar.xz | $(am__untar) ;;\
350
 
        *.tar.Z*) \
351
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
352
 
        *.shar.gz*) \
353
 
@@ -562,9 +621,11 @@
354
 
        mkdir $(distdir)/_build
355
 
        mkdir $(distdir)/_inst
356
 
        chmod a-w $(distdir)
357
 
+       test -d $(distdir)/_build || exit 0; \
358
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
359
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
360
 
-         && cd $(distdir)/_build \
361
 
+         && am__cwd=`pwd` \
362
 
+         && $(am__cd) $(distdir)/_build \
363
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
364
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
365
 
          && $(MAKE) $(AM_MAKEFLAGS) \
366
 
@@ -586,13 +647,15 @@
367
 
          && rm -rf "$$dc_destdir" \
368
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
369
 
          && rm -rf $(DIST_ARCHIVES) \
370
 
-         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
371
 
+         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
372
 
+         && cd "$$am__cwd" \
373
 
+         || exit 1
374
 
        $(am__remove_distdir)
375
 
        @(echo "$(distdir) archives ready for distribution: "; \
376
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
377
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
378
 
 distuninstallcheck:
379
 
-       @cd $(distuninstallcheck_dir) \
380
 
+       @$(am__cd) '$(distuninstallcheck_dir)' \
381
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
382
 
           || { echo "ERROR: files left after uninstall:" ; \
383
 
                if test -n "$(DESTDIR)"; then \
384
 
@@ -635,6 +698,7 @@
385
 
 
386
 
 distclean-generic:
387
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
388
 
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
389
 
 
390
 
 maintainer-clean-generic:
391
 
        @echo "This command is intended for maintainers to use"
392
 
@@ -655,6 +719,8 @@
393
 
 
394
 
 html: html-recursive
395
 
 
396
 
+html-am:
397
 
+
398
 
 info: info-recursive
399
 
 
400
 
 info-am:
401
 
@@ -663,18 +729,28 @@
402
 
 
403
 
 install-dvi: install-dvi-recursive
404
 
 
405
 
+install-dvi-am:
406
 
+
407
 
 install-exec-am:
408
 
 
409
 
 install-html: install-html-recursive
410
 
 
411
 
+install-html-am:
412
 
+
413
 
 install-info: install-info-recursive
414
 
 
415
 
+install-info-am:
416
 
+
417
 
 install-man:
418
 
 
419
 
 install-pdf: install-pdf-recursive
420
 
 
421
 
+install-pdf-am:
422
 
+
423
 
 install-ps: install-ps-recursive
424
 
 
425
 
+install-ps-am:
426
 
+
427
 
 installcheck-am:
428
 
 
429
 
 maintainer-clean: maintainer-clean-recursive
430
 
@@ -697,24 +773,24 @@
431
 
 
432
 
 uninstall-am:
433
 
 
434
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
435
 
-       install-strip
436
 
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
437
 
+       ctags-recursive install-am install-strip tags-recursive
438
 
 
439
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
440
 
        all all-am am--refresh check check-am clean clean-generic \
441
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
442
 
-       dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
443
 
-       distclean distclean-generic distclean-hdr distclean-libtool \
444
 
-       distclean-tags distcleancheck distdir distuninstallcheck dvi \
445
 
-       dvi-am html html-am info info-am install install-am \
446
 
-       install-data install-data-am install-dvi install-dvi-am \
447
 
-       install-exec install-exec-am install-html install-html-am \
448
 
-       install-info install-info-am install-man install-pdf \
449
 
-       install-pdf-am install-ps install-ps-am install-strip \
450
 
-       installcheck installcheck-am installdirs installdirs-am \
451
 
-       maintainer-clean maintainer-clean-generic mostlyclean \
452
 
-       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
453
 
-       tags tags-recursive uninstall uninstall-am
454
 
+       dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
455
 
+       distcheck distclean distclean-generic distclean-hdr \
456
 
+       distclean-libtool distclean-tags distcleancheck distdir \
457
 
+       distuninstallcheck dvi dvi-am html html-am info info-am \
458
 
+       install install-am install-data install-data-am install-dvi \
459
 
+       install-dvi-am install-exec install-exec-am install-html \
460
 
+       install-html-am install-info install-info-am install-man \
461
 
+       install-pdf install-pdf-am install-ps install-ps-am \
462
 
+       install-strip installcheck installcheck-am installdirs \
463
 
+       installdirs-am maintainer-clean maintainer-clean-generic \
464
 
+       mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
465
 
+       ps ps-am tags tags-recursive uninstall uninstall-am
466
 
 
467
 
 
468
 
 release: dist releasedocs
469
 
@@ -735,6 +811,7 @@
470
 
        make -C xtests xtests
471
 
 
472
 
 .PHONY: xtests
473
 
+
474
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
476
 
 .NOEXPORT:
477
45
Index: pam.deb/aclocal.m4
478
46
===================================================================
479
47
--- pam.deb.orig/aclocal.m4
480
48
+++ pam.deb/aclocal.m4
481
 
@@ -1,7 +1,7 @@
482
 
-# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
483
 
+# generated automatically by aclocal 1.11 -*- Autoconf -*-
484
 
 
485
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
486
 
-# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
487
 
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
488
 
 # This file is free software; the Free Software Foundation
489
 
 # gives unlimited permission to copy and/or distribute it,
490
 
 # with or without modifications, as long as this notice is preserved.
491
49
@@ -13,8 +13,8 @@
492
50
 
493
51
 m4_ifndef([AC_AUTOCONF_VERSION],
499
57
 You have another version of autoconf.  It may work, but is not guaranteed to.
500
58
 If you have problems, you may need to regenerate the build system entirely.
501
59
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
502
 
@@ -31,10 +31,10 @@
503
 
 # generated from the m4 files accompanying Automake X.Y.
504
 
 # (This private macro should not be called outside this file.)
505
 
 AC_DEFUN([AM_AUTOMAKE_VERSION],
506
 
-[am__api_version='1.10'
507
 
+[am__api_version='1.11'
508
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
509
 
 dnl require some minimum version.  Point them to the right macro.
510
 
-m4_if([$1], [1.10.2], [],
511
 
+m4_if([$1], [1.11], [],
512
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
513
 
 ])
514
 
 
515
 
@@ -50,7 +50,7 @@
516
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
517
 
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
518
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
519
 
-[AM_AUTOMAKE_VERSION([1.10.2])dnl
520
 
+[AM_AUTOMAKE_VERSION([1.11])dnl
521
 
 m4_ifndef([AC_AUTOCONF_VERSION],
522
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
523
 
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
524
 
@@ -110,14 +110,14 @@
525
 
 
526
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
527
 
 
528
 
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
529
 
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
530
 
 # Free Software Foundation, Inc.
531
 
 #
532
 
 # This file is free software; the Free Software Foundation
533
 
 # gives unlimited permission to copy and/or distribute it,
534
 
 # with or without modifications, as long as this notice is preserved.
535
 
 
536
 
-# serial 8
537
 
+# serial 9
538
 
 
539
 
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
540
 
 # -------------------------------------
541
 
@@ -130,6 +130,7 @@
542
 
 AC_SUBST([$1_FALSE])dnl
543
 
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
544
 
 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
545
 
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
546
 
 if $2; then
547
 
   $1_TRUE=
548
 
   $1_FALSE='#'
549
 
@@ -143,14 +144,14 @@
550
 
 Usually this means the macro was only invoked conditionally.]])
551
 
 fi])])
552
 
 
553
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
554
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
555
 
 # Free Software Foundation, Inc.
556
 
 #
557
 
 # This file is free software; the Free Software Foundation
558
 
 # gives unlimited permission to copy and/or distribute it,
559
 
 # with or without modifications, as long as this notice is preserved.
560
 
 
561
 
-# serial 9
562
 
+# serial 10
563
 
 
564
 
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
565
 
 # written in clear, in which case automake, when reading aclocal.m4,
566
 
@@ -207,6 +208,16 @@
567
 
   if test "$am_compiler_list" = ""; then
568
 
      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
569
 
   fi
570
 
+  am__universal=false
571
 
+  m4_case([$1], [CC],
572
 
+    [case " $depcc " in #(
573
 
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
574
 
+     esac],
575
 
+    [CXX],
576
 
+    [case " $depcc " in #(
577
 
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
578
 
+     esac])
579
 
+
580
 
   for depmode in $am_compiler_list; do
581
 
     # Setup a source with many dependencies, because some compilers
582
 
     # like to wrap large dependency lists on column 80 (with \), and
583
 
@@ -224,7 +235,17 @@
584
 
     done
585
 
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
586
 
 
587
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
588
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
589
 
+    # handle `-M -o', and we need to detect this.  Also, some Intel
590
 
+    # versions had trouble with output in subdirs
591
 
+    am__obj=sub/conftest.${OBJEXT-o}
592
 
+    am__minus_obj="-o $am__obj"
593
 
     case $depmode in
594
 
+    gcc)
595
 
+      # This depmode causes a compiler race in universal mode.
596
 
+      test "$am__universal" = false || continue
597
 
+      ;;
598
 
     nosideeffect)
599
 
       # after this tag, mechanisms are not by side-effect, so they'll
600
 
       # only be used when explicitly requested
601
 
@@ -234,19 +255,23 @@
602
 
        break
603
 
       fi
604
 
       ;;
605
 
+    msvisualcpp | msvcmsys)
606
 
+      # This compiler won't grok `-c -o', but also, the minuso test has
607
 
+      # not run yet.  These depmodes are late enough in the game, and
608
 
+      # so weak that their functioning should not be impacted.
609
 
+      am__obj=conftest.${OBJEXT-o}
610
 
+      am__minus_obj=
611
 
+      ;;
612
 
     none) break ;;
613
 
     esac
614
 
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
615
 
-    # mode.  It turns out that the SunPro C++ compiler does not properly
616
 
-    # handle `-M -o', and we need to detect this.
617
 
     if depmode=$depmode \
618
 
-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
619
 
+       source=sub/conftest.c object=$am__obj \
620
 
        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
621
 
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
622
 
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
623
 
          >/dev/null 2>conftest.err &&
624
 
        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
625
 
        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
626
 
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
627
 
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
628
 
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
629
 
       # icc doesn't choke on unknown options, it will just issue warnings
630
 
       # or remarks (even with -Werror).  So we grep stderr for any message
631
 
@@ -310,59 +335,61 @@
632
 
 # gives unlimited permission to copy and/or distribute it,
633
 
 # with or without modifications, as long as this notice is preserved.
634
 
 
635
 
-#serial 4
636
 
+#serial 5
637
 
 
638
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
639
 
 # ------------------------------
640
 
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
641
 
-[# Autoconf 2.62 quotes --file arguments for eval, but not when files
642
 
-# are listed without --file.  Let's play safe and only enable the eval
643
 
-# if we detect the quoting.
644
 
-case $CONFIG_FILES in
645
 
-*\'*) eval set x "$CONFIG_FILES" ;;
646
 
-*)   set x $CONFIG_FILES ;;
647
 
-esac
648
 
-shift
649
 
-for mf
650
 
-do
651
 
-  # Strip MF so we end up with the name of the file.
652
 
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
653
 
-  # Check whether this is an Automake generated Makefile or not.
654
 
-  # We used to match only the files named `Makefile.in', but
655
 
-  # some people rename them; so instead we look at the file content.
656
 
-  # Grep'ing the first line is not enough: some people post-process
657
 
-  # each Makefile.in and add a new line on top of each file to say so.
658
 
-  # Grep'ing the whole file is not good either: AIX grep has a line
659
 
-  # limit of 2048, but all sed's we know have understand at least 4000.
660
 
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
661
 
-    dirpart=`AS_DIRNAME("$mf")`
662
 
-  else
663
 
-    continue
664
 
-  fi
665
 
-  # Extract the definition of DEPDIR, am__include, and am__quote
666
 
-  # from the Makefile without running `make'.
667
 
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
668
 
-  test -z "$DEPDIR" && continue
669
 
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
670
 
-  test -z "am__include" && continue
671
 
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
672
 
-  # When using ansi2knr, U may be empty or an underscore; expand it
673
 
-  U=`sed -n 's/^U = //p' < "$mf"`
674
 
-  # Find all dependency output files, they are included files with
675
 
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
676
 
-  # simplest approach to changing $(DEPDIR) to its actual value in the
677
 
-  # expansion.
678
 
-  for file in `sed -n "
679
 
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
680
 
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
681
 
-    # Make sure the directory exists.
682
 
-    test -f "$dirpart/$file" && continue
683
 
-    fdir=`AS_DIRNAME(["$file"])`
684
 
-    AS_MKDIR_P([$dirpart/$fdir])
685
 
-    # echo "creating $dirpart/$file"
686
 
-    echo '# dummy' > "$dirpart/$file"
687
 
+[{
688
 
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
689
 
+  # are listed without --file.  Let's play safe and only enable the eval
690
 
+  # if we detect the quoting.
691
 
+  case $CONFIG_FILES in
692
 
+  *\'*) eval set x "$CONFIG_FILES" ;;
693
 
+  *)   set x $CONFIG_FILES ;;
694
 
+  esac
695
 
+  shift
696
 
+  for mf
697
 
+  do
698
 
+    # Strip MF so we end up with the name of the file.
699
 
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
700
 
+    # Check whether this is an Automake generated Makefile or not.
701
 
+    # We used to match only the files named `Makefile.in', but
702
 
+    # some people rename them; so instead we look at the file content.
703
 
+    # Grep'ing the first line is not enough: some people post-process
704
 
+    # each Makefile.in and add a new line on top of each file to say so.
705
 
+    # Grep'ing the whole file is not good either: AIX grep has a line
706
 
+    # limit of 2048, but all sed's we know have understand at least 4000.
707
 
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
708
 
+      dirpart=`AS_DIRNAME("$mf")`
709
 
+    else
710
 
+      continue
711
 
+    fi
712
 
+    # Extract the definition of DEPDIR, am__include, and am__quote
713
 
+    # from the Makefile without running `make'.
714
 
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
715
 
+    test -z "$DEPDIR" && continue
716
 
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
717
 
+    test -z "am__include" && continue
718
 
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
719
 
+    # When using ansi2knr, U may be empty or an underscore; expand it
720
 
+    U=`sed -n 's/^U = //p' < "$mf"`
721
 
+    # Find all dependency output files, they are included files with
722
 
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
723
 
+    # simplest approach to changing $(DEPDIR) to its actual value in the
724
 
+    # expansion.
725
 
+    for file in `sed -n "
726
 
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
727
 
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
728
 
+      # Make sure the directory exists.
729
 
+      test -f "$dirpart/$file" && continue
730
 
+      fdir=`AS_DIRNAME(["$file"])`
731
 
+      AS_MKDIR_P([$dirpart/$fdir])
732
 
+      # echo "creating $dirpart/$file"
733
 
+      echo '# dummy' > "$dirpart/$file"
734
 
+    done
735
 
   done
736
 
-done
737
 
+}
738
 
 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
739
 
 
740
 
 
741
 
@@ -382,13 +409,13 @@
742
 
 # Do all the work for Automake.                             -*- Autoconf -*-
743
 
 
744
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
745
 
-# 2005, 2006, 2008 Free Software Foundation, Inc.
746
 
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
747
 
 #
748
 
 # This file is free software; the Free Software Foundation
749
 
 # gives unlimited permission to copy and/or distribute it,
750
 
 # with or without modifications, as long as this notice is preserved.
751
 
 
752
 
-# serial 13
753
 
+# serial 16
754
 
 
755
 
 # This macro actually does too much.  Some checks are only needed if
756
 
 # your package does certain things.  But this isn't really a big deal.
757
 
@@ -405,7 +432,7 @@
758
 
 # arguments mandatory, and then we can depend on a new Autoconf
759
 
 # release and drop the old call support.
760
 
 AC_DEFUN([AM_INIT_AUTOMAKE],
761
 
-[AC_PREREQ([2.60])dnl
762
 
+[AC_PREREQ([2.62])dnl
763
 
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
764
 
 dnl the ones we care about.
765
 
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
766
 
@@ -456,8 +483,8 @@
767
 
 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
768
 
 AM_MISSING_PROG(AUTOHEADER, autoheader)
769
 
 AM_MISSING_PROG(MAKEINFO, makeinfo)
770
 
-AM_PROG_INSTALL_SH
771
 
-AM_PROG_INSTALL_STRIP
772
 
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
773
 
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
774
 
 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
775
 
 # We need awk for the "check" target.  The system "awk" is bad on
776
 
 # some platforms.
777
 
@@ -465,24 +492,37 @@
778
 
 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
779
 
 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
780
 
 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
781
 
-              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
782
 
-                            [_AM_PROG_TAR([v7])])])
783
 
+             [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
784
 
+                            [_AM_PROG_TAR([v7])])])
785
 
 _AM_IF_OPTION([no-dependencies],,
786
 
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
787
 
-                  [_AM_DEPENDENCIES(CC)],
788
 
-                  [define([AC_PROG_CC],
789
 
-                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
790
 
+                 [_AM_DEPENDENCIES(CC)],
791
 
+                 [define([AC_PROG_CC],
792
 
+                         defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
793
 
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
794
 
-                  [_AM_DEPENDENCIES(CXX)],
795
 
-                  [define([AC_PROG_CXX],
796
 
-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
797
 
+                 [_AM_DEPENDENCIES(CXX)],
798
 
+                 [define([AC_PROG_CXX],
799
 
+                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
800
 
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
801
 
-                  [_AM_DEPENDENCIES(OBJC)],
802
 
-                  [define([AC_PROG_OBJC],
803
 
-                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
804
 
+                 [_AM_DEPENDENCIES(OBJC)],
805
 
+                 [define([AC_PROG_OBJC],
806
 
+                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
807
 
 ])
808
 
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
809
 
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
810
 
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
811
 
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
812
 
+AC_CONFIG_COMMANDS_PRE(dnl
813
 
+[m4_provide_if([_AM_COMPILER_EXEEXT],
814
 
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
815
 
 ])
816
 
 
817
 
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
818
 
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
819
 
+dnl mangled by Autoconf and run in a shell conditional statement.
820
 
+m4_define([_AC_COMPILER_EXEEXT],
821
 
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
822
 
+
823
 
 
824
 
 # When config.status generates a header, we must update the stamp-h file.
825
 
 # This file resides in the same directory as the config header
826
 
@@ -505,7 +545,7 @@
827
 
 done
828
 
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
829
 
 
830
 
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
831
 
+# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
832
 
 #
833
 
 # This file is free software; the Free Software Foundation
834
 
 # gives unlimited permission to copy and/or distribute it,
835
 
@@ -516,7 +556,14 @@
836
 
 # Define $install_sh.
837
 
 AC_DEFUN([AM_PROG_INSTALL_SH],
838
 
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
839
 
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
840
 
+if test x"${install_sh}" != xset; then
841
 
+  case $am_aux_dir in
842
 
+  *\ * | *\    *)
843
 
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
844
 
+  *)
845
 
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
846
 
+  esac
847
 
+fi
848
 
 AC_SUBST(install_sh)])
849
 
 
850
 
 # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
851
 
@@ -563,13 +610,13 @@
852
 
 
853
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
854
 
 
855
 
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
856
 
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
857
 
 #
858
 
 # This file is free software; the Free Software Foundation
859
 
 # gives unlimited permission to copy and/or distribute it,
860
 
 # with or without modifications, as long as this notice is preserved.
861
 
 
862
 
-# serial 3
863
 
+# serial 4
864
 
 
865
 
 # AM_MAKE_INCLUDE()
866
 
 # -----------------
867
 
@@ -578,7 +625,7 @@
868
 
 [am_make=${MAKE-make}
869
 
 cat > confinc << 'END'
870
 
 am__doit:
871
 
-       @echo done
872
 
+       @echo this is the am__doit target
873
 
 .PHONY: am__doit
874
 
 END
875
 
 # If we don't find an include directive, just comment out the code.
876
 
@@ -588,24 +635,24 @@
877
 
 _am_result=none
878
 
 # First try GNU make style include.
879
 
 echo "include confinc" > confmf
880
 
-# We grep out `Entering directory' and `Leaving directory'
881
 
-# messages which can occur if `w' ends up in MAKEFLAGS.
882
 
-# In particular we don't look at `^make:' because GNU make might
883
 
-# be invoked under some other name (usually "gmake"), in which
884
 
-# case it prints its new name instead of `make'.
885
 
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
886
 
-   am__include=include
887
 
-   am__quote=
888
 
-   _am_result=GNU
889
 
-fi
890
 
+# Ignore all kinds of additional output from `make'.
891
 
+case `$am_make -s -f confmf 2> /dev/null` in #(
892
 
+*the\ am__doit\ target*)
893
 
+  am__include=include
894
 
+  am__quote=
895
 
+  _am_result=GNU
896
 
+  ;;
897
 
+esac
898
 
 # Now try BSD make style include.
899
 
 if test "$am__include" = "#"; then
900
 
    echo '.include "confinc"' > confmf
901
 
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
902
 
-      am__include=.include
903
 
-      am__quote="\""
904
 
-      _am_result=BSD
905
 
-   fi
906
 
+   case `$am_make -s -f confmf 2> /dev/null` in #(
907
 
+   *the\ am__doit\ target*)
908
 
+     am__include=.include
909
 
+     am__quote="\""
910
 
+     _am_result=BSD
911
 
+     ;;
912
 
+   esac
913
 
 fi
914
 
 AC_SUBST([am__include])
915
 
 AC_SUBST([am__quote])
916
 
@@ -650,14 +697,14 @@
917
 
 
918
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
919
 
 
920
 
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
921
 
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
922
 
 # Free Software Foundation, Inc.
923
 
 #
924
 
 # This file is free software; the Free Software Foundation
925
 
 # gives unlimited permission to copy and/or distribute it,
926
 
 # with or without modifications, as long as this notice is preserved.
927
 
 
928
 
-# serial 5
929
 
+# serial 6
930
 
 
931
 
 # AM_MISSING_PROG(NAME, PROGRAM)
932
 
 # ------------------------------
933
 
@@ -674,7 +721,14 @@
934
 
 AC_DEFUN([AM_MISSING_HAS_RUN],
935
 
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
936
 
 AC_REQUIRE_AUX_FILE([missing])dnl
937
 
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
938
 
+if test x"${MISSING+set}" != xset; then
939
 
+  case $am_aux_dir in
940
 
+  *\ * | *\    *)
941
 
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
942
 
+  *)
943
 
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
944
 
+  esac
945
 
+fi
946
 
 # Use eval to expand $SHELL
947
 
 if eval "$MISSING --run true"; then
948
 
   am_missing_run="$MISSING --run "
949
 
@@ -745,14 +799,14 @@
950
 
 
951
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
952
 
 
953
 
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
954
 
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
955
 
 # Free Software Foundation, Inc.
956
 
 #
957
 
 # This file is free software; the Free Software Foundation
958
 
 # gives unlimited permission to copy and/or distribute it,
959
 
 # with or without modifications, as long as this notice is preserved.
960
 
 
961
 
-# serial 4
962
 
+# serial 5
963
 
 
964
 
 # AM_SANITY_CHECK
965
 
 # ---------------
966
 
@@ -761,16 +815,29 @@
967
 
 # Just in case
968
 
 sleep 1
969
 
 echo timestamp > conftest.file
970
 
+# Reject unsafe characters in $srcdir or the absolute working directory
971
 
+# name.  Accept space and tab only in the latter.
972
 
+am_lf='
973
 
+'
974
 
+case `pwd` in
975
 
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
976
 
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
977
 
+esac
978
 
+case $srcdir in
979
 
+  *[[\\\"\#\$\&\'\`$am_lf\ \   ]]*)
980
 
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
981
 
+esac
982
 
+
983
 
 # Do `set' in a subshell so we don't clobber the current shell's
984
 
 # arguments.  Must try -L first in case configure is actually a
985
 
 # symlink; some systems play weird games with the mod time of symlinks
986
 
 # (eg FreeBSD returns the mod time of the symlink's containing
987
 
 # directory).
988
 
 if (
989
 
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
990
 
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
991
 
    if test "$[*]" = "X"; then
992
 
       # -L didn't work.
993
 
-      set X `ls -t $srcdir/configure conftest.file`
994
 
+      set X `ls -t "$srcdir/configure" conftest.file`
995
 
    fi
996
 
    rm -f conftest.file
997
 
    if test "$[*]" != "X $srcdir/configure conftest.file" \
998
 
@@ -823,18 +890,25 @@
999
 
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1000
 
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1001
 
 
1002
 
-# Copyright (C) 2006  Free Software Foundation, Inc.
1003
 
+# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
1004
 
 #
1005
 
 # This file is free software; the Free Software Foundation
1006
 
 # gives unlimited permission to copy and/or distribute it,
1007
 
 # with or without modifications, as long as this notice is preserved.
1008
 
 
1009
 
+# serial 2
1010
 
+
1011
 
 # _AM_SUBST_NOTMAKE(VARIABLE)
1012
 
 # ---------------------------
1013
 
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1014
 
 # This macro is traced by Automake.
1015
 
 AC_DEFUN([_AM_SUBST_NOTMAKE])
1016
 
 
1017
 
+# AM_SUBST_NOTMAKE(VARIABLE)
1018
 
+# ---------------------------
1019
 
+# Public sister of _AM_SUBST_NOTMAKE.
1020
 
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1021
 
+
1022
 
 # Check how to create a tarball.                            -*- Autoconf -*-
1023
 
 
1024
 
 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
1025
 
@@ -934,7 +1008,6 @@
 
60
@@ -934,7 +934,6 @@
1026
61
 m4_include([m4/gettext.m4])
1027
62
 m4_include([m4/iconv.m4])
1028
63
 m4_include([m4/intlmacosx.m4])
1030
65
 m4_include([m4/jh_path_xml_catalog.m4])
1031
66
 m4_include([m4/ld-O1.m4])
1032
67
 m4_include([m4/ld-as-needed.m4])
1033
 
@@ -950,3 +1023,4 @@
 
68
@@ -950,3 +949,4 @@
1034
69
 m4_include([m4/nls.m4])
1035
70
 m4_include([m4/po.m4])
1036
71
 m4_include([m4/progtest.m4])
1840
875
 
1841
876
 ac_unique_file="conf/pam_conv1/pam_conv_y.y"
1842
877
 ac_default_prefix=/usr
1843
 
@@ -786,7 +739,9 @@
1844
 
 #endif"
1845
 
 
1846
 
 gt_needs=
1847
 
-ac_subst_vars='LTLIBOBJS
1848
 
+ac_subst_vars='am__EXEEXT_FALSE
1849
 
+am__EXEEXT_TRUE
1850
 
+LTLIBOBJS
1851
 
 HAVE_KEY_MANAGEMENT_FALSE
1852
 
 HAVE_KEY_MANAGEMENT_TRUE
1853
 
 HAVE_KEY_MANAGEMENT
1854
 
@@ -955,6 +910,7 @@
 
878
@@ -955,6 +908,7 @@
1855
879
 program_transform_name
1856
880
 prefix
1857
881
 exec_prefix
1859
883
 PACKAGE_BUGREPORT
1860
884
 PACKAGE_STRING
1861
885
 PACKAGE_VERSION
1862
 
@@ -1117,8 +1073,7 @@
 
886
@@ -1117,8 +1071,7 @@
1863
887
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1864
888
     # Reject names that are not valid shell variable names.
1865
889
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1869
893
     ac_useropt_orig=$ac_useropt
1870
894
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1871
895
     case $ac_user_opts in
1872
 
@@ -1144,8 +1099,7 @@
 
896
@@ -1144,8 +1097,7 @@
1873
897
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1874
898
     # Reject names that are not valid shell variable names.
1875
899
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1879
903
     ac_useropt_orig=$ac_useropt
1880
904
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1881
905
     case $ac_user_opts in
1882
 
@@ -1349,8 +1303,7 @@
 
906
@@ -1349,8 +1301,7 @@
1883
907
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1884
908
     # Reject names that are not valid shell variable names.
1885
909
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1889
913
     ac_useropt_orig=$ac_useropt
1890
914
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1891
915
     case $ac_user_opts in
1892
 
@@ -1366,8 +1319,7 @@
 
916
@@ -1366,8 +1317,7 @@
1893
917
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1894
918
     # Reject names that are not valid shell variable names.
1895
919
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1899
923
     ac_useropt_orig=$ac_useropt
1900
924
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1901
925
     case $ac_user_opts in
1902
 
@@ -1397,17 +1349,17 @@
 
926
@@ -1397,17 +1347,17 @@
1903
927
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1904
928
     x_libraries=$ac_optarg ;;
1905
929
 
1923
947
     eval $ac_envvar=\$ac_optarg
1924
948
     export $ac_envvar ;;
1925
949
 
1926
 
@@ -1424,15 +1376,13 @@
 
950
@@ -1424,15 +1374,13 @@
1927
951
 
1928
952
 if test -n "$ac_prev"; then
1929
953
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1941
965
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1942
966
   esac
1943
967
 fi
1944
 
@@ -1455,8 +1405,7 @@
 
968
@@ -1455,8 +1403,7 @@
1945
969
     [\\/$]* | ?:[\\/]* )  continue;;
1946
970
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1947
971
   esac
1951
975
 done
1952
976
 
1953
977
 # There might be people who depend on the old broken behavior: `$host'
1954
 
@@ -1486,11 +1435,9 @@
 
978
@@ -1486,11 +1433,9 @@
1955
979
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1956
980
 ac_ls_di=`ls -di .` &&
1957
981
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1965
989
 
1966
990
 
1967
991
 # Find the source files, if location was not specified.
1968
 
@@ -1529,13 +1476,11 @@
 
992
@@ -1529,13 +1474,11 @@
1969
993
 fi
1970
994
 if test ! -r "$srcdir/$ac_unique_file"; then
1971
995
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1981
1005
        pwd)`
1982
1006
 # When building in place, set srcdir=.
1983
1007
 if test "$ac_abs_confdir" = "$ac_pwd"; then
1984
 
@@ -1712,6 +1657,7 @@
 
1008
@@ -1712,6 +1655,7 @@
1985
1009
 Use these variables to override the choices made by `configure' or to help
1986
1010
 it to find libraries and programs with nonstandard names/locations.
1987
1011
 
1989
1013
 _ACEOF
1990
1014
 ac_status=$?
1991
1015
 fi
1992
 
@@ -1775,21 +1721,465 @@
 
1016
@@ -1775,21 +1719,465 @@
1993
1017
 if $ac_init_version; then
1994
1018
   cat <<\_ACEOF
1995
1019
 configure
2459
1483
 
2460
1484
   $ $0 $@
2461
1485
 
2462
 
@@ -1825,8 +2215,8 @@
 
1486
@@ -1825,8 +2213,8 @@
2463
1487
 do
2464
1488
   IFS=$as_save_IFS
2465
1489
   test -z "$as_dir" && as_dir=.
2470
1494
 IFS=$as_save_IFS
2471
1495
 
2472
1496
 } >&5
2473
 
@@ -1863,9 +2253,9 @@
 
1497
@@ -1863,9 +2251,9 @@
2474
1498
       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2475
1499
     esac
2476
1500
     case $ac_pass in
2482
1506
       if test $ac_must_keep_next = true; then
2483
1507
        ac_must_keep_next=false # Got value, back to normal.
2484
1508
       else
2485
 
@@ -1881,13 +2271,13 @@
 
1509
@@ -1881,13 +2269,13 @@
2486
1510
          -* ) ac_must_keep_next=true ;;
2487
1511
        esac
2488
1512
       fi
2499
1523
 
2500
1524
 # When interrupted or exit'd, cleanup temporary files, and complete
2501
1525
 # config.log.  We remove comments because anyway the quotes in there
2502
 
@@ -1912,13 +2302,13 @@
 
1526
@@ -1912,13 +2300,13 @@
2503
1527
     case $ac_val in #(
2504
1528
     *${as_nl}*)
2505
1529
       case $ac_var in #(
2515
1539
       esac ;;
2516
1540
     esac
2517
1541
   done
2518
 
@@ -1990,39 +2380,41 @@
 
1542
@@ -1990,39 +2378,41 @@
2519
1543
     exit $exit_status
2520
1544
 ' 0
2521
1545
 for ac_signal in 1 2 13 15; do
2562
1586
 
2563
1587
 # Let the site file select an alternate cache file if it wants to.
2564
1588
 # Prefer an explicitly selected file to automatically selected ones.
2565
 
@@ -2041,7 +2433,7 @@
 
1589
@@ -2041,7 +2431,7 @@
2566
1590
 do
2567
1591
   test "x$ac_site_file" = xNONE && continue
2568
1592
   if test -r "$ac_site_file"; then
2571
1595
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2572
1596
     sed 's/^/| /' "$ac_site_file" >&5
2573
1597
     . "$ac_site_file"
2574
 
@@ -2052,7 +2444,7 @@
 
1598
@@ -2052,7 +2442,7 @@
2575
1599
   # Some versions of bash will fail to source /dev/null (special
2576
1600
   # files actually), so we avoid doing that.
2577
1601
   if test -f "$cache_file"; then
2580
1604
 $as_echo "$as_me: loading cache $cache_file" >&6;}
2581
1605
     case $cache_file in
2582
1606
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2583
 
@@ -2060,7 +2452,7 @@
 
1607
@@ -2060,7 +2450,7 @@
2584
1608
     esac
2585
1609
   fi
2586
1610
 else
2589
1613
 $as_echo "$as_me: creating cache $cache_file" >&6;}
2590
1614
   >$cache_file
2591
1615
 fi
2592
 
@@ -2076,11 +2468,11 @@
 
1616
@@ -2076,11 +2466,11 @@
2593
1617
   eval ac_new_val=\$ac_env_${ac_var}_value
2594
1618
   case $ac_old_set,$ac_new_set in
2595
1619
     set,)
2603
1627
 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2604
1628
       ac_cache_corrupted=: ;;
2605
1629
     ,);;
2606
 
@@ -2090,17 +2482,17 @@
 
1630
@@ -2090,17 +2480,17 @@
2607
1631
        ac_old_val_w=`echo x $ac_old_val`
2608
1632
        ac_new_val_w=`echo x $ac_new_val`
2609
1633
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
2625
1649
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2626
1650
       fi;;
2627
1651
   esac
2628
 
@@ -2112,35 +2504,20 @@
 
1652
@@ -2112,35 +2502,20 @@
2629
1653
     esac
2630
1654
     case " $ac_configure_args " in
2631
1655
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2668
1692
 
2669
1693
 ac_ext=c
2670
1694
 ac_cpp='$CPP $CPPFLAGS'
2671
 
@@ -2150,28 +2527,20 @@
2672
 
 
2673
 
 
2674
 
 
2675
 
-am__api_version='1.10'
2676
 
+am__api_version='1.11'
 
1695
@@ -2154,24 +2529,16 @@
2677
1696
 
2678
1697
 ac_aux_dir=
2679
1698
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2706
1725
 fi
2707
1726
 
2708
1727
 # These three variables are undocumented and unsupported,
2709
 
@@ -2197,10 +2566,10 @@
 
1728
@@ -2197,10 +2564,10 @@
2710
1729
 # OS/2's system install, which has a completely different semantic
2711
1730
 # ./install, which can be erroneously created by make from ./install.sh.
2712
1731
 # Reject install programs that cannot install multiple files.
2719
1738
   $as_echo_n "(cached) " >&6
2720
1739
 else
2721
1740
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2722
 
@@ -2208,11 +2577,11 @@
 
1741
@@ -2208,11 +2575,11 @@
2723
1742
 do
2724
1743
   IFS=$as_save_IFS
2725
1744
   test -z "$as_dir" && as_dir=.
2735
1754
   /usr/ucb/* ) ;;
2736
1755
   *)
2737
1756
     # OSF1 and SCO ODT 3.0 have their own names for install.
2738
 
@@ -2249,7 +2618,7 @@
 
1757
@@ -2249,7 +2616,7 @@
2739
1758
     ;;
2740
1759
 esac
2741
1760
 
2744
1763
 IFS=$as_save_IFS
2745
1764
 
2746
1765
 rm -rf conftest.one conftest.two conftest.dir
2747
 
@@ -2265,7 +2634,7 @@
 
1766
@@ -2265,7 +2632,7 @@
2748
1767
     INSTALL=$ac_install_sh
2749
1768
   fi
2750
1769
 fi
2753
1772
 $as_echo "$INSTALL" >&6; }
2754
1773
 
2755
1774
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2756
 
@@ -2276,21 +2645,34 @@
 
1775
@@ -2276,7 +2643,7 @@
2757
1776
 
2758
1777
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2759
1778
 
2762
1781
 $as_echo_n "checking whether build environment is sane... " >&6; }
2763
1782
 # Just in case
2764
1783
 sleep 1
2765
 
 echo timestamp > conftest.file
2766
 
+# Reject unsafe characters in $srcdir or the absolute working directory
2767
 
+# name.  Accept space and tab only in the latter.
2768
 
+am_lf='
2769
 
+'
2770
 
+case `pwd` in
2771
 
+  *[\\\"\#\$\&\'\`$am_lf]*)
2772
 
+    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2773
 
+esac
2774
 
+case $srcdir in
2775
 
+  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
2776
 
+    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2777
 
+esac
2778
 
+
2779
 
 # Do `set' in a subshell so we don't clobber the current shell's
2780
 
 # arguments.  Must try -L first in case configure is actually a
2781
 
 # symlink; some systems play weird games with the mod time of symlinks
2782
 
 # (eg FreeBSD returns the mod time of the symlink's containing
2783
 
 # directory).
2784
 
 if (
2785
 
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2786
 
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2787
 
    if test "$*" = "X"; then
2788
 
       # -L didn't work.
2789
 
-      set X `ls -t $srcdir/configure conftest.file`
2790
 
+      set X `ls -t "$srcdir/configure" conftest.file`
2791
 
    fi
2792
 
    rm -f conftest.file
2793
 
    if test "$*" != "X $srcdir/configure conftest.file" \
2794
 
@@ -2300,11 +2682,8 @@
 
1784
@@ -2300,11 +2667,8 @@
2795
1785
       # if, for instance, CONFIG_SHELL is bash and it inherits a
2796
1786
       # broken ls alias from the environment.  This has actually
2797
1787
       # happened.  Such a system could not be considered "sane".
2805
1795
    fi
2806
1796
 
2807
1797
    test "$2" = conftest.file
2808
 
@@ -2313,13 +2692,10 @@
 
1798
@@ -2313,13 +2677,10 @@
2809
1799
    # Ok.
2810
1800
    :
2811
1801
 else
2822
1812
 $as_echo "yes" >&6; }
2823
1813
 test "$program_prefix" != NONE &&
2824
1814
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2825
 
@@ -2334,20 +2710,136 @@
2826
 
 # expand $ac_aux_dir to an absolute path
2827
 
 am_aux_dir=`cd $ac_aux_dir && pwd`
2828
 
 
2829
 
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2830
 
+if test x"${MISSING+set}" != xset; then
2831
 
+  case $am_aux_dir in
2832
 
+  *\ * | *\    *)
2833
 
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2834
 
+  *)
2835
 
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2836
 
+  esac
2837
 
+fi
2838
 
 # Use eval to expand $SHELL
2839
 
 if eval "$MISSING --run true"; then
 
1815
@@ -2340,14 +2701,14 @@
2840
1816
   am_missing_run="$MISSING --run "
2841
1817
 else
2842
1818
   am_missing_run=
2846
1822
 fi
2847
1823
 
2848
1824
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2849
 
+if test x"${install_sh}" != xset; then
2850
 
+  case $am_aux_dir in
2851
 
+  *\ * | *\    *)
2852
 
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2853
 
+  *)
2854
 
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
2855
 
+  esac
2856
 
+fi
2857
 
+
2858
 
+# Installed binaries are usually stripped using `strip' when the user
2859
 
+# run `make install-strip'.  However `strip' might not be the right
2860
 
+# tool to use in cross-compilation environments, therefore Automake
2861
 
+# will honor the `STRIP' environment variable to overrule this program.
2862
 
+if test "$cross_compiling" != no; then
2863
 
+  if test -n "$ac_tool_prefix"; then
2864
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2865
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
2866
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2867
 
+$as_echo_n "checking for $ac_word... " >&6; }
2868
 
+if test "${ac_cv_prog_STRIP+set}" = set; then :
2869
 
+  $as_echo_n "(cached) " >&6
2870
 
+else
2871
 
+  if test -n "$STRIP"; then
2872
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2873
 
+else
2874
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875
 
+for as_dir in $PATH
2876
 
+do
2877
 
+  IFS=$as_save_IFS
2878
 
+  test -z "$as_dir" && as_dir=.
2879
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2880
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2881
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2882
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2883
 
+    break 2
2884
 
+  fi
2885
 
+done
2886
 
+  done
2887
 
+IFS=$as_save_IFS
2888
 
+
2889
 
+fi
2890
 
+fi
2891
 
+STRIP=$ac_cv_prog_STRIP
2892
 
+if test -n "$STRIP"; then
2893
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2894
 
+$as_echo "$STRIP" >&6; }
2895
 
+else
2896
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2897
 
+$as_echo "no" >&6; }
2898
 
+fi
2899
 
+
2900
 
+
2901
 
+fi
2902
 
+if test -z "$ac_cv_prog_STRIP"; then
2903
 
+  ac_ct_STRIP=$STRIP
2904
 
+  # Extract the first word of "strip", so it can be a program name with args.
2905
 
+set dummy strip; ac_word=$2
2906
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2907
 
+$as_echo_n "checking for $ac_word... " >&6; }
2908
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2909
 
+  $as_echo_n "(cached) " >&6
2910
 
+else
2911
 
+  if test -n "$ac_ct_STRIP"; then
2912
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2913
 
+else
2914
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2915
 
+for as_dir in $PATH
2916
 
+do
2917
 
+  IFS=$as_save_IFS
2918
 
+  test -z "$as_dir" && as_dir=.
2919
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2920
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2921
 
+    ac_cv_prog_ac_ct_STRIP="strip"
2922
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2923
 
+    break 2
2924
 
+  fi
2925
 
+done
2926
 
+  done
2927
 
+IFS=$as_save_IFS
2928
 
+
2929
 
+fi
2930
 
+fi
2931
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2932
 
+if test -n "$ac_ct_STRIP"; then
2933
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2934
 
+$as_echo "$ac_ct_STRIP" >&6; }
2935
 
+else
2936
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2937
 
+$as_echo "no" >&6; }
2938
 
+fi
2939
 
+
2940
 
+  if test "x$ac_ct_STRIP" = x; then
2941
 
+    STRIP=":"
2942
 
+  else
2943
 
+    case $cross_compiling:$ac_tool_warned in
2944
 
+yes:)
2945
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947
 
+ac_tool_warned=yes ;;
2948
 
+esac
2949
 
+    STRIP=$ac_ct_STRIP
2950
 
+  fi
2951
 
+else
2952
 
+  STRIP="$ac_cv_prog_STRIP"
2953
 
+fi
2954
 
+
2955
 
+fi
2956
 
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2957
 
+
2958
1825
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2959
1826
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2960
1827
 if test -z "$MKDIR_P"; then
2963
1830
   $as_echo_n "(cached) " >&6
2964
1831
 else
2965
1832
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966
 
@@ -2355,7 +2847,7 @@
 
1833
@@ -2355,7 +2716,7 @@
2967
1834
 do
2968
1835
   IFS=$as_save_IFS
2969
1836
   test -z "$as_dir" && as_dir=.
2972
1839
         for ac_exec_ext in '' $ac_executable_extensions; do
2973
1840
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2974
1841
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2975
 
@@ -2367,7 +2859,7 @@
 
1842
@@ -2367,7 +2728,7 @@
2976
1843
           esac
2977
1844
         done
2978
1845
        done
2981
1848
 IFS=$as_save_IFS
2982
1849
 
2983
1850
 fi
2984
 
@@ -2383,7 +2875,7 @@
 
1851
@@ -2383,7 +2744,7 @@
2985
1852
     MKDIR_P="$ac_install_sh -d"
2986
1853
   fi
2987
1854
 fi
2990
1857
 $as_echo "$MKDIR_P" >&6; }
2991
1858
 
2992
1859
 mkdir_p="$MKDIR_P"
2993
 
@@ -2396,9 +2888,9 @@
 
1860
@@ -2396,9 +2757,9 @@
2994
1861
 do
2995
1862
   # Extract the first word of "$ac_prog", so it can be a program name with args.
2996
1863
 set dummy $ac_prog; ac_word=$2
3002
1869
   $as_echo_n "(cached) " >&6
3003
1870
 else
3004
1871
   if test -n "$AWK"; then
3005
 
@@ -2409,24 +2901,24 @@
 
1872
@@ -2409,24 +2770,24 @@
3006
1873
 do
3007
1874
   IFS=$as_save_IFS
3008
1875
   test -z "$as_dir" && as_dir=.
3032
1899
 $as_echo "no" >&6; }
3033
1900
 fi
3034
1901
 
3035
 
@@ -2434,11 +2926,11 @@
 
1902
@@ -2434,11 +2795,11 @@
3036
1903
   test -n "$AWK" && break
3037
1904
 done
3038
1905
 
3046
1913
   $as_echo_n "(cached) " >&6
3047
1914
 else
3048
1915
   cat >conftest.make <<\_ACEOF
3049
 
@@ -2456,11 +2948,11 @@
 
1916
@@ -2456,11 +2817,11 @@
3050
1917
 rm -f conftest.make
3051
1918
 fi
3052
1919
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3060
1927
 $as_echo "no" >&6; }
3061
1928
   SET_MAKE="MAKE=${MAKE-make}"
3062
1929
 fi
3063
 
@@ -2480,9 +2972,7 @@
 
1930
@@ -2480,9 +2841,7 @@
3064
1931
   am__isrc=' -I$(srcdir)'
3065
1932
   # test to see if srcdir already configured
3066
1933
   if test -f $srcdir/config.status; then
3071
1938
   fi
3072
1939
 fi
3073
1940
 
3074
 
@@ -2526,108 +3016,6 @@
3075
 
 
3076
 
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3077
 
 
3078
 
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
3079
 
-
3080
 
-# Installed binaries are usually stripped using `strip' when the user
3081
 
-# run `make install-strip'.  However `strip' might not be the right
3082
 
-# tool to use in cross-compilation environments, therefore Automake
3083
 
-# will honor the `STRIP' environment variable to overrule this program.
3084
 
-if test "$cross_compiling" != no; then
3085
 
-  if test -n "$ac_tool_prefix"; then
3086
 
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3087
 
-set dummy ${ac_tool_prefix}strip; ac_word=$2
 
1941
@@ -2536,9 +2895,9 @@
 
1942
   if test -n "$ac_tool_prefix"; then
 
1943
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
1944
 set dummy ${ac_tool_prefix}strip; ac_word=$2
3088
1945
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3089
 
-$as_echo_n "checking for $ac_word... " >&6; }
 
1946
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
1947
 $as_echo_n "checking for $ac_word... " >&6; }
3090
1948
-if test "${ac_cv_prog_STRIP+set}" = set; then
3091
 
-  $as_echo_n "(cached) " >&6
3092
 
-else
3093
 
-  if test -n "$STRIP"; then
3094
 
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3095
 
-else
3096
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3097
 
-for as_dir in $PATH
3098
 
-do
3099
 
-  IFS=$as_save_IFS
3100
 
-  test -z "$as_dir" && as_dir=.
 
1949
+if test "${ac_cv_prog_STRIP+set}" = set; then :
 
1950
   $as_echo_n "(cached) " >&6
 
1951
 else
 
1952
   if test -n "$STRIP"; then
 
1953
@@ -2549,24 +2908,24 @@
 
1954
 do
 
1955
   IFS=$as_save_IFS
 
1956
   test -z "$as_dir" && as_dir=.
3101
1957
-  for ac_exec_ext in '' $ac_executable_extensions; do
3102
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3103
 
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
1958
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
1959
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1960
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3104
1961
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3105
 
-    break 2
3106
 
-  fi
3107
 
-done
3108
 
-done
3109
 
-IFS=$as_save_IFS
3110
 
-
3111
 
-fi
3112
 
-fi
3113
 
-STRIP=$ac_cv_prog_STRIP
3114
 
-if test -n "$STRIP"; then
 
1962
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1963
     break 2
 
1964
   fi
 
1965
 done
 
1966
-done
 
1967
+  done
 
1968
 IFS=$as_save_IFS
 
1969
 
 
1970
 fi
 
1971
 fi
 
1972
 STRIP=$ac_cv_prog_STRIP
 
1973
 if test -n "$STRIP"; then
3115
1974
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
3116
 
-$as_echo "$STRIP" >&6; }
3117
 
-else
 
1975
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
1976
 $as_echo "$STRIP" >&6; }
 
1977
 else
3118
1978
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3119
 
-$as_echo "no" >&6; }
3120
 
-fi
3121
 
-
3122
 
-
3123
 
-fi
3124
 
-if test -z "$ac_cv_prog_STRIP"; then
3125
 
-  ac_ct_STRIP=$STRIP
3126
 
-  # Extract the first word of "strip", so it can be a program name with args.
3127
 
-set dummy strip; ac_word=$2
 
1979
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
1980
 $as_echo "no" >&6; }
 
1981
 fi
 
1982
 
 
1983
@@ -2576,9 +2935,9 @@
 
1984
   ac_ct_STRIP=$STRIP
 
1985
   # Extract the first word of "strip", so it can be a program name with args.
 
1986
 set dummy strip; ac_word=$2
3128
1987
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3129
 
-$as_echo_n "checking for $ac_word... " >&6; }
 
1988
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
1989
 $as_echo_n "checking for $ac_word... " >&6; }
3130
1990
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3131
 
-  $as_echo_n "(cached) " >&6
3132
 
-else
3133
 
-  if test -n "$ac_ct_STRIP"; then
3134
 
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3135
 
-else
3136
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3137
 
-for as_dir in $PATH
3138
 
-do
3139
 
-  IFS=$as_save_IFS
3140
 
-  test -z "$as_dir" && as_dir=.
 
1991
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
1992
   $as_echo_n "(cached) " >&6
 
1993
 else
 
1994
   if test -n "$ac_ct_STRIP"; then
 
1995
@@ -2589,24 +2948,24 @@
 
1996
 do
 
1997
   IFS=$as_save_IFS
 
1998
   test -z "$as_dir" && as_dir=.
3141
1999
-  for ac_exec_ext in '' $ac_executable_extensions; do
3142
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3143
 
-    ac_cv_prog_ac_ct_STRIP="strip"
 
2000
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
2001
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2002
     ac_cv_prog_ac_ct_STRIP="strip"
3144
2003
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3145
 
-    break 2
3146
 
-  fi
3147
 
-done
3148
 
-done
3149
 
-IFS=$as_save_IFS
3150
 
-
3151
 
-fi
3152
 
-fi
3153
 
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3154
 
-if test -n "$ac_ct_STRIP"; then
 
2004
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2005
     break 2
 
2006
   fi
 
2007
 done
 
2008
-done
 
2009
+  done
 
2010
 IFS=$as_save_IFS
 
2011
 
 
2012
 fi
 
2013
 fi
 
2014
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
2015
 if test -n "$ac_ct_STRIP"; then
3155
2016
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3156
 
-$as_echo "$ac_ct_STRIP" >&6; }
3157
 
-else
 
2017
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
2018
 $as_echo "$ac_ct_STRIP" >&6; }
 
2019
 else
3158
2020
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3159
 
-$as_echo "no" >&6; }
3160
 
-fi
3161
 
-
3162
 
-  if test "x$ac_ct_STRIP" = x; then
3163
 
-    STRIP=":"
3164
 
-  else
3165
 
-    case $cross_compiling:$ac_tool_warned in
3166
 
-yes:)
 
2021
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2022
 $as_echo "no" >&6; }
 
2023
 fi
 
2024
 
 
2025
@@ -2615,7 +2974,7 @@
 
2026
   else
 
2027
     case $cross_compiling:$ac_tool_warned in
 
2028
 yes:)
3167
2029
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3168
 
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3169
 
-ac_tool_warned=yes ;;
3170
 
-esac
3171
 
-    STRIP=$ac_ct_STRIP
3172
 
-  fi
3173
 
-else
3174
 
-  STRIP="$ac_cv_prog_STRIP"
3175
 
-fi
3176
 
-
3177
 
-fi
3178
 
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3179
 
-
3180
 
 # We need awk for the "check" target.  The system "awk" is bad on
3181
 
 # some platforms.
3182
 
 # Always define AMTAR for backward compatibility.
3183
 
@@ -2646,35 +3034,27 @@
 
2030
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
2031
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
2032
 ac_tool_warned=yes ;;
 
2033
 esac
 
2034
@@ -2646,35 +3005,27 @@
3184
2035
 
3185
2036
 # Make sure we can run config.sub.
3186
2037
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3223
2074
 esac
3224
2075
 build=$ac_cv_build
3225
2076
 ac_save_IFS=$IFS; IFS='-'
3226
 
@@ -2690,28 +3070,24 @@
 
2077
@@ -2690,28 +3041,24 @@
3227
2078
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3228
2079
 
3229
2080
 
3257
2108
 esac
3258
2109
 host=$ac_cv_host
3259
2110
 ac_save_IFS=$IFS; IFS='-'
3260
 
@@ -2770,7 +3146,7 @@
 
2111
@@ -2770,7 +3117,7 @@
3261
2112
 fi
3262
2113
 
3263
2114
 # Check whether --enable-static-modules was given.
3266
2117
   enableval=$enable_static_modules; STATIC_MODULES=$enableval
3267
2118
 else
3268
2119
   STATIC_MODULES=no
3269
 
@@ -2779,7 +3155,7 @@
 
2120
@@ -2779,7 +3126,7 @@
3270
2121
 if test "$STATIC_MODULES" != "no" ; then
3271
2122
         CFLAGS="$CFLAGS -DPAM_STATIC"
3272
2123
        # Check whether --enable-static was given.
3275
2126
   enableval=$enable_static; p=${PACKAGE-default}
3276
2127
     case $enableval in
3277
2128
     yes) enable_static=yes ;;
3278
 
@@ -2810,7 +3186,7 @@
 
2129
@@ -2810,7 +3157,7 @@
3279
2130
 
3280
2131
 
3281
2132
        # Check whether --enable-shared was given.
3284
2135
   enableval=$enable_shared; p=${PACKAGE-default}
3285
2136
     case $enableval in
3286
2137
     yes) enable_shared=yes ;;
3287
 
@@ -2843,7 +3219,7 @@
 
2138
@@ -2843,7 +3190,7 @@
3288
2139
 else
3289
2140
 # per default don't build static libraries
3290
2141
        # Check whether --enable-static was given.
3293
2144
   enableval=$enable_static; p=${PACKAGE-default}
3294
2145
     case $enableval in
3295
2146
     yes) enable_static=yes ;;
3296
 
@@ -2871,7 +3247,7 @@
 
2147
@@ -2871,7 +3218,7 @@
3297
2148
 
3298
2149
 
3299
2150
        # Check whether --enable-shared was given.
3302
2153
   enableval=$enable_shared; p=${PACKAGE-default}
3303
2154
     case $enableval in
3304
2155
     yes) enable_shared=yes ;;
3305
 
@@ -2916,44 +3292,44 @@
3306
 
 am_make=${MAKE-make}
3307
 
 cat > confinc << 'END'
3308
 
 am__doit:
3309
 
-       @echo done
3310
 
+       @echo this is the am__doit target
 
2156
@@ -2920,7 +3267,7 @@
3311
2157
 .PHONY: am__doit
3312
2158
 END
3313
2159
 # If we don't find an include directive, just comment out the code.
3316
2162
 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3317
2163
 am__include="#"
3318
2164
 am__quote=
3319
 
 _am_result=none
3320
 
 # First try GNU make style include.
3321
 
 echo "include confinc" > confmf
3322
 
-# We grep out `Entering directory' and `Leaving directory'
3323
 
-# messages which can occur if `w' ends up in MAKEFLAGS.
3324
 
-# In particular we don't look at `^make:' because GNU make might
3325
 
-# be invoked under some other name (usually "gmake"), in which
3326
 
-# case it prints its new name instead of `make'.
3327
 
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3328
 
-   am__include=include
3329
 
-   am__quote=
3330
 
-   _am_result=GNU
3331
 
-fi
3332
 
+# Ignore all kinds of additional output from `make'.
3333
 
+case `$am_make -s -f confmf 2> /dev/null` in #(
3334
 
+*the\ am__doit\ target*)
3335
 
+  am__include=include
3336
 
+  am__quote=
3337
 
+  _am_result=GNU
3338
 
+  ;;
3339
 
+esac
3340
 
 # Now try BSD make style include.
3341
 
 if test "$am__include" = "#"; then
3342
 
    echo '.include "confinc"' > confmf
3343
 
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3344
 
-      am__include=.include
3345
 
-      am__quote="\""
3346
 
-      _am_result=BSD
3347
 
-   fi
3348
 
+   case `$am_make -s -f confmf 2> /dev/null` in #(
3349
 
+   *the\ am__doit\ target*)
3350
 
+     am__include=.include
3351
 
+     am__quote="\""
3352
 
+     _am_result=BSD
3353
 
+     ;;
3354
 
+   esac
 
2165
@@ -2948,12 +3295,12 @@
3355
2166
 fi
3356
2167
 
3357
2168
 
3366
2177
   enableval=$enable_dependency_tracking;
3367
2178
 fi
3368
2179
 
3369
 
@@ -2978,9 +3354,9 @@
 
2180
@@ -2978,9 +3325,9 @@
3370
2181
 if test -n "$ac_tool_prefix"; then
3371
2182
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3372
2183
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3378
2189
   $as_echo_n "(cached) " >&6
3379
2190
 else
3380
2191
   if test -n "$CC"; then
3381
 
@@ -2991,24 +3367,24 @@
 
2192
@@ -2991,24 +3338,24 @@
3382
2193
 do
3383
2194
   IFS=$as_save_IFS
3384
2195
   test -z "$as_dir" && as_dir=.
3408
2219
 $as_echo "no" >&6; }
3409
2220
 fi
3410
2221
 
3411
 
@@ -3018,9 +3394,9 @@
 
2222
@@ -3018,9 +3365,9 @@
3412
2223
   ac_ct_CC=$CC
3413
2224
   # Extract the first word of "gcc", so it can be a program name with args.
3414
2225
 set dummy gcc; ac_word=$2
3420
2231
   $as_echo_n "(cached) " >&6
3421
2232
 else
3422
2233
   if test -n "$ac_ct_CC"; then
3423
 
@@ -3031,24 +3407,24 @@
 
2234
@@ -3031,24 +3378,24 @@
3424
2235
 do
3425
2236
   IFS=$as_save_IFS
3426
2237
   test -z "$as_dir" && as_dir=.
3450
2261
 $as_echo "no" >&6; }
3451
2262
 fi
3452
2263
 
3453
 
@@ -3057,7 +3433,7 @@
 
2264
@@ -3057,7 +3404,7 @@
3454
2265
   else
3455
2266
     case $cross_compiling:$ac_tool_warned in
3456
2267
 yes:)
3459
2270
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3460
2271
 ac_tool_warned=yes ;;
3461
2272
 esac
3462
 
@@ -3071,9 +3447,9 @@
 
2273
@@ -3071,9 +3418,9 @@
3463
2274
           if test -n "$ac_tool_prefix"; then
3464
2275
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3465
2276
 set dummy ${ac_tool_prefix}cc; ac_word=$2
3471
2282
   $as_echo_n "(cached) " >&6
3472
2283
 else
3473
2284
   if test -n "$CC"; then
3474
 
@@ -3084,24 +3460,24 @@
 
2285
@@ -3084,24 +3431,24 @@
3475
2286
 do
3476
2287
   IFS=$as_save_IFS
3477
2288
   test -z "$as_dir" && as_dir=.
3501
2312
 $as_echo "no" >&6; }
3502
2313
 fi
3503
2314
 
3504
 
@@ -3111,9 +3487,9 @@
 
2315
@@ -3111,9 +3458,9 @@
3505
2316
 if test -z "$CC"; then
3506
2317
   # Extract the first word of "cc", so it can be a program name with args.
3507
2318
 set dummy cc; ac_word=$2
3513
2324
   $as_echo_n "(cached) " >&6
3514
2325
 else
3515
2326
   if test -n "$CC"; then
3516
 
@@ -3125,18 +3501,18 @@
 
2327
@@ -3125,18 +3472,18 @@
3517
2328
 do
3518
2329
   IFS=$as_save_IFS
3519
2330
   test -z "$as_dir" && as_dir=.
3535
2346
 IFS=$as_save_IFS
3536
2347
 
3537
2348
 if test $ac_prog_rejected = yes; then
3538
 
@@ -3155,10 +3531,10 @@
 
2349
@@ -3155,10 +3502,10 @@
3539
2350
 fi
3540
2351
 CC=$ac_cv_prog_CC
3541
2352
 if test -n "$CC"; then
3548
2359
 $as_echo "no" >&6; }
3549
2360
 fi
3550
2361
 
3551
 
@@ -3170,9 +3546,9 @@
 
2362
@@ -3170,9 +3517,9 @@
3552
2363
   do
3553
2364
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3554
2365
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3560
2371
   $as_echo_n "(cached) " >&6
3561
2372
 else
3562
2373
   if test -n "$CC"; then
3563
 
@@ -3183,24 +3559,24 @@
 
2374
@@ -3183,24 +3530,24 @@
3564
2375
 do
3565
2376
   IFS=$as_save_IFS
3566
2377
   test -z "$as_dir" && as_dir=.
3590
2401
 $as_echo "no" >&6; }
3591
2402
 fi
3592
2403
 
3593
 
@@ -3214,9 +3590,9 @@
 
2404
@@ -3214,9 +3561,9 @@
3594
2405
 do
3595
2406
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3596
2407
 set dummy $ac_prog; ac_word=$2
3602
2413
   $as_echo_n "(cached) " >&6
3603
2414
 else
3604
2415
   if test -n "$ac_ct_CC"; then
3605
 
@@ -3227,24 +3603,24 @@
 
2416
@@ -3227,24 +3574,24 @@
3606
2417
 do
3607
2418
   IFS=$as_save_IFS
3608
2419
   test -z "$as_dir" && as_dir=.
3632
2443
 $as_echo "no" >&6; }
3633
2444
 fi
3634
2445
 
3635
 
@@ -3257,7 +3633,7 @@
 
2446
@@ -3257,7 +3604,7 @@
3636
2447
   else
3637
2448
     case $cross_compiling:$ac_tool_warned in
3638
2449
 yes:)
3641
2452
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3642
2453
 ac_tool_warned=yes ;;
3643
2454
 esac
3644
 
@@ -3268,73 +3644,55 @@
 
2455
@@ -3268,73 +3615,55 @@
3645
2456
 fi
3646
2457
 
3647
2458
 
3740
2551
 $as_echo_n "checking for C compiler default output file name... " >&6; }
3741
2552
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3742
2553
 
3743
 
@@ -3351,17 +3709,17 @@
 
2554
@@ -3351,17 +3680,17 @@
3744
2555
 done
3745
2556
 rm -f $ac_rmfiles
3746
2557
 
3763
2574
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3764
2575
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3765
2576
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3766
 
@@ -3378,7 +3736,7 @@
 
2577
@@ -3378,7 +3707,7 @@
3767
2578
        # certainly right.
3768
2579
        break;;
3769
2580
     *.* )
3772
2583
        then :; else
3773
2584
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3774
2585
        fi
3775
 
@@ -3397,84 +3755,75 @@
 
2586
@@ -3397,84 +3726,75 @@
3776
2587
 else
3777
2588
   ac_file=''
3778
2589
 fi
3833
2644
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3834
2645
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3835
2646
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3836
 
-If you meant to cross compile, use \`--host'.
3837
 
-See \`config.log' for more details." >&5
3838
 
-$as_echo "$as_me: error: cannot run C compiled programs.
3839
2647
+as_fn_error "cannot run C compiled programs.
3840
2648
 If you meant to cross compile, use \`--host'.
 
2649
-See \`config.log' for more details." >&5
 
2650
-$as_echo "$as_me: error: cannot run C compiled programs.
 
2651
-If you meant to cross compile, use \`--host'.
3841
2652
-See \`config.log' for more details." >&2;}
3842
2653
-   { (exit 1); exit 1; }; }; }
3843
2654
+See \`config.log' for more details." "$LINENO" 5; }
3882
2693
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3883
2694
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3884
2695
 # work properly (i.e., refer to `conftest.exe'), while it won't with
3885
 
@@ -3489,32 +3838,24 @@
 
2696
@@ -3489,32 +3809,24 @@
3886
2697
   esac
3887
2698
 done
3888
2699
 else
3922
2733
 /* end confdefs.h.  */
3923
2734
 
3924
2735
 int
3925
 
@@ -3526,17 +3867,17 @@
 
2736
@@ -3526,17 +3838,17 @@
3926
2737
 }
3927
2738
 _ACEOF
3928
2739
 rm -f conftest.o conftest.obj
3945
2756
   for ac_file in conftest.o conftest.obj conftest.*; do
3946
2757
   test -f "$ac_file" || continue;
3947
2758
   case $ac_file in
3948
 
@@ -3549,31 +3890,23 @@
 
2759
@@ -3549,31 +3861,23 @@
3949
2760
   $as_echo "$as_me: failed program was:" >&5
3950
2761
 sed 's/^/| /' conftest.$ac_ext >&5
3951
2762
 
3984
2795
 /* end confdefs.h.  */
3985
2796
 
3986
2797
 int
3987
 
@@ -3587,37 +3920,16 @@
 
2798
@@ -3587,37 +3891,16 @@
3988
2799
   return 0;
3989
2800
 }
3990
2801
 _ACEOF
4025
2836
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4026
2837
 if test $ac_compiler_gnu = yes; then
4027
2838
   GCC=yes
4028
 
@@ -3626,20 +3938,16 @@
 
2839
@@ -3626,20 +3909,16 @@
4029
2840
 fi
4030
2841
 ac_test_CFLAGS=${CFLAGS+set}
4031
2842
 ac_save_CFLAGS=$CFLAGS
4049
2860
 /* end confdefs.h.  */
4050
2861
 
4051
2862
 int
4052
 
@@ -3650,35 +3958,11 @@
 
2863
@@ -3650,35 +3929,11 @@
4053
2864
   return 0;
4054
2865
 }
4055
2866
 _ACEOF
4088
2899
 /* end confdefs.h.  */
4089
2900
 
4090
2901
 int
4091
 
@@ -3689,36 +3973,12 @@
 
2902
@@ -3689,36 +3944,12 @@
4092
2903
   return 0;
4093
2904
 }
4094
2905
 _ACEOF
4129
2940
 /* end confdefs.h.  */
4130
2941
 
4131
2942
 int
4132
 
@@ -3729,42 +3989,17 @@
 
2943
@@ -3729,42 +3960,17 @@
4133
2944
   return 0;
4134
2945
 }
4135
2946
 _ACEOF
4174
2985
 $as_echo "$ac_cv_prog_cc_g" >&6; }
4175
2986
 if test "$ac_test_CFLAGS" = set; then
4176
2987
   CFLAGS=$ac_save_CFLAGS
4177
 
@@ -3781,18 +4016,14 @@
 
2988
@@ -3781,18 +3987,14 @@
4178
2989
     CFLAGS=
4179
2990
   fi
4180
2991
 fi
4196
3007
 /* end confdefs.h.  */
4197
3008
 #include <stdarg.h>
4198
3009
 #include <stdio.h>
4199
 
@@ -3849,32 +4080,9 @@
 
3010
@@ -3849,32 +4051,9 @@
4200
3011
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4201
3012
 do
4202
3013
   CC="$ac_save_CC $ac_arg"
4230
3041
 rm -f core conftest.err conftest.$ac_objext
4231
3042
   test "x$ac_cv_prog_cc_c89" != "xno" && break
4232
3043
 done
4233
 
@@ -3885,17 +4093,19 @@
 
3044
@@ -3885,17 +4064,19 @@
4234
3045
 # AC_CACHE_VAL
4235
3046
 case "x$ac_cv_prog_cc_c89" in
4236
3047
   x)
4253
3064
 
4254
3065
 ac_ext=c
4255
3066
 ac_cpp='$CPP $CPPFLAGS'
4256
 
@@ -3905,9 +4115,9 @@
 
3067
@@ -3905,9 +4086,9 @@
4257
3068
 
4258
3069
 depcc="$CC"   am_compiler_list=
4259
3070
 
4265
3076
   $as_echo_n "(cached) " >&6
4266
3077
 else
4267
3078
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4268
 
@@ -3933,6 +4143,11 @@
4269
 
   if test "$am_compiler_list" = ""; then
4270
 
      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4271
 
   fi
4272
 
+  am__universal=false
4273
 
+  case " $depcc " in #(
4274
 
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4275
 
+     esac
4276
 
+
4277
 
   for depmode in $am_compiler_list; do
4278
 
     # Setup a source with many dependencies, because some compilers
4279
 
     # like to wrap large dependency lists on column 80 (with \), and
4280
 
@@ -3950,7 +4165,17 @@
4281
 
     done
4282
 
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4283
 
 
4284
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4285
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
4286
 
+    # handle `-M -o', and we need to detect this.  Also, some Intel
4287
 
+    # versions had trouble with output in subdirs
4288
 
+    am__obj=sub/conftest.${OBJEXT-o}
4289
 
+    am__minus_obj="-o $am__obj"
4290
 
     case $depmode in
4291
 
+    gcc)
4292
 
+      # This depmode causes a compiler race in universal mode.
4293
 
+      test "$am__universal" = false || continue
4294
 
+      ;;
4295
 
     nosideeffect)
4296
 
       # after this tag, mechanisms are not by side-effect, so they'll
4297
 
       # only be used when explicitly requested
4298
 
@@ -3960,19 +4185,23 @@
4299
 
        break
4300
 
       fi
4301
 
       ;;
4302
 
+    msvisualcpp | msvcmsys)
4303
 
+      # This compiler won't grok `-c -o', but also, the minuso test has
4304
 
+      # not run yet.  These depmodes are late enough in the game, and
4305
 
+      # so weak that their functioning should not be impacted.
4306
 
+      am__obj=conftest.${OBJEXT-o}
4307
 
+      am__minus_obj=
4308
 
+      ;;
4309
 
     none) break ;;
4310
 
     esac
4311
 
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4312
 
-    # mode.  It turns out that the SunPro C++ compiler does not properly
4313
 
-    # handle `-M -o', and we need to detect this.
4314
 
     if depmode=$depmode \
4315
 
-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4316
 
+       source=sub/conftest.c object=$am__obj \
4317
 
        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4318
 
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4319
 
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4320
 
          >/dev/null 2>conftest.err &&
4321
 
        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4322
 
        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4323
 
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4324
 
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4325
 
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4326
 
       # icc doesn't choke on unknown options, it will just issue warnings
4327
 
       # or remarks (even with -Werror).  So we grep stderr for any message
4328
 
@@ -3996,7 +4225,7 @@
 
3079
@@ -3996,7 +4177,7 @@
4329
3080
 fi
4330
3081
 
4331
3082
 fi
4334
3085
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4335
3086
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4336
3087
 
4337
 
@@ -4017,14 +4246,14 @@
 
3088
@@ -4017,14 +4198,14 @@
4338
3089
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4339
3090
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4340
3091
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4351
3102
   $as_echo_n "(cached) " >&6
4352
3103
 else
4353
3104
       # Double quotes because CPP needs to be expanded
4354
 
@@ -4039,11 +4268,7 @@
 
3105
@@ -4039,11 +4220,7 @@
4355
3106
   # <limits.h> exists even on freestanding compilers.
4356
3107
   # On the NeXT, cc -E runs the code through the compiler's parser,
4357
3108
   # not just through cpp. "Syntax error" is here to catch this case.
4364
3115
 /* end confdefs.h.  */
4365
3116
 #ifdef __STDC__
4366
3117
 # include <limits.h>
4367
 
@@ -4052,78 +4277,34 @@
 
3118
@@ -4052,78 +4229,34 @@
4368
3119
 #endif
4369
3120
                     Syntax error
4370
3121
 _ACEOF
4448
3199
   break
4449
3200
 fi
4450
3201
 
4451
 
@@ -4135,7 +4316,7 @@
 
3202
@@ -4135,7 +4268,7 @@
4452
3203
 else
4453
3204
   ac_cv_prog_CPP=$CPP
4454
3205
 fi
4457
3208
 $as_echo "$CPP" >&6; }
4458
3209
 ac_preproc_ok=false
4459
3210
 for ac_c_preproc_warn_flag in '' yes
4460
 
@@ -4146,11 +4327,7 @@
 
3211
@@ -4146,11 +4279,7 @@
4461
3212
   # <limits.h> exists even on freestanding compilers.
4462
3213
   # On the NeXT, cc -E runs the code through the compiler's parser,
4463
3214
   # not just through cpp. "Syntax error" is here to catch this case.
4470
3221
 /* end confdefs.h.  */
4471
3222
 #ifdef __STDC__
4472
3223
 # include <limits.h>
4473
 
@@ -4159,87 +4336,40 @@
 
3224
@@ -4159,87 +4288,40 @@
4474
3225
 #endif
4475
3226
                     Syntax error
4476
3227
 _ACEOF
4567
3318
 fi
4568
3319
 
4569
3320
 ac_ext=c
4570
 
@@ -4249,9 +4379,9 @@
 
3321
@@ -4249,9 +4331,9 @@
4571
3322
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4572
3323
 
4573
3324
 
4579
3330
   $as_echo_n "(cached) " >&6
4580
3331
 else
4581
3332
   if test -z "$GREP"; then
4582
 
@@ -4262,7 +4392,7 @@
 
3333
@@ -4262,7 +4344,7 @@
4583
3334
 do
4584
3335
   IFS=$as_save_IFS
4585
3336
   test -z "$as_dir" && as_dir=.
4588
3339
     for ac_exec_ext in '' $ac_executable_extensions; do
4589
3340
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4590
3341
       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4591
 
@@ -4282,7 +4412,7 @@
 
3342
@@ -4282,7 +4364,7 @@
4592
3343
     $as_echo 'GREP' >> "conftest.nl"
4593
3344
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4594
3345
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4597
3348
     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4598
3349
       # Best one so far, save it but keep looking for a better one
4599
3350
       ac_cv_path_GREP="$ac_path_GREP"
4600
 
@@ -4297,26 +4427,24 @@
 
3351
@@ -4297,26 +4379,24 @@
4601
3352
       $ac_path_GREP_found && break 3
4602
3353
     done
4603
3354
   done
4629
3380
   $as_echo_n "(cached) " >&6
4630
3381
 else
4631
3382
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4632
 
@@ -4330,7 +4458,7 @@
 
3383
@@ -4330,7 +4410,7 @@
4633
3384
 do
4634
3385
   IFS=$as_save_IFS
4635
3386
   test -z "$as_dir" && as_dir=.
4638
3389
     for ac_exec_ext in '' $ac_executable_extensions; do
4639
3390
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4640
3391
       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4641
 
@@ -4350,7 +4478,7 @@
 
3392
@@ -4350,7 +4430,7 @@
4642
3393
     $as_echo 'EGREP' >> "conftest.nl"
4643
3394
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4644
3395
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4647
3398
     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4648
3399
       # Best one so far, save it but keep looking for a better one
4649
3400
       ac_cv_path_EGREP="$ac_path_EGREP"
4650
 
@@ -4365,12 +4493,10 @@
 
3401
@@ -4365,12 +4445,10 @@
4651
3402
       $ac_path_EGREP_found && break 3
4652
3403
     done
4653
3404
   done
4662
3413
   fi
4663
3414
 else
4664
3415
   ac_cv_path_EGREP=$EGREP
4665
 
@@ -4378,21 +4504,17 @@
 
3416
@@ -4378,21 +4456,17 @@
4666
3417
 
4667
3418
    fi
4668
3419
 fi
4688
3439
 /* end confdefs.h.  */
4689
3440
 #include <stdlib.h>
4690
3441
 #include <stdarg.h>
4691
 
@@ -4407,48 +4529,23 @@
 
3442
@@ -4407,48 +4481,23 @@
4692
3443
   return 0;
4693
3444
 }
4694
3445
 _ACEOF
4742
3493
 else
4743
3494
   ac_cv_header_stdc=no
4744
3495
 fi
4745
 
@@ -4458,18 +4555,14 @@
 
3496
@@ -4458,18 +4507,14 @@
4746
3497
 
4747
3498
 if test $ac_cv_header_stdc = yes; then
4748
3499
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4764
3515
 else
4765
3516
   ac_cv_header_stdc=no
4766
3517
 fi
4767
 
@@ -4479,14 +4572,10 @@
 
3518
@@ -4479,14 +4524,10 @@
4768
3519
 
4769
3520
 if test $ac_cv_header_stdc = yes; then
4770
3521
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4781
3532
 /* end confdefs.h.  */
4782
3533
 #include <ctype.h>
4783
3534
 #include <stdlib.h>
4784
 
@@ -4513,395 +4602,143 @@
 
3535
@@ -4513,292 +4554,71 @@
4785
3536
   return 0;
4786
3537
 }
4787
3538
 _ACEOF
4852
3603
+  cat >>confdefs.h <<_ACEOF
4853
3604
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4854
3605
+_ACEOF
4855
 
 
 
3606
+
4856
3607
+fi
4857
 
 
 
3608
+
4858
3609
+done
4859
 
 
4860
 
 
4861
 
 
 
3610
+
 
3611
+
 
3612
+
4862
3613
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4863
3614
+if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4864
3615
+  MINIX=yes
4871
3622
 
4872
3623
+$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4873
3624
 
 
3625
 
 
3626
+$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
 
3627
 
 
3628
 
 
3629
+$as_echo "#define _MINIX 1" >>confdefs.h
 
3630
 
 
3631
+  fi
 
3632
 
4874
3633
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4875
3634
-                 inttypes.h stdint.h unistd.h
4876
3635
-do
4879
3638
-$as_echo_n "checking for $ac_header... " >&6; }
4880
3639
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4881
3640
+
4882
 
+$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4883
 
+
4884
 
+
4885
 
+$as_echo "#define _MINIX 1" >>confdefs.h
4886
 
+
4887
 
+  fi
4888
 
+
4889
 
+
4890
3641
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4891
3642
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4892
3643
+if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4897
3648
-_ACEOF
4898
3649
-cat confdefs.h >>conftest.$ac_ext
4899
3650
-cat >>conftest.$ac_ext <<_ACEOF
4900
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4901
 
 /* end confdefs.h.  */
 
3651
-/* end confdefs.h.  */
4902
3652
-$ac_includes_default
4903
 
 
 
3653
-
4904
3654
-#include <$ac_header>
4905
 
+#        define __EXTENSIONS__ 1
4906
 
+         $ac_includes_default
4907
 
+int
4908
 
+main ()
4909
 
+{
4910
 
+
4911
 
+  ;
4912
 
+  return 0;
4913
 
+}
4914
 
 _ACEOF
 
3655
-_ACEOF
4915
3656
-rm -f conftest.$ac_objext
4916
3657
-if { (ac_try="$ac_compile"
4917
3658
-case "(($ac_try" in
4931
3672
-        test ! -s conftest.err
4932
3673
-       } && test -s conftest.$ac_objext; then
4933
3674
-  eval "$as_ac_Header=yes"
4934
 
+if ac_fn_c_try_compile "$LINENO"; then :
4935
 
+  ac_cv_safe_to_define___extensions__=yes
4936
 
 else
 
3675
-else
4937
3676
-  $as_echo "$as_me: failed program was:" >&5
4938
3677
-sed 's/^/| /' conftest.$ac_ext >&5
4939
3678
-
4940
3679
-       eval "$as_ac_Header=no"
4941
 
+  ac_cv_safe_to_define___extensions__=no
4942
 
 fi
 
3680
-fi
4943
3681
-
4944
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4945
 
 fi
 
3682
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3683
-fi
4946
3684
-ac_res=`eval 'as_val=${'$as_ac_Header'}
4947
3685
-                $as_echo "$as_val"'`
4948
3686
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4953
3691
-  cat >>confdefs.h <<_ACEOF
4954
3692
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4955
3693
-_ACEOF
4956
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4957
 
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4958
 
+  test $ac_cv_safe_to_define___extensions__ = yes &&
4959
 
+    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4960
 
 
 
3694
-
4961
3695
-fi
4962
 
+  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4963
 
 
 
3696
-
4964
3697
-done
4965
 
+  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4966
 
+
4967
 
+  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4968
 
 
4969
 
+  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4970
 
 
4971
 
 
 
3698
-
 
3699
-
 
3700
-
4972
3701
-  if test "${ac_cv_header_minix_config_h+set}" = set; then
4973
3702
-  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
4974
3703
-$as_echo_n "checking for minix/config.h... " >&6; }
4975
3704
-if test "${ac_cv_header_minix_config_h+set}" = set; then
4976
 
+ac_ext=c
4977
 
+ac_cpp='$CPP $CPPFLAGS'
4978
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4979
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4980
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4981
 
+if test -n "$ac_tool_prefix"; then
4982
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4983
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
4984
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985
 
+$as_echo_n "checking for $ac_word... " >&6; }
4986
 
+if test "${ac_cv_prog_CC+set}" = set; then :
4987
 
   $as_echo_n "(cached) " >&6
 
3705
-  $as_echo_n "(cached) " >&6
4988
3706
-fi
4989
3707
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4990
3708
-$as_echo "$ac_cv_header_minix_config_h" >&6; }
4991
 
 else
 
3709
-else
4992
3710
-  # Is the header compilable?
4993
3711
-{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
4994
3712
-$as_echo_n "checking minix/config.h usability... " >&6; }
5144
3862
-_ACEOF
5145
3863
-cat confdefs.h >>conftest.$ac_ext
5146
3864
-cat >>conftest.$ac_ext <<_ACEOF
5147
 
-/* end confdefs.h.  */
5148
 
-
5149
 
-#        define __EXTENSIONS__ 1
5150
 
-         $ac_includes_default
5151
 
-int
5152
 
-main ()
5153
 
-{
5154
 
-
5155
 
-  ;
5156
 
-  return 0;
5157
 
-}
5158
 
-_ACEOF
 
3865
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3866
 /* end confdefs.h.  */
 
3867
 
 
3868
 #        define __EXTENSIONS__ 1
 
3869
@@ -4811,56 +4631,25 @@
 
3870
   return 0;
 
3871
 }
 
3872
 _ACEOF
5159
3873
-rm -f conftest.$ac_objext
5160
3874
-if { (ac_try="$ac_compile"
5161
3875
-case "(($ac_try" in
5174
3888
-        test -z "$ac_c_werror_flag" ||
5175
3889
-        test ! -s conftest.err
5176
3890
-       } && test -s conftest.$ac_objext; then
5177
 
-  ac_cv_safe_to_define___extensions__=yes
5178
 
-else
 
3891
+if ac_fn_c_try_compile "$LINENO"; then :
 
3892
   ac_cv_safe_to_define___extensions__=yes
 
3893
 else
5179
3894
-  $as_echo "$as_me: failed program was:" >&5
5180
3895
-sed 's/^/| /' conftest.$ac_ext >&5
5181
3896
-
5182
3897
-       ac_cv_safe_to_define___extensions__=no
5183
 
-fi
 
3898
+  ac_cv_safe_to_define___extensions__=no
 
3899
 fi
5184
3900
-
5185
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5186
 
-fi
 
3901
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3902
 fi
5187
3903
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
5188
 
-$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5189
 
-  test $ac_cv_safe_to_define___extensions__ = yes &&
 
3904
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
 
3905
 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
 
3906
   test $ac_cv_safe_to_define___extensions__ = yes &&
5190
3907
-    cat >>confdefs.h <<\_ACEOF
5191
3908
-#define __EXTENSIONS__ 1
5192
3909
-_ACEOF
5193
 
-
 
3910
+    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
 
3911
 
5194
3912
-  cat >>confdefs.h <<\_ACEOF
5195
3913
-#define _ALL_SOURCE 1
5196
3914
-_ACEOF
5197
 
-
 
3915
+  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
 
3916
 
5198
3917
-  cat >>confdefs.h <<\_ACEOF
5199
3918
-#define _GNU_SOURCE 1
5200
3919
-_ACEOF
5201
 
-
 
3920
+  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
 
3921
 
5202
3922
-  cat >>confdefs.h <<\_ACEOF
5203
3923
-#define _POSIX_PTHREAD_SEMANTICS 1
5204
3924
-_ACEOF
5205
 
-
 
3925
+  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
 
3926
 
5206
3927
-  cat >>confdefs.h <<\_ACEOF
5207
3928
-#define _TANDEM_SOURCE 1
5208
3929
-_ACEOF
5209
 
-
5210
 
-
5211
 
-ac_ext=c
5212
 
-ac_cpp='$CPP $CPPFLAGS'
5213
 
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5214
 
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5215
 
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
5216
 
-if test -n "$ac_tool_prefix"; then
5217
 
-  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5218
 
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
3930
+  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
 
3931
 
 
3932
 
 
3933
 ac_ext=c
 
3934
@@ -4871,9 +4660,9 @@
 
3935
 if test -n "$ac_tool_prefix"; then
 
3936
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
3937
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
5219
3938
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5220
 
-$as_echo_n "checking for $ac_word... " >&6; }
 
3939
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
3940
 $as_echo_n "checking for $ac_word... " >&6; }
5221
3941
-if test "${ac_cv_prog_CC+set}" = set; then
5222
 
-  $as_echo_n "(cached) " >&6
5223
 
-else
5224
 
-  if test -n "$CC"; then
5225
 
-  ac_cv_prog_CC="$CC" # Let the user override the test.
5226
 
+  if test -n "$CC"; then
5227
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
 
3942
+if test "${ac_cv_prog_CC+set}" = set; then :
 
3943
   $as_echo_n "(cached) " >&6
5228
3944
 else
5229
 
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5230
 
 for as_dir in $PATH
 
3945
   if test -n "$CC"; then
 
3946
@@ -4884,24 +4673,24 @@
5231
3947
 do
5232
3948
   IFS=$as_save_IFS
5233
3949
   test -z "$as_dir" && as_dir=.
5257
3973
 $as_echo "no" >&6; }
5258
3974
 fi
5259
3975
 
5260
 
@@ -4911,9 +4748,9 @@
 
3976
@@ -4911,9 +4700,9 @@
5261
3977
   ac_ct_CC=$CC
5262
3978
   # Extract the first word of "gcc", so it can be a program name with args.
5263
3979
 set dummy gcc; ac_word=$2
5269
3985
   $as_echo_n "(cached) " >&6
5270
3986
 else
5271
3987
   if test -n "$ac_ct_CC"; then
5272
 
@@ -4924,24 +4761,24 @@
 
3988
@@ -4924,24 +4713,24 @@
5273
3989
 do
5274
3990
   IFS=$as_save_IFS
5275
3991
   test -z "$as_dir" && as_dir=.
5299
4015
 $as_echo "no" >&6; }
5300
4016
 fi
5301
4017
 
5302
 
@@ -4950,7 +4787,7 @@
 
4018
@@ -4950,7 +4739,7 @@
5303
4019
   else
5304
4020
     case $cross_compiling:$ac_tool_warned in
5305
4021
 yes:)
5308
4024
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5309
4025
 ac_tool_warned=yes ;;
5310
4026
 esac
5311
 
@@ -4964,9 +4801,9 @@
 
4027
@@ -4964,9 +4753,9 @@
5312
4028
           if test -n "$ac_tool_prefix"; then
5313
4029
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5314
4030
 set dummy ${ac_tool_prefix}cc; ac_word=$2
5320
4036
   $as_echo_n "(cached) " >&6
5321
4037
 else
5322
4038
   if test -n "$CC"; then
5323
 
@@ -4977,24 +4814,24 @@
 
4039
@@ -4977,24 +4766,24 @@
5324
4040
 do
5325
4041
   IFS=$as_save_IFS
5326
4042
   test -z "$as_dir" && as_dir=.
5350
4066
 $as_echo "no" >&6; }
5351
4067
 fi
5352
4068
 
5353
 
@@ -5004,9 +4841,9 @@
 
4069
@@ -5004,9 +4793,9 @@
5354
4070
 if test -z "$CC"; then
5355
4071
   # Extract the first word of "cc", so it can be a program name with args.
5356
4072
 set dummy cc; ac_word=$2
5362
4078
   $as_echo_n "(cached) " >&6
5363
4079
 else
5364
4080
   if test -n "$CC"; then
5365
 
@@ -5018,18 +4855,18 @@
 
4081
@@ -5018,18 +4807,18 @@
5366
4082
 do
5367
4083
   IFS=$as_save_IFS
5368
4084
   test -z "$as_dir" && as_dir=.
5384
4100
 IFS=$as_save_IFS
5385
4101
 
5386
4102
 if test $ac_prog_rejected = yes; then
5387
 
@@ -5048,10 +4885,10 @@
 
4103
@@ -5048,10 +4837,10 @@
5388
4104
 fi
5389
4105
 CC=$ac_cv_prog_CC
5390
4106
 if test -n "$CC"; then
5397
4113
 $as_echo "no" >&6; }
5398
4114
 fi
5399
4115
 
5400
 
@@ -5063,9 +4900,9 @@
 
4116
@@ -5063,9 +4852,9 @@
5401
4117
   do
5402
4118
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5403
4119
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5409
4125
   $as_echo_n "(cached) " >&6
5410
4126
 else
5411
4127
   if test -n "$CC"; then
5412
 
@@ -5076,24 +4913,24 @@
 
4128
@@ -5076,24 +4865,24 @@
5413
4129
 do
5414
4130
   IFS=$as_save_IFS
5415
4131
   test -z "$as_dir" && as_dir=.
5439
4155
 $as_echo "no" >&6; }
5440
4156
 fi
5441
4157
 
5442
 
@@ -5107,9 +4944,9 @@
 
4158
@@ -5107,9 +4896,9 @@
5443
4159
 do
5444
4160
   # Extract the first word of "$ac_prog", so it can be a program name with args.
5445
4161
 set dummy $ac_prog; ac_word=$2
5451
4167
   $as_echo_n "(cached) " >&6
5452
4168
 else
5453
4169
   if test -n "$ac_ct_CC"; then
5454
 
@@ -5120,24 +4957,24 @@
 
4170
@@ -5120,24 +4909,24 @@
5455
4171
 do
5456
4172
   IFS=$as_save_IFS
5457
4173
   test -z "$as_dir" && as_dir=.
5481
4197
 $as_echo "no" >&6; }
5482
4198
 fi
5483
4199
 
5484
 
@@ -5150,7 +4987,7 @@
 
4200
@@ -5150,7 +4939,7 @@
5485
4201
   else
5486
4202
     case $cross_compiling:$ac_tool_warned in
5487
4203
 yes:)
5490
4206
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5491
4207
 ac_tool_warned=yes ;;
5492
4208
 esac
5493
 
@@ -5161,62 +4998,42 @@
 
4209
@@ -5161,62 +4950,42 @@
5494
4210
 fi
5495
4211
 
5496
4212
 
5522
4238
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5523
4239
-  (exit $ac_status); }
5524
4240
-{ (ac_try="$ac_compiler -v >&5"
 
4241
-case "(($ac_try" in
 
4242
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4243
-  *) ac_try_echo=$ac_try;;
 
4244
-esac
 
4245
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4246
-$as_echo "$ac_try_echo") >&5
 
4247
-  (eval "$ac_compiler -v >&5") 2>&5
 
4248
-  ac_status=$?
 
4249
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4250
-  (exit $ac_status); }
 
4251
-{ (ac_try="$ac_compiler -V >&5"
5525
4252
+for ac_option in --version -v -V -qversion; do
5526
4253
+  { { ac_try="$ac_compiler $ac_option >&5"
5527
4254
 case "(($ac_try" in
5530
4257
 esac
5531
4258
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5532
4259
-$as_echo "$ac_try_echo") >&5
5533
 
-  (eval "$ac_compiler -v >&5") 2>&5
 
4260
-  (eval "$ac_compiler -V >&5") 2>&5
5534
4261
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5535
4262
+$as_echo "$ac_try_echo"; } >&5
5536
4263
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5537
4264
   ac_status=$?
5538
4265
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539
4266
-  (exit $ac_status); }
5540
 
-{ (ac_try="$ac_compiler -V >&5"
5541
 
-case "(($ac_try" in
5542
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5543
 
-  *) ac_try_echo=$ac_try;;
5544
 
-esac
5545
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5546
 
-$as_echo "$ac_try_echo") >&5
5547
 
-  (eval "$ac_compiler -V >&5") 2>&5
5548
 
-  ac_status=$?
5549
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550
 
-  (exit $ac_status); }
5551
4267
+  if test -s conftest.err; then
5552
4268
+    sed '10a\
5553
4269
+... rest of stderr output deleted ...
5575
4291
 /* end confdefs.h.  */
5576
4292
 
5577
4293
 int
5578
 
@@ -5230,37 +5047,16 @@
 
4294
@@ -5230,37 +4999,16 @@
5579
4295
   return 0;
5580
4296
 }
5581
4297
 _ACEOF
5616
4332
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5617
4333
 if test $ac_compiler_gnu = yes; then
5618
4334
   GCC=yes
5619
 
@@ -5269,20 +5065,16 @@
 
4335
@@ -5269,20 +5017,16 @@
5620
4336
 fi
5621
4337
 ac_test_CFLAGS=${CFLAGS+set}
5622
4338
 ac_save_CFLAGS=$CFLAGS
5640
4356
 /* end confdefs.h.  */
5641
4357
 
5642
4358
 int
5643
 
@@ -5293,35 +5085,11 @@
 
4359
@@ -5293,35 +5037,11 @@
5644
4360
   return 0;
5645
4361
 }
5646
4362
 _ACEOF
5679
4395
 /* end confdefs.h.  */
5680
4396
 
5681
4397
 int
5682
 
@@ -5332,36 +5100,12 @@
 
4398
@@ -5332,36 +5052,12 @@
5683
4399
   return 0;
5684
4400
 }
5685
4401
 _ACEOF
5720
4436
 /* end confdefs.h.  */
5721
4437
 
5722
4438
 int
5723
 
@@ -5372,42 +5116,17 @@
 
4439
@@ -5372,42 +5068,17 @@
5724
4440
   return 0;
5725
4441
 }
5726
4442
 _ACEOF
5765
4481
 $as_echo "$ac_cv_prog_cc_g" >&6; }
5766
4482
 if test "$ac_test_CFLAGS" = set; then
5767
4483
   CFLAGS=$ac_save_CFLAGS
5768
 
@@ -5424,18 +5143,14 @@
 
4484
@@ -5424,18 +5095,14 @@
5769
4485
     CFLAGS=
5770
4486
   fi
5771
4487
 fi
5787
4503
 /* end confdefs.h.  */
5788
4504
 #include <stdarg.h>
5789
4505
 #include <stdio.h>
5790
 
@@ -5492,32 +5207,9 @@
 
4506
@@ -5492,32 +5159,9 @@
5791
4507
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5792
4508
 do
5793
4509
   CC="$ac_save_CC $ac_arg"
5821
4537
 rm -f core conftest.err conftest.$ac_objext
5822
4538
   test "x$ac_cv_prog_cc_c89" != "xno" && break
5823
4539
 done
5824
 
@@ -5528,17 +5220,19 @@
 
4540
@@ -5528,17 +5172,19 @@
5825
4541
 # AC_CACHE_VAL
5826
4542
 case "x$ac_cv_prog_cc_c89" in
5827
4543
   x)
5844
4560
 
5845
4561
 ac_ext=c
5846
4562
 ac_cpp='$CPP $CPPFLAGS'
5847
 
@@ -5548,9 +5242,9 @@
 
4563
@@ -5548,9 +5194,9 @@
5848
4564
 
5849
4565
 depcc="$CC"   am_compiler_list=
5850
4566
 
5856
4572
   $as_echo_n "(cached) " >&6
5857
4573
 else
5858
4574
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5859
 
@@ -5576,6 +5270,11 @@
5860
 
   if test "$am_compiler_list" = ""; then
5861
 
      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5862
 
   fi
5863
 
+  am__universal=false
5864
 
+  case " $depcc " in #(
5865
 
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
5866
 
+     esac
5867
 
+
5868
 
   for depmode in $am_compiler_list; do
5869
 
     # Setup a source with many dependencies, because some compilers
5870
 
     # like to wrap large dependency lists on column 80 (with \), and
5871
 
@@ -5593,7 +5292,17 @@
5872
 
     done
5873
 
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5874
 
 
5875
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5876
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
5877
 
+    # handle `-M -o', and we need to detect this.  Also, some Intel
5878
 
+    # versions had trouble with output in subdirs
5879
 
+    am__obj=sub/conftest.${OBJEXT-o}
5880
 
+    am__minus_obj="-o $am__obj"
5881
 
     case $depmode in
5882
 
+    gcc)
5883
 
+      # This depmode causes a compiler race in universal mode.
5884
 
+      test "$am__universal" = false || continue
5885
 
+      ;;
5886
 
     nosideeffect)
5887
 
       # after this tag, mechanisms are not by side-effect, so they'll
5888
 
       # only be used when explicitly requested
5889
 
@@ -5603,19 +5312,23 @@
5890
 
        break
5891
 
       fi
5892
 
       ;;
5893
 
+    msvisualcpp | msvcmsys)
5894
 
+      # This compiler won't grok `-c -o', but also, the minuso test has
5895
 
+      # not run yet.  These depmodes are late enough in the game, and
5896
 
+      # so weak that their functioning should not be impacted.
5897
 
+      am__obj=conftest.${OBJEXT-o}
5898
 
+      am__minus_obj=
5899
 
+      ;;
5900
 
     none) break ;;
5901
 
     esac
5902
 
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5903
 
-    # mode.  It turns out that the SunPro C++ compiler does not properly
5904
 
-    # handle `-M -o', and we need to detect this.
5905
 
     if depmode=$depmode \
5906
 
-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5907
 
+       source=sub/conftest.c object=$am__obj \
5908
 
        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5909
 
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5910
 
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5911
 
          >/dev/null 2>conftest.err &&
5912
 
        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5913
 
        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5914
 
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5915
 
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5916
 
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5917
 
       # icc doesn't choke on unknown options, it will just issue warnings
5918
 
       # or remarks (even with -Werror).  So we grep stderr for any message
5919
 
@@ -5639,7 +5352,7 @@
 
4575
@@ -5639,7 +5285,7 @@
5920
4576
 fi
5921
4577
 
5922
4578
 fi
5925
4581
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5926
4582
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5927
4583
 
5928
 
@@ -5658,9 +5371,9 @@
 
4584
@@ -5658,9 +5304,9 @@
5929
4585
 do
5930
4586
   # Extract the first word of "$ac_prog", so it can be a program name with args.
5931
4587
 set dummy $ac_prog; ac_word=$2
5937
4593
   $as_echo_n "(cached) " >&6
5938
4594
 else
5939
4595
   if test -n "$YACC"; then
5940
 
@@ -5671,24 +5384,24 @@
 
4596
@@ -5671,24 +5317,24 @@
5941
4597
 do
5942
4598
   IFS=$as_save_IFS
5943
4599
   test -z "$as_dir" && as_dir=.
5967
4623
 $as_echo "no" >&6; }
5968
4624
 fi
5969
4625
 
5970
 
@@ -5701,9 +5414,9 @@
 
4626
@@ -5701,9 +5347,9 @@
5971
4627
 do
5972
4628
   # Extract the first word of "$ac_prog", so it can be a program name with args.
5973
4629
 set dummy $ac_prog; ac_word=$2
5979
4635
   $as_echo_n "(cached) " >&6
5980
4636
 else
5981
4637
   if test -n "$LEX"; then
5982
 
@@ -5714,24 +5427,24 @@
 
4638
@@ -5714,24 +5360,24 @@
5983
4639
 do
5984
4640
   IFS=$as_save_IFS
5985
4641
   test -z "$as_dir" && as_dir=.
6009
4665
 $as_echo "no" >&6; }
6010
4666
 fi
6011
4667
 
6012
 
@@ -5760,20 +5473,20 @@
 
4668
@@ -5760,20 +5406,20 @@
6013
4669
   return ! yylex () + ! yywrap ();
6014
4670
 }
6015
4671
 _ACEOF
6037
4693
   $as_echo_n "(cached) " >&6
6038
4694
 else
6039
4695
 
6040
 
@@ -5782,19 +5495,17 @@
 
4696
@@ -5782,19 +5428,17 @@
6041
4697
 elif test -f lexyy.c; then
6042
4698
   ac_cv_prog_lex_root=lexyy
6043
4699
 else
6061
4717
   $as_echo_n "(cached) " >&6
6062
4718
 else
6063
4719
 
6064
 
@@ -5802,55 +5513,29 @@
 
4720
@@ -5802,55 +5446,29 @@
6065
4721
     ac_cv_lib_lex='none needed'
6066
4722
     for ac_lib in '' -lfl -ll; do
6067
4723
       LIBS="$ac_lib $ac_save_LIBS"
6125
4781
   $as_echo_n "(cached) " >&6
6126
4782
 else
6127
4783
   # POSIX says lex can declare yytext either as a pointer or an array; the
6128
 
@@ -5859,52 +5544,24 @@
 
4784
@@ -5859,52 +5477,24 @@
6129
4785
 ac_cv_prog_lex_yytext_pointer=no
6130
4786
 ac_save_LIBS=$LIBS
6131
4787
 LIBS="$LEXLIB $ac_save_LIBS"
6185
4841
 
6186
4842
 fi
6187
4843
 rm -f conftest.l $LEX_OUTPUT_ROOT.c
6188
 
@@ -5913,115 +5570,23 @@
 
4844
@@ -5913,115 +5503,23 @@
6189
4845
 if test "$LEX" = :; then
6190
4846
   LEX=${am_missing_run}flex
6191
4847
 fi
6279
4935
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6280
4936
-
6281
4937
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6282
 
-
 
4938
 
6283
4939
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6284
 
 
 
4940
-
6285
4941
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6286
4942
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6287
4943
 $as_echo_n "checking whether ln -s works... " >&6; }
6306
4962
   $as_echo_n "(cached) " >&6
6307
4963
 else
6308
4964
   cat >conftest.make <<\_ACEOF
6309
 
@@ -6039,18 +5604,18 @@
 
4965
@@ -6039,18 +5537,18 @@
6310
4966
 rm -f conftest.make
6311
4967
 fi
6312
4968
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
6328
4984
 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6329
4985
 esac
6330
4986
 
6331
 
@@ -6073,9 +5638,9 @@
 
4987
@@ -6073,9 +5571,9 @@
6332
4988
 
6333
4989
 ltmain="$ac_aux_dir/ltmain.sh"
6334
4990
 
6340
4996
   $as_echo_n "(cached) " >&6
6341
4997
 else
6342
4998
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6343
 
@@ -6083,7 +5648,7 @@
 
4999
@@ -6083,7 +5581,7 @@
6344
5000
        ac_script="$ac_script$as_nl$ac_script"
6345
5001
      done
6346
5002
      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6349
5005
      if test -z "$SED"; then
6350
5006
   ac_path_SED_found=false
6351
5007
   # Loop through the user's path and test for each of PROGNAME-LIST
6352
 
@@ -6092,7 +5657,7 @@
 
5008
@@ -6092,7 +5590,7 @@
6353
5009
 do
6354
5010
   IFS=$as_save_IFS
6355
5011
   test -z "$as_dir" && as_dir=.
6358
5014
     for ac_exec_ext in '' $ac_executable_extensions; do
6359
5015
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6360
5016
       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
6361
 
@@ -6112,7 +5677,7 @@
 
5017
@@ -6112,7 +5610,7 @@
6362
5018
     $as_echo '' >> "conftest.nl"
6363
5019
     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6364
5020
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6367
5023
     if test $ac_count -gt ${ac_path_SED_max-0}; then
6368
5024
       # Best one so far, save it but keep looking for a better one
6369
5025
       ac_cv_path_SED="$ac_path_SED"
6370
 
@@ -6127,19 +5692,17 @@
 
5026
@@ -6127,19 +5625,17 @@
6371
5027
       $ac_path_SED_found && break 3
6372
5028
     done
6373
5029
   done
6390
5046
 $as_echo "$ac_cv_path_SED" >&6; }
6391
5047
  SED="$ac_cv_path_SED"
6392
5048
   rm -f conftest.sed
6393
 
@@ -6157,9 +5720,9 @@
 
5049
@@ -6157,9 +5653,9 @@
6394
5050
 
6395
5051
 
6396
5052
 
6402
5058
   $as_echo_n "(cached) " >&6
6403
5059
 else
6404
5060
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6405
 
@@ -6173,7 +5736,7 @@
 
5061
@@ -6173,7 +5669,7 @@
6406
5062
 do
6407
5063
   IFS=$as_save_IFS
6408
5064
   test -z "$as_dir" && as_dir=.
6411
5067
     for ac_exec_ext in '' $ac_executable_extensions; do
6412
5068
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6413
5069
       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
6414
 
@@ -6193,7 +5756,7 @@
 
5070
@@ -6193,7 +5689,7 @@
6415
5071
     $as_echo 'FGREP' >> "conftest.nl"
6416
5072
     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6417
5073
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6420
5076
     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6421
5077
       # Best one so far, save it but keep looking for a better one
6422
5078
       ac_cv_path_FGREP="$ac_path_FGREP"
6423
 
@@ -6208,12 +5771,10 @@
 
5079
@@ -6208,12 +5704,10 @@
6424
5080
       $ac_path_FGREP_found && break 3
6425
5081
     done
6426
5082
   done
6435
5091
   fi
6436
5092
 else
6437
5093
   ac_cv_path_FGREP=$FGREP
6438
 
@@ -6221,7 +5782,7 @@
 
5094
@@ -6221,7 +5715,7 @@
6439
5095
 
6440
5096
    fi
6441
5097
 fi
6444
5100
 $as_echo "$ac_cv_path_FGREP" >&6; }
6445
5101
  FGREP="$ac_cv_path_FGREP"
6446
5102
 
6447
 
@@ -6247,7 +5808,7 @@
 
5103
@@ -6247,7 +5741,7 @@
6448
5104
 
6449
5105
 
6450
5106
 # Check whether --with-gnu-ld was given.
6453
5109
   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
6454
5110
 else
6455
5111
   with_gnu_ld=no
6456
 
@@ -6256,7 +5817,7 @@
 
5112
@@ -6256,7 +5750,7 @@
6457
5113
 ac_prog=ld
6458
5114
 if test "$GCC" = yes; then
6459
5115
   # Check if gcc -print-prog-name=ld gives a path.
6462
5118
 $as_echo_n "checking for ld used by $CC... " >&6; }
6463
5119
   case $host in
6464
5120
   *-*-mingw*)
6465
 
@@ -6286,13 +5847,13 @@
 
5121
@@ -6286,13 +5780,13 @@
6466
5122
     ;;
6467
5123
   esac
6468
5124
 elif test "$with_gnu_ld" = yes; then
6479
5135
   $as_echo_n "(cached) " >&6
6480
5136
 else
6481
5137
   if test -z "$LD"; then
6482
 
@@ -6323,18 +5884,16 @@
 
5138
@@ -6323,18 +5817,16 @@
6483
5139
 
6484
5140
 LD="$lt_cv_path_LD"
6485
5141
 if test -n "$LD"; then
6503
5159
   $as_echo_n "(cached) " >&6
6504
5160
 else
6505
5161
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6506
 
@@ -6347,7 +5906,7 @@
 
5162
@@ -6347,7 +5839,7 @@
6507
5163
   ;;
6508
5164
 esac
6509
5165
 fi
6512
5168
 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6513
5169
 with_gnu_ld=$lt_cv_prog_gnu_ld
6514
5170
 
6515
 
@@ -6359,9 +5918,9 @@
 
5171
@@ -6359,9 +5851,9 @@
6516
5172
 
6517
5173
 
6518
5174
 
6524
5180
   $as_echo_n "(cached) " >&6
6525
5181
 else
6526
5182
   if test -n "$NM"; then
6527
 
@@ -6408,7 +5967,7 @@
 
5183
@@ -6408,7 +5900,7 @@
6528
5184
   : ${lt_cv_path_NM=no}
6529
5185
 fi
6530
5186
 fi
6533
5189
 $as_echo "$lt_cv_path_NM" >&6; }
6534
5190
 if test "$lt_cv_path_NM" != "no"; then
6535
5191
   NM="$lt_cv_path_NM"
6536
 
@@ -6419,9 +5978,9 @@
 
5192
@@ -6419,9 +5911,9 @@
6537
5193
   do
6538
5194
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6539
5195
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6545
5201
   $as_echo_n "(cached) " >&6
6546
5202
 else
6547
5203
   if test -n "$DUMPBIN"; then
6548
 
@@ -6432,24 +5991,24 @@
 
5204
@@ -6432,24 +5924,24 @@
6549
5205
 do
6550
5206
   IFS=$as_save_IFS
6551
5207
   test -z "$as_dir" && as_dir=.
6575
5231
 $as_echo "no" >&6; }
6576
5232
 fi
6577
5233
 
6578
 
@@ -6463,9 +6022,9 @@
 
5234
@@ -6463,9 +5955,9 @@
6579
5235
 do
6580
5236
   # Extract the first word of "$ac_prog", so it can be a program name with args.
6581
5237
 set dummy $ac_prog; ac_word=$2
6587
5243
   $as_echo_n "(cached) " >&6
6588
5244
 else
6589
5245
   if test -n "$ac_ct_DUMPBIN"; then
6590
 
@@ -6476,24 +6035,24 @@
 
5246
@@ -6476,24 +5968,24 @@
6591
5247
 do
6592
5248
   IFS=$as_save_IFS
6593
5249
   test -z "$as_dir" && as_dir=.
6617
5273
 $as_echo "no" >&6; }
6618
5274
 fi
6619
5275
 
6620
 
@@ -6506,7 +6065,7 @@
 
5276
@@ -6506,7 +5998,7 @@
6621
5277
   else
6622
5278
     case $cross_compiling:$ac_tool_warned in
6623
5279
 yes:)
6626
5282
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6627
5283
 ac_tool_warned=yes ;;
6628
5284
 esac
6629
 
@@ -6526,33 +6085,33 @@
 
5285
@@ -6526,33 +6018,33 @@
6630
5286
 
6631
5287
 
6632
5288
 
6640
5296
   lt_cv_nm_interface="BSD nm"
6641
5297
   echo "int some_variable = 0;" > conftest.$ac_ext
6642
5298
-  (eval echo "\"\$as_me:6536: $ac_compile\"" >&5)
6643
 
+  (eval echo "\"\$as_me:6095: $ac_compile\"" >&5)
 
5299
+  (eval echo "\"\$as_me:6028: $ac_compile\"" >&5)
6644
5300
   (eval "$ac_compile" 2>conftest.err)
6645
5301
   cat conftest.err >&5
6646
5302
-  (eval echo "\"\$as_me:6539: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6647
 
+  (eval echo "\"\$as_me:6098: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5303
+  (eval echo "\"\$as_me:6031: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6648
5304
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6649
5305
   cat conftest.err >&5
6650
5306
-  (eval echo "\"\$as_me:6542: output\"" >&5)
6651
 
+  (eval echo "\"\$as_me:6101: output\"" >&5)
 
5307
+  (eval echo "\"\$as_me:6034: output\"" >&5)
6652
5308
   cat conftest.out >&5
6653
5309
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6654
5310
     lt_cv_nm_interface="MS dumpbin"
6668
5324
   $as_echo_n "(cached) " >&6
6669
5325
 else
6670
5326
     i=0
6671
 
@@ -6670,10 +6229,10 @@
 
5327
@@ -6670,10 +6162,10 @@
6672
5328
 fi
6673
5329
 
6674
5330
 if test -n $lt_cv_sys_max_cmd_len ; then
6681
5337
 $as_echo "none" >&6; }
6682
5338
 fi
6683
5339
 max_cmd_len=$lt_cv_sys_max_cmd_len
6684
 
@@ -6687,7 +6246,7 @@
 
5340
@@ -6687,7 +6179,7 @@
6685
5341
 : ${MV="mv -f"}
6686
5342
 : ${RM="rm -f"}
6687
5343
 
6690
5346
 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6691
5347
 # Try some XSI features
6692
5348
 xsi_shell=no
6693
 
@@ -6697,17 +6256,17 @@
 
5349
@@ -6697,17 +6189,17 @@
6694
5350
     && eval 'test $(( 1 + 1 )) -eq 2 \
6695
5351
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6696
5352
   && xsi_shell=yes
6711
5367
 $as_echo "$lt_shell_append" >&6; }
6712
5368
 
6713
5369
 
6714
 
@@ -6742,14 +6301,14 @@
 
5370
@@ -6742,14 +6234,14 @@
6715
5371
 
6716
5372
 
6717
5373
 
6729
5385
 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6730
5386
 reload_flag=$lt_cv_ld_reload_flag
6731
5387
 case $reload_flag in
6732
 
@@ -6778,9 +6337,9 @@
 
5388
@@ -6778,9 +6270,9 @@
6733
5389
 if test -n "$ac_tool_prefix"; then
6734
5390
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6735
5391
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6741
5397
   $as_echo_n "(cached) " >&6
6742
5398
 else
6743
5399
   if test -n "$OBJDUMP"; then
6744
 
@@ -6791,24 +6350,24 @@
 
5400
@@ -6791,24 +6283,24 @@
6745
5401
 do
6746
5402
   IFS=$as_save_IFS
6747
5403
   test -z "$as_dir" && as_dir=.
6771
5427
 $as_echo "no" >&6; }
6772
5428
 fi
6773
5429
 
6774
 
@@ -6818,9 +6377,9 @@
 
5430
@@ -6818,9 +6310,9 @@
6775
5431
   ac_ct_OBJDUMP=$OBJDUMP
6776
5432
   # Extract the first word of "objdump", so it can be a program name with args.
6777
5433
 set dummy objdump; ac_word=$2
6783
5439
   $as_echo_n "(cached) " >&6
6784
5440
 else
6785
5441
   if test -n "$ac_ct_OBJDUMP"; then
6786
 
@@ -6831,24 +6390,24 @@
 
5442
@@ -6831,24 +6323,24 @@
6787
5443
 do
6788
5444
   IFS=$as_save_IFS
6789
5445
   test -z "$as_dir" && as_dir=.
6813
5469
 $as_echo "no" >&6; }
6814
5470
 fi
6815
5471
 
6816
 
@@ -6857,7 +6416,7 @@
 
5472
@@ -6857,7 +6349,7 @@
6817
5473
   else
6818
5474
     case $cross_compiling:$ac_tool_warned in
6819
5475
 yes:)
6822
5478
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6823
5479
 ac_tool_warned=yes ;;
6824
5480
 esac
6825
 
@@ -6877,9 +6436,9 @@
 
5481
@@ -6877,9 +6369,9 @@
6826
5482
 
6827
5483
 
6828
5484
 
6834
5490
   $as_echo_n "(cached) " >&6
6835
5491
 else
6836
5492
   lt_cv_file_magic_cmd='$MAGIC_CMD'
6837
 
@@ -7073,7 +6632,7 @@
 
5493
@@ -6998,7 +6490,7 @@
 
5494
   lt_cv_deplibs_check_method=pass_all
 
5495
   ;;
 
5496
 
 
5497
-netbsd*)
 
5498
+netbsd* | netbsdelf*-gnu)
 
5499
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
5500
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
5501
   else
 
5502
@@ -7073,7 +6565,7 @@
6838
5503
 esac
6839
5504
 
6840
5505
 fi
6843
5508
 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6844
5509
 file_magic_cmd=$lt_cv_file_magic_cmd
6845
5510
 deplibs_check_method=$lt_cv_deplibs_check_method
6846
 
@@ -7093,9 +6652,9 @@
 
5511
@@ -7093,9 +6585,9 @@
6847
5512
 if test -n "$ac_tool_prefix"; then
6848
5513
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6849
5514
 set dummy ${ac_tool_prefix}ar; ac_word=$2
6855
5520
   $as_echo_n "(cached) " >&6
6856
5521
 else
6857
5522
   if test -n "$AR"; then
6858
 
@@ -7106,24 +6665,24 @@
 
5523
@@ -7106,24 +6598,24 @@
6859
5524
 do
6860
5525
   IFS=$as_save_IFS
6861
5526
   test -z "$as_dir" && as_dir=.
6885
5550
 $as_echo "no" >&6; }
6886
5551
 fi
6887
5552
 
6888
 
@@ -7133,9 +6692,9 @@
 
5553
@@ -7133,9 +6625,9 @@
6889
5554
   ac_ct_AR=$AR
6890
5555
   # Extract the first word of "ar", so it can be a program name with args.
6891
5556
 set dummy ar; ac_word=$2
6897
5562
   $as_echo_n "(cached) " >&6
6898
5563
 else
6899
5564
   if test -n "$ac_ct_AR"; then
6900
 
@@ -7146,24 +6705,24 @@
 
5565
@@ -7146,24 +6638,24 @@
6901
5566
 do
6902
5567
   IFS=$as_save_IFS
6903
5568
   test -z "$as_dir" && as_dir=.
6927
5592
 $as_echo "no" >&6; }
6928
5593
 fi
6929
5594
 
6930
 
@@ -7172,7 +6731,7 @@
 
5595
@@ -7172,7 +6664,7 @@
6931
5596
   else
6932
5597
     case $cross_compiling:$ac_tool_warned in
6933
5598
 yes:)
6936
5601
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6937
5602
 ac_tool_warned=yes ;;
6938
5603
 esac
6939
 
@@ -7198,9 +6757,9 @@
 
5604
@@ -7198,9 +6690,9 @@
6940
5605
 if test -n "$ac_tool_prefix"; then
6941
5606
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6942
5607
 set dummy ${ac_tool_prefix}strip; ac_word=$2
6948
5613
   $as_echo_n "(cached) " >&6
6949
5614
 else
6950
5615
   if test -n "$STRIP"; then
6951
 
@@ -7211,24 +6770,24 @@
 
5616
@@ -7211,24 +6703,24 @@
6952
5617
 do
6953
5618
   IFS=$as_save_IFS
6954
5619
   test -z "$as_dir" && as_dir=.
6978
5643
 $as_echo "no" >&6; }
6979
5644
 fi
6980
5645
 
6981
 
@@ -7238,9 +6797,9 @@
 
5646
@@ -7238,9 +6730,9 @@
6982
5647
   ac_ct_STRIP=$STRIP
6983
5648
   # Extract the first word of "strip", so it can be a program name with args.
6984
5649
 set dummy strip; ac_word=$2
6990
5655
   $as_echo_n "(cached) " >&6
6991
5656
 else
6992
5657
   if test -n "$ac_ct_STRIP"; then
6993
 
@@ -7251,24 +6810,24 @@
 
5658
@@ -7251,24 +6743,24 @@
6994
5659
 do
6995
5660
   IFS=$as_save_IFS
6996
5661
   test -z "$as_dir" && as_dir=.
7020
5685
 $as_echo "no" >&6; }
7021
5686
 fi
7022
5687
 
7023
 
@@ -7277,7 +6836,7 @@
 
5688
@@ -7277,7 +6769,7 @@
7024
5689
   else
7025
5690
     case $cross_compiling:$ac_tool_warned in
7026
5691
 yes:)
7029
5694
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7030
5695
 ac_tool_warned=yes ;;
7031
5696
 esac
7032
 
@@ -7297,9 +6856,9 @@
 
5697
@@ -7297,9 +6789,9 @@
7033
5698
 if test -n "$ac_tool_prefix"; then
7034
5699
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7035
5700
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7041
5706
   $as_echo_n "(cached) " >&6
7042
5707
 else
7043
5708
   if test -n "$RANLIB"; then
7044
 
@@ -7310,24 +6869,24 @@
 
5709
@@ -7310,24 +6802,24 @@
7045
5710
 do
7046
5711
   IFS=$as_save_IFS
7047
5712
   test -z "$as_dir" && as_dir=.
7071
5736
 $as_echo "no" >&6; }
7072
5737
 fi
7073
5738
 
7074
 
@@ -7337,9 +6896,9 @@
 
5739
@@ -7337,9 +6829,9 @@
7075
5740
   ac_ct_RANLIB=$RANLIB
7076
5741
   # Extract the first word of "ranlib", so it can be a program name with args.
7077
5742
 set dummy ranlib; ac_word=$2
7083
5748
   $as_echo_n "(cached) " >&6
7084
5749
 else
7085
5750
   if test -n "$ac_ct_RANLIB"; then
7086
 
@@ -7350,24 +6909,24 @@
 
5751
@@ -7350,24 +6842,24 @@
7087
5752
 do
7088
5753
   IFS=$as_save_IFS
7089
5754
   test -z "$as_dir" && as_dir=.
7113
5778
 $as_echo "no" >&6; }
7114
5779
 fi
7115
5780
 
7116
 
@@ -7376,7 +6935,7 @@
 
5781
@@ -7376,7 +6868,7 @@
7117
5782
   else
7118
5783
     case $cross_compiling:$ac_tool_warned in
7119
5784
 yes:)
7122
5787
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7123
5788
 ac_tool_warned=yes ;;
7124
5789
 esac
7125
 
@@ -7454,9 +7013,9 @@
 
5790
@@ -7454,9 +6946,9 @@
7126
5791
 
7127
5792
 
7128
5793
 # Check for command to grab the raw symbol name followed by C symbol from nm.
7134
5799
   $as_echo_n "(cached) " >&6
7135
5800
 else
7136
5801
 
7137
 
@@ -7572,18 +7131,18 @@
 
5802
@@ -7572,18 +7064,18 @@
7138
5803
 int main(){nm_test_var='a';nm_test_func();return(0);}
7139
5804
 _LT_EOF
7140
5805
 
7159
5824
       # Try sorting and uniquifying the output.
7160
5825
       if sort "$nlist" | uniq > "$nlist"T; then
7161
5826
        mv -f "$nlist"T "$nlist"
7162
 
@@ -7636,11 +7195,11 @@
 
5827
@@ -7636,11 +7128,11 @@
7163
5828
          lt_save_CFLAGS="$CFLAGS"
7164
5829
          LIBS="conftstm.$ac_objext"
7165
5830
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7174
5839
            pipe_works=yes
7175
5840
          fi
7176
5841
          LIBS="$lt_save_LIBS"
7177
 
@@ -7674,10 +7233,10 @@
 
5842
@@ -7674,10 +7166,10 @@
7178
5843
   lt_cv_sys_global_symbol_to_cdecl=
7179
5844
 fi
7180
5845
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7187
5852
 $as_echo "ok" >&6; }
7188
5853
 fi
7189
5854
 
7190
 
@@ -7703,7 +7262,7 @@
 
5855
@@ -7703,7 +7195,7 @@
7191
5856
 
7192
5857
 
7193
5858
 # Check whether --enable-libtool-lock was given.
7196
5861
   enableval=$enable_libtool_lock;
7197
5862
 fi
7198
5863
 
7199
 
@@ -7715,11 +7274,11 @@
 
5864
@@ -7715,11 +7207,11 @@
7200
5865
 ia64-*-hpux*)
7201
5866
   # Find out which ABI we are using.
7202
5867
   echo 'int i;' > conftest.$ac_ext
7211
5876
     case `/usr/bin/file conftest.$ac_objext` in
7212
5877
       *ELF-32*)
7213
5878
        HPUX_IA64_MODE="32"
7214
 
@@ -7733,12 +7292,12 @@
 
5879
@@ -7733,12 +7225,12 @@
7215
5880
   ;;
7216
5881
 *-*-irix6*)
7217
5882
   # Find out which ABI we are using.
7218
5883
-  echo '#line 7736 "configure"' > conftest.$ac_ext
7219
5884
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7220
 
+  echo '#line 7295 "configure"' > conftest.$ac_ext
 
5885
+  echo '#line 7228 "configure"' > conftest.$ac_ext
7221
5886
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7222
5887
   (eval $ac_compile) 2>&5
7223
5888
   ac_status=$?
7228
5893
     if test "$lt_cv_prog_gnu_ld" = yes; then
7229
5894
       case `/usr/bin/file conftest.$ac_objext` in
7230
5895
        *32-bit*)
7231
 
@@ -7772,11 +7331,11 @@
 
5896
@@ -7772,11 +7264,11 @@
7232
5897
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7233
5898
   # Find out which ABI we are using.
7234
5899
   echo 'int i;' > conftest.$ac_ext
7243
5908
     case `/usr/bin/file conftest.o` in
7244
5909
       *32-bit*)
7245
5910
        case $host in
7246
 
@@ -7825,9 +7384,9 @@
 
5911
@@ -7825,9 +7317,9 @@
7247
5912
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7248
5913
   SAVE_CFLAGS="$CFLAGS"
7249
5914
   CFLAGS="$CFLAGS -belf"
7255
5920
   $as_echo_n "(cached) " >&6
7256
5921
 else
7257
5922
   ac_ext=c
7258
 
@@ -7836,11 +7395,7 @@
 
5923
@@ -7836,11 +7328,7 @@
7259
5924
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7260
5925
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7261
5926
 
7268
5933
 /* end confdefs.h.  */
7269
5934
 
7270
5935
 int
7271
 
@@ -7851,38 +7406,13 @@
 
5936
@@ -7851,38 +7339,13 @@
7272
5937
   return 0;
7273
5938
 }
7274
5939
 _ACEOF
7311
5976
      ac_ext=c
7312
5977
 ac_cpp='$CPP $CPPFLAGS'
7313
5978
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7314
 
@@ -7890,7 +7420,7 @@
 
5979
@@ -7890,7 +7353,7 @@
7315
5980
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7316
5981
 
7317
5982
 fi
7320
5985
 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7321
5986
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7322
5987
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7323
 
@@ -7900,11 +7430,11 @@
 
5988
@@ -7900,11 +7363,11 @@
7324
5989
 sparc*-*solaris*)
7325
5990
   # Find out which ABI we are using.
7326
5991
   echo 'int i;' > conftest.$ac_ext
7335
6000
     case `/usr/bin/file conftest.o` in
7336
6001
     *64-bit*)
7337
6002
       case $lt_cv_prog_gnu_ld in
7338
 
@@ -7930,9 +7460,9 @@
 
6003
@@ -7930,9 +7393,9 @@
7339
6004
     if test -n "$ac_tool_prefix"; then
7340
6005
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7341
6006
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7347
6012
   $as_echo_n "(cached) " >&6
7348
6013
 else
7349
6014
   if test -n "$DSYMUTIL"; then
7350
 
@@ -7943,24 +7473,24 @@
 
6015
@@ -7943,24 +7406,24 @@
7351
6016
 do
7352
6017
   IFS=$as_save_IFS
7353
6018
   test -z "$as_dir" && as_dir=.
7377
6042
 $as_echo "no" >&6; }
7378
6043
 fi
7379
6044
 
7380
 
@@ -7970,9 +7500,9 @@
 
6045
@@ -7970,9 +7433,9 @@
7381
6046
   ac_ct_DSYMUTIL=$DSYMUTIL
7382
6047
   # Extract the first word of "dsymutil", so it can be a program name with args.
7383
6048
 set dummy dsymutil; ac_word=$2
7389
6054
   $as_echo_n "(cached) " >&6
7390
6055
 else
7391
6056
   if test -n "$ac_ct_DSYMUTIL"; then
7392
 
@@ -7983,24 +7513,24 @@
 
6057
@@ -7983,24 +7446,24 @@
7393
6058
 do
7394
6059
   IFS=$as_save_IFS
7395
6060
   test -z "$as_dir" && as_dir=.
7419
6084
 $as_echo "no" >&6; }
7420
6085
 fi
7421
6086
 
7422
 
@@ -8009,7 +7539,7 @@
 
6087
@@ -8009,7 +7472,7 @@
7423
6088
   else
7424
6089
     case $cross_compiling:$ac_tool_warned in
7425
6090
 yes:)
7428
6093
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7429
6094
 ac_tool_warned=yes ;;
7430
6095
 esac
7431
 
@@ -8022,9 +7552,9 @@
 
6096
@@ -8022,9 +7485,9 @@
7432
6097
     if test -n "$ac_tool_prefix"; then
7433
6098
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7434
6099
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7440
6105
   $as_echo_n "(cached) " >&6
7441
6106
 else
7442
6107
   if test -n "$NMEDIT"; then
7443
 
@@ -8035,24 +7565,24 @@
 
6108
@@ -8035,24 +7498,24 @@
7444
6109
 do
7445
6110
   IFS=$as_save_IFS
7446
6111
   test -z "$as_dir" && as_dir=.
7470
6135
 $as_echo "no" >&6; }
7471
6136
 fi
7472
6137
 
7473
 
@@ -8062,9 +7592,9 @@
 
6138
@@ -8062,9 +7525,9 @@
7474
6139
   ac_ct_NMEDIT=$NMEDIT
7475
6140
   # Extract the first word of "nmedit", so it can be a program name with args.
7476
6141
 set dummy nmedit; ac_word=$2
7482
6147
   $as_echo_n "(cached) " >&6
7483
6148
 else
7484
6149
   if test -n "$ac_ct_NMEDIT"; then
7485
 
@@ -8075,24 +7605,24 @@
 
6150
@@ -8075,24 +7538,24 @@
7486
6151
 do
7487
6152
   IFS=$as_save_IFS
7488
6153
   test -z "$as_dir" && as_dir=.
7512
6177
 $as_echo "no" >&6; }
7513
6178
 fi
7514
6179
 
7515
 
@@ -8101,7 +7631,7 @@
 
6180
@@ -8101,7 +7564,7 @@
7516
6181
   else
7517
6182
     case $cross_compiling:$ac_tool_warned in
7518
6183
 yes:)
7521
6186
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7522
6187
 ac_tool_warned=yes ;;
7523
6188
 esac
7524
 
@@ -8114,9 +7644,9 @@
 
6189
@@ -8114,9 +7577,9 @@
7525
6190
     if test -n "$ac_tool_prefix"; then
7526
6191
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7527
6192
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7533
6198
   $as_echo_n "(cached) " >&6
7534
6199
 else
7535
6200
   if test -n "$LIPO"; then
7536
 
@@ -8127,24 +7657,24 @@
 
6201
@@ -8127,24 +7590,24 @@
7537
6202
 do
7538
6203
   IFS=$as_save_IFS
7539
6204
   test -z "$as_dir" && as_dir=.
7563
6228
 $as_echo "no" >&6; }
7564
6229
 fi
7565
6230
 
7566
 
@@ -8154,9 +7684,9 @@
 
6231
@@ -8154,9 +7617,9 @@
7567
6232
   ac_ct_LIPO=$LIPO
7568
6233
   # Extract the first word of "lipo", so it can be a program name with args.
7569
6234
 set dummy lipo; ac_word=$2
7575
6240
   $as_echo_n "(cached) " >&6
7576
6241
 else
7577
6242
   if test -n "$ac_ct_LIPO"; then
7578
 
@@ -8167,24 +7697,24 @@
 
6243
@@ -8167,24 +7630,24 @@
7579
6244
 do
7580
6245
   IFS=$as_save_IFS
7581
6246
   test -z "$as_dir" && as_dir=.
7605
6270
 $as_echo "no" >&6; }
7606
6271
 fi
7607
6272
 
7608
 
@@ -8193,7 +7723,7 @@
 
6273
@@ -8193,7 +7656,7 @@
7609
6274
   else
7610
6275
     case $cross_compiling:$ac_tool_warned in
7611
6276
 yes:)
7614
6279
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7615
6280
 ac_tool_warned=yes ;;
7616
6281
 esac
7617
 
@@ -8206,9 +7736,9 @@
 
6282
@@ -8206,9 +7669,9 @@
7618
6283
     if test -n "$ac_tool_prefix"; then
7619
6284
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7620
6285
 set dummy ${ac_tool_prefix}otool; ac_word=$2
7626
6291
   $as_echo_n "(cached) " >&6
7627
6292
 else
7628
6293
   if test -n "$OTOOL"; then
7629
 
@@ -8219,24 +7749,24 @@
 
6294
@@ -8219,24 +7682,24 @@
7630
6295
 do
7631
6296
   IFS=$as_save_IFS
7632
6297
   test -z "$as_dir" && as_dir=.
7656
6321
 $as_echo "no" >&6; }
7657
6322
 fi
7658
6323
 
7659
 
@@ -8246,9 +7776,9 @@
 
6324
@@ -8246,9 +7709,9 @@
7660
6325
   ac_ct_OTOOL=$OTOOL
7661
6326
   # Extract the first word of "otool", so it can be a program name with args.
7662
6327
 set dummy otool; ac_word=$2
7668
6333
   $as_echo_n "(cached) " >&6
7669
6334
 else
7670
6335
   if test -n "$ac_ct_OTOOL"; then
7671
 
@@ -8259,24 +7789,24 @@
 
6336
@@ -8259,24 +7722,24 @@
7672
6337
 do
7673
6338
   IFS=$as_save_IFS
7674
6339
   test -z "$as_dir" && as_dir=.
7698
6363
 $as_echo "no" >&6; }
7699
6364
 fi
7700
6365
 
7701
 
@@ -8285,7 +7815,7 @@
 
6366
@@ -8285,7 +7748,7 @@
7702
6367
   else
7703
6368
     case $cross_compiling:$ac_tool_warned in
7704
6369
 yes:)
7707
6372
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7708
6373
 ac_tool_warned=yes ;;
7709
6374
 esac
7710
 
@@ -8298,9 +7828,9 @@
 
6375
@@ -8298,9 +7761,9 @@
7711
6376
     if test -n "$ac_tool_prefix"; then
7712
6377
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7713
6378
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7719
6384
   $as_echo_n "(cached) " >&6
7720
6385
 else
7721
6386
   if test -n "$OTOOL64"; then
7722
 
@@ -8311,24 +7841,24 @@
 
6387
@@ -8311,24 +7774,24 @@
7723
6388
 do
7724
6389
   IFS=$as_save_IFS
7725
6390
   test -z "$as_dir" && as_dir=.
7749
6414
 $as_echo "no" >&6; }
7750
6415
 fi
7751
6416
 
7752
 
@@ -8338,9 +7868,9 @@
 
6417
@@ -8338,9 +7801,9 @@
7753
6418
   ac_ct_OTOOL64=$OTOOL64
7754
6419
   # Extract the first word of "otool64", so it can be a program name with args.
7755
6420
 set dummy otool64; ac_word=$2
7761
6426
   $as_echo_n "(cached) " >&6
7762
6427
 else
7763
6428
   if test -n "$ac_ct_OTOOL64"; then
7764
 
@@ -8351,24 +7881,24 @@
 
6429
@@ -8351,24 +7814,24 @@
7765
6430
 do
7766
6431
   IFS=$as_save_IFS
7767
6432
   test -z "$as_dir" && as_dir=.
7791
6456
 $as_echo "no" >&6; }
7792
6457
 fi
7793
6458
 
7794
 
@@ -8377,7 +7907,7 @@
 
6459
@@ -8377,7 +7840,7 @@
7795
6460
   else
7796
6461
     case $cross_compiling:$ac_tool_warned in
7797
6462
 yes:)
7800
6465
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7801
6466
 ac_tool_warned=yes ;;
7802
6467
 esac
7803
 
@@ -8413,9 +7943,9 @@
 
6468
@@ -8413,9 +7876,9 @@
7804
6469
 
7805
6470
 
7806
6471
 
7812
6477
   $as_echo_n "(cached) " >&6
7813
6478
 else
7814
6479
   lt_cv_apple_cc_single_mod=no
7815
 
@@ -8440,22 +7970,18 @@
 
6480
@@ -8440,22 +7903,18 @@
7816
6481
        rm -f conftest.*
7817
6482
       fi
7818
6483
 fi
7839
6504
 /* end confdefs.h.  */
7840
6505
 
7841
6506
 int
7842
 
@@ -8466,42 +7992,17 @@
 
6507
@@ -8466,42 +7925,17 @@
7843
6508
   return 0;
7844
6509
 }
7845
6510
 _ACEOF
7887
6552
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7888
6553
     case $host_os in
7889
6554
     rhapsody* | darwin1.[012])
7890
 
@@ -8538,62 +8039,13 @@
 
6555
@@ -8538,62 +7972,13 @@
7891
6556
     ;;
7892
6557
   esac
7893
6558
 
7955
6620
 _ACEOF
7956
6621
 
7957
6622
 fi
7958
 
@@ -8616,7 +8068,7 @@
 
6623
@@ -8616,7 +8001,7 @@
7959
6624
 
7960
6625
 
7961
6626
 # Check whether --with-pic was given.
7964
6629
   withval=$with_pic; pic_mode="$withval"
7965
6630
 else
7966
6631
   pic_mode=default
7967
 
@@ -8632,7 +8084,7 @@
 
6632
@@ -8632,7 +8017,7 @@
7968
6633
 
7969
6634
 
7970
6635
   # Check whether --enable-fast-install was given.
7973
6638
   enableval=$enable_fast_install; p=${PACKAGE-default}
7974
6639
     case $enableval in
7975
6640
     yes) enable_fast_install=yes ;;
7976
 
@@ -8713,9 +8165,9 @@
 
6641
@@ -8713,9 +8098,9 @@
7977
6642
    setopt NO_GLOB_SUBST
7978
6643
 fi
7979
6644
 
7985
6650
   $as_echo_n "(cached) " >&6
7986
6651
 else
7987
6652
   rm -f .libs 2>/dev/null
7988
 
@@ -8728,7 +8180,7 @@
 
6653
@@ -8728,7 +8113,7 @@
7989
6654
 fi
7990
6655
 rmdir .libs 2>/dev/null
7991
6656
 fi
7994
6659
 $as_echo "$lt_cv_objdir" >&6; }
7995
6660
 objdir=$lt_cv_objdir
7996
6661
 
7997
 
@@ -8821,9 +8273,9 @@
 
6662
@@ -8821,9 +8206,9 @@
7998
6663
 case $deplibs_check_method in
7999
6664
 file_magic*)
8000
6665
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8006
6671
   $as_echo_n "(cached) " >&6
8007
6672
 else
8008
6673
   case $MAGIC_CMD in
8009
 
@@ -8874,10 +8326,10 @@
 
6674
@@ -8874,10 +8259,10 @@
8010
6675
 
8011
6676
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8012
6677
 if test -n "$MAGIC_CMD"; then
8019
6684
 $as_echo "no" >&6; }
8020
6685
 fi
8021
6686
 
8022
 
@@ -8887,9 +8339,9 @@
 
6687
@@ -8887,9 +8272,9 @@
8023
6688
 
8024
6689
 if test -z "$lt_cv_path_MAGIC_CMD"; then
8025
6690
   if test -n "$ac_tool_prefix"; then
8031
6696
   $as_echo_n "(cached) " >&6
8032
6697
 else
8033
6698
   case $MAGIC_CMD in
8034
 
@@ -8940,10 +8392,10 @@
 
6699
@@ -8940,10 +8325,10 @@
8035
6700
 
8036
6701
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8037
6702
 if test -n "$MAGIC_CMD"; then
8044
6709
 $as_echo "no" >&6; }
8045
6710
 fi
8046
6711
 
8047
 
@@ -9024,9 +8476,9 @@
 
6712
@@ -9024,9 +8409,9 @@
8048
6713
 if test "$GCC" = yes; then
8049
6714
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8050
6715
 
8056
6721
   $as_echo_n "(cached) " >&6
8057
6722
 else
8058
6723
   lt_cv_prog_compiler_rtti_exceptions=no
8059
 
@@ -9042,11 +8494,11 @@
 
6724
@@ -9042,11 +8427,11 @@
8060
6725
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8061
6726
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8062
6727
    -e 's:$: $lt_compiler_flag:'`
8063
6728
-   (eval echo "\"\$as_me:9045: $lt_compile\"" >&5)
8064
 
+   (eval echo "\"\$as_me:8497: $lt_compile\"" >&5)
 
6729
+   (eval echo "\"\$as_me:8430: $lt_compile\"" >&5)
8065
6730
    (eval "$lt_compile" 2>conftest.err)
8066
6731
    ac_status=$?
8067
6732
    cat conftest.err >&5
8068
6733
-   echo "$as_me:9049: \$? = $ac_status" >&5
8069
 
+   echo "$as_me:8501: \$? = $ac_status" >&5
 
6734
+   echo "$as_me:8434: \$? = $ac_status" >&5
8070
6735
    if (exit $ac_status) && test -s "$ac_outfile"; then
8071
6736
      # The compiler can only warn and ignore the option if not recognized
8072
6737
      # So say no if there are warnings other than the usual output.
8073
 
@@ -9059,7 +8511,7 @@
 
6738
@@ -9059,7 +8444,7 @@
8074
6739
    $RM conftest*
8075
6740
 
8076
6741
 fi
8079
6744
 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8080
6745
 
8081
6746
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8082
 
@@ -9079,7 +8531,7 @@
 
6747
@@ -9079,7 +8464,7 @@
8083
6748
 lt_prog_compiler_pic=
8084
6749
 lt_prog_compiler_static=
8085
6750
 
8088
6753
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8089
6754
 
8090
6755
   if test "$GCC" = yes; then
8091
 
@@ -9351,7 +8803,7 @@
 
6756
@@ -9351,7 +8736,7 @@
8092
6757
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8093
6758
     ;;
8094
6759
 esac
8097
6762
 $as_echo "$lt_prog_compiler_pic" >&6; }
8098
6763
 
8099
6764
 
8100
 
@@ -9363,9 +8815,9 @@
 
6765
@@ -9363,9 +8748,9 @@
8101
6766
 # Check to make sure the PIC flag actually works.
8102
6767
 #
8103
6768
 if test -n "$lt_prog_compiler_pic"; then
8109
6774
   $as_echo_n "(cached) " >&6
8110
6775
 else
8111
6776
   lt_cv_prog_compiler_pic_works=no
8112
 
@@ -9381,11 +8833,11 @@
 
6777
@@ -9381,11 +8766,11 @@
8113
6778
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8114
6779
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8115
6780
    -e 's:$: $lt_compiler_flag:'`
8116
6781
-   (eval echo "\"\$as_me:9384: $lt_compile\"" >&5)
8117
 
+   (eval echo "\"\$as_me:8836: $lt_compile\"" >&5)
 
6782
+   (eval echo "\"\$as_me:8769: $lt_compile\"" >&5)
8118
6783
    (eval "$lt_compile" 2>conftest.err)
8119
6784
    ac_status=$?
8120
6785
    cat conftest.err >&5
8121
6786
-   echo "$as_me:9388: \$? = $ac_status" >&5
8122
 
+   echo "$as_me:8840: \$? = $ac_status" >&5
 
6787
+   echo "$as_me:8773: \$? = $ac_status" >&5
8123
6788
    if (exit $ac_status) && test -s "$ac_outfile"; then
8124
6789
      # The compiler can only warn and ignore the option if not recognized
8125
6790
      # So say no if there are warnings other than the usual output.
8126
 
@@ -9398,7 +8850,7 @@
 
6791
@@ -9398,7 +8783,7 @@
8127
6792
    $RM conftest*
8128
6793
 
8129
6794
 fi
8132
6797
 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8133
6798
 
8134
6799
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8135
 
@@ -9422,9 +8874,9 @@
 
6800
@@ -9422,9 +8807,9 @@
8136
6801
 # Check to make sure the static flag actually works.
8137
6802
 #
8138
6803
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8144
6809
   $as_echo_n "(cached) " >&6
8145
6810
 else
8146
6811
   lt_cv_prog_compiler_static_works=no
8147
 
@@ -9450,7 +8902,7 @@
 
6812
@@ -9450,7 +8835,7 @@
8148
6813
    LDFLAGS="$save_LDFLAGS"
8149
6814
 
8150
6815
 fi
8153
6818
 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8154
6819
 
8155
6820
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8156
 
@@ -9465,9 +8917,9 @@
 
6821
@@ -9465,9 +8850,9 @@
8157
6822
 
8158
6823
 
8159
6824
 
8165
6830
   $as_echo_n "(cached) " >&6
8166
6831
 else
8167
6832
   lt_cv_prog_compiler_c_o=no
8168
 
@@ -9486,11 +8938,11 @@
 
6833
@@ -9486,11 +8871,11 @@
8169
6834
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8170
6835
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8171
6836
    -e 's:$: $lt_compiler_flag:'`
8172
6837
-   (eval echo "\"\$as_me:9489: $lt_compile\"" >&5)
8173
 
+   (eval echo "\"\$as_me:8941: $lt_compile\"" >&5)
 
6838
+   (eval echo "\"\$as_me:8874: $lt_compile\"" >&5)
8174
6839
    (eval "$lt_compile" 2>out/conftest.err)
8175
6840
    ac_status=$?
8176
6841
    cat out/conftest.err >&5
8177
6842
-   echo "$as_me:9493: \$? = $ac_status" >&5
8178
 
+   echo "$as_me:8945: \$? = $ac_status" >&5
 
6843
+   echo "$as_me:8878: \$? = $ac_status" >&5
8179
6844
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8180
6845
    then
8181
6846
      # The compiler can only warn and ignore the option if not recognized
8182
 
@@ -9512,7 +8964,7 @@
 
6847
@@ -9512,7 +8897,7 @@
8183
6848
    $RM conftest*
8184
6849
 
8185
6850
 fi
8188
6853
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8189
6854
 
8190
6855
 
8191
 
@@ -9520,9 +8972,9 @@
 
6856
@@ -9520,9 +8905,9 @@
8192
6857
 
8193
6858
 
8194
6859
 
8200
6865
   $as_echo_n "(cached) " >&6
8201
6866
 else
8202
6867
   lt_cv_prog_compiler_c_o=no
8203
 
@@ -9541,11 +8993,11 @@
 
6868
@@ -9541,11 +8926,11 @@
8204
6869
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8205
6870
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8206
6871
    -e 's:$: $lt_compiler_flag:'`
8207
6872
-   (eval echo "\"\$as_me:9544: $lt_compile\"" >&5)
8208
 
+   (eval echo "\"\$as_me:8996: $lt_compile\"" >&5)
 
6873
+   (eval echo "\"\$as_me:8929: $lt_compile\"" >&5)
8209
6874
    (eval "$lt_compile" 2>out/conftest.err)
8210
6875
    ac_status=$?
8211
6876
    cat out/conftest.err >&5
8212
6877
-   echo "$as_me:9548: \$? = $ac_status" >&5
8213
 
+   echo "$as_me:9000: \$? = $ac_status" >&5
 
6878
+   echo "$as_me:8933: \$? = $ac_status" >&5
8214
6879
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8215
6880
    then
8216
6881
      # The compiler can only warn and ignore the option if not recognized
8217
 
@@ -9567,7 +9019,7 @@
 
6882
@@ -9567,7 +8952,7 @@
8218
6883
    $RM conftest*
8219
6884
 
8220
6885
 fi
8223
6888
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8224
6889
 
8225
6890
 
8226
 
@@ -9576,7 +9028,7 @@
 
6891
@@ -9576,7 +8961,7 @@
8227
6892
 hard_links="nottested"
8228
6893
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8229
6894
   # do not overwrite the value of need_locks provided by the user
8232
6897
 $as_echo_n "checking if we can lock with hard links... " >&6; }
8233
6898
   hard_links=yes
8234
6899
   $RM conftest*
8235
 
@@ -9584,10 +9036,10 @@
 
6900
@@ -9584,10 +8969,10 @@
8236
6901
   touch conftest.a
8237
6902
   ln conftest.a conftest.b 2>&5 || hard_links=no
8238
6903
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8245
6910
 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8246
6911
     need_locks=warn
8247
6912
   fi
8248
 
@@ -9600,7 +9052,7 @@
 
6913
@@ -9600,7 +8985,7 @@
8249
6914
 
8250
6915
 
8251
6916
 
8254
6919
 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8255
6920
 
8256
6921
   runpath_var=
8257
 
@@ -10042,11 +9494,7 @@
 
6922
@@ -9660,6 +9045,9 @@
 
6923
   openbsd*)
 
6924
     with_gnu_ld=no
 
6925
     ;;
 
6926
+  linux* | k*bsd*-gnu)
 
6927
+    link_all_deplibs=no
 
6928
+    ;;
 
6929
   esac
 
6930
 
 
6931
   ld_shlibs=yes
 
6932
@@ -9842,7 +9230,7 @@
 
6933
       fi
 
6934
       ;;
 
6935
 
 
6936
-    netbsd*)
 
6937
+    netbsd* | netbsdelf*-gnu)
 
6938
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
6939
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
6940
        wlarc=
 
6941
@@ -10017,6 +9405,7 @@
 
6942
        if test "$aix_use_runtimelinking" = yes; then
 
6943
          shared_flag="$shared_flag "'${wl}-G'
 
6944
        fi
 
6945
+       link_all_deplibs=no
 
6946
       else
 
6947
        # not using gcc
 
6948
        if test "$host_cpu" = ia64; then
 
6949
@@ -10042,11 +9431,7 @@
8258
6950
        allow_undefined_flag='-berok'
8259
6951
         # Determine the default libpath from the value encoded in an
8260
6952
         # empty executable.
8267
6959
 /* end confdefs.h.  */
8268
6960
 
8269
6961
 int
8270
 
@@ -10057,27 +9505,7 @@
 
6962
@@ -10057,27 +9442,7 @@
8271
6963
   return 0;
8272
6964
 }
8273
6965
 _ACEOF
8296
6988
 
8297
6989
 lt_aix_libpath_sed='
8298
6990
     /Import File Strings/,/^$/ {
8299
 
@@ -10091,16 +9519,9 @@
 
6991
@@ -10091,16 +9456,9 @@
8300
6992
 if test -z "$aix_libpath"; then
8301
6993
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8302
6994
 fi
8315
7007
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8316
7008
 
8317
7009
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8318
 
@@ -10113,11 +9534,7 @@
 
7010
@@ -10113,11 +9471,7 @@
8319
7011
        else
8320
7012
         # Determine the default libpath from the value encoded in an
8321
7013
         # empty executable.
8328
7020
 /* end confdefs.h.  */
8329
7021
 
8330
7022
 int
8331
 
@@ -10128,27 +9545,7 @@
 
7023
@@ -10128,27 +9482,7 @@
8332
7024
   return 0;
8333
7025
 }
8334
7026
 _ACEOF
8357
7049
 
8358
7050
 lt_aix_libpath_sed='
8359
7051
     /Import File Strings/,/^$/ {
8360
 
@@ -10162,16 +9559,9 @@
 
7052
@@ -10162,16 +9496,9 @@
8361
7053
 if test -z "$aix_libpath"; then
8362
7054
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8363
7055
 fi
8376
7068
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8377
7069
 
8378
7070
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8379
 
@@ -10383,42 +9773,16 @@
 
7071
@@ -10383,42 +9710,16 @@
8380
7072
        # implicitly export all symbols.
8381
7073
         save_LDFLAGS="$LDFLAGS"
8382
7074
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8424
7116
         LDFLAGS="$save_LDFLAGS"
8425
7117
       else
8426
7118
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8427
 
@@ -10674,7 +10038,7 @@
 
7119
@@ -10431,7 +9732,7 @@
 
7120
       link_all_deplibs=yes
 
7121
       ;;
 
7122
 
 
7123
-    netbsd*)
 
7124
+    netbsd* | netbsdelf*-gnu)
 
7125
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
7126
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
7127
       else
 
7128
@@ -10674,7 +9975,7 @@
8428
7129
     fi
8429
7130
   fi
8430
7131
 
8433
7134
 $as_echo "$ld_shlibs" >&6; }
8434
7135
 test "$ld_shlibs" = no && can_build_shared=no
8435
7136
 
8436
 
@@ -10711,16 +10075,16 @@
 
7137
@@ -10711,16 +10012,16 @@
8437
7138
       # Test whether the compiler implicitly links with -lc since on some
8438
7139
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8439
7140
       # to ld, don't add -lc before -lgcc.
8454
7155
         soname=conftest
8455
7156
         lib=conftest
8456
7157
         libobjs=conftest.$ac_objext
8457
 
@@ -10734,11 +10098,11 @@
 
7158
@@ -10734,11 +10035,11 @@
8458
7159
         libname=conftest
8459
7160
         lt_save_allow_undefined_flag=$allow_undefined_flag
8460
7161
         allow_undefined_flag=
8469
7170
         then
8470
7171
          archive_cmds_need_lc=no
8471
7172
         else
8472
 
@@ -10749,7 +10113,7 @@
 
7173
@@ -10749,7 +10050,7 @@
8473
7174
         cat conftest.err 1>&5
8474
7175
       fi
8475
7176
       $RM conftest*
8478
7179
 $as_echo "$archive_cmds_need_lc" >&6; }
8479
7180
       ;;
8480
7181
     esac
8481
 
@@ -10913,7 +10277,7 @@
 
7182
@@ -10913,7 +10214,7 @@
8482
7183
 
8483
7184
 
8484
7185
 
8487
7188
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
8488
7189
 
8489
7190
 if test "$GCC" = yes; then
8490
 
@@ -11335,11 +10699,7 @@
 
7191
@@ -11335,11 +10636,7 @@
8491
7192
   save_libdir=$libdir
8492
7193
   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
8493
7194
        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
8500
7201
 /* end confdefs.h.  */
8501
7202
 
8502
7203
 int
8503
 
@@ -11350,41 +10710,13 @@
 
7204
@@ -11350,41 +10647,13 @@
8504
7205
   return 0;
8505
7206
 }
8506
7207
 _ACEOF
8546
7247
   LDFLAGS=$save_LDFLAGS
8547
7248
   libdir=$save_libdir
8548
7249
 
8549
 
@@ -11596,7 +10928,7 @@
 
7250
@@ -11408,6 +10677,18 @@
 
7251
   dynamic_linker='GNU/Linux ld.so'
 
7252
   ;;
 
7253
 
 
7254
+netbsdelf*-gnu)
 
7255
+  version_type=linux
 
7256
+  need_lib_prefix=no
 
7257
+  need_version=no
 
7258
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
7259
+  soname_spec='${libname}${release}${shared_ext}$major'
 
7260
+  shlibpath_var=LD_LIBRARY_PATH
 
7261
+  shlibpath_overrides_runpath=no
 
7262
+  hardcode_into_libs=yes
 
7263
+  dynamic_linker='NetBSD ld.elf_so'
 
7264
+  ;;
 
7265
+
 
7266
 netbsd*)
 
7267
   version_type=sunos
 
7268
   need_lib_prefix=no
 
7269
@@ -11596,7 +10877,7 @@
8550
7270
   dynamic_linker=no
8551
7271
   ;;
8552
7272
 esac
8555
7275
 $as_echo "$dynamic_linker" >&6; }
8556
7276
 test "$dynamic_linker" = no && can_build_shared=no
8557
7277
 
8558
 
@@ -11698,7 +11030,7 @@
 
7278
@@ -11698,7 +10979,7 @@
8559
7279
 
8560
7280
 
8561
7281
 
8564
7284
 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
8565
7285
 hardcode_action=
8566
7286
 if test -n "$hardcode_libdir_flag_spec" ||
8567
 
@@ -11723,7 +11055,7 @@
 
7287
@@ -11723,7 +11004,7 @@
8568
7288
   # directories.
8569
7289
   hardcode_action=unsupported
8570
7290
 fi
8573
7293
 $as_echo "$hardcode_action" >&6; }
8574
7294
 
8575
7295
 if test "$hardcode_action" = relink ||
8576
 
@@ -11768,18 +11100,14 @@
 
7296
@@ -11768,18 +11049,14 @@
8577
7297
 
8578
7298
   darwin*)
8579
7299
   # if libdl is installed we need to link against it
8595
7315
 /* end confdefs.h.  */
8596
7316
 
8597
7317
 /* Override any GCC internal prototype to avoid an error.
8598
 
@@ -11797,43 +11125,18 @@
 
7318
@@ -11797,43 +11074,18 @@
8599
7319
   return 0;
8600
7320
 }
8601
7321
 _ACEOF
8645
7365
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8646
7366
 else
8647
7367
 
8648
 
@@ -11846,106 +11149,18 @@
 
7368
@@ -11846,106 +11098,18 @@
8649
7369
     ;;
8650
7370
 
8651
7371
   *)
8757
7477
 /* end confdefs.h.  */
8758
7478
 
8759
7479
 /* Override any GCC internal prototype to avoid an error.
8760
 
@@ -11963,145 +11178,32 @@
 
7480
@@ -11963,145 +11127,32 @@
8761
7481
   return 0;
8762
7482
 }
8763
7483
 _ACEOF
8914
7634
 /* end confdefs.h.  */
8915
7635
 
8916
7636
 /* Override any GCC internal prototype to avoid an error.
8917
 
@@ -12119,57 +11221,28 @@
 
7637
@@ -12119,57 +11170,28 @@
8918
7638
   return 0;
8919
7639
 }
8920
7640
 _ACEOF
8981
7701
 /* end confdefs.h.  */
8982
7702
 
8983
7703
 /* Override any GCC internal prototype to avoid an error.
8984
 
@@ -12187,57 +11260,28 @@
 
7704
@@ -12187,57 +11209,28 @@
8985
7705
   return 0;
8986
7706
 }
8987
7707
 _ACEOF
9048
7768
 /* end confdefs.h.  */
9049
7769
 
9050
7770
 /* Override any GCC internal prototype to avoid an error.
9051
 
@@ -12255,43 +11299,18 @@
 
7771
@@ -12255,43 +11248,18 @@
9052
7772
   return 0;
9053
7773
 }
9054
7774
 _ACEOF
9098
7818
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
9099
7819
 fi
9100
7820
 
9101
 
@@ -12330,9 +11349,9 @@
 
7821
@@ -12330,9 +11298,9 @@
9102
7822
     save_LIBS="$LIBS"
9103
7823
     LIBS="$lt_cv_dlopen_libs $LIBS"
9104
7824
 
9110
7830
   $as_echo_n "(cached) " >&6
9111
7831
 else
9112
7832
          if test "$cross_compiling" = yes; then :
9113
 
@@ -12341,7 +11360,7 @@
 
7833
@@ -12341,7 +11309,7 @@
9114
7834
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9115
7835
   lt_status=$lt_dlunknown
9116
7836
   cat > conftest.$ac_ext <<_LT_EOF
9117
7837
-#line 12344 "configure"
9118
 
+#line 11363 "configure"
 
7838
+#line 11312 "configure"
9119
7839
 #include "confdefs.h"
9120
7840
 
9121
7841
 #if HAVE_DLFCN_H
9122
 
@@ -12400,11 +11419,11 @@
 
7842
@@ -12400,11 +11368,11 @@
9123
7843
   return status;
9124
7844
 }
9125
7845
 _LT_EOF
9134
7854
     (./conftest; exit; ) >&5 2>/dev/null
9135
7855
     lt_status=$?
9136
7856
     case x$lt_status in
9137
 
@@ -12421,14 +11440,14 @@
 
7857
@@ -12421,14 +11389,14 @@
9138
7858
 
9139
7859
 
9140
7860
 fi
9152
7872
   $as_echo_n "(cached) " >&6
9153
7873
 else
9154
7874
          if test "$cross_compiling" = yes; then :
9155
 
@@ -12437,7 +11456,7 @@
 
7875
@@ -12437,7 +11405,7 @@
9156
7876
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9157
7877
   lt_status=$lt_dlunknown
9158
7878
   cat > conftest.$ac_ext <<_LT_EOF
9159
7879
-#line 12440 "configure"
9160
 
+#line 11459 "configure"
 
7880
+#line 11408 "configure"
9161
7881
 #include "confdefs.h"
9162
7882
 
9163
7883
 #if HAVE_DLFCN_H
9164
 
@@ -12496,11 +11515,11 @@
 
7884
@@ -12496,11 +11464,11 @@
9165
7885
   return status;
9166
7886
 }
9167
7887
 _LT_EOF
9176
7896
     (./conftest; exit; ) >&5 2>/dev/null
9177
7897
     lt_status=$?
9178
7898
     case x$lt_status in
9179
 
@@ -12517,7 +11536,7 @@
 
7899
@@ -12517,7 +11485,7 @@
9180
7900
 
9181
7901
 
9182
7902
 fi
9185
7905
 $as_echo "$lt_cv_dlopen_self_static" >&6; }
9186
7906
     fi
9187
7907
 
9188
 
@@ -12556,12 +11575,12 @@
 
7908
@@ -12556,12 +11524,12 @@
9189
7909
 
9190
7910
 striplib=
9191
7911
 old_striplib=
9200
7920
 $as_echo "yes" >&6; }
9201
7921
 else
9202
7922
 # FIXME - insert some real tests, host_os isn't really good enough
9203
 
@@ -12570,15 +11589,15 @@
 
7923
@@ -12570,15 +11538,15 @@
9204
7924
     if test -n "$STRIP" ; then
9205
7925
       striplib="$STRIP -x"
9206
7926
       old_striplib="$STRIP -S"
9219
7939
 $as_echo "no" >&6; }
9220
7940
     ;;
9221
7941
   esac
9222
 
@@ -12596,12 +11615,12 @@
 
7942
@@ -12596,12 +11564,12 @@
9223
7943
 
9224
7944
 
9225
7945
   # Report which library types will actually be built
9235
7955
 $as_echo_n "checking whether to build shared libraries... " >&6; }
9236
7956
   test "$can_build_shared" = "no" && enable_shared=no
9237
7957
 
9238
 
@@ -12622,14 +11641,14 @@
 
7958
@@ -12622,14 +11590,14 @@
9239
7959
     fi
9240
7960
     ;;
9241
7961
   esac
9253
7973
 $as_echo "$enable_static" >&6; }
9254
7974
 
9255
7975
 
9256
 
@@ -12665,22 +11684,18 @@
 
7976
@@ -12665,22 +11633,18 @@
9257
7977
 
9258
7978
 
9259
7979
 if test "x$CC" != xcc; then
9280
8000
 /* end confdefs.h.  */
9281
8001
 
9282
8002
 int
9283
 
@@ -12696,63 +11711,63 @@
 
8003
@@ -12696,63 +11660,63 @@
9284
8004
 # existing .o file with -o, though they will create one.
9285
8005
 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
9286
8006
 rm -f conftest2.*
9369
8089
       then
9370
8090
        # cc works too.
9371
8091
        :
9372
 
@@ -12769,15 +11784,13 @@
 
8092
@@ -12769,15 +11733,13 @@
9373
8093
 
9374
8094
 fi
9375
8095
 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
9388
8108
 
9389
8109
 fi
9390
8110
 
9391
 
@@ -12797,9 +11810,9 @@
 
8111
@@ -12797,9 +11759,9 @@
9392
8112
 
9393
8113
 
9394
8114
 
9400
8120
   $as_echo_n "(cached) " >&6
9401
8121
 else
9402
8122
        cat > conftest.c <<EOF
9403
 
@@ -12808,11 +11821,11 @@
 
8123
@@ -12808,11 +11770,11 @@
9404
8124
      if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
9405
8125
                                  -o conftest.o conftest.c
9406
8126
                                  -Wl,--as-needed 1>&5'
9415
8135
   then
9416
8136
     pam_cv_ld_as_needed=yes
9417
8137
     LDFLAGS="$LDFLAGS -Wl,--as-needed"
9418
 
@@ -12821,15 +11834,15 @@
 
8138
@@ -12821,15 +11783,15 @@
9419
8139
   fi
9420
8140
   rm -f conftest*
9421
8141
 fi
9434
8154
   $as_echo_n "(cached) " >&6
9435
8155
 else
9436
8156
        cat > conftest.c <<EOF
9437
 
@@ -12838,11 +11851,11 @@
 
8157
@@ -12838,11 +11800,11 @@
9438
8158
      if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
9439
8159
                                  -o conftest.o conftest.c
9440
8160
                                  -Wl,-O1 1>&5'
9449
8169
   then
9450
8170
     pam_cv_ld_O1=yes
9451
8171
     LDFLAGS="$LDFLAGS -Wl,-O1"
9452
 
@@ -12851,22 +11864,22 @@
 
8172
@@ -12851,22 +11813,22 @@
9453
8173
   fi
9454
8174
   rm -f conftest*
9455
8175
 fi
9476
8196
   $as_echo_n "(cached) " >&6
9477
8197
 else
9478
8198
   ac_cv_sys_largefile_CC=no
9479
 
@@ -12875,11 +11888,7 @@
 
8199
@@ -12875,11 +11837,7 @@
9480
8200
        while :; do
9481
8201
         # IRIX 6.2 and later do not support large files by default,
9482
8202
         # so use the C compiler's -n32 option if that helps.
9489
8209
 /* end confdefs.h.  */
9490
8210
 #include <sys/types.h>
9491
8211
  /* Check that off_t can represent 2**63 - 1 correctly.
9492
 
@@ -12898,60 +11907,14 @@
 
8212
@@ -12898,60 +11856,14 @@
9493
8213
   return 0;
9494
8214
 }
9495
8215
 _ACEOF
9552
8272
 rm -f core conftest.err conftest.$ac_objext
9553
8273
         break
9554
8274
        done
9555
 
@@ -12959,23 +11922,19 @@
 
8275
@@ -12959,23 +11871,19 @@
9556
8276
        rm -f conftest.$ac_ext
9557
8277
     fi
9558
8278
 fi
9580
8300
 /* end confdefs.h.  */
9581
8301
 #include <sys/types.h>
9582
8302
  /* Check that off_t can represent 2**63 - 1 correctly.
9583
 
@@ -12994,38 +11953,11 @@
 
8303
@@ -12994,38 +11902,11 @@
9584
8304
   return 0;
9585
8305
 }
9586
8306
 _ACEOF
9621
8341
 /* end confdefs.h.  */
9622
8342
 #define _FILE_OFFSET_BITS 64
9623
8343
 #include <sys/types.h>
9624
 
@@ -13045,38 +11977,15 @@
 
8344
@@ -13045,38 +11926,15 @@
9625
8345
   return 0;
9626
8346
 }
9627
8347
 _ACEOF
9662
8382
 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
9663
8383
 case $ac_cv_sys_file_offset_bits in #(
9664
8384
   no | unknown) ;;
9665
 
@@ -13088,17 +11997,13 @@
 
8385
@@ -13088,17 +11946,13 @@
9666
8386
 esac
9667
8387
 rm -rf conftest*
9668
8388
   if test $ac_cv_sys_file_offset_bits = unknown; then
9683
8403
 /* end confdefs.h.  */
9684
8404
 #include <sys/types.h>
9685
8405
  /* Check that off_t can represent 2**63 - 1 correctly.
9686
 
@@ -13117,38 +12022,11 @@
 
8406
@@ -13117,38 +11971,11 @@
9687
8407
   return 0;
9688
8408
 }
9689
8409
 _ACEOF
9724
8444
 /* end confdefs.h.  */
9725
8445
 #define _LARGE_FILES 1
9726
8446
 #include <sys/types.h>
9727
 
@@ -13168,38 +12046,15 @@
 
8447
@@ -13168,38 +11995,15 @@
9728
8448
   return 0;
9729
8449
 }
9730
8450
 _ACEOF
9765
8485
 $as_echo "$ac_cv_sys_large_files" >&6; }
9766
8486
 case $ac_cv_sys_large_files in #(
9767
8487
   no | unknown) ;;
9768
 
@@ -13268,17 +12123,13 @@
 
8488
@@ -13268,17 +12072,13 @@
9769
8489
 fi
9770
8490
 
9771
8491
 
9786
8506
 /* end confdefs.h.  */
9787
8507
 
9788
8508
 #include <stdlib.h>
9789
 
@@ -13300,54 +12151,29 @@
 
8509
@@ -13300,54 +12100,29 @@
9790
8510
   return 0;
9791
8511
 }
9792
8512
 _ACEOF
9848
8568
   $as_echo_n "(cached) " >&6
9849
8569
 else
9850
8570
   cat > conftest.s <<EOF
9851
 
@@ -13362,11 +12188,11 @@
 
8571
@@ -13362,11 +12137,11 @@
9852
8572
 fi
9853
8573
 rm -f conftest*
9854
8574
 fi
9863
8583
   $as_echo_n "(cached) " >&6
9864
8584
 else
9865
8585
   if test $libc_cv_asm_symver_directive = yes; then
9866
 
@@ -13391,11 +12217,11 @@
 
8586
@@ -13391,11 +12166,11 @@
9867
8587
                                 -nostartfiles -nostdlib
9868
8588
                                 -Wl,--version-script,conftest.map
9869
8589
                        1>&5'
9878
8598
     then
9879
8599
       libc_cv_ld_version_script_option=yes
9880
8600
     else
9881
 
@@ -13409,7 +12235,7 @@
 
8601
@@ -13409,7 +12184,7 @@
9882
8602
 fi
9883
8603
 rm -f conftest*
9884
8604
 fi
9887
8607
 $as_echo "$libc_cv_ld_version_script_option" >&6; }
9888
8608
  if test "$libc_cv_ld_version_script_option" = "yes"; then
9889
8609
   HAVE_VERSIONING_TRUE=
9890
 
@@ -13421,16 +12247,16 @@
 
8610
@@ -13421,16 +12196,16 @@
9891
8611
 
9892
8612
 
9893
8613
 # Check whether --enable-pie was given.
9907
8627
   $as_echo_n "(cached) " >&6
9908
8628
 else
9909
8629
     cat > conftest.c <<EOF
9910
 
@@ -13440,11 +12266,11 @@
 
8630
@@ -13440,11 +12215,11 @@
9911
8631
   if test "$USE_PIE" = "yes" -a "$CC" != "icc" &&
9912
8632
         { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fpie
9913
8633
                               -o conftest conftest.c 1>&5'
9922
8642
   then
9923
8643
     libc_cv_fpie=yes
9924
8644
     PIE_CFLAGS="-fpie"
9925
 
@@ -13456,7 +12282,7 @@
 
8645
@@ -13456,7 +12231,7 @@
9926
8646
   fi
9927
8647
   rm -f conftest*
9928
8648
 fi
9931
8651
 $as_echo "$libc_cv_fpie" >&6; }
9932
8652
 
9933
8653
 
9934
 
@@ -13465,7 +12291,7 @@
 
8654
@@ -13465,7 +12240,7 @@
9935
8655
 
9936
8656
 
9937
8657
 # Check whether --enable-prelude was given.
9940
8660
   enableval=$enable_prelude; WITH_PRELUDE=$enableval
9941
8661
 else
9942
8662
   WITH_PRELUDE=yes
9943
 
@@ -13474,7 +12300,7 @@
 
8663
@@ -13474,7 +12249,7 @@
9944
8664
 if test "$WITH_PRELUDE" == "yes" ; then
9945
8665
 
9946
8666
 # Check whether --with-libprelude-prefix was given.
9949
8669
   withval=$with_libprelude_prefix; libprelude_config_prefix="$withval"
9950
8670
 else
9951
8671
   libprelude_config_prefix=""
9952
 
@@ -13489,9 +12315,9 @@
 
8672
@@ -13489,9 +12264,9 @@
9953
8673
 
9954
8674
   # Extract the first word of "libprelude-config", so it can be a program name with args.
9955
8675
 set dummy libprelude-config; ac_word=$2
9961
8681
   $as_echo_n "(cached) " >&6
9962
8682
 else
9963
8683
   case $LIBPRELUDE_CONFIG in
9964
 
@@ -13504,14 +12330,14 @@
 
8684
@@ -13504,14 +12279,14 @@
9965
8685
 do
9966
8686
   IFS=$as_save_IFS
9967
8687
   test -z "$as_dir" && as_dir=.
9979
8699
 IFS=$as_save_IFS
9980
8700
 
9981
8701
   test -z "$ac_cv_path_LIBPRELUDE_CONFIG" && ac_cv_path_LIBPRELUDE_CONFIG="no"
9982
 
@@ -13520,16 +12346,16 @@
 
8702
@@ -13520,16 +12295,16 @@
9983
8703
 fi
9984
8704
 LIBPRELUDE_CONFIG=$ac_cv_path_LIBPRELUDE_CONFIG
9985
8705
 if test -n "$LIBPRELUDE_CONFIG"; then
9999
8719
 $as_echo_n "checking for libprelude - version >= $min_libprelude_version... " >&6; }
10000
8720
   no_libprelude=""
10001
8721
   if test "$LIBPRELUDE_CONFIG" = "no" ; then
10002
 
@@ -13551,14 +12377,10 @@
 
8722
@@ -13551,14 +12326,10 @@
10003
8723
       LDFLAGS="$LDFLAGS $LIBPRELUDE_LDFLAGS"
10004
8724
       LIBS="$LIBS $LIBPRELUDE_LIBS"
10005
8725
       rm -f conf.libpreludetest
10016
8736
 /* end confdefs.h.  */
10017
8737
 
10018
8738
 #include <stdio.h>
10019
 
@@ -13616,56 +12438,29 @@
 
8739
@@ -13616,56 +12387,29 @@
10020
8740
 }
10021
8741
 
10022
8742
 _ACEOF
10080
8800
 $as_echo "no" >&6; }
10081
8801
      fi
10082
8802
      if test "$LIBPRELUDE_CONFIG" = "no" ; then
10083
 
@@ -13681,11 +12476,7 @@
 
8803
@@ -13681,11 +12425,7 @@
10084
8804
           CFLAGS="$CFLAGS $LIBPRELUDE_CFLAGS"
10085
8805
          LDFLAGS="$LDFLAGS $LIBPRELUDE_LDFLAGS"
10086
8806
           LIBS="$LIBS $LIBPRELUDE_LIBS"
10093
8813
 /* end confdefs.h.  */
10094
8814
 
10095
8815
 #include <stdio.h>
10096
 
@@ -13701,27 +12492,7 @@
 
8816
@@ -13701,27 +12441,7 @@
10097
8817
   return 0;
10098
8818
 }
10099
8819
 _ACEOF
10122
8842
    echo "*** The test program compiled, but did not run. This usually means"
10123
8843
           echo "*** that the run-time linker is not finding LIBPRELUDE or finding the wrong"
10124
8844
           echo "*** version of LIBPRELUDE. If it is not finding LIBPRELUDE, you'll need to set your"
10125
 
@@ -13733,18 +12504,13 @@
 
8845
@@ -13733,18 +12453,13 @@
10126
8846
           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10127
8847
           echo "***"
10128
8848
 else
10144
8864
           CFLAGS="$ac_save_CFLAGS"
10145
8865
          LDFLAGS="$ac_save_LDFLAGS"
10146
8866
           LIBS="$ac_save_LIBS"
10147
 
@@ -13769,21 +12535,19 @@
 
8867
@@ -13769,21 +12484,19 @@
10148
8868
 fi
10149
8869
 
10150
8870
 # Check whether --enable-debug was given.
10169
8889
   enableval=$enable_securedir; SECUREDIR=$enableval
10170
8890
 else
10171
8891
   SECUREDIR=$libdir/security
10172
 
@@ -13792,7 +12556,7 @@
 
8892
@@ -13792,7 +12505,7 @@
10173
8893
 
10174
8894
 
10175
8895
 # Check whether --enable-isadir was given.
10178
8898
   enableval=$enable_isadir; ISA=$enableval
10179
8899
 else
10180
8900
   ISA=../../`basename $libdir`/security
10181
 
@@ -13804,11 +12568,11 @@
 
8901
@@ -13804,11 +12517,11 @@
10182
8902
 #define _PAM_ISA "$ISA"
10183
8903
 _ACEOF
10184
8904
 
10192
8912
   enableval=$enable_sconfigdir; SCONFIGDIR=$enableval
10193
8913
 else
10194
8914
   SCONFIGDIR=$sysconfdir/security
10195
 
@@ -13817,35 +12581,31 @@
 
8915
@@ -13817,35 +12530,31 @@
10196
8916
 
10197
8917
 
10198
8918
 # Check whether --enable-pamlocking was given.
10233
8953
   enableval=$enable_lckpwdf; WITH_LCKPWDF=$enableval
10234
8954
 else
10235
8955
   WITH_LCKPWDF=yes
10236
 
@@ -13853,152 +12613,16 @@
 
8956
@@ -13853,152 +12562,16 @@
10237
8957
 
10238
8958
 if test "$WITH_LCKPWDF" == "yes" ; then
10239
8959
 
10391
9111
 _ACEOF
10392
9112
 
10393
9113
 fi
10394
 
@@ -14007,21 +12631,17 @@
 
9114
@@ -14007,21 +12580,17 @@
10395
9115
 
10396
9116
 
10397
9117
 # Check whether --with-mailspool was given.
10416
9136
 /* end confdefs.h.  */
10417
9137
 
10418
9138
 #include <paths.h>
10419
 
@@ -14033,42 +12653,15 @@
 
9139
@@ -14033,42 +12602,15 @@
10420
9140
 #endif
10421
9141
 }
10422
9142
 _ACEOF
10463
9183
 fi
10464
9184
 
10465
9185
 cat >>confdefs.h <<_ACEOF
10466
 
@@ -14078,16 +12671,16 @@
 
9186
@@ -14078,16 +12620,16 @@
10467
9187
 
10468
9188
 
10469
9189
 # Check whether --with-xauth was given.
10483
9203
   $as_echo_n "(cached) " >&6
10484
9204
 else
10485
9205
   case $pam_xauth_path in
10486
 
@@ -14100,14 +12693,14 @@
 
9206
@@ -14100,14 +12642,14 @@
10487
9207
 do
10488
9208
   IFS=$as_save_IFS
10489
9209
   test -z "$as_dir" && as_dir=.
10501
9221
 IFS=$as_save_IFS
10502
9222
 
10503
9223
   ;;
10504
 
@@ -14115,10 +12708,10 @@
 
9224
@@ -14115,10 +12657,10 @@
10505
9225
 fi
10506
9226
 pam_xauth_path=$ac_cv_path_pam_xauth_path
10507
9227
 if test -n "$pam_xauth_path"; then
10514
9234
 $as_echo "no" >&6; }
10515
9235
 fi
10516
9236
 
10517
 
@@ -14136,18 +12729,14 @@
 
9237
@@ -14136,18 +12678,14 @@
10518
9238
 
10519
9239
 fi
10520
9240
 
10536
9256
 /* end confdefs.h.  */
10537
9257
 
10538
9258
 /* Override any GCC internal prototype to avoid an error.
10539
 
@@ -14165,43 +12754,18 @@
 
9259
@@ -14165,43 +12703,18 @@
10540
9260
   return 0;
10541
9261
 }
10542
9262
 _ACEOF
10586
9306
   LIBDL="-ldl"
10587
9307
 else
10588
9308
   LIBDL=""
10589
 
@@ -14211,166 +12775,28 @@
 
9309
@@ -14211,166 +12724,28 @@
10590
9310
 
10591
9311
 # Check for cracklib
10592
9312
 # Check whether --enable-cracklib was given.
10606
9326
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10607
9327
-$as_echo_n "checking for $ac_header... " >&6; }
10608
9328
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
9329
-  $as_echo_n "(cached) " >&6
 
9330
-fi
 
9331
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
9332
-                $as_echo "$as_val"'`
 
9333
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
9334
-$as_echo "$ac_res" >&6; }
 
9335
-else
 
9336
-  # Is the header compilable?
 
9337
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
9338
-$as_echo_n "checking $ac_header usability... " >&6; }
 
9339
-cat >conftest.$ac_ext <<_ACEOF
 
9340
-/* confdefs.h.  */
 
9341
-_ACEOF
 
9342
-cat confdefs.h >>conftest.$ac_ext
 
9343
-cat >>conftest.$ac_ext <<_ACEOF
 
9344
-/* end confdefs.h.  */
 
9345
-$ac_includes_default
 
9346
-#include <$ac_header>
 
9347
-_ACEOF
 
9348
-rm -f conftest.$ac_objext
 
9349
-if { (ac_try="$ac_compile"
 
9350
-case "(($ac_try" in
 
9351
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9352
-  *) ac_try_echo=$ac_try;;
 
9353
-esac
 
9354
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9355
-$as_echo "$ac_try_echo") >&5
 
9356
-  (eval "$ac_compile") 2>conftest.er1
 
9357
-  ac_status=$?
 
9358
-  grep -v '^ *+' conftest.er1 >conftest.err
 
9359
-  rm -f conftest.er1
 
9360
-  cat conftest.err >&5
 
9361
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9362
-  (exit $ac_status); } && {
 
9363
-        test -z "$ac_c_werror_flag" ||
 
9364
-        test ! -s conftest.err
 
9365
-       } && test -s conftest.$ac_objext; then
 
9366
-  ac_header_compiler=yes
 
9367
-else
 
9368
-  $as_echo "$as_me: failed program was:" >&5
 
9369
-sed 's/^/| /' conftest.$ac_ext >&5
 
9370
-
 
9371
-       ac_header_compiler=no
 
9372
-fi
 
9373
-
 
9374
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9375
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
9376
-$as_echo "$ac_header_compiler" >&6; }
 
9377
-
 
9378
-# Is the header present?
 
9379
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
9380
-$as_echo_n "checking $ac_header presence... " >&6; }
 
9381
-cat >conftest.$ac_ext <<_ACEOF
 
9382
-/* confdefs.h.  */
 
9383
-_ACEOF
 
9384
-cat confdefs.h >>conftest.$ac_ext
 
9385
-cat >>conftest.$ac_ext <<_ACEOF
 
9386
-/* end confdefs.h.  */
 
9387
-#include <$ac_header>
 
9388
-_ACEOF
 
9389
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
9390
-case "(($ac_try" in
 
9391
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9392
-  *) ac_try_echo=$ac_try;;
 
9393
-esac
 
9394
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9395
-$as_echo "$ac_try_echo") >&5
 
9396
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
9397
-  ac_status=$?
 
9398
-  grep -v '^ *+' conftest.er1 >conftest.err
 
9399
-  rm -f conftest.er1
 
9400
-  cat conftest.err >&5
 
9401
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9402
-  (exit $ac_status); } >/dev/null && {
 
9403
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
9404
-        test ! -s conftest.err
 
9405
-       }; then
 
9406
-  ac_header_preproc=yes
 
9407
-else
 
9408
-  $as_echo "$as_me: failed program was:" >&5
 
9409
-sed 's/^/| /' conftest.$ac_ext >&5
 
9410
-
 
9411
-  ac_header_preproc=no
 
9412
-fi
 
9413
-
 
9414
-rm -f conftest.err conftest.$ac_ext
 
9415
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9416
-$as_echo "$ac_header_preproc" >&6; }
 
9417
-
 
9418
-# So?  What about this header?
 
9419
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
9420
-  yes:no: )
 
9421
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
9422
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9423
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
9424
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
9425
-    ac_header_preproc=yes
 
9426
-    ;;
 
9427
-  no:yes:* )
 
9428
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
9429
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
9430
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
9431
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
9432
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
9433
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
9434
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
9435
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
9436
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
9437
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9438
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
9439
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
9440
-
 
9441
-    ;;
 
9442
-esac
 
9443
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
9444
-$as_echo_n "checking for $ac_header... " >&6; }
 
9445
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
9446
-  $as_echo_n "(cached) " >&6
 
9447
-else
 
9448
-  eval "$as_ac_Header=\$ac_header_preproc"
 
9449
-fi
 
9450
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
9451
-                $as_echo "$as_val"'`
 
9452
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
9453
-$as_echo "$ac_res" >&6; }
 
9454
-
 
9455
-fi
 
9456
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
9457
-                $as_echo "$as_val"'`
 
9458
-   if test "x$as_val" = x""yes; then
 
9459
-  cat >>confdefs.h <<_ACEOF
 
9460
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
9461
-_ACEOF
 
9462
- { $as_echo "$as_me:$LINENO: checking for FascistCheck in -lcrack" >&5
 
9463
-$as_echo_n "checking for FascistCheck in -lcrack... " >&6; }
 
9464
-if test "${ac_cv_lib_crack_FascistCheck+set}" = set; then
10609
9465
+        for ac_header in crack.h
10610
9466
+do :
10611
9467
+  ac_fn_c_check_header_mongrel "$LINENO" "crack.h" "ac_cv_header_crack_h" "$ac_includes_default"
10617
9473
+$as_echo_n "checking for FascistCheck in -lcrack... " >&6; }
10618
9474
+if test "${ac_cv_lib_crack_FascistCheck+set}" = set; then :
10619
9475
   $as_echo_n "(cached) " >&6
10620
 
-fi
10621
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
10622
 
-                $as_echo "$as_val"'`
10623
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10624
 
-$as_echo "$ac_res" >&6; }
10625
9476
 else
10626
 
-  # Is the header compilable?
10627
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
10628
 
-$as_echo_n "checking $ac_header usability... " >&6; }
10629
 
-cat >conftest.$ac_ext <<_ACEOF
10630
 
-/* confdefs.h.  */
10631
 
-_ACEOF
10632
 
-cat confdefs.h >>conftest.$ac_ext
10633
 
-cat >>conftest.$ac_ext <<_ACEOF
10634
 
-/* end confdefs.h.  */
10635
 
-$ac_includes_default
10636
 
-#include <$ac_header>
10637
 
-_ACEOF
10638
 
-rm -f conftest.$ac_objext
10639
 
-if { (ac_try="$ac_compile"
10640
 
-case "(($ac_try" in
10641
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10642
 
-  *) ac_try_echo=$ac_try;;
10643
 
-esac
10644
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10645
 
-$as_echo "$ac_try_echo") >&5
10646
 
-  (eval "$ac_compile") 2>conftest.er1
10647
 
-  ac_status=$?
10648
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10649
 
-  rm -f conftest.er1
10650
 
-  cat conftest.err >&5
10651
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10652
 
-  (exit $ac_status); } && {
10653
 
-        test -z "$ac_c_werror_flag" ||
10654
 
-        test ! -s conftest.err
10655
 
-       } && test -s conftest.$ac_objext; then
10656
 
-  ac_header_compiler=yes
10657
 
-else
10658
 
-  $as_echo "$as_me: failed program was:" >&5
10659
 
-sed 's/^/| /' conftest.$ac_ext >&5
10660
 
-
10661
 
-       ac_header_compiler=no
10662
 
-fi
10663
 
-
10664
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10665
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10666
 
-$as_echo "$ac_header_compiler" >&6; }
10667
 
-
10668
 
-# Is the header present?
10669
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
10670
 
-$as_echo_n "checking $ac_header presence... " >&6; }
10671
 
-cat >conftest.$ac_ext <<_ACEOF
10672
 
-/* confdefs.h.  */
10673
 
-_ACEOF
10674
 
-cat confdefs.h >>conftest.$ac_ext
10675
 
-cat >>conftest.$ac_ext <<_ACEOF
10676
 
-/* end confdefs.h.  */
10677
 
-#include <$ac_header>
10678
 
-_ACEOF
10679
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
10680
 
-case "(($ac_try" in
10681
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10682
 
-  *) ac_try_echo=$ac_try;;
10683
 
-esac
10684
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10685
 
-$as_echo "$ac_try_echo") >&5
10686
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10687
 
-  ac_status=$?
10688
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10689
 
-  rm -f conftest.er1
10690
 
-  cat conftest.err >&5
10691
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692
 
-  (exit $ac_status); } >/dev/null && {
10693
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10694
 
-        test ! -s conftest.err
10695
 
-       }; then
10696
 
-  ac_header_preproc=yes
10697
 
-else
10698
 
-  $as_echo "$as_me: failed program was:" >&5
10699
 
-sed 's/^/| /' conftest.$ac_ext >&5
10700
 
-
10701
 
-  ac_header_preproc=no
10702
 
-fi
10703
 
-
10704
 
-rm -f conftest.err conftest.$ac_ext
10705
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10706
 
-$as_echo "$ac_header_preproc" >&6; }
10707
 
-
10708
 
-# So?  What about this header?
10709
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10710
 
-  yes:no: )
10711
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10712
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10713
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10714
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10715
 
-    ac_header_preproc=yes
10716
 
-    ;;
10717
 
-  no:yes:* )
10718
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10719
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10720
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10721
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10722
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10723
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10724
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10725
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10726
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10727
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10728
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10729
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10730
 
-
10731
 
-    ;;
10732
 
-esac
10733
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10734
 
-$as_echo_n "checking for $ac_header... " >&6; }
10735
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10736
 
-  $as_echo_n "(cached) " >&6
10737
 
-else
10738
 
-  eval "$as_ac_Header=\$ac_header_preproc"
10739
 
-fi
10740
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
10741
 
-                $as_echo "$as_val"'`
10742
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10743
 
-$as_echo "$ac_res" >&6; }
10744
 
-
10745
 
-fi
10746
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
10747
 
-                $as_echo "$as_val"'`
10748
 
-   if test "x$as_val" = x""yes; then
10749
 
-  cat >>confdefs.h <<_ACEOF
10750
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10751
 
-_ACEOF
10752
 
- { $as_echo "$as_me:$LINENO: checking for FascistCheck in -lcrack" >&5
10753
 
-$as_echo_n "checking for FascistCheck in -lcrack... " >&6; }
10754
 
-if test "${ac_cv_lib_crack_FascistCheck+set}" = set; then
10755
 
-  $as_echo_n "(cached) " >&6
10756
 
-else
10757
 
-  ac_check_lib_save_LIBS=$LIBS
10758
 
-LIBS="-lcrack  $LIBS"
10759
 
-cat >conftest.$ac_ext <<_ACEOF
10760
 
-/* confdefs.h.  */
10761
 
-_ACEOF
10762
 
-cat confdefs.h >>conftest.$ac_ext
10763
 
-cat >>conftest.$ac_ext <<_ACEOF
10764
 
+  ac_check_lib_save_LIBS=$LIBS
10765
 
+LIBS="-lcrack  $LIBS"
 
9477
   ac_check_lib_save_LIBS=$LIBS
 
9478
 LIBS="-lcrack  $LIBS"
 
9479
-cat >conftest.$ac_ext <<_ACEOF
 
9480
-/* confdefs.h.  */
 
9481
-_ACEOF
 
9482
-cat confdefs.h >>conftest.$ac_ext
 
9483
-cat >>conftest.$ac_ext <<_ACEOF
10766
9484
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10767
9485
 /* end confdefs.h.  */
10768
9486
 
10769
9487
 /* Override any GCC internal prototype to avoid an error.
10770
 
@@ -14388,43 +12814,18 @@
 
9488
@@ -14388,43 +12763,18 @@
10771
9489
   return 0;
10772
9490
 }
10773
9491
 _ACEOF
10817
9535
   LIBCRACK="-lcrack"
10818
9536
 else
10819
9537
   LIBCRACK=""
10820
 
@@ -14448,153 +12849,23 @@
 
9538
@@ -14448,153 +12798,23 @@
10821
9539
 
10822
9540
 
10823
9541
 # Check whether --enable-audit was given.
10977
9695
 /* end confdefs.h.  */
10978
9696
 
10979
9697
 /* Override any GCC internal prototype to avoid an error.
10980
 
@@ -14612,145 +12883,26 @@
 
9698
@@ -14612,145 +12832,26 @@
10981
9699
   return 0;
10982
9700
 }
10983
9701
 _ACEOF
11132
9850
   HAVE_AUDIT_TTY_STATUS=yes
11133
9851
 else
11134
9852
   HAVE_AUDIT_TTY_STATUS=""
11135
 
@@ -14762,16 +12914,12 @@
 
9853
@@ -14762,16 +12863,12 @@
11136
9854
 
11137
9855
         if test ! -z "$LIBAUDIT" -a "$ac_cv_header_libaudit_h" != "no" ; then
11138
9856
 
11151
9869
 
11152
9870
         fi
11153
9871
 else
11154
 
@@ -14787,166 +12935,29 @@
 
9872
@@ -14787,165 +12884,28 @@
11155
9873
 fi
11156
9874
 
11157
9875
 
11250
9968
-        test ! -s conftest.err
11251
9969
-       }; then
11252
9970
-  ac_header_preproc=yes
 
9971
-else
 
9972
-  $as_echo "$as_me: failed program was:" >&5
 
9973
-sed 's/^/| /' conftest.$ac_ext >&5
 
9974
-
 
9975
-  ac_header_preproc=no
 
9976
-fi
 
9977
-
 
9978
-rm -f conftest.err conftest.$ac_ext
 
9979
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9980
-$as_echo "$ac_header_preproc" >&6; }
 
9981
-
 
9982
-# So?  What about this header?
 
9983
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
9984
-  yes:no: )
 
9985
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
9986
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9987
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
9988
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
9989
-    ac_header_preproc=yes
 
9990
-    ;;
 
9991
-  no:yes:* )
 
9992
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
9993
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
9994
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
9995
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
9996
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
9997
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
9998
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
9999
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
10000
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
10001
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10002
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
10003
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
10004
-
 
10005
-    ;;
 
10006
-esac
 
10007
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
10008
-$as_echo_n "checking for $ac_header... " >&6; }
 
10009
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10010
-  $as_echo_n "(cached) " >&6
 
10011
-else
 
10012
-  eval "$as_ac_Header=\$ac_header_preproc"
 
10013
-fi
 
10014
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
10015
-                $as_echo "$as_val"'`
 
10016
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10017
-$as_echo "$ac_res" >&6; }
 
10018
-
 
10019
-fi
 
10020
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
10021
-                $as_echo "$as_val"'`
 
10022
-   if test "x$as_val" = x""yes; then
 
10023
-  cat >>confdefs.h <<_ACEOF
 
10024
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
10025
-_ACEOF
 
10026
-
 
10027
-fi
 
10028
-
 
10029
-done
 
10030
-
 
10031
-BACKUP_LIBS=$LIBS
 
10032
-{ $as_echo "$as_me:$LINENO: checking for library containing crypt" >&5
 
10033
-$as_echo_n "checking for library containing crypt... " >&6; }
 
10034
-if test "${ac_cv_search_crypt+set}" = set; then
 
10035
-  $as_echo_n "(cached) " >&6
 
10036
-else
 
10037
-  ac_func_search_save_LIBS=$LIBS
 
10038
-cat >conftest.$ac_ext <<_ACEOF
 
10039
-/* confdefs.h.  */
 
10040
-_ACEOF
 
10041
-cat confdefs.h >>conftest.$ac_ext
 
10042
-cat >>conftest.$ac_ext <<_ACEOF
11253
10043
+BACKUP_LIBS=$LIBS
11254
10044
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
11255
10045
+$as_echo_n "checking for library containing crypt... " >&6; }
11256
10046
+if test "${ac_cv_search_crypt+set}" = set; then :
11257
10047
+  $as_echo_n "(cached) " >&6
11258
 
 else
11259
 
-  $as_echo "$as_me: failed program was:" >&5
11260
 
-sed 's/^/| /' conftest.$ac_ext >&5
11261
 
-
11262
 
-  ac_header_preproc=no
11263
 
-fi
11264
 
-
11265
 
-rm -f conftest.err conftest.$ac_ext
11266
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11267
 
-$as_echo "$ac_header_preproc" >&6; }
11268
 
-
11269
 
-# So?  What about this header?
11270
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11271
 
-  yes:no: )
11272
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11273
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11274
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11275
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11276
 
-    ac_header_preproc=yes
11277
 
-    ;;
11278
 
-  no:yes:* )
11279
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11280
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11281
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11282
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11283
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11284
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11285
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11286
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11287
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11288
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11289
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11290
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11291
 
-
11292
 
-    ;;
11293
 
-esac
11294
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11295
 
-$as_echo_n "checking for $ac_header... " >&6; }
11296
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11297
 
-  $as_echo_n "(cached) " >&6
11298
 
-else
11299
 
-  eval "$as_ac_Header=\$ac_header_preproc"
11300
 
-fi
11301
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
11302
 
-                $as_echo "$as_val"'`
11303
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11304
 
-$as_echo "$ac_res" >&6; }
11305
 
-
11306
 
-fi
11307
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
11308
 
-                $as_echo "$as_val"'`
11309
 
-   if test "x$as_val" = x""yes; then
11310
 
-  cat >>confdefs.h <<_ACEOF
11311
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11312
 
-_ACEOF
11313
 
-
11314
 
-fi
11315
 
-
11316
 
-done
11317
 
-
11318
 
-BACKUP_LIBS=$LIBS
11319
 
-{ $as_echo "$as_me:$LINENO: checking for library containing crypt" >&5
11320
 
-$as_echo_n "checking for library containing crypt... " >&6; }
11321
 
-if test "${ac_cv_search_crypt+set}" = set; then
11322
 
-  $as_echo_n "(cached) " >&6
11323
 
-else
11324
 
-  ac_func_search_save_LIBS=$LIBS
11325
 
-cat >conftest.$ac_ext <<_ACEOF
11326
 
-/* confdefs.h.  */
11327
 
-_ACEOF
11328
 
-cat confdefs.h >>conftest.$ac_ext
11329
 
-cat >>conftest.$ac_ext <<_ACEOF
11330
 
-/* end confdefs.h.  */
 
10048
+else
11331
10049
+  ac_func_search_save_LIBS=$LIBS
11332
10050
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11333
 
+/* end confdefs.h.  */
 
10051
 /* end confdefs.h.  */
11334
10052
 
11335
10053
 /* Override any GCC internal prototype to avoid an error.
11336
 
    Use char because int might match the return type of a GCC
11337
 
@@ -14970,155 +12981,39 @@
 
10054
@@ -14970,155 +12930,39 @@
11338
10055
     ac_res=-l$ac_lib
11339
10056
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11340
10057
   fi
11503
10220
   cat >>confdefs.h <<_ACEOF
11504
10221
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11505
10222
 _ACEOF
11506
 
@@ -15130,15 +13025,13 @@
 
10223
@@ -15130,15 +12974,13 @@
11507
10224
 
11508
10225
 if test "$LIBCRYPT" = "-lxcrypt" -a "$ac_cv_header_xcrypt_h" = "yes" ; then
11509
10226
 
11521
10238
   withval=$with_randomdev; opt_randomdev=$withval
11522
10239
 fi
11523
10240
 
11524
 
@@ -15156,7 +13049,7 @@
 
10241
@@ -15156,7 +12998,7 @@
11525
10242
 fi
11526
10243
 
11527
10244
 # Check whether --enable-db was given.
11530
10247
   enableval=$enable_db; WITH_DB=$enableval
11531
10248
 else
11532
10249
   WITH_DB=yes
11533
 
@@ -15164,25 +13057,21 @@
 
10250
@@ -15164,25 +13006,21 @@
11534
10251
 
11535
10252
 
11536
10253
 # Check whether --with-db-uniquename was given.
11560
10277
 /* end confdefs.h.  */
11561
10278
 
11562
10279
 /* Override any GCC internal prototype to avoid an error.
11563
 
@@ -15200,47 +13089,20 @@
 
10280
@@ -15200,47 +13038,20 @@
11564
10281
   return 0;
11565
10282
 }
11566
10283
 _ACEOF
11616
10333
   LIBDB="-ldb$with_db_uniquename"
11617
10334
 else
11618
10335
   LIBDB=""
11619
 
@@ -15248,18 +13110,14 @@
 
10336
@@ -15248,18 +13059,14 @@
11620
10337
 
11621
10338
               if test -z "$LIBDB" ; then
11622
10339
                   as_ac_Lib=`$as_echo "ac_cv_lib_db$with_db_uniquename''_dbm_store$with_db_uniquename" | $as_tr_sh`
11638
10355
 /* end confdefs.h.  */
11639
10356
 
11640
10357
 /* Override any GCC internal prototype to avoid an error.
11641
 
@@ -15277,47 +13135,20 @@
 
10358
@@ -15277,47 +13084,20 @@
11642
10359
   return 0;
11643
10360
 }
11644
10361
 _ACEOF
11694
10411
   LIBDB="-ldb$with_db_uniquename"
11695
10412
 else
11696
10413
   LIBDB=""
11697
 
@@ -15326,18 +13157,14 @@
 
10414
@@ -15326,18 +13106,14 @@
11698
10415
               fi
11699
10416
         fi
11700
10417
         if test -z "$LIBDB" ; then
11716
10433
 /* end confdefs.h.  */
11717
10434
 
11718
10435
 /* Override any GCC internal prototype to avoid an error.
11719
 
@@ -15355,367 +13182,70 @@
 
10436
@@ -15355,367 +13131,70 @@
11720
10437
   return 0;
11721
10438
 }
11722
10439
 _ACEOF
12119
10836
 /* end confdefs.h.  */
12120
10837
 
12121
10838
 /* Override any GCC internal prototype to avoid an error.
12122
 
@@ -15733,43 +13263,18 @@
 
10839
@@ -15733,43 +13212,18 @@
12123
10840
   return 0;
12124
10841
 }
12125
10842
 _ACEOF
12169
10886
   LIBNSL="-lnsl"
12170
10887
 else
12171
10888
   LIBNSL=""
12172
 
@@ -15777,102 +13282,12 @@
 
10889
@@ -15777,102 +13231,12 @@
12173
10890
 
12174
10891
 BACKUP_LIBS=$LIBS
12175
10892
 LIBS="$LIBS $LIBNSL"
12276
10993
 _ACEOF
12277
10994
 
12278
10995
 fi
12279
 
@@ -15882,25 +13297,21 @@
 
10996
@@ -15882,25 +13246,21 @@
12280
10997
 
12281
10998
 
12282
10999
 # Check whether --enable-selinux was given.
12306
11023
 /* end confdefs.h.  */
12307
11024
 
12308
11025
 /* Override any GCC internal prototype to avoid an error.
12309
 
@@ -15918,43 +13329,18 @@
 
11026
@@ -15918,43 +13278,18 @@
12310
11027
   return 0;
12311
11028
 }
12312
11029
 _ACEOF
12356
11073
   LIBSELINUX="-lselinux"
12357
11074
 else
12358
11075
   LIBSELINUX=""
12359
 
@@ -15974,144 +13360,87 @@
 
11076
@@ -15974,304 +13309,86 @@
12360
11077
 
12361
11078
 if test ! -z "$LIBSELINUX" ; then
12362
11079
 
12511
11228
+ac_header_dirent=$ac_hdr; break
12512
11229
 fi
12513
11230
-done
 
11231
-
12514
11232
 
12515
 
-
12516
11233
-for ac_func in getseuser
12517
11234
-do
12518
11235
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12532
11249
-_ACEOF
12533
11250
-cat confdefs.h >>conftest.$ac_ext
12534
11251
-cat >>conftest.$ac_ext <<_ACEOF
12535
 
+  ac_func_search_save_LIBS=$LIBS
12536
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12537
 
 /* end confdefs.h.  */
 
11252
-/* end confdefs.h.  */
12538
11253
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12539
11254
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12540
11255
-#define $ac_func innocuous_$ac_func
12551
11266
-#endif
12552
11267
-
12553
11268
-#undef $ac_func
12554
 
 
12555
 
 /* Override any GCC internal prototype to avoid an error.
12556
 
    Use char because int might match the return type of a GCC
12557
 
@@ -16119,172 +13448,11 @@
12558
 
 #ifdef __cplusplus
12559
 
 extern "C"
12560
 
 #endif
 
11269
-
 
11270
-/* Override any GCC internal prototype to avoid an error.
 
11271
-   Use char because int might match the return type of a GCC
 
11272
-   builtin and then its argument prototype would still apply.  */
 
11273
-#ifdef __cplusplus
 
11274
-extern "C"
 
11275
-#endif
12561
11276
-char $ac_func ();
12562
11277
-/* The GNU C library defines this for functions which it implements
12563
11278
-    to always fail with ENOSYS.  Some functions are actually named
12566
11281
-choke me
12567
11282
-#endif
12568
11283
-
12569
 
+char opendir ();
12570
 
 int
12571
 
 main ()
12572
 
 {
 
11284
-int
 
11285
-main ()
 
11286
-{
12573
11287
-return $ac_func ();
12574
11288
-  ;
12575
11289
-  return 0;
12712
11426
-_ACEOF
12713
11427
-cat confdefs.h >>conftest.$ac_ext
12714
11428
-cat >>conftest.$ac_ext <<_ACEOF
12715
 
-/* end confdefs.h.  */
12716
 
-
12717
 
-/* Override any GCC internal prototype to avoid an error.
12718
 
-   Use char because int might match the return type of a GCC
12719
 
-   builtin and then its argument prototype would still apply.  */
12720
 
-#ifdef __cplusplus
12721
 
-extern "C"
12722
 
-#endif
12723
 
-char opendir ();
12724
 
-int
12725
 
-main ()
12726
 
-{
12727
 
-return opendir ();
12728
 
+return opendir ();
12729
 
   ;
12730
 
   return 0;
12731
 
 }
12732
 
@@ -16296,70 +13464,39 @@
 
11429
+  ac_func_search_save_LIBS=$LIBS
 
11430
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11431
 /* end confdefs.h.  */
 
11432
 
 
11433
 /* Override any GCC internal prototype to avoid an error.
 
11434
@@ -16296,70 +13413,39 @@
12733
11435
     ac_res=-l$ac_lib
12734
11436
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12735
11437
   fi
12811
11513
 /* end confdefs.h.  */
12812
11514
 
12813
11515
 /* Override any GCC internal prototype to avoid an error.
12814
 
@@ -16384,70 +13521,39 @@
 
11516
@@ -16384,70 +13470,39 @@
12815
11517
     ac_res=-l$ac_lib
12816
11518
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12817
11519
   fi
12893
11595
 /* end confdefs.h.  */
12894
11596
 #include <stdlib.h>
12895
11597
 #include <stdarg.h>
12896
 
@@ -16462,48 +13568,23 @@
 
11598
@@ -16462,48 +13517,23 @@
12897
11599
   return 0;
12898
11600
 }
12899
11601
 _ACEOF
12947
11649
 else
12948
11650
   ac_cv_header_stdc=no
12949
11651
 fi
12950
 
@@ -16513,18 +13594,14 @@
 
11652
@@ -16513,18 +13543,14 @@
12951
11653
 
12952
11654
 if test $ac_cv_header_stdc = yes; then
12953
11655
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12969
11671
 else
12970
11672
   ac_cv_header_stdc=no
12971
11673
 fi
12972
 
@@ -16534,14 +13611,10 @@
 
11674
@@ -16534,14 +13560,10 @@
12973
11675
 
12974
11676
 if test $ac_cv_header_stdc = yes; then
12975
11677
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12986
11688
 /* end confdefs.h.  */
12987
11689
 #include <ctype.h>
12988
11690
 #include <stdlib.h>
12989
 
@@ -16568,64 +13641,31 @@
 
11691
@@ -16568,64 +13590,31 @@
12990
11692
   return 0;
12991
11693
 }
12992
11694
 _ACEOF
13061
11763
 /* end confdefs.h.  */
13062
11764
 #include <sys/types.h>
13063
11765
 #include <sys/wait.h>
13064
 
@@ -16646,411 +13686,94 @@
 
11766
@@ -16646,411 +13635,94 @@
13065
11767
   return 0;
13066
11768
 }
13067
11769
 _ACEOF
13535
12237
 /* end confdefs.h.  */
13536
12238
 #include <sys/types.h>
13537
12239
             #include <sys/param.h>
13538
 
@@ -17068,30 +13791,9 @@
 
12240
@@ -17068,30 +13740,9 @@
13539
12241
   return 0;
13540
12242
 }
13541
12243
 _ACEOF
13568
12270
 /* end confdefs.h.  */
13569
12271
 #include <sys/types.h>
13570
12272
                #include <sys/param.h>
13571
 
@@ -17107,49 +13809,18 @@
 
12273
@@ -17107,49 +13758,18 @@
13572
12274
   return 0;
13573
12275
 }
13574
12276
 _ACEOF
13621
12323
 /* end confdefs.h.  */
13622
12324
 #include <limits.h>
13623
12325
 
13624
 
@@ -17164,30 +13835,9 @@
 
12326
@@ -17164,30 +13784,9 @@
13625
12327
   return 0;
13626
12328
 }
13627
12329
 _ACEOF
13654
12356
 /* end confdefs.h.  */
13655
12357
 #include <limits.h>
13656
12358
 
13657
 
@@ -17202,51 +13852,20 @@
 
12359
@@ -17202,51 +13801,20 @@
13658
12360
   return 0;
13659
12361
 }
13660
12362
 _ACEOF
13710
12412
 /* end confdefs.h.  */
13711
12413
 short int ascii_mm[] =
13712
12414
                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13713
 
@@ -17272,24 +13891,7 @@
 
12415
@@ -17272,24 +13840,7 @@
13714
12416
   return 0;
13715
12417
 }
13716
12418
 _ACEOF
13736
12438
   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13737
12439
              ac_cv_c_bigendian=yes
13738
12440
            fi
13739
 
@@ -17301,20 +13903,10 @@
 
12441
@@ -17301,20 +13852,10 @@
13740
12442
                ac_cv_c_bigendian=unknown
13741
12443
              fi
13742
12444
            fi
13758
12460
 /* end confdefs.h.  */
13759
12461
 $ac_includes_default
13760
12462
 int
13761
 
@@ -17334,79 +13926,41 @@
 
12463
@@ -17334,79 +13875,41 @@
13762
12464
   return 0;
13763
12465
 }
13764
12466
 _ACEOF
13850
12552
 /* end confdefs.h.  */
13851
12553
 
13852
12554
 int
13853
 
@@ -17466,60 +14020,33 @@
 
12555
@@ -17466,60 +13969,33 @@
13854
12556
   return 0;
13855
12557
 }
13856
12558
 _ACEOF
13919
12621
   ac_cv_type_uid_t=yes
13920
12622
 else
13921
12623
   ac_cv_type_uid_t=no
13922
 
@@ -17527,117 +14054,20 @@
 
12624
@@ -17527,117 +14003,20 @@
13923
12625
 rm -f conftest*
13924
12626
 
13925
12627
 fi
13931
12633
-cat >>confdefs.h <<\_ACEOF
13932
12634
-#define uid_t int
13933
12635
-_ACEOF
 
12636
-
 
12637
-
 
12638
-cat >>confdefs.h <<\_ACEOF
 
12639
-#define gid_t int
 
12640
-_ACEOF
13934
12641
+$as_echo "#define uid_t int" >>confdefs.h
13935
12642
 
13936
 
 
13937
 
-cat >>confdefs.h <<\_ACEOF
13938
 
-#define gid_t int
13939
 
-_ACEOF
13940
 
+$as_echo "#define gid_t int" >>confdefs.h
13941
 
 
13942
 
 fi
 
12643
-fi
13943
12644
 
13944
12645
-{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
13945
12646
-$as_echo_n "checking for off_t... " >&6; }
14019
12720
-else
14020
12721
-  $as_echo "$as_me: failed program was:" >&5
14021
12722
-sed 's/^/| /' conftest.$ac_ext >&5
14022
 
-
 
12723
+$as_echo "#define gid_t int" >>confdefs.h
 
12724
 
14023
12725
-       ac_cv_type_off_t=yes
14024
 
-fi
14025
 
-
 
12726
 fi
 
12727
 
14026
12728
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14027
12729
-else
14028
12730
-  $as_echo "$as_me: failed program was:" >&5
14042
12744
 else
14043
12745
 
14044
12746
 cat >>confdefs.h <<_ACEOF
14045
 
@@ -17646,102 +14076,9 @@
 
12747
@@ -17646,102 +14025,9 @@
14046
12748
 
14047
12749
 fi
14048
12750
 
14147
12849
 else
14148
12850
 
14149
12851
 cat >>confdefs.h <<_ACEOF
14150
 
@@ -17750,102 +14087,9 @@
 
12852
@@ -17750,102 +14036,9 @@
14151
12853
 
14152
12854
 fi
14153
12855
 
14237
12939
-else
14238
12940
-  $as_echo "$as_me: failed program was:" >&5
14239
12941
-sed 's/^/| /' conftest.$ac_ext >&5
14240
 
-
14241
12942
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14242
12943
+if test "x$ac_cv_type_size_t" = x""yes; then :
14243
12944
 
 
12945
-
14244
12946
-fi
14245
12947
-
14246
12948
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14252
12954
 else
14253
12955
 
14254
12956
 cat >>confdefs.h <<_ACEOF
14255
 
@@ -17854,16 +14098,12 @@
 
12957
@@ -17854,16 +14047,12 @@
14256
12958
 
14257
12959
 fi
14258
12960
 
14272
12974
 /* end confdefs.h.  */
14273
12975
 #include <sys/types.h>
14274
12976
 #include <sys/time.h>
14275
 
@@ -17878,54 +14118,27 @@
 
12977
@@ -17878,54 +14067,27 @@
14276
12978
   return 0;
14277
12979
 }
14278
12980
 _ACEOF
14334
13036
 /* end confdefs.h.  */
14335
13037
 #include <sys/types.h>
14336
13038
 #include <time.h>
14337
 
@@ -17940,58 +14153,31 @@
 
13039
@@ -17940,58 +14102,31 @@
14338
13040
   return 0;
14339
13041
 }
14340
13042
 _ACEOF
14401
13103
 /* end confdefs.h.  */
14402
13104
 /* Thanks to Mike Rendell for this test.  */
14403
13105
 $ac_includes_default
14404
 
@@ -18017,54 +14203,23 @@
 
13106
@@ -18017,54 +14152,23 @@
14405
13107
   return n > 0 && gidset[n] != val.gval;
14406
13108
 }
14407
13109
 _ACEOF
14462
13164
   ac_cv_type_getgroups=gid_t
14463
13165
 else
14464
13166
   ac_cv_type_getgroups=int
14465
 
@@ -18073,7 +14228,7 @@
 
13167
@@ -18073,7 +14177,7 @@
14466
13168
 
14467
13169
 fi
14468
13170
 fi
14471
13173
 $as_echo "$ac_cv_type_getgroups" >&6; }
14472
13174
 
14473
13175
 cat >>confdefs.h <<_ACEOF
14474
 
@@ -18082,859 +14237,147 @@
 
13176
@@ -18082,23 +14186,19 @@
14475
13177
 
14476
13178
 
14477
13179
 if test $ac_cv_c_compiler_gnu = yes; then
14488
13190
-_ACEOF
14489
13191
-cat confdefs.h >>conftest.$ac_ext
14490
13192
-cat >>conftest.$ac_ext <<_ACEOF
14491
 
-/* end confdefs.h.  */
14492
 
-#include <sgtty.h>
14493
 
-Autoconf TIOCGETP
14494
 
-_ACEOF
14495
 
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
13193
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13194
 /* end confdefs.h.  */
 
13195
 #include <sgtty.h>
 
13196
 Autoconf TIOCGETP
 
13197
 _ACEOF
 
13198
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14496
13199
-  $EGREP "$ac_pattern" >/dev/null 2>&1; then
14497
 
-  ac_cv_prog_gcc_traditional=yes
14498
 
-else
14499
 
-  ac_cv_prog_gcc_traditional=no
14500
 
-fi
14501
 
-rm -f conftest*
14502
 
-
14503
 
-
14504
 
-  if test $ac_cv_prog_gcc_traditional = no; then
 
13200
+  $EGREP "$ac_pattern" >/dev/null 2>&1; then :
 
13201
   ac_cv_prog_gcc_traditional=yes
 
13202
 else
 
13203
   ac_cv_prog_gcc_traditional=no
 
13204
@@ -18107,43 +14207,35 @@
 
13205
 
 
13206
 
 
13207
   if test $ac_cv_prog_gcc_traditional = no; then
14505
13208
-    cat >conftest.$ac_ext <<_ACEOF
14506
13209
-/* confdefs.h.  */
14507
13210
-_ACEOF
14508
13211
-cat confdefs.h >>conftest.$ac_ext
14509
13212
-cat >>conftest.$ac_ext <<_ACEOF
14510
 
-/* end confdefs.h.  */
14511
 
-#include <termio.h>
14512
 
-Autoconf TCGETA
14513
 
-_ACEOF
14514
 
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
13213
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13214
 /* end confdefs.h.  */
 
13215
 #include <termio.h>
 
13216
 Autoconf TCGETA
 
13217
 _ACEOF
 
13218
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14515
13219
-  $EGREP "$ac_pattern" >/dev/null 2>&1; then
14516
 
-  ac_cv_prog_gcc_traditional=yes
14517
 
-fi
14518
 
-rm -f conftest*
14519
 
-
14520
 
-  fi
14521
 
-fi
 
13220
+  $EGREP "$ac_pattern" >/dev/null 2>&1; then :
 
13221
   ac_cv_prog_gcc_traditional=yes
 
13222
 fi
 
13223
 rm -f conftest*
 
13224
 
 
13225
   fi
 
13226
 fi
14522
13227
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
14523
 
-$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
14524
 
-  if test $ac_cv_prog_gcc_traditional = yes; then
14525
 
-    CC="$CC -traditional"
14526
 
-  fi
14527
 
-fi
14528
 
-
 
13228
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
 
13229
 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
 
13230
   if test $ac_cv_prog_gcc_traditional = yes; then
 
13231
     CC="$CC -traditional"
 
13232
   fi
 
13233
 fi
 
13234
 
14529
13235
-{ $as_echo "$as_me:$LINENO: checking for working memcmp" >&5
14530
 
-$as_echo_n "checking for working memcmp... " >&6; }
 
13236
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
 
13237
 $as_echo_n "checking for working memcmp... " >&6; }
14531
13238
-if test "${ac_cv_func_memcmp_working+set}" = set; then
14532
 
-  $as_echo_n "(cached) " >&6
14533
 
-else
 
13239
+if test "${ac_cv_func_memcmp_working+set}" = set; then :
 
13240
   $as_echo_n "(cached) " >&6
 
13241
 else
14534
13242
-  if test "$cross_compiling" = yes; then
14535
 
-  ac_cv_func_memcmp_working=no
14536
 
-else
 
13243
+  if test "$cross_compiling" = yes; then :
 
13244
   ac_cv_func_memcmp_working=no
 
13245
 else
14537
13246
-  cat >conftest.$ac_ext <<_ACEOF
14538
13247
-/* confdefs.h.  */
14539
13248
-_ACEOF
14540
13249
-cat confdefs.h >>conftest.$ac_ext
14541
13250
-cat >>conftest.$ac_ext <<_ACEOF
14542
 
-/* end confdefs.h.  */
14543
 
-$ac_includes_default
14544
 
-int
14545
 
-main ()
14546
 
-{
14547
 
-
14548
 
-  /* Some versions of memcmp are not 8-bit clean.  */
14549
 
-  char c0 = '\100', c1 = '\200', c2 = '\201';
14550
 
-  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
14551
 
-    return 1;
14552
 
-
14553
 
-  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
14554
 
-     or more and with at least one buffer not starting on a 4-byte boundary.
14555
 
-     William Lewis provided this test program.   */
14556
 
-  {
14557
 
-    char foo[21];
14558
 
-    char bar[21];
14559
 
-    int i;
14560
 
-    for (i = 0; i < 4; i++)
14561
 
-      {
14562
 
-       char *a = foo + i;
14563
 
-       char *b = bar + i;
14564
 
-       strcpy (a, "--------01111111");
14565
 
-       strcpy (b, "--------10000000");
14566
 
-       if (memcmp (a, b, 16) >= 0)
14567
 
-         return 1;
14568
 
-      }
14569
 
-    return 0;
14570
 
-  }
14571
 
-
14572
 
-  ;
14573
 
-  return 0;
14574
 
-}
14575
 
-_ACEOF
 
13251
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13252
 /* end confdefs.h.  */
 
13253
 $ac_includes_default
 
13254
 int
 
13255
@@ -18178,44 +14270,17 @@
 
13256
   return 0;
 
13257
 }
 
13258
 _ACEOF
14576
13259
-rm -f conftest$ac_exeext
14577
13260
-if { (ac_try="$ac_link"
14578
13261
-case "(($ac_try" in
14595
13278
-  ac_status=$?
14596
13279
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14597
13280
-  (exit $ac_status); }; }; then
14598
 
-  ac_cv_func_memcmp_working=yes
14599
 
-else
 
13281
+if ac_fn_c_try_run "$LINENO"; then :
 
13282
   ac_cv_func_memcmp_working=yes
 
13283
 else
14600
13284
-  $as_echo "$as_me: program exited with status $ac_status" >&5
14601
13285
-$as_echo "$as_me: failed program was:" >&5
14602
13286
-sed 's/^/| /' conftest.$ac_ext >&5
14603
13287
-
14604
13288
-( exit $ac_status )
14605
13289
-ac_cv_func_memcmp_working=no
14606
 
-fi
 
13290
+  ac_cv_func_memcmp_working=no
 
13291
 fi
14607
13292
-rm -rf conftest.dSYM
14608
13293
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14609
 
-fi
14610
 
-
14611
 
-
14612
 
-fi
 
13294
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
13295
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
13296
 fi
 
13297
 
 
13298
-
 
13299
 fi
14613
13300
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
14614
 
-$as_echo "$ac_cv_func_memcmp_working" >&6; }
14615
 
-test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
14616
 
-  *" memcmp.$ac_objext "* ) ;;
14617
 
-  *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
14618
 
- ;;
14619
 
-esac
14620
 
-
14621
 
-
14622
 
-
14623
 
-for ac_func in vprintf
 
13301
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
 
13302
 $as_echo "$ac_cv_func_memcmp_working" >&6; }
 
13303
 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
 
13304
   *" memcmp.$ac_objext "* ) ;;
 
13305
@@ -18224,300 +14289,31 @@
 
13306
 esac
 
13307
 
 
13308
 
 
13309
-
 
13310
 for ac_func in vprintf
14624
13311
-do
14625
13312
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14626
13313
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14630
13317
-else
14631
13318
-  cat >conftest.$ac_ext <<_ACEOF
14632
13319
-/* confdefs.h.  */
14633
 
-_ACEOF
 
13320
+do :
 
13321
+  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
 
13322
+if test "x$ac_cv_func_vprintf" = x""yes; then :
 
13323
+  cat >>confdefs.h <<_ACEOF
 
13324
+#define HAVE_VPRINTF 1
 
13325
 _ACEOF
14634
13326
-cat confdefs.h >>conftest.$ac_ext
14635
13327
-cat >>conftest.$ac_ext <<_ACEOF
14636
13328
-/* end confdefs.h.  */
14637
13329
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14638
13330
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14639
13331
-#define $ac_func innocuous_$ac_func
14640
 
-
 
13332
 
14641
13333
-/* System header to define __stub macros and hopefully few prototypes,
14642
13334
-    which can conflict with char $ac_func (); below.
14643
13335
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14644
13336
-    <limits.h> exists even on freestanding compilers.  */
14645
 
-
 
13337
+ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
 
13338
+if test "x$ac_cv_func__doprnt" = x""yes; then :
 
13339
 
14646
13340
-#ifdef __STDC__
14647
13341
-# include <limits.h>
14648
13342
-#else
14649
13343
-# include <assert.h>
14650
13344
-#endif
14651
 
-
 
13345
+$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
 
13346
 
14652
13347
-#undef $ac_func
14653
13348
-
14654
13349
-/* Override any GCC internal prototype to avoid an error.
14809
13504
-_ACEOF
14810
13505
-
14811
13506
-fi
14812
 
-
14813
 
-fi
14814
 
-done
14815
 
-
14816
 
-
14817
 
-
14818
 
-
14819
 
-
14820
 
-
14821
 
-
14822
 
-
14823
 
-for ac_func in fseeko gethostname gettimeofday lckpwdf mkdir select
14824
 
-do
14825
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14826
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14827
 
-$as_echo_n "checking for $ac_func... " >&6; }
14828
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14829
 
-  $as_echo_n "(cached) " >&6
14830
 
-else
14831
 
-  cat >conftest.$ac_ext <<_ACEOF
14832
 
-/* confdefs.h.  */
14833
 
-_ACEOF
14834
 
-cat confdefs.h >>conftest.$ac_ext
14835
 
-cat >>conftest.$ac_ext <<_ACEOF
14836
 
-/* end confdefs.h.  */
14837
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14838
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14839
 
-#define $ac_func innocuous_$ac_func
14840
 
-
14841
 
-/* System header to define __stub macros and hopefully few prototypes,
14842
 
-    which can conflict with char $ac_func (); below.
14843
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14844
 
-    <limits.h> exists even on freestanding compilers.  */
14845
 
-
14846
 
-#ifdef __STDC__
14847
 
-# include <limits.h>
14848
 
-#else
14849
 
-# include <assert.h>
14850
 
-#endif
14851
 
-
14852
 
-#undef $ac_func
14853
 
-
14854
 
-/* Override any GCC internal prototype to avoid an error.
14855
 
-   Use char because int might match the return type of a GCC
14856
 
-   builtin and then its argument prototype would still apply.  */
14857
 
-#ifdef __cplusplus
14858
 
-extern "C"
14859
 
-#endif
14860
 
-char $ac_func ();
14861
 
-/* The GNU C library defines this for functions which it implements
14862
 
-    to always fail with ENOSYS.  Some functions are actually named
14863
 
-    something starting with __ and the normal name is an alias.  */
14864
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
14865
 
-choke me
14866
 
-#endif
14867
 
-
14868
 
-int
14869
 
-main ()
14870
 
-{
14871
 
-return $ac_func ();
14872
 
-  ;
14873
 
-  return 0;
14874
 
-}
14875
 
-_ACEOF
14876
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14877
 
-if { (ac_try="$ac_link"
14878
 
-case "(($ac_try" in
14879
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880
 
-  *) ac_try_echo=$ac_try;;
14881
 
-esac
14882
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883
 
-$as_echo "$ac_try_echo") >&5
14884
 
-  (eval "$ac_link") 2>conftest.er1
14885
 
-  ac_status=$?
14886
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14887
 
-  rm -f conftest.er1
14888
 
-  cat conftest.err >&5
14889
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890
 
-  (exit $ac_status); } && {
14891
 
-        test -z "$ac_c_werror_flag" ||
14892
 
-        test ! -s conftest.err
14893
 
-       } && test -s conftest$ac_exeext && {
14894
 
-        test "$cross_compiling" = yes ||
14895
 
-        $as_test_x conftest$ac_exeext
14896
 
-       }; then
14897
 
-  eval "$as_ac_var=yes"
14898
 
-else
14899
 
-  $as_echo "$as_me: failed program was:" >&5
14900
 
-sed 's/^/| /' conftest.$ac_ext >&5
14901
 
-
14902
 
-       eval "$as_ac_var=no"
14903
 
-fi
14904
 
-
14905
 
-rm -rf conftest.dSYM
14906
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14907
 
-      conftest$ac_exeext conftest.$ac_ext
14908
 
-fi
14909
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
14910
 
-                $as_echo "$as_val"'`
14911
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14912
 
-$as_echo "$ac_res" >&6; }
14913
 
-as_val=`eval 'as_val=${'$as_ac_var'}
14914
 
-                $as_echo "$as_val"'`
14915
 
-   if test "x$as_val" = x""yes; then
14916
 
-  cat >>confdefs.h <<_ACEOF
14917
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14918
 
-_ACEOF
14919
 
-
14920
 
-fi
14921
 
-done
14922
 
-
14923
 
-
14924
 
-
14925
 
-
14926
 
-
14927
 
-
14928
 
-
14929
 
-for ac_func in strcspn strdup strspn strstr strtol uname
14930
 
-do
14931
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14932
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14933
 
-$as_echo_n "checking for $ac_func... " >&6; }
14934
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14935
 
-  $as_echo_n "(cached) " >&6
14936
 
-else
14937
 
-  cat >conftest.$ac_ext <<_ACEOF
14938
 
-/* confdefs.h.  */
14939
 
-_ACEOF
14940
 
-cat confdefs.h >>conftest.$ac_ext
14941
 
-cat >>conftest.$ac_ext <<_ACEOF
14942
 
-/* end confdefs.h.  */
14943
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14944
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14945
 
-#define $ac_func innocuous_$ac_func
14946
 
-
14947
 
-/* System header to define __stub macros and hopefully few prototypes,
14948
 
-    which can conflict with char $ac_func (); below.
14949
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14950
 
-    <limits.h> exists even on freestanding compilers.  */
14951
 
-
14952
 
-#ifdef __STDC__
14953
 
-# include <limits.h>
14954
 
-#else
14955
 
-# include <assert.h>
14956
 
-#endif
14957
 
-
14958
 
-#undef $ac_func
14959
 
-
14960
 
-/* Override any GCC internal prototype to avoid an error.
14961
 
-   Use char because int might match the return type of a GCC
14962
 
-   builtin and then its argument prototype would still apply.  */
14963
 
-#ifdef __cplusplus
14964
 
-extern "C"
14965
 
-#endif
14966
 
-char $ac_func ();
14967
 
-/* The GNU C library defines this for functions which it implements
14968
 
-    to always fail with ENOSYS.  Some functions are actually named
14969
 
-    something starting with __ and the normal name is an alias.  */
14970
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
14971
 
-choke me
14972
 
-#endif
14973
 
-
14974
 
-int
14975
 
-main ()
14976
 
-{
14977
 
-return $ac_func ();
14978
 
-  ;
14979
 
-  return 0;
14980
 
-}
14981
 
-_ACEOF
14982
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14983
 
-if { (ac_try="$ac_link"
14984
 
-case "(($ac_try" in
14985
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14986
 
-  *) ac_try_echo=$ac_try;;
14987
 
-esac
14988
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14989
 
-$as_echo "$ac_try_echo") >&5
14990
 
-  (eval "$ac_link") 2>conftest.er1
14991
 
-  ac_status=$?
14992
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14993
 
-  rm -f conftest.er1
14994
 
-  cat conftest.err >&5
14995
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14996
 
-  (exit $ac_status); } && {
14997
 
-        test -z "$ac_c_werror_flag" ||
14998
 
-        test ! -s conftest.err
14999
 
-       } && test -s conftest$ac_exeext && {
15000
 
-        test "$cross_compiling" = yes ||
15001
 
-        $as_test_x conftest$ac_exeext
15002
 
-       }; then
15003
 
-  eval "$as_ac_var=yes"
15004
 
-else
15005
 
-  $as_echo "$as_me: failed program was:" >&5
15006
 
-sed 's/^/| /' conftest.$ac_ext >&5
15007
 
-
15008
 
-       eval "$as_ac_var=no"
15009
 
-fi
15010
 
-
15011
 
-rm -rf conftest.dSYM
15012
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15013
 
-      conftest$ac_exeext conftest.$ac_ext
15014
 
-fi
15015
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15016
 
-                $as_echo "$as_val"'`
15017
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15018
 
-$as_echo "$ac_res" >&6; }
15019
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15020
 
-                $as_echo "$as_val"'`
15021
 
-   if test "x$as_val" = x""yes; then
15022
 
-  cat >>confdefs.h <<_ACEOF
15023
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15024
 
-_ACEOF
15025
 
-
15026
 
-fi
15027
 
-done
15028
 
-
15029
 
-
15030
 
-
15031
 
-
15032
 
-
15033
 
-
15034
 
-for ac_func in getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r
15035
 
-do
15036
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15037
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15038
 
-$as_echo_n "checking for $ac_func... " >&6; }
15039
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15040
 
-  $as_echo_n "(cached) " >&6
15041
 
-else
15042
 
-  cat >conftest.$ac_ext <<_ACEOF
15043
 
-/* confdefs.h.  */
15044
 
-_ACEOF
15045
 
-cat confdefs.h >>conftest.$ac_ext
15046
 
-cat >>conftest.$ac_ext <<_ACEOF
15047
 
-/* end confdefs.h.  */
15048
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15049
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15050
 
-#define $ac_func innocuous_$ac_func
15051
 
-
15052
 
-/* System header to define __stub macros and hopefully few prototypes,
15053
 
-    which can conflict with char $ac_func (); below.
15054
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15055
 
-    <limits.h> exists even on freestanding compilers.  */
15056
 
-
15057
 
-#ifdef __STDC__
15058
 
-# include <limits.h>
15059
 
-#else
15060
 
-# include <assert.h>
15061
 
-#endif
15062
 
-
15063
 
-#undef $ac_func
15064
 
-
15065
 
-/* Override any GCC internal prototype to avoid an error.
15066
 
-   Use char because int might match the return type of a GCC
15067
 
-   builtin and then its argument prototype would still apply.  */
15068
 
-#ifdef __cplusplus
15069
 
-extern "C"
15070
 
-#endif
15071
 
-char $ac_func ();
15072
 
-/* The GNU C library defines this for functions which it implements
15073
 
-    to always fail with ENOSYS.  Some functions are actually named
15074
 
-    something starting with __ and the normal name is an alias.  */
15075
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15076
 
-choke me
15077
 
-#endif
15078
 
-
15079
 
-int
15080
 
-main ()
15081
 
-{
15082
 
-return $ac_func ();
15083
 
-  ;
15084
 
-  return 0;
15085
 
-}
15086
 
-_ACEOF
15087
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15088
 
-if { (ac_try="$ac_link"
15089
 
-case "(($ac_try" in
15090
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15091
 
-  *) ac_try_echo=$ac_try;;
15092
 
-esac
15093
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15094
 
-$as_echo "$ac_try_echo") >&5
15095
 
-  (eval "$ac_link") 2>conftest.er1
15096
 
-  ac_status=$?
15097
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15098
 
-  rm -f conftest.er1
15099
 
-  cat conftest.err >&5
15100
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101
 
-  (exit $ac_status); } && {
15102
 
-        test -z "$ac_c_werror_flag" ||
15103
 
-        test ! -s conftest.err
15104
 
-       } && test -s conftest$ac_exeext && {
15105
 
-        test "$cross_compiling" = yes ||
15106
 
-        $as_test_x conftest$ac_exeext
15107
 
-       }; then
15108
 
-  eval "$as_ac_var=yes"
15109
 
-else
15110
 
-  $as_echo "$as_me: failed program was:" >&5
15111
 
-sed 's/^/| /' conftest.$ac_ext >&5
15112
 
-
15113
 
-       eval "$as_ac_var=no"
15114
 
-fi
15115
 
-
15116
 
-rm -rf conftest.dSYM
15117
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15118
 
-      conftest$ac_exeext conftest.$ac_ext
15119
 
-fi
15120
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15121
 
-                $as_echo "$as_val"'`
15122
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15123
 
-$as_echo "$ac_res" >&6; }
15124
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15125
 
-                $as_echo "$as_val"'`
15126
 
-   if test "x$as_val" = x""yes; then
15127
 
-  cat >>confdefs.h <<_ACEOF
15128
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15129
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15130
 
+/* end confdefs.h.  */
15131
 
+#include <sgtty.h>
15132
 
+Autoconf TIOCGETP
15133
 
 _ACEOF
15134
 
-
15135
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15136
 
+  $EGREP "$ac_pattern" >/dev/null 2>&1; then :
15137
 
+  ac_cv_prog_gcc_traditional=yes
15138
 
+else
15139
 
+  ac_cv_prog_gcc_traditional=no
15140
 
 fi
15141
 
-done
15142
 
+rm -f conftest*
15143
 
 
15144
 
 
15145
 
+  if test $ac_cv_prog_gcc_traditional = no; then
15146
 
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15147
 
+/* end confdefs.h.  */
15148
 
+#include <termio.h>
15149
 
+Autoconf TCGETA
15150
 
+_ACEOF
15151
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15152
 
+  $EGREP "$ac_pattern" >/dev/null 2>&1; then :
15153
 
+  ac_cv_prog_gcc_traditional=yes
15154
 
+fi
15155
 
+rm -f conftest*
15156
 
 
15157
 
+  fi
15158
 
+fi
15159
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
15160
 
+$as_echo "$ac_cv_prog_gcc_traditional" >&6; }
15161
 
+  if test $ac_cv_prog_gcc_traditional = yes; then
15162
 
+    CC="$CC -traditional"
15163
 
+  fi
15164
 
+fi
15165
 
 
15166
 
-for ac_func in getgrouplist getline getdelim
15167
 
-do
15168
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15169
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15170
 
-$as_echo_n "checking for $ac_func... " >&6; }
15171
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15172
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
15173
 
+$as_echo_n "checking for working memcmp... " >&6; }
15174
 
+if test "${ac_cv_func_memcmp_working+set}" = set; then :
15175
 
   $as_echo_n "(cached) " >&6
15176
 
 else
15177
 
-  cat >conftest.$ac_ext <<_ACEOF
15178
 
-/* confdefs.h.  */
15179
 
-_ACEOF
15180
 
-cat confdefs.h >>conftest.$ac_ext
15181
 
-cat >>conftest.$ac_ext <<_ACEOF
15182
 
+  if test "$cross_compiling" = yes; then :
15183
 
+  ac_cv_func_memcmp_working=no
15184
 
+else
15185
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15186
 
 /* end confdefs.h.  */
15187
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15188
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15189
 
-#define $ac_func innocuous_$ac_func
15190
 
-
15191
 
-/* System header to define __stub macros and hopefully few prototypes,
15192
 
-    which can conflict with char $ac_func (); below.
15193
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15194
 
-    <limits.h> exists even on freestanding compilers.  */
15195
 
-
15196
 
-#ifdef __STDC__
15197
 
-# include <limits.h>
15198
 
-#else
15199
 
-# include <assert.h>
15200
 
-#endif
15201
 
-
15202
 
-#undef $ac_func
15203
 
-
15204
 
-/* Override any GCC internal prototype to avoid an error.
15205
 
-   Use char because int might match the return type of a GCC
15206
 
-   builtin and then its argument prototype would still apply.  */
15207
 
-#ifdef __cplusplus
15208
 
-extern "C"
15209
 
-#endif
15210
 
-char $ac_func ();
15211
 
-/* The GNU C library defines this for functions which it implements
15212
 
-    to always fail with ENOSYS.  Some functions are actually named
15213
 
-    something starting with __ and the normal name is an alias.  */
15214
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15215
 
-choke me
15216
 
-#endif
15217
 
-
15218
 
+$ac_includes_default
15219
 
 int
15220
 
 main ()
15221
 
 {
15222
 
-return $ac_func ();
15223
 
+
15224
 
+  /* Some versions of memcmp are not 8-bit clean.  */
15225
 
+  char c0 = '\100', c1 = '\200', c2 = '\201';
15226
 
+  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
15227
 
+    return 1;
15228
 
+
15229
 
+  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
15230
 
+     or more and with at least one buffer not starting on a 4-byte boundary.
15231
 
+     William Lewis provided this test program.   */
15232
 
+  {
15233
 
+    char foo[21];
15234
 
+    char bar[21];
15235
 
+    int i;
15236
 
+    for (i = 0; i < 4; i++)
15237
 
+      {
15238
 
+       char *a = foo + i;
15239
 
+       char *b = bar + i;
15240
 
+       strcpy (a, "--------01111111");
15241
 
+       strcpy (b, "--------10000000");
15242
 
+       if (memcmp (a, b, 16) >= 0)
15243
 
+         return 1;
15244
 
+      }
15245
 
+    return 0;
15246
 
+  }
15247
 
+
15248
 
   ;
15249
 
   return 0;
15250
 
 }
15251
 
 _ACEOF
15252
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15253
 
-if { (ac_try="$ac_link"
15254
 
-case "(($ac_try" in
15255
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15256
 
-  *) ac_try_echo=$ac_try;;
15257
 
-esac
15258
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15259
 
-$as_echo "$ac_try_echo") >&5
15260
 
-  (eval "$ac_link") 2>conftest.er1
15261
 
-  ac_status=$?
15262
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15263
 
-  rm -f conftest.er1
15264
 
-  cat conftest.err >&5
15265
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15266
 
-  (exit $ac_status); } && {
15267
 
-        test -z "$ac_c_werror_flag" ||
15268
 
-        test ! -s conftest.err
15269
 
-       } && test -s conftest$ac_exeext && {
15270
 
-        test "$cross_compiling" = yes ||
15271
 
-        $as_test_x conftest$ac_exeext
15272
 
-       }; then
15273
 
-  eval "$as_ac_var=yes"
15274
 
+if ac_fn_c_try_run "$LINENO"; then :
15275
 
+  ac_cv_func_memcmp_working=yes
15276
 
 else
15277
 
-  $as_echo "$as_me: failed program was:" >&5
15278
 
-sed 's/^/| /' conftest.$ac_ext >&5
15279
 
-
15280
 
-       eval "$as_ac_var=no"
15281
 
+  ac_cv_func_memcmp_working=no
15282
 
 fi
15283
 
-
15284
 
-rm -rf conftest.dSYM
15285
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15286
 
-      conftest$ac_exeext conftest.$ac_ext
15287
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15288
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
15289
 
 fi
15290
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15291
 
-                $as_echo "$as_val"'`
15292
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15293
 
-$as_echo "$ac_res" >&6; }
15294
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15295
 
-                $as_echo "$as_val"'`
15296
 
-   if test "x$as_val" = x""yes; then
15297
 
-  cat >>confdefs.h <<_ACEOF
15298
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15299
 
-_ACEOF
15300
 
 
15301
 
 fi
15302
 
-done
15303
 
-
15304
 
-
15305
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
15306
 
+$as_echo "$ac_cv_func_memcmp_working" >&6; }
15307
 
+test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
15308
 
+  *" memcmp.$ac_objext "* ) ;;
15309
 
+  *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
15310
 
+ ;;
15311
 
+esac
15312
 
 
15313
 
 
15314
 
-for ac_func in inet_ntop inet_pton ruserok_af
15315
 
-do
15316
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15317
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15318
 
-$as_echo_n "checking for $ac_func... " >&6; }
15319
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15320
 
-  $as_echo_n "(cached) " >&6
15321
 
-else
15322
 
-  cat >conftest.$ac_ext <<_ACEOF
15323
 
-/* confdefs.h.  */
15324
 
+for ac_func in vprintf
15325
 
+do :
15326
 
+  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
15327
 
+if test "x$ac_cv_func_vprintf" = x""yes; then :
15328
 
+  cat >>confdefs.h <<_ACEOF
15329
 
+#define HAVE_VPRINTF 1
15330
 
 _ACEOF
15331
 
-cat confdefs.h >>conftest.$ac_ext
15332
 
-cat >>conftest.$ac_ext <<_ACEOF
15333
 
-/* end confdefs.h.  */
15334
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15335
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15336
 
-#define $ac_func innocuous_$ac_func
15337
 
 
15338
 
-/* System header to define __stub macros and hopefully few prototypes,
15339
 
-    which can conflict with char $ac_func (); below.
15340
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15341
 
-    <limits.h> exists even on freestanding compilers.  */
15342
 
+ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
15343
 
+if test "x$ac_cv_func__doprnt" = x""yes; then :
15344
 
 
15345
 
-#ifdef __STDC__
15346
 
-# include <limits.h>
15347
 
-#else
15348
 
-# include <assert.h>
15349
 
-#endif
15350
 
+$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
15351
 
 
15352
 
-#undef $ac_func
15353
 
+fi
15354
 
 
15355
 
-/* Override any GCC internal prototype to avoid an error.
15356
 
-   Use char because int might match the return type of a GCC
15357
 
-   builtin and then its argument prototype would still apply.  */
15358
 
-#ifdef __cplusplus
15359
 
-extern "C"
15360
 
-#endif
15361
 
-char $ac_func ();
15362
 
-/* The GNU C library defines this for functions which it implements
15363
 
-    to always fail with ENOSYS.  Some functions are actually named
15364
 
-    something starting with __ and the normal name is an alias.  */
15365
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15366
 
-choke me
15367
 
-#endif
15368
 
+fi
15369
 
+done
15370
 
 
15371
 
-int
15372
 
-main ()
15373
 
-{
15374
 
-return $ac_func ();
15375
 
-  ;
15376
 
-  return 0;
15377
 
-}
15378
 
+
15379
 
+for ac_func in fseeko gethostname gettimeofday lckpwdf mkdir select
15380
 
+do :
15381
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15382
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15383
 
+eval as_val=\$$as_ac_var
15384
 
+   if test "x$as_val" = x""yes; then :
15385
 
+  cat >>confdefs.h <<_ACEOF
15386
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15387
 
 _ACEOF
15388
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15389
 
-if { (ac_try="$ac_link"
15390
 
-case "(($ac_try" in
15391
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15392
 
-  *) ac_try_echo=$ac_try;;
15393
 
-esac
15394
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15395
 
-$as_echo "$ac_try_echo") >&5
15396
 
-  (eval "$ac_link") 2>conftest.er1
15397
 
-  ac_status=$?
15398
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15399
 
-  rm -f conftest.er1
15400
 
-  cat conftest.err >&5
15401
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402
 
-  (exit $ac_status); } && {
15403
 
-        test -z "$ac_c_werror_flag" ||
15404
 
-        test ! -s conftest.err
15405
 
-       } && test -s conftest$ac_exeext && {
15406
 
-        test "$cross_compiling" = yes ||
15407
 
-        $as_test_x conftest$ac_exeext
15408
 
-       }; then
15409
 
-  eval "$as_ac_var=yes"
15410
 
-else
15411
 
-  $as_echo "$as_me: failed program was:" >&5
15412
 
-sed 's/^/| /' conftest.$ac_ext >&5
15413
 
 
15414
 
-       eval "$as_ac_var=no"
15415
 
 fi
15416
 
+done
15417
 
 
15418
 
-rm -rf conftest.dSYM
15419
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15420
 
-      conftest$ac_exeext conftest.$ac_ext
15421
 
-fi
15422
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15423
 
-                $as_echo "$as_val"'`
15424
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15425
 
-$as_echo "$ac_res" >&6; }
15426
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15427
 
-                $as_echo "$as_val"'`
15428
 
-   if test "x$as_val" = x""yes; then
15429
 
+for ac_func in strcspn strdup strspn strstr strtol uname
15430
 
+do :
15431
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15432
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15433
 
+eval as_val=\$$as_ac_var
15434
 
+   if test "x$as_val" = x""yes; then :
15435
 
   cat >>confdefs.h <<_ACEOF
15436
 
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437
 
 _ACEOF
15438
 
@@ -18942,103 +14385,52 @@
15439
 
 fi
15440
 
 done
15441
 
 
15442
 
-
15443
 
-
15444
 
-for ac_func in unshare
15445
 
-do
15446
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15447
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15448
 
-$as_echo_n "checking for $ac_func... " >&6; }
15449
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15450
 
-  $as_echo_n "(cached) " >&6
15451
 
-else
15452
 
-  cat >conftest.$ac_ext <<_ACEOF
15453
 
-/* confdefs.h.  */
15454
 
+for ac_func in getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r
15455
 
+do :
15456
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15457
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15458
 
+eval as_val=\$$as_ac_var
15459
 
+   if test "x$as_val" = x""yes; then :
15460
 
+  cat >>confdefs.h <<_ACEOF
15461
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15462
 
 _ACEOF
15463
 
-cat confdefs.h >>conftest.$ac_ext
15464
 
-cat >>conftest.$ac_ext <<_ACEOF
15465
 
-/* end confdefs.h.  */
15466
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15467
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15468
 
-#define $ac_func innocuous_$ac_func
15469
 
-
15470
 
-/* System header to define __stub macros and hopefully few prototypes,
15471
 
-    which can conflict with char $ac_func (); below.
15472
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15473
 
-    <limits.h> exists even on freestanding compilers.  */
15474
 
 
15475
 
-#ifdef __STDC__
15476
 
-# include <limits.h>
15477
 
-#else
15478
 
-# include <assert.h>
15479
 
-#endif
15480
 
+fi
15481
 
+done
15482
 
 
15483
 
-#undef $ac_func
15484
 
+for ac_func in getgrouplist getline getdelim
15485
 
+do :
15486
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15487
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15488
 
+eval as_val=\$$as_ac_var
15489
 
+   if test "x$as_val" = x""yes; then :
15490
 
+  cat >>confdefs.h <<_ACEOF
15491
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15492
 
+_ACEOF
15493
 
 
15494
 
-/* Override any GCC internal prototype to avoid an error.
15495
 
-   Use char because int might match the return type of a GCC
15496
 
-   builtin and then its argument prototype would still apply.  */
15497
 
-#ifdef __cplusplus
15498
 
-extern "C"
15499
 
-#endif
15500
 
-char $ac_func ();
15501
 
-/* The GNU C library defines this for functions which it implements
15502
 
-    to always fail with ENOSYS.  Some functions are actually named
15503
 
-    something starting with __ and the normal name is an alias.  */
15504
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15505
 
-choke me
15506
 
-#endif
15507
 
+fi
15508
 
+done
15509
 
 
15510
 
-int
15511
 
-main ()
15512
 
-{
15513
 
-return $ac_func ();
15514
 
-  ;
15515
 
-  return 0;
15516
 
-}
15517
 
+for ac_func in inet_ntop inet_pton ruserok_af
15518
 
+do :
15519
 
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15520
 
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15521
 
+eval as_val=\$$as_ac_var
15522
 
+   if test "x$as_val" = x""yes; then :
15523
 
+  cat >>confdefs.h <<_ACEOF
15524
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15525
 
 _ACEOF
15526
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15527
 
-if { (ac_try="$ac_link"
15528
 
-case "(($ac_try" in
15529
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15530
 
-  *) ac_try_echo=$ac_try;;
15531
 
-esac
15532
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15533
 
-$as_echo "$ac_try_echo") >&5
15534
 
-  (eval "$ac_link") 2>conftest.er1
15535
 
-  ac_status=$?
15536
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15537
 
-  rm -f conftest.er1
15538
 
-  cat conftest.err >&5
15539
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540
 
-  (exit $ac_status); } && {
15541
 
-        test -z "$ac_c_werror_flag" ||
15542
 
-        test ! -s conftest.err
15543
 
-       } && test -s conftest$ac_exeext && {
15544
 
-        test "$cross_compiling" = yes ||
15545
 
-        $as_test_x conftest$ac_exeext
15546
 
-       }; then
15547
 
-  eval "$as_ac_var=yes"
15548
 
-else
15549
 
-  $as_echo "$as_me: failed program was:" >&5
15550
 
-sed 's/^/| /' conftest.$ac_ext >&5
15551
 
 
15552
 
-       eval "$as_ac_var=no"
15553
 
 fi
15554
 
+done
15555
 
 
15556
 
-rm -rf conftest.dSYM
15557
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15558
 
-      conftest$ac_exeext conftest.$ac_ext
15559
 
-fi
15560
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15561
 
-                $as_echo "$as_val"'`
15562
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15563
 
-$as_echo "$ac_res" >&6; }
15564
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15565
 
-                $as_echo "$as_val"'`
15566
 
-   if test "x$as_val" = x""yes; then
15567
 
+
15568
 
+for ac_func in unshare
 
13507
+fi
 
13508
 
 
13509
 fi
 
13510
 done
 
13511
 
 
13512
 
 
13513
-
 
13514
-
 
13515
-
 
13516
-
 
13517
-
 
13518
-
 
13519
 for ac_func in fseeko gethostname gettimeofday lckpwdf mkdir select
 
13520
-do
 
13521
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13522
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13523
-$as_echo_n "checking for $ac_func... " >&6; }
 
13524
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13525
-  $as_echo_n "(cached) " >&6
 
13526
-else
 
13527
-  cat >conftest.$ac_ext <<_ACEOF
 
13528
-/* confdefs.h.  */
 
13529
-_ACEOF
 
13530
-cat confdefs.h >>conftest.$ac_ext
 
13531
-cat >>conftest.$ac_ext <<_ACEOF
 
13532
-/* end confdefs.h.  */
 
13533
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13534
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13535
-#define $ac_func innocuous_$ac_func
 
13536
-
 
13537
-/* System header to define __stub macros and hopefully few prototypes,
 
13538
-    which can conflict with char $ac_func (); below.
 
13539
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13540
-    <limits.h> exists even on freestanding compilers.  */
 
13541
-
 
13542
-#ifdef __STDC__
 
13543
-# include <limits.h>
 
13544
-#else
 
13545
-# include <assert.h>
 
13546
-#endif
 
13547
-
 
13548
-#undef $ac_func
 
13549
-
 
13550
-/* Override any GCC internal prototype to avoid an error.
 
13551
-   Use char because int might match the return type of a GCC
 
13552
-   builtin and then its argument prototype would still apply.  */
 
13553
-#ifdef __cplusplus
 
13554
-extern "C"
 
13555
-#endif
 
13556
-char $ac_func ();
 
13557
-/* The GNU C library defines this for functions which it implements
 
13558
-    to always fail with ENOSYS.  Some functions are actually named
 
13559
-    something starting with __ and the normal name is an alias.  */
 
13560
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13561
-choke me
 
13562
-#endif
 
13563
-
 
13564
-int
 
13565
-main ()
 
13566
-{
 
13567
-return $ac_func ();
 
13568
-  ;
 
13569
-  return 0;
 
13570
-}
 
13571
-_ACEOF
 
13572
-rm -f conftest.$ac_objext conftest$ac_exeext
 
13573
-if { (ac_try="$ac_link"
 
13574
-case "(($ac_try" in
 
13575
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13576
-  *) ac_try_echo=$ac_try;;
 
13577
-esac
 
13578
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13579
-$as_echo "$ac_try_echo") >&5
 
13580
-  (eval "$ac_link") 2>conftest.er1
 
13581
-  ac_status=$?
 
13582
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13583
-  rm -f conftest.er1
 
13584
-  cat conftest.err >&5
 
13585
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13586
-  (exit $ac_status); } && {
 
13587
-        test -z "$ac_c_werror_flag" ||
 
13588
-        test ! -s conftest.err
 
13589
-       } && test -s conftest$ac_exeext && {
 
13590
-        test "$cross_compiling" = yes ||
 
13591
-        $as_test_x conftest$ac_exeext
 
13592
-       }; then
 
13593
-  eval "$as_ac_var=yes"
 
13594
-else
 
13595
-  $as_echo "$as_me: failed program was:" >&5
 
13596
-sed 's/^/| /' conftest.$ac_ext >&5
 
13597
-
 
13598
-       eval "$as_ac_var=no"
 
13599
-fi
 
13600
-
 
13601
-rm -rf conftest.dSYM
 
13602
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
13603
-      conftest$ac_exeext conftest.$ac_ext
 
13604
-fi
 
13605
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
13606
-                $as_echo "$as_val"'`
 
13607
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
13608
-$as_echo "$ac_res" >&6; }
 
13609
-as_val=`eval 'as_val=${'$as_ac_var'}
 
13610
-                $as_echo "$as_val"'`
 
13611
-   if test "x$as_val" = x""yes; then
 
13612
+do :
 
13613
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13614
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
13615
+eval as_val=\$$as_ac_var
 
13616
+   if test "x$as_val" = x""yes; then :
 
13617
   cat >>confdefs.h <<_ACEOF
 
13618
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
13619
 _ACEOF
 
13620
@@ -18525,105 +14321,12 @@
 
13621
 fi
 
13622
 done
 
13623
 
 
13624
-
 
13625
-
 
13626
-
 
13627
-
 
13628
-
 
13629
-
 
13630
 for ac_func in strcspn strdup strspn strstr strtol uname
 
13631
-do
 
13632
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13633
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13634
-$as_echo_n "checking for $ac_func... " >&6; }
 
13635
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13636
-  $as_echo_n "(cached) " >&6
 
13637
-else
 
13638
-  cat >conftest.$ac_ext <<_ACEOF
 
13639
-/* confdefs.h.  */
 
13640
-_ACEOF
 
13641
-cat confdefs.h >>conftest.$ac_ext
 
13642
-cat >>conftest.$ac_ext <<_ACEOF
 
13643
-/* end confdefs.h.  */
 
13644
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13645
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13646
-#define $ac_func innocuous_$ac_func
 
13647
-
 
13648
-/* System header to define __stub macros and hopefully few prototypes,
 
13649
-    which can conflict with char $ac_func (); below.
 
13650
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13651
-    <limits.h> exists even on freestanding compilers.  */
 
13652
-
 
13653
-#ifdef __STDC__
 
13654
-# include <limits.h>
 
13655
-#else
 
13656
-# include <assert.h>
 
13657
-#endif
 
13658
-
 
13659
-#undef $ac_func
 
13660
-
 
13661
-/* Override any GCC internal prototype to avoid an error.
 
13662
-   Use char because int might match the return type of a GCC
 
13663
-   builtin and then its argument prototype would still apply.  */
 
13664
-#ifdef __cplusplus
 
13665
-extern "C"
 
13666
-#endif
 
13667
-char $ac_func ();
 
13668
-/* The GNU C library defines this for functions which it implements
 
13669
-    to always fail with ENOSYS.  Some functions are actually named
 
13670
-    something starting with __ and the normal name is an alias.  */
 
13671
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13672
-choke me
 
13673
-#endif
 
13674
-
 
13675
-int
 
13676
-main ()
 
13677
-{
 
13678
-return $ac_func ();
 
13679
-  ;
 
13680
-  return 0;
 
13681
-}
 
13682
-_ACEOF
 
13683
-rm -f conftest.$ac_objext conftest$ac_exeext
 
13684
-if { (ac_try="$ac_link"
 
13685
-case "(($ac_try" in
 
13686
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13687
-  *) ac_try_echo=$ac_try;;
 
13688
-esac
 
13689
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13690
-$as_echo "$ac_try_echo") >&5
 
13691
-  (eval "$ac_link") 2>conftest.er1
 
13692
-  ac_status=$?
 
13693
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13694
-  rm -f conftest.er1
 
13695
-  cat conftest.err >&5
 
13696
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13697
-  (exit $ac_status); } && {
 
13698
-        test -z "$ac_c_werror_flag" ||
 
13699
-        test ! -s conftest.err
 
13700
-       } && test -s conftest$ac_exeext && {
 
13701
-        test "$cross_compiling" = yes ||
 
13702
-        $as_test_x conftest$ac_exeext
 
13703
-       }; then
 
13704
-  eval "$as_ac_var=yes"
 
13705
-else
 
13706
-  $as_echo "$as_me: failed program was:" >&5
 
13707
-sed 's/^/| /' conftest.$ac_ext >&5
 
13708
-
 
13709
-       eval "$as_ac_var=no"
 
13710
-fi
 
13711
-
 
13712
-rm -rf conftest.dSYM
 
13713
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
13714
-      conftest$ac_exeext conftest.$ac_ext
 
13715
-fi
 
13716
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
13717
-                $as_echo "$as_val"'`
 
13718
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
13719
-$as_echo "$ac_res" >&6; }
 
13720
-as_val=`eval 'as_val=${'$as_ac_var'}
 
13721
-                $as_echo "$as_val"'`
 
13722
-   if test "x$as_val" = x""yes; then
 
13723
+do :
 
13724
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13725
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
13726
+eval as_val=\$$as_ac_var
 
13727
+   if test "x$as_val" = x""yes; then :
 
13728
   cat >>confdefs.h <<_ACEOF
 
13729
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
13730
 _ACEOF
 
13731
@@ -18631,104 +14334,12 @@
 
13732
 fi
 
13733
 done
 
13734
 
 
13735
-
 
13736
-
 
13737
-
 
13738
-
 
13739
-
 
13740
 for ac_func in getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r
 
13741
-do
 
13742
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13743
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13744
-$as_echo_n "checking for $ac_func... " >&6; }
 
13745
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13746
-  $as_echo_n "(cached) " >&6
 
13747
-else
 
13748
-  cat >conftest.$ac_ext <<_ACEOF
 
13749
-/* confdefs.h.  */
 
13750
-_ACEOF
 
13751
-cat confdefs.h >>conftest.$ac_ext
 
13752
-cat >>conftest.$ac_ext <<_ACEOF
 
13753
-/* end confdefs.h.  */
 
13754
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13755
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13756
-#define $ac_func innocuous_$ac_func
 
13757
-
 
13758
-/* System header to define __stub macros and hopefully few prototypes,
 
13759
-    which can conflict with char $ac_func (); below.
 
13760
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13761
-    <limits.h> exists even on freestanding compilers.  */
 
13762
-
 
13763
-#ifdef __STDC__
 
13764
-# include <limits.h>
 
13765
-#else
 
13766
-# include <assert.h>
 
13767
-#endif
 
13768
-
 
13769
-#undef $ac_func
 
13770
-
 
13771
-/* Override any GCC internal prototype to avoid an error.
 
13772
-   Use char because int might match the return type of a GCC
 
13773
-   builtin and then its argument prototype would still apply.  */
 
13774
-#ifdef __cplusplus
 
13775
-extern "C"
 
13776
-#endif
 
13777
-char $ac_func ();
 
13778
-/* The GNU C library defines this for functions which it implements
 
13779
-    to always fail with ENOSYS.  Some functions are actually named
 
13780
-    something starting with __ and the normal name is an alias.  */
 
13781
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13782
-choke me
 
13783
-#endif
 
13784
-
 
13785
-int
 
13786
-main ()
 
13787
-{
 
13788
-return $ac_func ();
 
13789
-  ;
 
13790
-  return 0;
 
13791
-}
 
13792
-_ACEOF
 
13793
-rm -f conftest.$ac_objext conftest$ac_exeext
 
13794
-if { (ac_try="$ac_link"
 
13795
-case "(($ac_try" in
 
13796
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13797
-  *) ac_try_echo=$ac_try;;
 
13798
-esac
 
13799
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13800
-$as_echo "$ac_try_echo") >&5
 
13801
-  (eval "$ac_link") 2>conftest.er1
 
13802
-  ac_status=$?
 
13803
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13804
-  rm -f conftest.er1
 
13805
-  cat conftest.err >&5
 
13806
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13807
-  (exit $ac_status); } && {
 
13808
-        test -z "$ac_c_werror_flag" ||
 
13809
-        test ! -s conftest.err
 
13810
-       } && test -s conftest$ac_exeext && {
 
13811
-        test "$cross_compiling" = yes ||
 
13812
-        $as_test_x conftest$ac_exeext
 
13813
-       }; then
 
13814
-  eval "$as_ac_var=yes"
 
13815
-else
 
13816
-  $as_echo "$as_me: failed program was:" >&5
 
13817
-sed 's/^/| /' conftest.$ac_ext >&5
 
13818
-
 
13819
-       eval "$as_ac_var=no"
 
13820
-fi
 
13821
-
 
13822
-rm -rf conftest.dSYM
 
13823
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
13824
-      conftest$ac_exeext conftest.$ac_ext
 
13825
-fi
 
13826
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
13827
-                $as_echo "$as_val"'`
 
13828
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
13829
-$as_echo "$ac_res" >&6; }
 
13830
-as_val=`eval 'as_val=${'$as_ac_var'}
 
13831
-                $as_echo "$as_val"'`
 
13832
-   if test "x$as_val" = x""yes; then
 
13833
+do :
 
13834
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13835
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
13836
+eval as_val=\$$as_ac_var
 
13837
+   if test "x$as_val" = x""yes; then :
 
13838
   cat >>confdefs.h <<_ACEOF
 
13839
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
13840
 _ACEOF
 
13841
@@ -18736,102 +14347,12 @@
 
13842
 fi
 
13843
 done
 
13844
 
 
13845
-
 
13846
-
 
13847
-
 
13848
 for ac_func in getgrouplist getline getdelim
 
13849
-do
 
13850
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13851
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13852
-$as_echo_n "checking for $ac_func... " >&6; }
 
13853
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13854
-  $as_echo_n "(cached) " >&6
 
13855
-else
 
13856
-  cat >conftest.$ac_ext <<_ACEOF
 
13857
-/* confdefs.h.  */
 
13858
-_ACEOF
 
13859
-cat confdefs.h >>conftest.$ac_ext
 
13860
-cat >>conftest.$ac_ext <<_ACEOF
 
13861
-/* end confdefs.h.  */
 
13862
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13863
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13864
-#define $ac_func innocuous_$ac_func
 
13865
-
 
13866
-/* System header to define __stub macros and hopefully few prototypes,
 
13867
-    which can conflict with char $ac_func (); below.
 
13868
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13869
-    <limits.h> exists even on freestanding compilers.  */
 
13870
-
 
13871
-#ifdef __STDC__
 
13872
-# include <limits.h>
 
13873
-#else
 
13874
-# include <assert.h>
 
13875
-#endif
 
13876
-
 
13877
-#undef $ac_func
 
13878
-
 
13879
-/* Override any GCC internal prototype to avoid an error.
 
13880
-   Use char because int might match the return type of a GCC
 
13881
-   builtin and then its argument prototype would still apply.  */
 
13882
-#ifdef __cplusplus
 
13883
-extern "C"
 
13884
-#endif
 
13885
-char $ac_func ();
 
13886
-/* The GNU C library defines this for functions which it implements
 
13887
-    to always fail with ENOSYS.  Some functions are actually named
 
13888
-    something starting with __ and the normal name is an alias.  */
 
13889
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13890
-choke me
 
13891
-#endif
 
13892
-
 
13893
-int
 
13894
-main ()
 
13895
-{
 
13896
-return $ac_func ();
 
13897
-  ;
 
13898
-  return 0;
 
13899
-}
 
13900
-_ACEOF
 
13901
-rm -f conftest.$ac_objext conftest$ac_exeext
 
13902
-if { (ac_try="$ac_link"
 
13903
-case "(($ac_try" in
 
13904
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13905
-  *) ac_try_echo=$ac_try;;
 
13906
-esac
 
13907
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13908
-$as_echo "$ac_try_echo") >&5
 
13909
-  (eval "$ac_link") 2>conftest.er1
 
13910
-  ac_status=$?
 
13911
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13912
-  rm -f conftest.er1
 
13913
-  cat conftest.err >&5
 
13914
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13915
-  (exit $ac_status); } && {
 
13916
-        test -z "$ac_c_werror_flag" ||
 
13917
-        test ! -s conftest.err
 
13918
-       } && test -s conftest$ac_exeext && {
 
13919
-        test "$cross_compiling" = yes ||
 
13920
-        $as_test_x conftest$ac_exeext
 
13921
-       }; then
 
13922
-  eval "$as_ac_var=yes"
 
13923
-else
 
13924
-  $as_echo "$as_me: failed program was:" >&5
 
13925
-sed 's/^/| /' conftest.$ac_ext >&5
 
13926
-
 
13927
-       eval "$as_ac_var=no"
 
13928
-fi
 
13929
-
 
13930
-rm -rf conftest.dSYM
 
13931
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
13932
-      conftest$ac_exeext conftest.$ac_ext
 
13933
-fi
 
13934
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
13935
-                $as_echo "$as_val"'`
 
13936
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
13937
-$as_echo "$ac_res" >&6; }
 
13938
-as_val=`eval 'as_val=${'$as_ac_var'}
 
13939
-                $as_echo "$as_val"'`
 
13940
-   if test "x$as_val" = x""yes; then
 
13941
+do :
 
13942
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13943
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
13944
+eval as_val=\$$as_ac_var
 
13945
+   if test "x$as_val" = x""yes; then :
 
13946
   cat >>confdefs.h <<_ACEOF
 
13947
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
13948
 _ACEOF
 
13949
@@ -18839,102 +14360,12 @@
 
13950
 fi
 
13951
 done
 
13952
 
 
13953
-
 
13954
-
 
13955
-
 
13956
 for ac_func in inet_ntop inet_pton ruserok_af
 
13957
-do
 
13958
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13959
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13960
-$as_echo_n "checking for $ac_func... " >&6; }
 
13961
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13962
-  $as_echo_n "(cached) " >&6
 
13963
-else
 
13964
-  cat >conftest.$ac_ext <<_ACEOF
 
13965
-/* confdefs.h.  */
 
13966
-_ACEOF
 
13967
-cat confdefs.h >>conftest.$ac_ext
 
13968
-cat >>conftest.$ac_ext <<_ACEOF
 
13969
-/* end confdefs.h.  */
 
13970
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13971
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13972
-#define $ac_func innocuous_$ac_func
 
13973
-
 
13974
-/* System header to define __stub macros and hopefully few prototypes,
 
13975
-    which can conflict with char $ac_func (); below.
 
13976
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13977
-    <limits.h> exists even on freestanding compilers.  */
 
13978
-
 
13979
-#ifdef __STDC__
 
13980
-# include <limits.h>
 
13981
-#else
 
13982
-# include <assert.h>
 
13983
-#endif
 
13984
-
 
13985
-#undef $ac_func
 
13986
-
 
13987
-/* Override any GCC internal prototype to avoid an error.
 
13988
-   Use char because int might match the return type of a GCC
 
13989
-   builtin and then its argument prototype would still apply.  */
 
13990
-#ifdef __cplusplus
 
13991
-extern "C"
 
13992
-#endif
 
13993
-char $ac_func ();
 
13994
-/* The GNU C library defines this for functions which it implements
 
13995
-    to always fail with ENOSYS.  Some functions are actually named
 
13996
-    something starting with __ and the normal name is an alias.  */
 
13997
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13998
-choke me
 
13999
-#endif
 
14000
-
 
14001
-int
 
14002
-main ()
 
14003
-{
 
14004
-return $ac_func ();
 
14005
-  ;
 
14006
-  return 0;
 
14007
-}
 
14008
-_ACEOF
 
14009
-rm -f conftest.$ac_objext conftest$ac_exeext
 
14010
-if { (ac_try="$ac_link"
 
14011
-case "(($ac_try" in
 
14012
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14013
-  *) ac_try_echo=$ac_try;;
 
14014
-esac
 
14015
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14016
-$as_echo "$ac_try_echo") >&5
 
14017
-  (eval "$ac_link") 2>conftest.er1
 
14018
-  ac_status=$?
 
14019
-  grep -v '^ *+' conftest.er1 >conftest.err
 
14020
-  rm -f conftest.er1
 
14021
-  cat conftest.err >&5
 
14022
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14023
-  (exit $ac_status); } && {
 
14024
-        test -z "$ac_c_werror_flag" ||
 
14025
-        test ! -s conftest.err
 
14026
-       } && test -s conftest$ac_exeext && {
 
14027
-        test "$cross_compiling" = yes ||
 
14028
-        $as_test_x conftest$ac_exeext
 
14029
-       }; then
 
14030
-  eval "$as_ac_var=yes"
 
14031
-else
 
14032
-  $as_echo "$as_me: failed program was:" >&5
 
14033
-sed 's/^/| /' conftest.$ac_ext >&5
 
14034
-
 
14035
-       eval "$as_ac_var=no"
 
14036
-fi
 
14037
-
 
14038
-rm -rf conftest.dSYM
 
14039
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
14040
-      conftest$ac_exeext conftest.$ac_ext
 
14041
-fi
 
14042
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
14043
-                $as_echo "$as_val"'`
 
14044
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
14045
-$as_echo "$ac_res" >&6; }
 
14046
-as_val=`eval 'as_val=${'$as_ac_var'}
 
14047
-                $as_echo "$as_val"'`
 
14048
-   if test "x$as_val" = x""yes; then
 
14049
+do :
 
14050
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
14051
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
14052
+eval as_val=\$$as_ac_var
 
14053
+   if test "x$as_val" = x""yes; then :
 
14054
   cat >>confdefs.h <<_ACEOF
 
14055
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
14056
 _ACEOF
 
14057
@@ -18943,102 +14374,12 @@
 
14058
 done
 
14059
 
 
14060
 
 
14061
-
 
14062
 for ac_func in unshare
 
14063
-do
 
14064
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
14065
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
14066
-$as_echo_n "checking for $ac_func... " >&6; }
 
14067
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
14068
-  $as_echo_n "(cached) " >&6
 
14069
-else
 
14070
-  cat >conftest.$ac_ext <<_ACEOF
 
14071
-/* confdefs.h.  */
 
14072
-_ACEOF
 
14073
-cat confdefs.h >>conftest.$ac_ext
 
14074
-cat >>conftest.$ac_ext <<_ACEOF
 
14075
-/* end confdefs.h.  */
 
14076
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
14077
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
14078
-#define $ac_func innocuous_$ac_func
 
14079
-
 
14080
-/* System header to define __stub macros and hopefully few prototypes,
 
14081
-    which can conflict with char $ac_func (); below.
 
14082
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
14083
-    <limits.h> exists even on freestanding compilers.  */
 
14084
-
 
14085
-#ifdef __STDC__
 
14086
-# include <limits.h>
 
14087
-#else
 
14088
-# include <assert.h>
 
14089
-#endif
 
14090
-
 
14091
-#undef $ac_func
 
14092
-
 
14093
-/* Override any GCC internal prototype to avoid an error.
 
14094
-   Use char because int might match the return type of a GCC
 
14095
-   builtin and then its argument prototype would still apply.  */
 
14096
-#ifdef __cplusplus
 
14097
-extern "C"
 
14098
-#endif
 
14099
-char $ac_func ();
 
14100
-/* The GNU C library defines this for functions which it implements
 
14101
-    to always fail with ENOSYS.  Some functions are actually named
 
14102
-    something starting with __ and the normal name is an alias.  */
 
14103
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
14104
-choke me
 
14105
-#endif
 
14106
-
 
14107
-int
 
14108
-main ()
 
14109
-{
 
14110
-return $ac_func ();
 
14111
-  ;
 
14112
-  return 0;
 
14113
-}
 
14114
-_ACEOF
 
14115
-rm -f conftest.$ac_objext conftest$ac_exeext
 
14116
-if { (ac_try="$ac_link"
 
14117
-case "(($ac_try" in
 
14118
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14119
-  *) ac_try_echo=$ac_try;;
 
14120
-esac
 
14121
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14122
-$as_echo "$ac_try_echo") >&5
 
14123
-  (eval "$ac_link") 2>conftest.er1
 
14124
-  ac_status=$?
 
14125
-  grep -v '^ *+' conftest.er1 >conftest.err
 
14126
-  rm -f conftest.er1
 
14127
-  cat conftest.err >&5
 
14128
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14129
-  (exit $ac_status); } && {
 
14130
-        test -z "$ac_c_werror_flag" ||
 
14131
-        test ! -s conftest.err
 
14132
-       } && test -s conftest$ac_exeext && {
 
14133
-        test "$cross_compiling" = yes ||
 
14134
-        $as_test_x conftest$ac_exeext
 
14135
-       }; then
 
14136
-  eval "$as_ac_var=yes"
 
14137
-else
 
14138
-  $as_echo "$as_me: failed program was:" >&5
 
14139
-sed 's/^/| /' conftest.$ac_ext >&5
 
14140
-
 
14141
-       eval "$as_ac_var=no"
 
14142
-fi
 
14143
-
 
14144
-rm -rf conftest.dSYM
 
14145
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
14146
-      conftest$ac_exeext conftest.$ac_ext
 
14147
-fi
 
14148
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
14149
-                $as_echo "$as_val"'`
 
14150
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
14151
-$as_echo "$ac_res" >&6; }
 
14152
-as_val=`eval 'as_val=${'$as_ac_var'}
 
14153
-                $as_echo "$as_val"'`
 
14154
-   if test "x$as_val" = x""yes; then
15569
14155
+do :
15570
14156
+  ac_fn_c_check_func "$LINENO" "unshare" "ac_cv_func_unshare"
15571
14157
+if test "x$ac_cv_func_unshare" = x""yes; then :
15575
14161
 _ACEOF
15576
14162
  UNSHARE=yes
15577
14163
 else
15578
 
@@ -19058,9 +14450,9 @@
 
14164
@@ -19058,9 +14399,9 @@
15579
14165
 enable_man=yes
15580
14166
 # Extract the first word of "xsltproc", so it can be a program name with args.
15581
14167
 set dummy xsltproc; ac_word=$2
15587
14173
   $as_echo_n "(cached) " >&6
15588
14174
 else
15589
14175
   case $XSLTPROC in
15590
 
@@ -19073,14 +14465,14 @@
 
14176
@@ -19073,14 +14414,14 @@
15591
14177
 do
15592
14178
   IFS=$as_save_IFS
15593
14179
   test -z "$as_dir" && as_dir=.
15605
14191
 IFS=$as_save_IFS
15606
14192
 
15607
14193
   ;;
15608
 
@@ -19088,10 +14480,10 @@
 
14194
@@ -19088,10 +14429,10 @@
15609
14195
 fi
15610
14196
 XSLTPROC=$ac_cv_path_XSLTPROC
15611
14197
 if test -n "$XSLTPROC"; then
15618
14204
 $as_echo "no" >&6; }
15619
14205
 fi
15620
14206
 
15621
 
@@ -19101,9 +14493,9 @@
 
14207
@@ -19101,9 +14442,9 @@
15622
14208
 fi
15623
14209
 # Extract the first word of "xmllint", so it can be a program name with args.
15624
14210
 set dummy xmllint; ac_word=$2
15630
14216
   $as_echo_n "(cached) " >&6
15631
14217
 else
15632
14218
   case $XMLLINT in
15633
 
@@ -19116,14 +14508,14 @@
 
14219
@@ -19116,14 +14457,14 @@
15634
14220
 do
15635
14221
   IFS=$as_save_IFS
15636
14222
   test -z "$as_dir" && as_dir=.
15648
14234
 IFS=$as_save_IFS
15649
14235
 
15650
14236
   test -z "$ac_cv_path_XMLLINT" && ac_cv_path_XMLLINT="/bin/true"
15651
 
@@ -19132,10 +14524,10 @@
 
14237
@@ -19132,10 +14473,10 @@
15652
14238
 fi
15653
14239
 XMLLINT=$ac_cv_path_XMLLINT
15654
14240
 if test -n "$XMLLINT"; then
15661
14247
 $as_echo "no" >&6; }
15662
14248
 fi
15663
14249
 
15664
 
@@ -19144,7 +14536,7 @@
 
14250
@@ -19144,7 +14485,7 @@
15665
14251
   # check for the presence of the XML catalog
15666
14252
 
15667
14253
 # Check whether --with-xml-catalog was given.
15670
14256
   withval=$with_xml_catalog;
15671
14257
 else
15672
14258
   with_xml_catalog=/etc/xml/catalog
15673
 
@@ -19153,23 +14545,23 @@
 
14259
@@ -19153,23 +14494,23 @@
15674
14260
   jh_found_xmlcatalog=true
15675
14261
   XML_CATALOG_FILE="$with_xml_catalog"
15676
14262
 
15699
14285
   $as_echo_n "(cached) " >&6
15700
14286
 else
15701
14287
   case $XMLCATALOG in
15702
 
@@ -19182,14 +14574,14 @@
 
14288
@@ -19182,14 +14523,14 @@
15703
14289
 do
15704
14290
   IFS=$as_save_IFS
15705
14291
   test -z "$as_dir" && as_dir=.
15717
14303
 IFS=$as_save_IFS
15718
14304
 
15719
14305
   test -z "$ac_cv_path_XMLCATALOG" && ac_cv_path_XMLCATALOG="no"
15720
 
@@ -19198,10 +14590,10 @@
 
14306
@@ -19198,10 +14539,10 @@
15721
14307
 fi
15722
14308
 XMLCATALOG=$ac_cv_path_XMLCATALOG
15723
14309
 if test -n "$XMLCATALOG"; then
15730
14316
 $as_echo "no" >&6; }
15731
14317
 fi
15732
14318
 
15733
 
@@ -19217,35 +14609,35 @@
 
14319
@@ -19217,35 +14558,35 @@
15734
14320
   fi
15735
14321
 
15736
14322
 
15778
14364
 $as_echo "not found" >&6; }
15779
14365
     enable_man=no
15780
14366
   fi
15781
 
@@ -19253,9 +14645,9 @@
 
14367
@@ -19253,9 +14594,9 @@
15782
14368
 
15783
14369
 # Extract the first word of "w3m", so it can be a program name with args.
15784
14370
 set dummy w3m; ac_word=$2
15790
14376
   $as_echo_n "(cached) " >&6
15791
14377
 else
15792
14378
   case $BROWSER in
15793
 
@@ -19268,14 +14660,14 @@
 
14379
@@ -19268,14 +14609,14 @@
15794
14380
 do
15795
14381
   IFS=$as_save_IFS
15796
14382
   test -z "$as_dir" && as_dir=.
15808
14394
 IFS=$as_save_IFS
15809
14395
 
15810
14396
   ;;
15811
 
@@ -19283,10 +14675,10 @@
 
14397
@@ -19283,10 +14624,10 @@
15812
14398
 fi
15813
14399
 BROWSER=$ac_cv_path_BROWSER
15814
14400
 if test -n "$BROWSER"; then
15821
14407
 $as_echo "no" >&6; }
15822
14408
 fi
15823
14409
 
15824
 
@@ -19299,9 +14691,9 @@
 
14410
@@ -19299,9 +14640,9 @@
15825
14411
 
15826
14412
 # Extract the first word of "fop", so it can be a program name with args.
15827
14413
 set dummy fop; ac_word=$2
15833
14419
   $as_echo_n "(cached) " >&6
15834
14420
 else
15835
14421
   case $FO2PDF in
15836
 
@@ -19314,14 +14706,14 @@
 
14422
@@ -19314,14 +14655,14 @@
15837
14423
 do
15838
14424
   IFS=$as_save_IFS
15839
14425
   test -z "$as_dir" && as_dir=.
15851
14437
 IFS=$as_save_IFS
15852
14438
 
15853
14439
   ;;
15854
 
@@ -19329,10 +14721,10 @@
 
14440
@@ -19329,10 +14670,10 @@
15855
14441
 fi
15856
14442
 FO2PDF=$ac_cv_path_FO2PDF
15857
14443
 if test -n "$FO2PDF"; then
15864
14450
 $as_echo "no" >&6; }
15865
14451
 fi
15866
14452
 
15867
 
@@ -19358,16 +14750,16 @@
 
14453
@@ -19358,16 +14699,16 @@
15868
14454
 
15869
14455
 
15870
14456
 
15884
14470
 $as_echo "$USE_NLS" >&6; }
15885
14471
 
15886
14472
 
15887
 
@@ -19408,9 +14800,9 @@
 
14473
@@ -19408,9 +14749,9 @@
15888
14474
 
15889
14475
 # Extract the first word of "msgfmt", so it can be a program name with args.
15890
14476
 set dummy msgfmt; ac_word=$2
15896
14482
   $as_echo_n "(cached) " >&6
15897
14483
 else
15898
14484
   case "$MSGFMT" in
15899
 
@@ -19440,18 +14832,18 @@
 
14485
@@ -19440,18 +14781,18 @@
15900
14486
 fi
15901
14487
 MSGFMT="$ac_cv_path_MSGFMT"
15902
14488
 if test "$MSGFMT" != ":"; then
15919
14505
   $as_echo_n "(cached) " >&6
15920
14506
 else
15921
14507
   case $GMSGFMT in
15922
 
@@ -19464,14 +14856,14 @@
 
14508
@@ -19464,14 +14805,14 @@
15923
14509
 do
15924
14510
   IFS=$as_save_IFS
15925
14511
   test -z "$as_dir" && as_dir=.
15937
14523
 IFS=$as_save_IFS
15938
14524
 
15939
14525
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
15940
 
@@ -19480,10 +14872,10 @@
 
14526
@@ -19480,10 +14821,10 @@
15941
14527
 fi
15942
14528
 GMSGFMT=$ac_cv_path_GMSGFMT
15943
14529
 if test -n "$GMSGFMT"; then
15950
14536
 $as_echo "no" >&6; }
15951
14537
 fi
15952
14538
 
15953
 
@@ -19531,9 +14923,9 @@
 
14539
@@ -19531,9 +14872,9 @@
15954
14540
 
15955
14541
 # Extract the first word of "xgettext", so it can be a program name with args.
15956
14542
 set dummy xgettext; ac_word=$2
15962
14548
   $as_echo_n "(cached) " >&6
15963
14549
 else
15964
14550
   case "$XGETTEXT" in
15965
 
@@ -19563,10 +14955,10 @@
 
14551
@@ -19563,10 +14904,10 @@
15966
14552
 fi
15967
14553
 XGETTEXT="$ac_cv_path_XGETTEXT"
15968
14554
 if test "$XGETTEXT" != ":"; then
15975
14561
 $as_echo "no" >&6; }
15976
14562
 fi
15977
14563
 
15978
 
@@ -19609,9 +15001,9 @@
 
14564
@@ -19609,9 +14950,9 @@
15979
14565
 
15980
14566
 # Extract the first word of "msgmerge", so it can be a program name with args.
15981
14567
 set dummy msgmerge; ac_word=$2
15987
14573
   $as_echo_n "(cached) " >&6
15988
14574
 else
15989
14575
   case "$MSGMERGE" in
15990
 
@@ -19640,10 +15032,10 @@
 
14576
@@ -19640,10 +14981,10 @@
15991
14577
 fi
15992
14578
 MSGMERGE="$ac_cv_path_MSGMERGE"
15993
14579
 if test "$MSGMERGE" != ":"; then
16000
14586
 $as_echo "no" >&6; }
16001
14587
 fi
16002
14588
 
16003
 
@@ -19675,7 +15067,7 @@
 
14589
@@ -19675,7 +15016,7 @@
16004
14590
 
16005
14591
 
16006
14592
 # Check whether --with-gnu-ld was given.
16009
14595
   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
16010
14596
 else
16011
14597
   with_gnu_ld=no
16012
 
@@ -19697,7 +15089,7 @@
 
14598
@@ -19697,7 +15038,7 @@
16013
14599
 ac_prog=ld
16014
14600
 if test "$GCC" = yes; then
16015
14601
   # Check if gcc -print-prog-name=ld gives a path.
16018
14604
 $as_echo_n "checking for ld used by GCC... " >&6; }
16019
14605
   case $host in
16020
14606
   *-*-mingw*)
16021
 
@@ -19727,13 +15119,13 @@
 
14607
@@ -19727,13 +15068,13 @@
16022
14608
     ;;
16023
14609
   esac
16024
14610
 elif test "$with_gnu_ld" = yes; then
16035
14621
   $as_echo_n "(cached) " >&6
16036
14622
 else
16037
14623
   if test -z "$LD"; then
16038
 
@@ -19761,18 +15153,16 @@
 
14624
@@ -19761,18 +15102,16 @@
16039
14625
 
16040
14626
 LD="$acl_cv_path_LD"
16041
14627
 if test -n "$LD"; then
16059
14645
   $as_echo_n "(cached) " >&6
16060
14646
 else
16061
14647
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
16062
 
@@ -19783,16 +15173,16 @@
 
14648
@@ -19783,16 +15122,16 @@
16063
14649
   acl_cv_prog_gnu_ld=no ;;
16064
14650
 esac
16065
14651
 fi
16079
14665
   $as_echo_n "(cached) " >&6
16080
14666
 else
16081
14667
 
16082
 
@@ -19803,7 +15193,7 @@
 
14668
@@ -19803,7 +15142,7 @@
16083
14669
     acl_cv_rpath=done
16084
14670
 
16085
14671
 fi
16088
14674
 $as_echo "$acl_cv_rpath" >&6; }
16089
14675
   wl="$acl_cv_wl"
16090
14676
   acl_libext="$acl_cv_libext"
16091
 
@@ -19815,7 +15205,7 @@
 
14677
@@ -19815,7 +15154,7 @@
16092
14678
   acl_hardcode_direct="$acl_cv_hardcode_direct"
16093
14679
   acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
16094
14680
     # Check whether --enable-rpath was given.
16097
14683
   enableval=$enable_rpath; :
16098
14684
 else
16099
14685
   enable_rpath=yes
16100
 
@@ -19864,7 +15254,7 @@
 
14686
@@ -19864,7 +15203,7 @@
16101
14687
 
16102
14688
 
16103
14689
 # Check whether --with-libiconv-prefix was given.
16106
14692
   withval=$with_libiconv_prefix;
16107
14693
     if test "X$withval" = "Xno"; then
16108
14694
       use_additional=no
16109
 
@@ -20304,18 +15694,14 @@
 
14695
@@ -20304,18 +15643,14 @@
16110
14696
 
16111
14697
 
16112
14698
 
16128
14714
 /* end confdefs.h.  */
16129
14715
 #include <CoreFoundation/CFPreferences.h>
16130
14716
 int
16131
 
@@ -20326,61 +15712,30 @@
 
14717
@@ -20326,61 +15661,30 @@
16132
14718
   return 0;
16133
14719
 }
16134
14720
 _ACEOF
16199
14785
 /* end confdefs.h.  */
16200
14786
 #include <CoreFoundation/CFLocale.h>
16201
14787
 int
16202
 
@@ -20391,47 +15746,20 @@
 
14788
@@ -20391,47 +15695,20 @@
16203
14789
   return 0;
16204
14790
 }
16205
14791
 _ACEOF
16253
14839
 
16254
14840
   fi
16255
14841
   INTL_MACOSX_LIBS=
16256
 
@@ -20476,16 +15804,12 @@
 
14842
@@ -20476,16 +15753,12 @@
16257
14843
           gt_expression_test_code=
16258
14844
         fi
16259
14845
 
16273
14859
 /* end confdefs.h.  */
16274
14860
 #include <libintl.h>
16275
14861
 $gt_revision_test_code
16276
 
@@ -20500,42 +15824,16 @@
 
14862
@@ -20500,42 +15773,16 @@
16277
14863
   return 0;
16278
14864
 }
16279
14865
 _ACEOF
16322
14908
 $as_echo "$ac_res" >&6; }
16323
14909
 
16324
14910
         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
16325
 
@@ -20569,19 +15867,15 @@
 
14911
@@ -20569,19 +15816,15 @@
16326
14912
   done
16327
14913
 
16328
14914
 
16345
14931
 /* end confdefs.h.  */
16346
14932
 #include <stdlib.h>
16347
14933
 #include <iconv.h>
16348
 
@@ -20595,46 +15889,15 @@
 
14934
@@ -20595,46 +15838,15 @@
16349
14935
   return 0;
16350
14936
 }
16351
14937
 _ACEOF
16396
14982
 /* end confdefs.h.  */
16397
14983
 #include <stdlib.h>
16398
14984
 #include <iconv.h>
16399
 
@@ -20648,49 +15911,22 @@
 
14985
@@ -20648,49 +15860,22 @@
16400
14986
   return 0;
16401
14987
 }
16402
14988
 _ACEOF
16452
15038
   $as_echo_n "(cached) " >&6
16453
15039
 else
16454
15040
 
16455
 
@@ -20698,17 +15934,13 @@
 
15041
@@ -20698,17 +15883,13 @@
16456
15042
       if test $am_cv_lib_iconv = yes; then
16457
15043
         LIBS="$LIBS $LIBICONV"
16458
15044
       fi
16472
15058
 /* end confdefs.h.  */
16473
15059
 
16474
15060
 #include <iconv.h>
16475
 
@@ -20768,46 +16000,19 @@
 
15061
@@ -20768,46 +15949,19 @@
16476
15062
   return 0;
16477
15063
 }
16478
15064
 _ACEOF
16524
15110
 $as_echo "$am_cv_func_iconv_works" >&6; }
16525
15111
     case "$am_cv_func_iconv_works" in
16526
15112
       *no) am_func_iconv=no am_cv_lib_iconv=no ;;
16527
 
@@ -20818,15 +16023,13 @@
 
15113
@@ -20818,15 +15972,13 @@
16528
15114
   fi
16529
15115
   if test "$am_func_iconv" = yes; then
16530
15116
 
16543
15129
 $as_echo "$LIBICONV" >&6; }
16544
15130
   else
16545
15131
             CPPFLAGS="$am_save_CPPFLAGS"
16546
 
@@ -20856,7 +16059,7 @@
 
15132
@@ -20856,7 +16008,7 @@
16547
15133
 
16548
15134
 
16549
15135
 # Check whether --with-libintl-prefix was given.
16552
15138
   withval=$with_libintl_prefix;
16553
15139
     if test "X$withval" = "Xno"; then
16554
15140
       use_additional=no
16555
 
@@ -21272,20 +16475,16 @@
 
15141
@@ -21272,20 +16424,16 @@
16556
15142
     done
16557
15143
   fi
16558
15144
 
16576
15162
 /* end confdefs.h.  */
16577
15163
 #include <libintl.h>
16578
15164
 $gt_revision_test_code
16579
 
@@ -21304,45 +16503,16 @@
 
15165
@@ -21304,45 +16452,16 @@
16580
15166
   return 0;
16581
15167
 }
16582
15168
 _ACEOF
16627
15213
 /* end confdefs.h.  */
16628
15214
 #include <libintl.h>
16629
15215
 $gt_revision_test_code
16630
 
@@ -21361,48 +16531,20 @@
 
15216
@@ -21361,48 +16480,20 @@
16631
15217
   return 0;
16632
15218
 }
16633
15219
 _ACEOF
16681
15267
 $as_echo "$ac_res" >&6; }
16682
15268
         fi
16683
15269
 
16684
 
@@ -21430,21 +16572,19 @@
 
15270
@@ -21430,21 +16521,19 @@
16685
15271
     if test "$gt_use_preinstalled_gnugettext" = "yes" \
16686
15272
        || test "$nls_cv_use_gnu_gettext" = "yes"; then
16687
15273
 
16707
15293
 $as_echo_n "checking where the gettext function comes from... " >&6; }
16708
15294
     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
16709
15295
       if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
16710
 
@@ -21455,7 +16595,7 @@
 
15296
@@ -21455,7 +16544,7 @@
16711
15297
     else
16712
15298
       gt_source="included intl directory"
16713
15299
     fi
16716
15302
 $as_echo "$gt_source" >&6; }
16717
15303
   fi
16718
15304
 
16719
 
@@ -21463,9 +16603,9 @@
 
15305
@@ -21463,9 +16552,9 @@
16720
15306
 
16721
15307
     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
16722
15308
       if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
16728
15314
 $as_echo "$LIBINTL" >&6; }
16729
15315
 
16730
15316
   for element in $INCINTL; do
16731
 
@@ -21493,14 +16633,10 @@
 
15317
@@ -21493,14 +16582,10 @@
16732
15318
       fi
16733
15319
 
16734
15320
 
16745
15331
 
16746
15332
     fi
16747
15333
 
16748
 
@@ -21515,227 +16651,32 @@
16749
 
 
16750
 
 
16751
 
 
 
15334
@@ -21509,233 +16594,38 @@
 
15335
 
 
15336
 
 
15337
 
 
15338
-    INTLLIBS="$LIBINTL"
 
15339
-
 
15340
-
 
15341
-
 
15342
-
 
15343
-
16752
15344
-
16753
15345
-
16754
15346
-for ac_func in dngettext
16901
15493
-else
16902
15494
-  $as_echo "$as_me: failed program was:" >&5
16903
15495
-sed 's/^/| /' conftest.$ac_ext >&5
16904
 
-
 
15496
+    INTLLIBS="$LIBINTL"
 
15497
 
16905
15498
-       ac_cv_have_decl___NR_keyctl=no
16906
15499
-fi
16907
 
-
 
15500
 
16908
15501
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16909
15502
-fi
16910
15503
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___NR_keyctl" >&5
16914
15507
-else
16915
15508
-  have_key_syscalls=0
16916
15509
-fi
16917
 
-
 
15510
 
16918
15511
-{ $as_echo "$as_me:$LINENO: checking whether ENOKEY is declared" >&5
16919
15512
-$as_echo_n "checking whether ENOKEY is declared... " >&6; }
16920
15513
-if test "${ac_cv_have_decl_ENOKEY+set}" = set; then
16927
15520
-cat >>conftest.$ac_ext <<_ACEOF
16928
15521
-/* end confdefs.h.  */
16929
15522
-#include <errno.h>
16930
 
-
 
15523
 
16931
15524
-int
16932
15525
-main ()
16933
15526
-{
16934
15527
-#ifndef ENOKEY
16935
15528
-  (void) ENOKEY;
16936
15529
-#endif
16937
 
-
 
15530
 
16938
15531
-  ;
16939
15532
-  return 0;
16940
15533
-}
16994
15587
   have_key_errors=1
16995
15588
 else
16996
15589
   have_key_errors=0
16997
 
@@ -21750,9 +16691,7 @@
 
15590
@@ -21750,9 +16640,7 @@
16998
15591
 
16999
15592
 if test $HAVE_KEY_MANAGEMENT = 1; then
17000
15593
 
17005
15598
 
17006
15599
 fi
17007
15600
 HAVE_KEY_MANAGEMENT=$HAVE_KEY_MANAGEMENT
17008
 
@@ -21796,13 +16735,13 @@
 
15601
@@ -21796,13 +16684,13 @@
17009
15602
     case $ac_val in #(
17010
15603
     *${as_nl}*)
17011
15604
       case $ac_var in #(
17021
15614
       esac ;;
17022
15615
     esac
17023
15616
   done
17024
 
@@ -21810,8 +16749,8 @@
 
15617
@@ -21810,8 +16698,8 @@
17025
15618
   (set) 2>&1 |
17026
15619
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17027
15620
     *${as_nl}ac_space=\ *)
17032
15625
       sed -n \
17033
15626
        "s/'/'\\\\''/g;
17034
15627
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17035
 
@@ -21834,11 +16773,11 @@
 
15628
@@ -21834,11 +16722,11 @@
17036
15629
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17037
15630
   if test -w "$cache_file"; then
17038
15631
     test "x$cache_file" != "x/dev/null" &&
17046
15639
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17047
15640
   fi
17048
15641
 fi
17049
 
@@ -21858,114 +16797,84 @@
 
15642
@@ -21858,8 +16746,8 @@
17050
15643
   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17051
15644
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17052
15645
   #    will be set to the directory where LIBOBJS objects are built.
17057
15650
 done
17058
15651
 LIBOBJS=$ac_libobjs
17059
15652
 
17060
 
 LTLIBOBJS=$ac_ltlibobjs
17061
 
 
17062
 
 
17063
 
+ if test -n "$EXEEXT"; then
17064
 
+  am__EXEEXT_TRUE=
17065
 
+  am__EXEEXT_FALSE='#'
17066
 
+else
17067
 
+  am__EXEEXT_TRUE='#'
17068
 
+  am__EXEEXT_FALSE=
17069
 
+fi
17070
 
+
 
15653
@@ -21867,105 +16755,67 @@
 
15654
 
 
15655
 
17071
15656
 if test -z "${STATIC_MODULES_TRUE}" && test -z "${STATIC_MODULES_FALSE}"; then
17072
15657
-  { { $as_echo "$as_me:$LINENO: error: conditional \"STATIC_MODULES\" was never defined.
17073
15658
-Usually this means the macro was only invoked conditionally." >&5
17200
15785
 #! $SHELL
17201
15786
 # Generated by $as_me.
17202
15787
 # Run this file to recreate the current configuration.
17203
 
@@ -21975,17 +16884,18 @@
 
15788
@@ -21975,17 +16825,18 @@
17204
15789
 debug=false
17205
15790
 ac_cs_recheck=false
17206
15791
 ac_cs_silent=false
17226
15811
   emulate sh
17227
15812
   NULLCMD=:
17228
15813
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17229
 
@@ -21993,23 +16903,15 @@
 
15814
@@ -21993,23 +16844,15 @@
17230
15815
   alias -g '${1+"$@"}'='"$@"'
17231
15816
   setopt NO_GLOB_SUBST
17232
15817
 else
17255
15840
 as_nl='
17256
15841
 '
17257
15842
 export as_nl
17258
 
@@ -22017,7 +16919,13 @@
 
15843
@@ -22017,7 +16860,13 @@
17259
15844
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17260
15845
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17261
15846
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17270
15855
   as_echo='printf %s\n'
17271
15856
   as_echo_n='printf %s'
17272
15857
 else
17273
 
@@ -22028,7 +16936,7 @@
 
15858
@@ -22028,7 +16877,7 @@
17274
15859
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17275
15860
     as_echo_n_body='eval
17276
15861
       arg=$1;
17279
15864
       *"$as_nl"*)
17280
15865
        expr "X$arg" : "X\\(.*\\)$as_nl";
17281
15866
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17282
 
@@ -22051,13 +16959,6 @@
 
15867
@@ -22051,13 +16900,6 @@
17283
15868
   }
17284
15869
 fi
17285
15870
 
17293
15878
 
17294
15879
 # IFS
17295
15880
 # We need space, tab and new line, in precisely that order.  Quoting is
17296
 
@@ -22067,15 +16968,15 @@
 
15881
@@ -22067,15 +16909,15 @@
17297
15882
 IFS=" ""       $as_nl"
17298
15883
 
17299
15884
 # Find who we are.  Look in the path if we contain no directory separator.
17312
15897
 IFS=$as_save_IFS
17313
15898
 
17314
15899
      ;;
17315
 
@@ -22087,12 +16988,16 @@
 
15900
@@ -22087,12 +16929,16 @@
17316
15901
 fi
17317
15902
 if test ! -f "$as_myself"; then
17318
15903
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17333
15918
 done
17334
15919
 PS1='$ '
17335
15920
 PS2='> '
17336
 
@@ -22104,7 +17009,89 @@
 
15921
@@ -22104,7 +16950,89 @@
17337
15922
 LANGUAGE=C
17338
15923
 export LANGUAGE
17339
15924
 
17424
16009
 if expr a : '\(a\)' >/dev/null 2>&1 &&
17425
16010
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
17426
16011
   as_expr=expr
17427
 
@@ -22118,8 +17105,12 @@
 
16012
@@ -22118,8 +17046,12 @@
17428
16013
   as_basename=false
17429
16014
 fi
17430
16015
 
17438
16023
 as_me=`$as_basename -- "$0" ||
17439
16024
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17440
16025
         X"$0" : 'X\(//\)$' \| \
17441
 
@@ -22139,76 +17130,25 @@
 
16026
@@ -22139,76 +17071,25 @@
17442
16027
          }
17443
16028
          s/.*/./; q'`
17444
16029
 
17526
16111
 
17527
16112
 rm -f conf$$ conf$$.exe conf$$.file
17528
16113
 if test -d conf$$.dir; then
17529
 
@@ -22237,8 +17177,56 @@
 
16114
@@ -22237,8 +17118,56 @@
17530
16115
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17531
16116
 rmdir conf$$.dir 2>/dev/null
17532
16117
 
17584
16169
 else
17585
16170
   test -d ./-p && rmdir ./-p
17586
16171
   as_mkdir_p=false
17587
 
@@ -22257,10 +17245,10 @@
 
16172
@@ -22257,10 +17186,10 @@
17588
16173
       if test -d "$1"; then
17589
16174
        test -d "$1/.";
17590
16175
       else
17597
16182
        ???[sx]*):;;*)false;;esac;fi
17598
16183
     '\'' sh
17599
16184
   '
17600
 
@@ -22275,13 +17263,19 @@
 
16185
@@ -22275,13 +17204,19 @@
17601
16186
 
17602
16187
 
17603
16188
 exec 6>&1
17619
16204
 
17620
16205
   CONFIG_FILES    = $CONFIG_FILES
17621
16206
   CONFIG_HEADERS  = $CONFIG_HEADERS
17622
 
@@ -22313,10 +17307,11 @@
 
16207
@@ -22313,10 +17248,11 @@
17623
16208
 
17624
16209
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17625
16210
 ac_cs_usage="\
17634
16219
 
17635
16220
   -h, --help       print this help, then exit
17636
16221
   -V, --version    print version number and configuration settings, then exit
17637
 
@@ -22338,16 +17333,16 @@
 
16222
@@ -22338,16 +17274,16 @@
17638
16223
 Configuration commands:
17639
16224
 $config_commands
17640
16225
 
17654
16239
 This config.status script is free software; the Free Software Foundation
17655
16240
 gives unlimited permission to copy, distribute and modify it."
17656
16241
 
17657
 
@@ -22390,20 +17385,19 @@
 
16242
@@ -22390,20 +17326,19 @@
17658
16243
     case $ac_optarg in
17659
16244
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17660
16245
     esac
17679
16264
   --help | --hel | -h )
17680
16265
     $as_echo "$ac_cs_usage"; exit ;;
17681
16266
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17682
 
@@ -22411,11 +17405,10 @@
 
16267
@@ -22411,11 +17346,10 @@
17683
16268
     ac_cs_silent=: ;;
17684
16269
 
17685
16270
   # This is an error.
17694
16279
      ac_need_defaults=false ;;
17695
16280
 
17696
16281
   esac
17697
 
@@ -22796,9 +17789,7 @@
 
16282
@@ -22796,9 +17730,7 @@
17698
16283
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
17699
16284
     "xtests/Makefile") CONFIG_FILES="$CONFIG_FILES xtests/Makefile" ;;
17700
16285
 
17705
16290
   esac
17706
16291
 done
17707
16292
 
17708
 
@@ -22825,7 +17816,7 @@
 
16293
@@ -22825,7 +17757,7 @@
17709
16294
   trap 'exit_status=$?
17710
16295
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17711
16296
 ' 0
17714
16299
 }
17715
16300
 # Create a (secure) tmp directory for tmp files.
17716
16301
 
17717
 
@@ -22836,11 +17827,7 @@
 
16302
@@ -22836,11 +17768,7 @@
17718
16303
 {
17719
16304
   tmp=./conf$$-$RANDOM
17720
16305
   (umask 077 && mkdir "$tmp")
17727
16312
 
17728
16313
 # Set up the scripts for CONFIG_FILES section.
17729
16314
 # No need to generate them if there are no CONFIG_FILES.
17730
 
@@ -22848,10 +17835,16 @@
 
16315
@@ -22848,10 +17776,16 @@
17731
16316
 if test -n "$CONFIG_FILES"; then
17732
16317
 
17733
16318
 
17746
16331
 else
17747
16332
   ac_cs_awk_cr=$ac_cr
17748
16333
 fi
17749
 
@@ -22865,24 +17858,18 @@
 
16334
@@ -22865,24 +17799,18 @@
17750
16335
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17751
16336
   echo "_ACEOF"
17752
16337
 } >conf$$subs.sh ||
17774
16359
   else
17775
16360
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17776
16361
   fi
17777
 
@@ -22971,9 +17958,7 @@
 
16362
@@ -22971,9 +17899,7 @@
17778
16363
 else
17779
16364
   cat
17780
16365
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17785
16370
 _ACEOF
17786
16371
 
17787
16372
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17788
 
@@ -23014,9 +17999,7 @@
 
16373
@@ -23014,9 +17940,7 @@
17789
16374
   if test -z "$ac_t"; then
17790
16375
     break
17791
16376
   elif $ac_last_try; then
17796
16381
   else
17797
16382
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17798
16383
   fi
17799
 
@@ -23101,9 +18084,7 @@
 
16384
@@ -23101,9 +18025,7 @@
17800
16385
 _ACAWK
17801
16386
 _ACEOF
17802
16387
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17807
16392
 fi # test -n "$CONFIG_HEADERS"
17808
16393
 
17809
16394
 
17810
 
@@ -23116,9 +18097,7 @@
 
16395
@@ -23116,9 +18038,7 @@
17811
16396
   esac
17812
16397
   case $ac_mode$ac_tag in
17813
16398
   :[FHL]*:*);;
17818
16403
   :[FH]-) ac_tag=-:-;;
17819
16404
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17820
16405
   esac
17821
 
@@ -23146,12 +18125,10 @@
 
16406
@@ -23146,12 +18066,10 @@
17822
16407
           [\\/$]*) false;;
17823
16408
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17824
16409
           esac ||
17833
16418
     done
17834
16419
 
17835
16420
     # Let's still pretend it is `configure' which instantiates (i.e., don't
17836
 
@@ -23162,7 +18139,7 @@
 
16421
@@ -23162,7 +18080,7 @@
17837
16422
        `' by configure.'
17838
16423
     if test x"$ac_file" != x-; then
17839
16424
       configure_input="$ac_file.  $configure_input"
17842
16427
 $as_echo "$as_me: creating $ac_file" >&6;}
17843
16428
     fi
17844
16429
     # Neutralize special characters interpreted by sed in replacement strings.
17845
 
@@ -23175,9 +18152,7 @@
 
16430
@@ -23175,9 +18093,7 @@
17846
16431
 
17847
16432
     case $ac_tag in
17848
16433
     *:-:* | *:-) cat >"$tmp/stdin" \
17853
16438
     esac
17854
16439
     ;;
17855
16440
   esac
17856
 
@@ -23205,47 +18180,7 @@
 
16441
@@ -23205,47 +18121,7 @@
17857
16442
            q
17858
16443
          }
17859
16444
          s/.*/./; q'`
17902
16487
   ac_builddir=.
17903
16488
 
17904
16489
 case "$ac_dir" in
17905
 
@@ -23302,7 +18237,6 @@
 
16490
@@ -23302,7 +18178,6 @@
17906
16491
 # If the template does not know about datarootdir, expand it.
17907
16492
 # FIXME: This hack should be removed a few years after 2.60.
17908
16493
 ac_datarootdir_hack=; ac_datarootdir_seen=
17910
16495
 ac_sed_dataroot='
17911
16496
 /datarootdir/ {
17912
16497
   p
17913
 
@@ -23312,12 +18246,11 @@
 
16498
@@ -23312,12 +18187,11 @@
17914
16499
 /@docdir@/p
17915
16500
 /@infodir@/p
17916
16501
 /@localedir@/p
17925
16510
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17926
16511
 _ACEOF
17927
16512
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17928
 
@@ -23327,7 +18260,7 @@
 
16513
@@ -23327,7 +18201,7 @@
17929
16514
   s&@infodir@&$infodir&g
17930
16515
   s&@localedir@&$localedir&g
17931
16516
   s&@mandir@&$mandir&g
17934
16519
 esac
17935
16520
 _ACEOF
17936
16521
 
17937
 
@@ -23356,14 +18289,12 @@
 
16522
@@ -23356,14 +18230,12 @@
17938
16523
 $ac_datarootdir_hack
17939
16524
 "
17940
16525
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17951
16536
 which seems to be undefined.  Please make sure it is defined." >&5
17952
16537
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17953
16538
 which seems to be undefined.  Please make sure it is defined." >&2;}
17954
 
@@ -23373,9 +18304,7 @@
 
16539
@@ -23373,9 +18245,7 @@
17955
16540
   -) cat "$tmp/out" && rm -f "$tmp/out";;
17956
16541
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17957
16542
   esac \
17962
16547
  ;;
17963
16548
   :H)
17964
16549
   #
17965
 
@@ -23386,25 +18315,19 @@
 
16550
@@ -23386,25 +18256,19 @@
17966
16551
       $as_echo "/* $configure_input  */" \
17967
16552
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17968
16553
     } >"$tmp/config.h" \
17992
16577
   fi
17993
16578
 # Compute "$ac_file"'s index in $config_headers.
17994
16579
 _am_arg="$ac_file"
17995
 
@@ -23442,34 +18365,35 @@
 
16580
@@ -23442,7 +18306,7 @@
17996
16581
          s/.*/./; q'`/stamp-h$_am_stamp_count
17997
16582
  ;;
17998
16583
 
18001
16586
 $as_echo "$as_me: executing $ac_file commands" >&6;}
18002
16587
  ;;
18003
16588
   esac
18004
 
 
18005
 
 
18006
 
   case $ac_file$ac_mode in
18007
 
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
18008
 
-# are listed without --file.  Let's play safe and only enable the eval
18009
 
-# if we detect the quoting.
18010
 
-case $CONFIG_FILES in
18011
 
-*\'*) eval set x "$CONFIG_FILES" ;;
18012
 
-*)   set x $CONFIG_FILES ;;
18013
 
-esac
18014
 
-shift
18015
 
-for mf
18016
 
-do
18017
 
-  # Strip MF so we end up with the name of the file.
18018
 
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
18019
 
-  # Check whether this is an Automake generated Makefile or not.
18020
 
-  # We used to match only the files named `Makefile.in', but
18021
 
-  # some people rename them; so instead we look at the file content.
18022
 
-  # Grep'ing the first line is not enough: some people post-process
18023
 
-  # each Makefile.in and add a new line on top of each file to say so.
18024
 
-  # Grep'ing the whole file is not good either: AIX grep has a line
18025
 
-  # limit of 2048, but all sed's we know have understand at least 4000.
18026
 
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18027
 
-    dirpart=`$as_dirname -- "$mf" ||
18028
 
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18029
 
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
18030
 
+  # are listed without --file.  Let's play safe and only enable the eval
18031
 
+  # if we detect the quoting.
18032
 
+  case $CONFIG_FILES in
18033
 
+  *\'*) eval set x "$CONFIG_FILES" ;;
18034
 
+  *)   set x $CONFIG_FILES ;;
18035
 
+  esac
18036
 
+  shift
18037
 
+  for mf
18038
 
+  do
18039
 
+    # Strip MF so we end up with the name of the file.
18040
 
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
18041
 
+    # Check whether this is an Automake generated Makefile or not.
18042
 
+    # We used to match only the files named `Makefile.in', but
18043
 
+    # some people rename them; so instead we look at the file content.
18044
 
+    # Grep'ing the first line is not enough: some people post-process
18045
 
+    # each Makefile.in and add a new line on top of each file to say so.
18046
 
+    # Grep'ing the whole file is not good either: AIX grep has a line
18047
 
+    # limit of 2048, but all sed's we know have understand at least 4000.
18048
 
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18049
 
+      dirpart=`$as_dirname -- "$mf" ||
18050
 
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18051
 
         X"$mf" : 'X\(//\)[^/]' \| \
18052
 
         X"$mf" : 'X\(//\)$' \| \
18053
 
@@ -23492,28 +18416,28 @@
18054
 
            q
18055
 
          }
18056
 
          s/.*/./; q'`
18057
 
-  else
18058
 
-    continue
18059
 
-  fi
18060
 
-  # Extract the definition of DEPDIR, am__include, and am__quote
18061
 
-  # from the Makefile without running `make'.
18062
 
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18063
 
-  test -z "$DEPDIR" && continue
18064
 
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
18065
 
-  test -z "am__include" && continue
18066
 
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18067
 
-  # When using ansi2knr, U may be empty or an underscore; expand it
18068
 
-  U=`sed -n 's/^U = //p' < "$mf"`
18069
 
-  # Find all dependency output files, they are included files with
18070
 
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
18071
 
-  # simplest approach to changing $(DEPDIR) to its actual value in the
18072
 
-  # expansion.
18073
 
-  for file in `sed -n "
18074
 
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18075
 
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18076
 
-    # Make sure the directory exists.
18077
 
-    test -f "$dirpart/$file" && continue
18078
 
-    fdir=`$as_dirname -- "$file" ||
18079
 
+    else
18080
 
+      continue
18081
 
+    fi
18082
 
+    # Extract the definition of DEPDIR, am__include, and am__quote
18083
 
+    # from the Makefile without running `make'.
18084
 
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18085
 
+    test -z "$DEPDIR" && continue
18086
 
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
18087
 
+    test -z "am__include" && continue
18088
 
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18089
 
+    # When using ansi2knr, U may be empty or an underscore; expand it
18090
 
+    U=`sed -n 's/^U = //p' < "$mf"`
18091
 
+    # Find all dependency output files, they are included files with
18092
 
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
18093
 
+    # simplest approach to changing $(DEPDIR) to its actual value in the
18094
 
+    # expansion.
18095
 
+    for file in `sed -n "
18096
 
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18097
 
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18098
 
+      # Make sure the directory exists.
18099
 
+      test -f "$dirpart/$file" && continue
18100
 
+      fdir=`$as_dirname -- "$file" ||
18101
 
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18102
 
         X"$file" : 'X\(//\)[^/]' \| \
18103
 
         X"$file" : 'X\(//\)$' \| \
18104
 
@@ -23536,51 +18460,12 @@
 
16589
@@ -23536,47 +18400,7 @@
18105
16590
            q
18106
16591
          }
18107
16592
          s/.*/./; q'`
18141
16626
-         }
18142
16627
-         s/.*/./; q'`
18143
16628
-      test -d "$as_dir" && break
18144
 
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
18145
 
+      # echo "creating $dirpart/$file"
18146
 
+      echo '# dummy' > "$dirpart/$file"
18147
 
     done
 
16629
-    done
18148
16630
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
18149
16631
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
18150
16632
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
18151
16633
-   { (exit 1); exit 1; }; }; }
18152
 
-    # echo "creating $dirpart/$file"
18153
 
-    echo '# dummy' > "$dirpart/$file"
 
16634
+    as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
16635
     # echo "creating $dirpart/$file"
 
16636
     echo '# dummy' > "$dirpart/$file"
18154
16637
   done
18155
 
-done
18156
 
+}
18157
 
  ;;
18158
 
     "libtool":C)
18159
 
 
18160
 
@@ -24335,15 +19220,12 @@
 
16638
@@ -24335,15 +19159,12 @@
18161
16639
 done # for ac_tag
18162
16640
 
18163
16641
 
18175
16653
 
18176
16654
 
18177
16655
 # configure is writing to config.log, and then calls config.status.
18178
 
@@ -24364,10 +19246,10 @@
 
16656
@@ -24364,10 +19185,10 @@
18179
16657
   exec 5>>config.log
18180
16658
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18181
16659
   # would make configure fail if this is the last instruction.
18192
16670
===================================================================
18193
16671
--- pam.deb.orig/modules/pam_namespace/Makefile.in
18194
16672
+++ pam.deb/modules/pam_namespace/Makefile.in
18195
 
@@ -1,8 +1,9 @@
18196
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
18197
 
+# Makefile.in generated by automake 1.11 from Makefile.am.
18198
 
 # @configure_input@
18199
 
 
18200
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18201
 
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
18202
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
18203
 
+# Inc.
18204
 
 # This Makefile.in is free software; the Free Software Foundation
18205
 
 # gives unlimited permission to copy and/or distribute it,
18206
 
 # with or without modifications, as long as this notice is preserved.
18207
 
@@ -23,8 +24,9 @@
18208
 
 
18209
 
 VPATH = @srcdir@
18210
 
 pkgdatadir = $(datadir)/@PACKAGE@
18211
 
-pkglibdir = $(libdir)/@PACKAGE@
18212
 
 pkgincludedir = $(includedir)/@PACKAGE@
18213
 
+pkglibdir = $(libdir)/@PACKAGE@
18214
 
+pkglibexecdir = $(libexecdir)/@PACKAGE@
18215
 
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
18216
 
 install_sh_DATA = $(install_sh) -c -m 644
18217
 
 install_sh_PROGRAM = $(install_sh) -c
18218
 
@@ -46,7 +48,6 @@
 
16673
@@ -46,7 +46,6 @@
18219
16674
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
18220
16675
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
18221
16676
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
18223
16678
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
18224
16679
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
18225
16680
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
18226
 
@@ -55,23 +56,38 @@
 
16681
@@ -55,7 +54,7 @@
18227
16682
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
18228
16683
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
18229
16684
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
18232
16687
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
18233
16688
        $(ACLOCAL_M4)
18234
16689
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
18235
 
 CONFIG_HEADER = $(top_builddir)/config.h
18236
 
 CONFIG_CLEAN_FILES =
18237
 
+CONFIG_CLEAN_VPATH_FILES =
18238
 
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
18239
 
 am__vpath_adj = case $$p in \
18240
 
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
18241
 
     *) f=$$p;; \
18242
 
   esac;
18243
 
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
18244
 
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
18245
 
+am__install_max = 40
18246
 
+am__nobase_strip_setup = \
18247
 
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
18248
 
+am__nobase_strip = \
18249
 
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
18250
 
+am__nobase_list = $(am__nobase_strip_setup); \
18251
 
+  for p in $$list; do echo "$$p $$p"; done | \
18252
 
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
18253
 
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
18254
 
+    if (++n[$$2] == $(am__install_max)) \
18255
 
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
18256
 
+    END { for (dir in files) print dir, files[dir] }'
18257
 
+am__base_list = \
18258
 
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
18259
 
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
18260
 
 am__installdirs = "$(DESTDIR)$(securelibdir)" \
18261
 
        "$(DESTDIR)$(secureconfdir)" "$(DESTDIR)$(man5dir)" \
18262
 
        "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(namespaceddir)" \
18263
 
        "$(DESTDIR)$(secureconfdir)"
18264
 
-securelibLTLIBRARIES_INSTALL = $(INSTALL)
18265
 
 LTLIBRARIES = $(securelib_LTLIBRARIES)
18266
 
 pam_namespace_la_DEPENDENCIES =
18267
 
 am__pam_namespace_la_SOURCES_DIST = pam_namespace.c md5.c argv_parse.c
18268
 
@@ -79,11 +95,11 @@
18269
 
 @HAVE_UNSHARE_TRUE@    md5.lo argv_parse.lo
18270
 
 pam_namespace_la_OBJECTS = $(am_pam_namespace_la_OBJECTS)
18271
 
 @HAVE_UNSHARE_TRUE@am_pam_namespace_la_rpath = -rpath $(securelibdir)
18272
 
-secureconfSCRIPT_INSTALL = $(INSTALL_SCRIPT)
18273
 
 SCRIPTS = $(secureconf_SCRIPTS)
18274
 
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
18275
 
 depcomp = $(SHELL) $(top_srcdir)/depcomp
18276
 
 am__depfiles_maybe = depfiles
18277
 
+am__mv = mv -f
18278
 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18279
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18280
 
 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
18281
 
@@ -99,12 +115,12 @@
18282
 
 man8dir = $(mandir)/man8
18283
 
 NROFF = nroff
18284
 
 MANS = $(man_MANS)
18285
 
-namespacedDATA_INSTALL = $(INSTALL_DATA)
18286
 
-secureconfDATA_INSTALL = $(INSTALL_DATA)
18287
 
 DATA = $(namespaced_DATA) $(noinst_DATA) $(secureconf_DATA)
18288
 
 HEADERS = $(noinst_HEADERS)
18289
 
 ETAGS = etags
18290
 
 CTAGS = ctags
18291
 
+am__tty_colors = \
18292
 
+red=; grn=; lgn=; blu=; std=
18293
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18294
 
 ACLOCAL = @ACLOCAL@
18295
 
 AMTAR = @AMTAR@
18296
 
@@ -188,6 +204,7 @@
 
16690
@@ -188,6 +187,7 @@
18297
16691
 PACKAGE_NAME = @PACKAGE_NAME@
18298
16692
 PACKAGE_STRING = @PACKAGE_STRING@
18299
16693
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18301
16695
 PACKAGE_VERSION = @PACKAGE_VERSION@
18302
16696
 PATH_SEPARATOR = @PATH_SEPARATOR@
18303
16697
 PIE_CFLAGS = @PIE_CFLAGS@
18304
 
@@ -301,9 +318,9 @@
18305
 
              exit 1;; \
18306
 
          esac; \
18307
 
        done; \
18308
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_namespace/Makefile'; \
18309
 
-       cd $(top_srcdir) && \
18310
 
-         $(AUTOMAKE) --gnu  modules/pam_namespace/Makefile
18311
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_namespace/Makefile'; \
18312
 
+       $(am__cd) $(top_srcdir) && \
18313
 
+         $(AUTOMAKE) --gnu modules/pam_namespace/Makefile
18314
 
 .PRECIOUS: Makefile
18315
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18316
 
        @case '$?' in \
18317
 
@@ -321,23 +338,28 @@
18318
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18319
 
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18320
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18321
 
+$(am__aclocal_m4_deps):
18322
 
 install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
18323
 
        @$(NORMAL_INSTALL)
18324
 
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
18325
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
18326
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
18327
 
+       list2=; for p in $$list; do \
18328
 
          if test -f $$p; then \
18329
 
-           f=$(am__strip_dir) \
18330
 
-           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
18331
 
-           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
18332
 
+           list2="$$list2 $$p"; \
18333
 
          else :; fi; \
18334
 
-       done
18335
 
+       done; \
18336
 
+       test -z "$$list2" || { \
18337
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
18338
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
18339
 
+       }
18340
 
 
18341
 
 uninstall-securelibLTLIBRARIES:
18342
 
        @$(NORMAL_UNINSTALL)
18343
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
18344
 
-         p=$(am__strip_dir) \
18345
 
-         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
18346
 
-         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
18347
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
18348
 
+       for p in $$list; do \
18349
 
+         $(am__strip_dir) \
18350
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
18351
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
18352
 
        done
18353
 
 
18354
 
 clean-securelibLTLIBRARIES:
18355
 
@@ -353,22 +375,37 @@
18356
 
 install-secureconfSCRIPTS: $(secureconf_SCRIPTS)
18357
 
        @$(NORMAL_INSTALL)
18358
 
        test -z "$(secureconfdir)" || $(MKDIR_P) "$(DESTDIR)$(secureconfdir)"
18359
 
-       @list='$(secureconf_SCRIPTS)'; for p in $$list; do \
18360
 
+       @list='$(secureconf_SCRIPTS)'; test -n "$(secureconfdir)" || list=; \
18361
 
+       for p in $$list; do \
18362
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
18363
 
-         if test -f $$d$$p; then \
18364
 
-           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
18365
 
-           echo " $(secureconfSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(secureconfdir)/$$f'"; \
18366
 
-           $(secureconfSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(secureconfdir)/$$f"; \
18367
 
-         else :; fi; \
18368
 
-       done
18369
 
+         if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
18370
 
+       done | \
18371
 
+       sed -e 'p;s,.*/,,;n' \
18372
 
+           -e 'h;s|.*|.|' \
18373
 
+           -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
18374
 
+       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
18375
 
+         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
18376
 
+           if ($$2 == $$4) { files[d] = files[d] " " $$1; \
18377
 
+             if (++n[d] == $(am__install_max)) { \
18378
 
+               print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
18379
 
+           else { print "f", d "/" $$4, $$1 } } \
18380
 
+         END { for (d in files) print "f", d, files[d] }' | \
18381
 
+       while read type dir files; do \
18382
 
+            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
18383
 
+            test -z "$$files" || { \
18384
 
+              echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(secureconfdir)$$dir'"; \
18385
 
+              $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(secureconfdir)$$dir" || exit $$?; \
18386
 
+            } \
18387
 
+       ; done
18388
 
 
18389
 
 uninstall-secureconfSCRIPTS:
18390
 
        @$(NORMAL_UNINSTALL)
18391
 
-       @list='$(secureconf_SCRIPTS)'; for p in $$list; do \
18392
 
-         f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
18393
 
-         echo " rm -f '$(DESTDIR)$(secureconfdir)/$$f'"; \
18394
 
-         rm -f "$(DESTDIR)$(secureconfdir)/$$f"; \
18395
 
-       done
18396
 
+       @list='$(secureconf_SCRIPTS)'; test -n "$(secureconfdir)" || exit 0; \
18397
 
+       files=`for p in $$list; do echo "$$p"; done | \
18398
 
+              sed -e 's,.*/,,;$(transform)'`; \
18399
 
+       test -n "$$list" || exit 0; \
18400
 
+       echo " ( cd '$(DESTDIR)$(secureconfdir)' && rm -f" $$files ")"; \
18401
 
+       cd "$(DESTDIR)$(secureconfdir)" && rm -f $$files
18402
 
 
18403
 
 mostlyclean-compile:
18404
 
        -rm -f *.$(OBJEXT)
18405
 
@@ -382,21 +419,21 @@
18406
 
 
18407
 
 .c.o:
18408
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
18409
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18410
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18411
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18412
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18413
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c $<
18414
 
 
18415
 
 .c.obj:
18416
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
18417
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18418
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18419
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18420
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18421
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
18422
 
 
18423
 
 .c.lo:
18424
 
 @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
18425
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
18426
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
18427
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
18428
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18429
 
 @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
18430
 
@@ -406,130 +443,122 @@
18431
 
 
18432
 
 clean-libtool:
18433
 
        -rm -rf .libs _libs
18434
 
-install-man5: $(man5_MANS) $(man_MANS)
18435
 
+install-man5: $(man_MANS)
18436
 
        @$(NORMAL_INSTALL)
18437
 
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
18438
 
-       @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
18439
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
18440
 
-       for i in $$l2; do \
18441
 
-         case "$$i" in \
18442
 
-           *.5*) list="$$list $$i" ;; \
18443
 
-         esac; \
18444
 
+       @list=''; test -n "$(man5dir)" || exit 0; \
18445
 
+       { for i in $$list; do echo "$$i"; done; \
18446
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
18447
 
+         sed -n '/\.5[a-z]*$$/p'; \
18448
 
+       } | while read p; do \
18449
 
+         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
18450
 
+         echo "$$d$$p"; echo "$$p"; \
18451
 
+       done | \
18452
 
+       sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
18453
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
18454
 
+       sed 'N;N;s,\n, ,g' | { \
18455
 
+       list=; while read file base inst; do \
18456
 
+         if test "$$base" = "$$inst"; then list="$$list $$file"; else \
18457
 
+           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
18458
 
+           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
18459
 
+         fi; \
18460
 
        done; \
18461
 
-       for i in $$list; do \
18462
 
-         if test -f $$i; then file=$$i; \
18463
 
-         else file=$(srcdir)/$$i; fi; \
18464
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
18465
 
-         case "$$ext" in \
18466
 
-           5*) ;; \
18467
 
-           *) ext='5' ;; \
18468
 
-         esac; \
18469
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
18470
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
18471
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
18472
 
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
18473
 
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
18474
 
-       done
18475
 
+       for i in $$list; do echo "$$i"; done | $(am__base_list) | \
18476
 
+       while read files; do \
18477
 
+         test -z "$$files" || { \
18478
 
+           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
18479
 
+           $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
18480
 
+       done; }
18481
 
+
18482
 
 uninstall-man5:
18483
 
        @$(NORMAL_UNINSTALL)
18484
 
-       @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
18485
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
18486
 
-       for i in $$l2; do \
18487
 
-         case "$$i" in \
18488
 
-           *.5*) list="$$list $$i" ;; \
18489
 
-         esac; \
18490
 
-       done; \
18491
 
-       for i in $$list; do \
18492
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
18493
 
-         case "$$ext" in \
18494
 
-           5*) ;; \
18495
 
-           *) ext='5' ;; \
18496
 
-         esac; \
18497
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
18498
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
18499
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
18500
 
-         echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
18501
 
-         rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
18502
 
-       done
18503
 
-install-man8: $(man8_MANS) $(man_MANS)
18504
 
+       @list=''; test -n "$(man5dir)" || exit 0; \
18505
 
+       files=`{ for i in $$list; do echo "$$i"; done; \
18506
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
18507
 
+         sed -n '/\.5[a-z]*$$/p'; \
18508
 
+       } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
18509
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
18510
 
+       test -z "$$files" || { \
18511
 
+         echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
18512
 
+         cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
18513
 
+install-man8: $(man_MANS)
18514
 
        @$(NORMAL_INSTALL)
18515
 
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
18516
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
18517
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
18518
 
-       for i in $$l2; do \
18519
 
-         case "$$i" in \
18520
 
-           *.8*) list="$$list $$i" ;; \
18521
 
-         esac; \
18522
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
18523
 
+       { for i in $$list; do echo "$$i"; done; \
18524
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
18525
 
+         sed -n '/\.8[a-z]*$$/p'; \
18526
 
+       } | while read p; do \
18527
 
+         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
18528
 
+         echo "$$d$$p"; echo "$$p"; \
18529
 
+       done | \
18530
 
+       sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
18531
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
18532
 
+       sed 'N;N;s,\n, ,g' | { \
18533
 
+       list=; while read file base inst; do \
18534
 
+         if test "$$base" = "$$inst"; then list="$$list $$file"; else \
18535
 
+           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
18536
 
+           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
18537
 
+         fi; \
18538
 
        done; \
18539
 
-       for i in $$list; do \
18540
 
-         if test -f $$i; then file=$$i; \
18541
 
-         else file=$(srcdir)/$$i; fi; \
18542
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
18543
 
-         case "$$ext" in \
18544
 
-           8*) ;; \
18545
 
-           *) ext='8' ;; \
18546
 
-         esac; \
18547
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
18548
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
18549
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
18550
 
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
18551
 
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
18552
 
-       done
18553
 
+       for i in $$list; do echo "$$i"; done | $(am__base_list) | \
18554
 
+       while read files; do \
18555
 
+         test -z "$$files" || { \
18556
 
+           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
18557
 
+           $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
18558
 
+       done; }
18559
 
+
18560
 
 uninstall-man8:
18561
 
        @$(NORMAL_UNINSTALL)
18562
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
18563
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
18564
 
-       for i in $$l2; do \
18565
 
-         case "$$i" in \
18566
 
-           *.8*) list="$$list $$i" ;; \
18567
 
-         esac; \
18568
 
-       done; \
18569
 
-       for i in $$list; do \
18570
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
18571
 
-         case "$$ext" in \
18572
 
-           8*) ;; \
18573
 
-           *) ext='8' ;; \
18574
 
-         esac; \
18575
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
18576
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
18577
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
18578
 
-         echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
18579
 
-         rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
18580
 
-       done
18581
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
18582
 
+       files=`{ for i in $$list; do echo "$$i"; done; \
18583
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
18584
 
+         sed -n '/\.8[a-z]*$$/p'; \
18585
 
+       } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
18586
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
18587
 
+       test -z "$$files" || { \
18588
 
+         echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
18589
 
+         cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
18590
 
 install-namespacedDATA: $(namespaced_DATA)
18591
 
        @$(NORMAL_INSTALL)
18592
 
        test -z "$(namespaceddir)" || $(MKDIR_P) "$(DESTDIR)$(namespaceddir)"
18593
 
-       @list='$(namespaced_DATA)'; for p in $$list; do \
18594
 
+       @list='$(namespaced_DATA)'; test -n "$(namespaceddir)" || list=; \
18595
 
+       for p in $$list; do \
18596
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
18597
 
-         f=$(am__strip_dir) \
18598
 
-         echo " $(namespacedDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(namespaceddir)/$$f'"; \
18599
 
-         $(namespacedDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(namespaceddir)/$$f"; \
18600
 
+         echo "$$d$$p"; \
18601
 
+       done | $(am__base_list) | \
18602
 
+       while read files; do \
18603
 
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(namespaceddir)'"; \
18604
 
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(namespaceddir)" || exit $$?; \
18605
 
        done
18606
 
 
18607
 
 uninstall-namespacedDATA:
18608
 
        @$(NORMAL_UNINSTALL)
18609
 
-       @list='$(namespaced_DATA)'; for p in $$list; do \
18610
 
-         f=$(am__strip_dir) \
18611
 
-         echo " rm -f '$(DESTDIR)$(namespaceddir)/$$f'"; \
18612
 
-         rm -f "$(DESTDIR)$(namespaceddir)/$$f"; \
18613
 
-       done
18614
 
+       @list='$(namespaced_DATA)'; test -n "$(namespaceddir)" || list=; \
18615
 
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
18616
 
+       test -n "$$files" || exit 0; \
18617
 
+       echo " ( cd '$(DESTDIR)$(namespaceddir)' && rm -f" $$files ")"; \
18618
 
+       cd "$(DESTDIR)$(namespaceddir)" && rm -f $$files
18619
 
 install-secureconfDATA: $(secureconf_DATA)
18620
 
        @$(NORMAL_INSTALL)
18621
 
        test -z "$(secureconfdir)" || $(MKDIR_P) "$(DESTDIR)$(secureconfdir)"
18622
 
-       @list='$(secureconf_DATA)'; for p in $$list; do \
18623
 
+       @list='$(secureconf_DATA)'; test -n "$(secureconfdir)" || list=; \
18624
 
+       for p in $$list; do \
18625
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
18626
 
-         f=$(am__strip_dir) \
18627
 
-         echo " $(secureconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(secureconfdir)/$$f'"; \
18628
 
-         $(secureconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(secureconfdir)/$$f"; \
18629
 
+         echo "$$d$$p"; \
18630
 
+       done | $(am__base_list) | \
18631
 
+       while read files; do \
18632
 
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(secureconfdir)'"; \
18633
 
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(secureconfdir)" || exit $$?; \
18634
 
        done
18635
 
 
18636
 
 uninstall-secureconfDATA:
18637
 
        @$(NORMAL_UNINSTALL)
18638
 
-       @list='$(secureconf_DATA)'; for p in $$list; do \
18639
 
-         f=$(am__strip_dir) \
18640
 
-         echo " rm -f '$(DESTDIR)$(secureconfdir)/$$f'"; \
18641
 
-         rm -f "$(DESTDIR)$(secureconfdir)/$$f"; \
18642
 
-       done
18643
 
+       @list='$(secureconf_DATA)'; test -n "$(secureconfdir)" || list=; \
18644
 
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
18645
 
+       test -n "$$files" || exit 0; \
18646
 
+       echo " ( cd '$(DESTDIR)$(secureconfdir)' && rm -f" $$files ")"; \
18647
 
+       cd "$(DESTDIR)$(secureconfdir)" && rm -f $$files
18648
 
 
18649
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
18650
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18651
 
@@ -543,7 +572,7 @@
18652
 
 
18653
 
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18654
 
                $(TAGS_FILES) $(LISP)
18655
 
-       tags=; \
18656
 
+       set x; \
18657
 
        here=`pwd`; \
18658
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18659
 
        unique=`for i in $$list; do \
18660
 
@@ -551,29 +580,34 @@
18661
 
          done | \
18662
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18663
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
18664
 
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
18665
 
+       shift; \
18666
 
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
18667
 
          test -n "$$unique" || unique=$$empty_fix; \
18668
 
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18669
 
-           $$tags $$unique; \
18670
 
+         if test $$# -gt 0; then \
18671
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18672
 
+             "$$@" $$unique; \
18673
 
+         else \
18674
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18675
 
+             $$unique; \
18676
 
+         fi; \
18677
 
        fi
18678
 
 ctags: CTAGS
18679
 
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18680
 
                $(TAGS_FILES) $(LISP)
18681
 
-       tags=; \
18682
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18683
 
        unique=`for i in $$list; do \
18684
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18685
 
          done | \
18686
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18687
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
18688
 
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
18689
 
+       test -z "$(CTAGS_ARGS)$$unique" \
18690
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
18691
 
-            $$tags $$unique
18692
 
+            $$unique
18693
 
 
18694
 
 GTAGS:
18695
 
        here=`$(am__cd) $(top_builddir) && pwd` \
18696
 
-         && cd $(top_srcdir) \
18697
 
-         && gtags -i $(GTAGS_ARGS) $$here
18698
 
+         && $(am__cd) $(top_srcdir) \
18699
 
+         && gtags -i $(GTAGS_ARGS) "$$here"
18700
 
 
18701
 
 distclean-tags:
18702
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
18703
 
@@ -582,6 +616,7 @@
18704
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
18705
 
        srcdir=$(srcdir); export srcdir; \
18706
 
        list=' $(TESTS) '; \
18707
 
+       $(am__tty_colors); \
18708
 
        if test -n "$$list"; then \
18709
 
          for tst in $$list; do \
18710
 
            if test -f ./$$tst; then dir=./; \
18711
 
@@ -593,10 +628,10 @@
18712
 
              *[\ \     ]$$tst[\ \      ]*) \
18713
 
                xpass=`expr $$xpass + 1`; \
18714
 
                failed=`expr $$failed + 1`; \
18715
 
-               echo "XPASS: $$tst"; \
18716
 
+               col=$$red; res=XPASS; \
18717
 
              ;; \
18718
 
              *) \
18719
 
-               echo "PASS: $$tst"; \
18720
 
+               col=$$grn; res=PASS; \
18721
 
              ;; \
18722
 
              esac; \
18723
 
            elif test $$? -ne 77; then \
18724
 
@@ -604,17 +639,18 @@
18725
 
              case " $(XFAIL_TESTS) " in \
18726
 
              *[\ \     ]$$tst[\ \      ]*) \
18727
 
                xfail=`expr $$xfail + 1`; \
18728
 
-               echo "XFAIL: $$tst"; \
18729
 
+               col=$$lgn; res=XFAIL; \
18730
 
              ;; \
18731
 
              *) \
18732
 
                failed=`expr $$failed + 1`; \
18733
 
-               echo "FAIL: $$tst"; \
18734
 
+               col=$$red; res=FAIL; \
18735
 
              ;; \
18736
 
              esac; \
18737
 
            else \
18738
 
              skip=`expr $$skip + 1`; \
18739
 
-             echo "SKIP: $$tst"; \
18740
 
+             col=$$blu; res=SKIP; \
18741
 
            fi; \
18742
 
+           echo "$${col}$$res$${std}: $$tst"; \
18743
 
          done; \
18744
 
          if test "$$all" -eq 1; then \
18745
 
            tests="test"; \
18746
 
@@ -656,15 +692,32 @@
18747
 
              dashes="$$report"; \
18748
 
          fi; \
18749
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
18750
 
-         echo "$$dashes"; \
18751
 
+         if test "$$failed" -eq 0; then \
18752
 
+           echo "$$grn$$dashes"; \
18753
 
+         else \
18754
 
+           echo "$$red$$dashes"; \
18755
 
+         fi; \
18756
 
          echo "$$banner"; \
18757
 
          test -z "$$skipped" || echo "$$skipped"; \
18758
 
          test -z "$$report" || echo "$$report"; \
18759
 
-         echo "$$dashes"; \
18760
 
+         echo "$$dashes$$std"; \
18761
 
          test "$$failed" -eq 0; \
18762
 
        else :; fi
18763
 
 
18764
 
 distdir: $(DISTFILES)
18765
 
+       @list='$(MANS)'; if test -n "$$list"; then \
18766
 
+         list=`for p in $$list; do \
18767
 
+           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
18768
 
+           if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
18769
 
+         if test -n "$$list" && \
18770
 
+           grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
18771
 
+           echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
18772
 
+           grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
18773
 
+           echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
18774
 
+           echo "       typically \`make maintainer-clean' will remove them" >&2; \
18775
 
+           exit 1; \
18776
 
+         else :; fi; \
18777
 
+       else :; fi
18778
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18779
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18780
 
        list='$(DISTFILES)'; \
18781
 
@@ -680,13 +733,17 @@
18782
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
18783
 
          if test -d $$d/$$file; then \
18784
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
18785
 
+           if test -d "$(distdir)/$$file"; then \
18786
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
18787
 
+           fi; \
18788
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
18789
 
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
18790
 
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
18791
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
18792
 
            fi; \
18793
 
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
18794
 
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
18795
 
          else \
18796
 
-           test -f $(distdir)/$$file \
18797
 
-           || cp -p $$d/$$file $(distdir)/$$file \
18798
 
+           test -f "$(distdir)/$$file" \
18799
 
+           || cp -p $$d/$$file "$(distdir)/$$file" \
18800
 
            || exit 1; \
18801
 
          fi; \
18802
 
        done
18803
 
@@ -719,6 +776,7 @@
18804
 
 
18805
 
 distclean-generic:
18806
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
18807
 
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
18808
 
 
18809
 
 maintainer-clean-generic:
18810
 
        @echo "This command is intended for maintainers to use"
18811
 
@@ -740,6 +798,8 @@
18812
 
 
18813
 
 html: html-am
18814
 
 
18815
 
+html-am:
18816
 
+
18817
 
 info: info-am
18818
 
 
18819
 
 info-am:
18820
 
@@ -750,18 +810,28 @@
18821
 
 
18822
 
 install-dvi: install-dvi-am
18823
 
 
18824
 
+install-dvi-am:
18825
 
+
18826
 
 install-exec-am:
18827
 
 
18828
 
 install-html: install-html-am
18829
 
 
18830
 
+install-html-am:
18831
 
+
18832
 
 install-info: install-info-am
18833
 
 
18834
 
+install-info-am:
18835
 
+
18836
 
 install-man: install-man5 install-man8
18837
 
 
18838
 
 install-pdf: install-pdf-am
18839
 
 
18840
 
+install-pdf-am:
18841
 
+
18842
 
 install-ps: install-ps-am
18843
 
 
18844
 
+install-ps-am:
18845
 
+
18846
 
 installcheck-am:
18847
 
 
18848
 
 maintainer-clean: maintainer-clean-am
18849
 
@@ -788,7 +858,7 @@
18850
 
 
18851
 
 uninstall-man: uninstall-man5 uninstall-man8
18852
 
 
18853
 
-.MAKE: install-am install-strip
18854
 
+.MAKE: check-am install-am install-strip
18855
 
 
18856
 
 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
18857
 
        clean-generic clean-libtool clean-securelibLTLIBRARIES ctags \
18858
 
@@ -810,6 +880,7 @@
18859
 
        uninstall-securelibLTLIBRARIES
18860
 
 
18861
 
 @ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
18862
 
+
18863
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
18864
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
18865
 
 .NOEXPORT:
18866
16698
Index: pam.deb/modules/pam_securetty/Makefile.in
18867
16699
===================================================================
18868
16700
--- pam.deb.orig/modules/pam_securetty/Makefile.in
18869
16701
+++ pam.deb/modules/pam_securetty/Makefile.in
18870
 
@@ -1,8 +1,9 @@
18871
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
18872
 
+# Makefile.in generated by automake 1.11 from Makefile.am.
18873
 
 # @configure_input@
18874
 
 
18875
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18876
 
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
18877
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
18878
 
+# Inc.
18879
 
 # This Makefile.in is free software; the Free Software Foundation
18880
 
 # gives unlimited permission to copy and/or distribute it,
18881
 
 # with or without modifications, as long as this notice is preserved.
18882
 
@@ -21,8 +22,9 @@
18883
 
 
18884
 
 VPATH = @srcdir@
18885
 
 pkgdatadir = $(datadir)/@PACKAGE@
18886
 
-pkglibdir = $(libdir)/@PACKAGE@
18887
 
 pkgincludedir = $(includedir)/@PACKAGE@
18888
 
+pkglibdir = $(libdir)/@PACKAGE@
18889
 
+pkglibexecdir = $(libexecdir)/@PACKAGE@
18890
 
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
18891
 
 install_sh_DATA = $(install_sh) -c -m 644
18892
 
 install_sh_PROGRAM = $(install_sh) -c
18893
 
@@ -43,7 +45,6 @@
 
16702
@@ -43,7 +43,6 @@
18894
16703
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
18895
16704
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
18896
16705
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
18898
16707
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
18899
16708
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
18900
16709
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
18901
 
@@ -52,27 +53,43 @@
 
16710
@@ -52,7 +51,7 @@
18902
16711
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
18903
16712
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
18904
16713
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
18907
16716
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
18908
16717
        $(ACLOCAL_M4)
18909
16718
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
18910
 
 CONFIG_HEADER = $(top_builddir)/config.h
18911
 
 CONFIG_CLEAN_FILES =
18912
 
+CONFIG_CLEAN_VPATH_FILES =
18913
 
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
18914
 
 am__vpath_adj = case $$p in \
18915
 
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
18916
 
     *) f=$$p;; \
18917
 
   esac;
18918
 
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
18919
 
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
18920
 
+am__install_max = 40
18921
 
+am__nobase_strip_setup = \
18922
 
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
18923
 
+am__nobase_strip = \
18924
 
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
18925
 
+am__nobase_list = $(am__nobase_strip_setup); \
18926
 
+  for p in $$list; do echo "$$p $$p"; done | \
18927
 
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
18928
 
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
18929
 
+    if (++n[$$2] == $(am__install_max)) \
18930
 
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
18931
 
+    END { for (dir in files) print dir, files[dir] }'
18932
 
+am__base_list = \
18933
 
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
18934
 
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
18935
 
 am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)"
18936
 
-securelibLTLIBRARIES_INSTALL = $(INSTALL)
 
16719
@@ -68,8 +67,8 @@
 
16720
 securelibLTLIBRARIES_INSTALL = $(INSTALL)
18937
16721
 LTLIBRARIES = $(securelib_LTLIBRARIES)
18938
16722
 pam_securetty_la_DEPENDENCIES =
18939
16723
-pam_securetty_la_SOURCES = pam_securetty.c
18943
16727
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
18944
16728
 depcomp = $(SHELL) $(top_srcdir)/depcomp
18945
16729
 am__depfiles_maybe = depfiles
18946
 
+am__mv = mv -f
18947
 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18948
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18949
 
 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
18950
 
@@ -82,14 +99,16 @@
 
16730
@@ -82,8 +81,8 @@
18951
16731
 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
18952
16732
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
18953
16733
        $(LDFLAGS) -o $@
18958
16738
 man8dir = $(mandir)/man8
18959
16739
 NROFF = nroff
18960
16740
 MANS = $(man_MANS)
18961
 
 DATA = $(noinst_DATA)
18962
 
 ETAGS = etags
18963
 
 CTAGS = ctags
18964
 
+am__tty_colors = \
18965
 
+red=; grn=; lgn=; blu=; std=
18966
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18967
 
 ACLOCAL = @ACLOCAL@
18968
 
 AMTAR = @AMTAR@
18969
 
@@ -173,6 +192,7 @@
 
16741
@@ -173,6 +172,7 @@
18970
16742
 PACKAGE_NAME = @PACKAGE_NAME@
18971
16743
 PACKAGE_STRING = @PACKAGE_STRING@
18972
16744
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18974
16746
 PACKAGE_VERSION = @PACKAGE_VERSION@
18975
16747
 PATH_SEPARATOR = @PATH_SEPARATOR@
18976
16748
 PIE_CFLAGS = @PIE_CFLAGS@
18977
 
@@ -262,6 +282,10 @@
 
16749
@@ -262,6 +262,10 @@
18978
16750
 AM_LDFLAGS = -no-undefined -avoid-version -module $(am__append_1)
18979
16751
 securelib_LTLIBRARIES = pam_securetty.la
18980
16752
 pam_securetty_la_LIBADD = -L$(top_builddir)/libpam -lpam
18985
16757
 @ENABLE_REGENERATE_MAN_TRUE@noinst_DATA = README
18986
16758
 all: all-am
18987
16759
 
18988
 
@@ -276,9 +300,9 @@
18989
 
              exit 1;; \
18990
 
          esac; \
18991
 
        done; \
18992
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_securetty/Makefile'; \
18993
 
-       cd $(top_srcdir) && \
18994
 
-         $(AUTOMAKE) --gnu  modules/pam_securetty/Makefile
18995
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_securetty/Makefile'; \
18996
 
+       $(am__cd) $(top_srcdir) && \
18997
 
+         $(AUTOMAKE) --gnu modules/pam_securetty/Makefile
18998
 
 .PRECIOUS: Makefile
18999
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19000
 
        @case '$?' in \
19001
 
@@ -296,23 +320,28 @@
19002
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19003
 
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19004
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19005
 
+$(am__aclocal_m4_deps):
19006
 
 install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
19007
 
        @$(NORMAL_INSTALL)
19008
 
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
19009
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
19010
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
19011
 
+       list2=; for p in $$list; do \
19012
 
          if test -f $$p; then \
19013
 
-           f=$(am__strip_dir) \
19014
 
-           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
19015
 
-           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
19016
 
+           list2="$$list2 $$p"; \
19017
 
          else :; fi; \
19018
 
-       done
19019
 
+       done; \
19020
 
+       test -z "$$list2" || { \
19021
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
19022
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
19023
 
+       }
19024
 
 
19025
 
 uninstall-securelibLTLIBRARIES:
19026
 
        @$(NORMAL_UNINSTALL)
19027
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
19028
 
-         p=$(am__strip_dir) \
19029
 
-         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
19030
 
-         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
19031
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
19032
 
+       for p in $$list; do \
19033
 
+         $(am__strip_dir) \
19034
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
19035
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
19036
 
        done
19037
 
 
19038
 
 clean-securelibLTLIBRARIES:
19039
 
@@ -333,24 +362,25 @@
 
16760
@@ -333,6 +337,7 @@
19040
16761
        -rm -f *.tab.c
19041
16762
 
19042
16763
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_securetty.Plo@am__quote@
19044
16765
 
19045
16766
 .c.o:
19046
16767
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19047
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19048
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19049
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19050
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19051
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c $<
19052
 
 
19053
 
 .c.obj:
19054
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
19055
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19056
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19057
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19058
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19059
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
19060
 
 
19061
 
 .c.lo:
19062
 
 @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19063
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
19064
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
19065
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
19066
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19067
 
 @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
19068
 
@@ -360,51 +390,44 @@
19069
 
 
19070
 
 clean-libtool:
19071
 
        -rm -rf .libs _libs
19072
 
-install-man8: $(man8_MANS) $(man_MANS)
19073
 
+install-man8: $(man_MANS)
19074
 
        @$(NORMAL_INSTALL)
19075
 
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
19076
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
19077
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
19078
 
-       for i in $$l2; do \
19079
 
-         case "$$i" in \
19080
 
-           *.8*) list="$$list $$i" ;; \
19081
 
-         esac; \
19082
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
19083
 
+       { for i in $$list; do echo "$$i"; done; \
19084
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
19085
 
+         sed -n '/\.8[a-z]*$$/p'; \
19086
 
+       } | while read p; do \
19087
 
+         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
19088
 
+         echo "$$d$$p"; echo "$$p"; \
19089
 
+       done | \
19090
 
+       sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
19091
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
19092
 
+       sed 'N;N;s,\n, ,g' | { \
19093
 
+       list=; while read file base inst; do \
19094
 
+         if test "$$base" = "$$inst"; then list="$$list $$file"; else \
19095
 
+           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
19096
 
+           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
19097
 
+         fi; \
19098
 
        done; \
19099
 
-       for i in $$list; do \
19100
 
-         if test -f $$i; then file=$$i; \
19101
 
-         else file=$(srcdir)/$$i; fi; \
19102
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
19103
 
-         case "$$ext" in \
19104
 
-           8*) ;; \
19105
 
-           *) ext='8' ;; \
19106
 
-         esac; \
19107
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
19108
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
19109
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
19110
 
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
19111
 
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
19112
 
-       done
19113
 
+       for i in $$list; do echo "$$i"; done | $(am__base_list) | \
19114
 
+       while read files; do \
19115
 
+         test -z "$$files" || { \
19116
 
+           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
19117
 
+           $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
19118
 
+       done; }
19119
 
+
19120
 
 uninstall-man8:
19121
 
        @$(NORMAL_UNINSTALL)
19122
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
19123
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
19124
 
-       for i in $$l2; do \
19125
 
-         case "$$i" in \
19126
 
-           *.8*) list="$$list $$i" ;; \
19127
 
-         esac; \
19128
 
-       done; \
19129
 
-       for i in $$list; do \
19130
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
19131
 
-         case "$$ext" in \
19132
 
-           8*) ;; \
19133
 
-           *) ext='8' ;; \
19134
 
-         esac; \
19135
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
19136
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
19137
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
19138
 
-         echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
19139
 
-         rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
19140
 
-       done
19141
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
19142
 
+       files=`{ for i in $$list; do echo "$$i"; done; \
19143
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
19144
 
+         sed -n '/\.8[a-z]*$$/p'; \
19145
 
+       } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
19146
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
19147
 
+       test -z "$$files" || { \
19148
 
+         echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
19149
 
+         cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
19150
 
 
19151
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
19152
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19153
 
@@ -418,7 +441,7 @@
19154
 
 
19155
 
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19156
 
                $(TAGS_FILES) $(LISP)
19157
 
-       tags=; \
19158
 
+       set x; \
19159
 
        here=`pwd`; \
19160
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19161
 
        unique=`for i in $$list; do \
19162
 
@@ -426,29 +449,34 @@
19163
 
          done | \
19164
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19165
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
19166
 
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
19167
 
+       shift; \
19168
 
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
19169
 
          test -n "$$unique" || unique=$$empty_fix; \
19170
 
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19171
 
-           $$tags $$unique; \
19172
 
+         if test $$# -gt 0; then \
19173
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19174
 
+             "$$@" $$unique; \
19175
 
+         else \
19176
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19177
 
+             $$unique; \
19178
 
+         fi; \
19179
 
        fi
19180
 
 ctags: CTAGS
19181
 
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19182
 
                $(TAGS_FILES) $(LISP)
19183
 
-       tags=; \
19184
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19185
 
        unique=`for i in $$list; do \
19186
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19187
 
          done | \
19188
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19189
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
19190
 
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
19191
 
+       test -z "$(CTAGS_ARGS)$$unique" \
19192
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
19193
 
-            $$tags $$unique
19194
 
+            $$unique
19195
 
 
19196
 
 GTAGS:
19197
 
        here=`$(am__cd) $(top_builddir) && pwd` \
19198
 
-         && cd $(top_srcdir) \
19199
 
-         && gtags -i $(GTAGS_ARGS) $$here
19200
 
+         && $(am__cd) $(top_srcdir) \
19201
 
+         && gtags -i $(GTAGS_ARGS) "$$here"
19202
 
 
19203
 
 distclean-tags:
19204
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
19205
 
@@ -457,6 +485,7 @@
19206
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
19207
 
        srcdir=$(srcdir); export srcdir; \
19208
 
        list=' $(TESTS) '; \
19209
 
+       $(am__tty_colors); \
19210
 
        if test -n "$$list"; then \
19211
 
          for tst in $$list; do \
19212
 
            if test -f ./$$tst; then dir=./; \
19213
 
@@ -468,10 +497,10 @@
19214
 
              *[\ \     ]$$tst[\ \      ]*) \
19215
 
                xpass=`expr $$xpass + 1`; \
19216
 
                failed=`expr $$failed + 1`; \
19217
 
-               echo "XPASS: $$tst"; \
19218
 
+               col=$$red; res=XPASS; \
19219
 
              ;; \
19220
 
              *) \
19221
 
-               echo "PASS: $$tst"; \
19222
 
+               col=$$grn; res=PASS; \
19223
 
              ;; \
19224
 
              esac; \
19225
 
            elif test $$? -ne 77; then \
19226
 
@@ -479,17 +508,18 @@
19227
 
              case " $(XFAIL_TESTS) " in \
19228
 
              *[\ \     ]$$tst[\ \      ]*) \
19229
 
                xfail=`expr $$xfail + 1`; \
19230
 
-               echo "XFAIL: $$tst"; \
19231
 
+               col=$$lgn; res=XFAIL; \
19232
 
              ;; \
19233
 
              *) \
19234
 
                failed=`expr $$failed + 1`; \
19235
 
-               echo "FAIL: $$tst"; \
19236
 
+               col=$$red; res=FAIL; \
19237
 
              ;; \
19238
 
              esac; \
19239
 
            else \
19240
 
              skip=`expr $$skip + 1`; \
19241
 
-             echo "SKIP: $$tst"; \
19242
 
+             col=$$blu; res=SKIP; \
19243
 
            fi; \
19244
 
+           echo "$${col}$$res$${std}: $$tst"; \
19245
 
          done; \
19246
 
          if test "$$all" -eq 1; then \
19247
 
            tests="test"; \
19248
 
@@ -531,15 +561,32 @@
19249
 
              dashes="$$report"; \
19250
 
          fi; \
19251
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
19252
 
-         echo "$$dashes"; \
19253
 
+         if test "$$failed" -eq 0; then \
19254
 
+           echo "$$grn$$dashes"; \
19255
 
+         else \
19256
 
+           echo "$$red$$dashes"; \
19257
 
+         fi; \
19258
 
          echo "$$banner"; \
19259
 
          test -z "$$skipped" || echo "$$skipped"; \
19260
 
          test -z "$$report" || echo "$$report"; \
19261
 
-         echo "$$dashes"; \
19262
 
+         echo "$$dashes$$std"; \
19263
 
          test "$$failed" -eq 0; \
19264
 
        else :; fi
19265
 
 
19266
 
 distdir: $(DISTFILES)
19267
 
+       @list='$(MANS)'; if test -n "$$list"; then \
19268
 
+         list=`for p in $$list; do \
19269
 
+           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
19270
 
+           if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
19271
 
+         if test -n "$$list" && \
19272
 
+           grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
19273
 
+           echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
19274
 
+           grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
19275
 
+           echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
19276
 
+           echo "       typically \`make maintainer-clean' will remove them" >&2; \
19277
 
+           exit 1; \
19278
 
+         else :; fi; \
19279
 
+       else :; fi
19280
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19281
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19282
 
        list='$(DISTFILES)'; \
19283
 
@@ -555,13 +602,17 @@
19284
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
19285
 
          if test -d $$d/$$file; then \
19286
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
19287
 
+           if test -d "$(distdir)/$$file"; then \
19288
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19289
 
+           fi; \
19290
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
19291
 
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
19292
 
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
19293
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19294
 
            fi; \
19295
 
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
19296
 
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
19297
 
          else \
19298
 
-           test -f $(distdir)/$$file \
19299
 
-           || cp -p $$d/$$file $(distdir)/$$file \
19300
 
+           test -f "$(distdir)/$$file" \
19301
 
+           || cp -p $$d/$$file "$(distdir)/$$file" \
19302
 
            || exit 1; \
19303
 
          fi; \
19304
 
        done
19305
 
@@ -594,6 +645,7 @@
19306
 
 
19307
 
 distclean-generic:
19308
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
19309
 
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
19310
 
 
19311
 
 maintainer-clean-generic:
19312
 
        @echo "This command is intended for maintainers to use"
19313
 
@@ -615,6 +667,8 @@
19314
 
 
19315
 
 html: html-am
19316
 
 
19317
 
+html-am:
19318
 
+
19319
 
 info: info-am
19320
 
 
19321
 
 info-am:
19322
 
@@ -623,18 +677,28 @@
19323
 
 
19324
 
 install-dvi: install-dvi-am
19325
 
 
19326
 
+install-dvi-am:
19327
 
+
19328
 
 install-exec-am:
19329
 
 
19330
 
 install-html: install-html-am
19331
 
 
19332
 
+install-html-am:
19333
 
+
19334
 
 install-info: install-info-am
19335
 
 
19336
 
+install-info-am:
19337
 
+
19338
 
 install-man: install-man8
19339
 
 
19340
 
 install-pdf: install-pdf-am
19341
 
 
19342
 
+install-pdf-am:
19343
 
+
19344
 
 install-ps: install-ps-am
19345
 
 
19346
 
+install-ps-am:
19347
 
+
19348
 
 installcheck-am:
19349
 
 
19350
 
 maintainer-clean: maintainer-clean-am
19351
 
@@ -659,7 +723,7 @@
19352
 
 
19353
 
 uninstall-man: uninstall-man8
19354
 
 
19355
 
-.MAKE: install-am install-strip
19356
 
+.MAKE: check-am install-am install-strip
19357
 
 
19358
 
 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
19359
 
        clean-generic clean-libtool clean-securelibLTLIBRARIES ctags \
19360
 
@@ -679,6 +743,7 @@
19361
 
 
19362
 
 @ENABLE_REGENERATE_MAN_TRUE@README: pam_securetty.8.xml
19363
 
 @ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
19364
 
+
19365
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
19366
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
19367
 
 .NOEXPORT:
19368
16768
Index: pam.deb/modules/pam_unix/Makefile.in
19369
16769
===================================================================
19370
16770
--- pam.deb.orig/modules/pam_unix/Makefile.in
19371
16771
+++ pam.deb/modules/pam_unix/Makefile.in
19372
 
@@ -1,8 +1,9 @@
19373
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
19374
 
+# Makefile.in generated by automake 1.11 from Makefile.am.
19375
 
 # @configure_input@
19376
 
 
19377
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19378
 
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
19379
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
19380
 
+# Inc.
19381
 
 # This Makefile.in is free software; the Free Software Foundation
19382
 
 # gives unlimited permission to copy and/or distribute it,
19383
 
 # with or without modifications, as long as this notice is preserved.
19384
 
@@ -23,8 +24,9 @@
19385
 
 
19386
 
 VPATH = @srcdir@
19387
 
 pkgdatadir = $(datadir)/@PACKAGE@
19388
 
-pkglibdir = $(libdir)/@PACKAGE@
19389
 
 pkgincludedir = $(includedir)/@PACKAGE@
19390
 
+pkglibdir = $(libdir)/@PACKAGE@
19391
 
+pkglibexecdir = $(libexecdir)/@PACKAGE@
19392
 
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
19393
 
 install_sh_DATA = $(install_sh) -c -m 644
19394
 
 install_sh_PROGRAM = $(install_sh) -c
19395
 
@@ -49,7 +51,6 @@
 
16772
@@ -49,7 +49,6 @@
19396
16773
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
19397
16774
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
19398
16775
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
19400
16777
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
19401
16778
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
19402
16779
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
19403
 
@@ -58,31 +59,45 @@
 
16780
@@ -58,7 +57,7 @@
19404
16781
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
19405
16782
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
19406
16783
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
19409
16786
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19410
16787
        $(ACLOCAL_M4)
19411
16788
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
19412
 
 CONFIG_HEADER = $(top_builddir)/config.h
19413
 
 CONFIG_CLEAN_FILES =
19414
 
+CONFIG_CLEAN_VPATH_FILES =
19415
 
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
19416
 
 am__vpath_adj = case $$p in \
19417
 
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
19418
 
     *) f=$$p;; \
19419
 
   esac;
19420
 
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
19421
 
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
19422
 
+am__install_max = 40
19423
 
+am__nobase_strip_setup = \
19424
 
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
19425
 
+am__nobase_strip = \
19426
 
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
19427
 
+am__nobase_list = $(am__nobase_strip_setup); \
19428
 
+  for p in $$list; do echo "$$p $$p"; done | \
19429
 
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
19430
 
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
19431
 
+    if (++n[$$2] == $(am__install_max)) \
19432
 
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
19433
 
+    END { for (dir in files) print dir, files[dir] }'
19434
 
+am__base_list = \
19435
 
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
19436
 
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
19437
 
 am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(sbindir)" \
 
16789
@@ -74,10 +73,10 @@
19438
16790
        "$(DESTDIR)$(man8dir)"
19439
 
-securelibLTLIBRARIES_INSTALL = $(INSTALL)
 
16791
 securelibLTLIBRARIES_INSTALL = $(INSTALL)
19440
16792
 LTLIBRARIES = $(securelib_LTLIBRARIES)
19441
16793
-pam_unix_la_DEPENDENCIES =
19442
16794
+pam_unix_la_DEPENDENCIES = ../pam_securetty/tty_secure.lo
19447
16799
 pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
19448
16800
 pam_unix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
19449
16801
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
19450
 
        $(pam_unix_la_LDFLAGS) $(LDFLAGS) -o $@
19451
 
-sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
19452
 
 PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
19453
 
 am_bigcrypt_OBJECTS = bigcrypt-bigcrypt.$(OBJEXT) \
19454
 
        bigcrypt-bigcrypt_main.$(OBJEXT)
19455
 
@@ -114,6 +129,7 @@
19456
 
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
19457
 
 depcomp = $(SHELL) $(top_srcdir)/depcomp
19458
 
 am__depfiles_maybe = depfiles
19459
 
+am__mv = mv -f
19460
 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
19461
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19462
 
 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
19463
 
@@ -134,6 +150,8 @@
19464
 
 HEADERS = $(noinst_HEADERS)
19465
 
 ETAGS = etags
19466
 
 CTAGS = ctags
19467
 
+am__tty_colors = \
19468
 
+red=; grn=; lgn=; blu=; std=
19469
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19470
 
 ACLOCAL = @ACLOCAL@
19471
 
 AMTAR = @AMTAR@
19472
 
@@ -217,6 +235,7 @@
 
16802
@@ -217,6 +216,7 @@
19473
16803
 PACKAGE_NAME = @PACKAGE_NAME@
19474
16804
 PACKAGE_STRING = @PACKAGE_STRING@
19475
16805
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19477
16807
 PACKAGE_VERSION = @PACKAGE_VERSION@
19478
16808
 PATH_SEPARATOR = @PATH_SEPARATOR@
19479
16809
 PIE_CFLAGS = @PIE_CFLAGS@
19480
 
@@ -311,13 +330,14 @@
 
16810
@@ -311,13 +311,14 @@
19481
16811
 pam_unix_la_LDFLAGS = -no-undefined -avoid-version -module \
19482
16812
        $(am__append_2)
19483
16813
 pam_unix_la_LIBADD = @LIBNSL@ -L$(top_builddir)/libpam -lpam \
19494
16824
 
19495
16825
 bigcrypt_SOURCES = bigcrypt.c bigcrypt_main.c
19496
16826
 bigcrypt_CFLAGS = $(AM_CFLAGS)
19497
 
@@ -348,9 +368,9 @@
19498
 
              exit 1;; \
19499
 
          esac; \
19500
 
        done; \
19501
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_unix/Makefile'; \
19502
 
-       cd $(top_srcdir) && \
19503
 
-         $(AUTOMAKE) --gnu  modules/pam_unix/Makefile
19504
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_unix/Makefile'; \
19505
 
+       $(am__cd) $(top_srcdir) && \
19506
 
+         $(AUTOMAKE) --gnu modules/pam_unix/Makefile
19507
 
 .PRECIOUS: Makefile
19508
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19509
 
        @case '$?' in \
19510
 
@@ -368,23 +388,28 @@
19511
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19512
 
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19513
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19514
 
+$(am__aclocal_m4_deps):
19515
 
 install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
19516
 
        @$(NORMAL_INSTALL)
19517
 
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
19518
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
19519
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
19520
 
+       list2=; for p in $$list; do \
19521
 
          if test -f $$p; then \
19522
 
-           f=$(am__strip_dir) \
19523
 
-           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
19524
 
-           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
19525
 
+           list2="$$list2 $$p"; \
19526
 
          else :; fi; \
19527
 
-       done
19528
 
+       done; \
19529
 
+       test -z "$$list2" || { \
19530
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
19531
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
19532
 
+       }
19533
 
 
19534
 
 uninstall-securelibLTLIBRARIES:
19535
 
        @$(NORMAL_UNINSTALL)
19536
 
-       @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
19537
 
-         p=$(am__strip_dir) \
19538
 
-         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
19539
 
-         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
19540
 
+       @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
19541
 
+       for p in $$list; do \
19542
 
+         $(am__strip_dir) \
19543
 
+         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
19544
 
+         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
19545
 
        done
19546
 
 
19547
 
 clean-securelibLTLIBRARIES:
19548
 
@@ -399,39 +424,56 @@
19549
 
        $(pam_unix_la_LINK) -rpath $(securelibdir) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
19550
 
 
19551
 
 clean-noinstPROGRAMS:
19552
 
-       @list='$(noinst_PROGRAMS)'; for p in $$list; do \
19553
 
-         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
19554
 
-         echo " rm -f $$p $$f"; \
19555
 
-         rm -f $$p $$f ; \
19556
 
-       done
19557
 
+       @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
19558
 
+       echo " rm -f" $$list; \
19559
 
+       rm -f $$list || exit $$?; \
19560
 
+       test -n "$(EXEEXT)" || exit 0; \
19561
 
+       list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
19562
 
+       echo " rm -f" $$list; \
19563
 
+       rm -f $$list
19564
 
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
19565
 
        @$(NORMAL_INSTALL)
19566
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
19567
 
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
19568
 
-         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
19569
 
-         if test -f $$p \
19570
 
-            || test -f $$p1 \
19571
 
-         ; then \
19572
 
-           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
19573
 
-          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
19574
 
-          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
19575
 
-         else :; fi; \
19576
 
-       done
19577
 
+       @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
19578
 
+       for p in $$list; do echo "$$p $$p"; done | \
19579
 
+       sed 's/$(EXEEXT)$$//' | \
19580
 
+       while read p p1; do if test -f $$p || test -f $$p1; \
19581
 
+         then echo "$$p"; echo "$$p"; else :; fi; \
19582
 
+       done | \
19583
 
+       sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
19584
 
+           -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
19585
 
+       sed 'N;N;N;s,\n, ,g' | \
19586
 
+       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
19587
 
+         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
19588
 
+           if ($$2 == $$4) files[d] = files[d] " " $$1; \
19589
 
+           else { print "f", $$3 "/" $$4, $$1; } } \
19590
 
+         END { for (d in files) print "f", d, files[d] }' | \
19591
 
+       while read type dir files; do \
19592
 
+           if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
19593
 
+           test -z "$$files" || { \
19594
 
+           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
19595
 
+           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
19596
 
+           } \
19597
 
+       ; done
19598
 
 
19599
 
 uninstall-sbinPROGRAMS:
19600
 
        @$(NORMAL_UNINSTALL)
19601
 
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
19602
 
-         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
19603
 
-         echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
19604
 
-         rm -f "$(DESTDIR)$(sbindir)/$$f"; \
19605
 
-       done
19606
 
+       @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
19607
 
+       files=`for p in $$list; do echo "$$p"; done | \
19608
 
+         sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
19609
 
+             -e 's/$$/$(EXEEXT)/' `; \
19610
 
+       test -n "$$list" || exit 0; \
19611
 
+       echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
19612
 
+       cd "$(DESTDIR)$(sbindir)" && rm -f $$files
19613
 
 
19614
 
 clean-sbinPROGRAMS:
19615
 
-       @list='$(sbin_PROGRAMS)'; for p in $$list; do \
19616
 
-         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
19617
 
-         echo " rm -f $$p $$f"; \
19618
 
-         rm -f $$p $$f ; \
19619
 
-       done
19620
 
+       @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
19621
 
+       echo " rm -f" $$list; \
19622
 
+       rm -f $$list || exit $$?; \
19623
 
+       test -n "$(EXEEXT)" || exit 0; \
19624
 
+       list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
19625
 
+       echo " rm -f" $$list; \
19626
 
+       rm -f $$list
19627
 
 bigcrypt$(EXEEXT): $(bigcrypt_OBJECTS) $(bigcrypt_DEPENDENCIES) 
19628
 
        @rm -f bigcrypt$(EXEEXT)
19629
 
        $(bigcrypt_LINK) $(bigcrypt_OBJECTS) $(bigcrypt_LDADD) $(LIBS)
19630
 
@@ -453,6 +495,7 @@
 
16827
@@ -453,6 +454,7 @@
19631
16828
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigcrypt.Plo@am__quote@
19632
16829
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_broken.Plo@am__quote@
19633
16830
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_good.Plo@am__quote@
19635
16832
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix_acct.Plo@am__quote@
19636
16833
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix_auth.Plo@am__quote@
19637
16834
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix_passwd.Plo@am__quote@
19638
 
@@ -473,189 +516,189 @@
19639
 
 
19640
 
 .c.o:
19641
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19642
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19643
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19644
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19645
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19646
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c $<
19647
 
 
19648
 
 .c.obj:
19649
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
19650
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19651
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19652
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19653
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19654
 
 @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
19655
 
 
19656
 
 .c.lo:
19657
 
 @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19658
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
19659
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
19660
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
19661
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19662
 
 @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
19663
 
 
19664
 
 bigcrypt-bigcrypt.o: bigcrypt.c
19665
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt.o -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt.Tpo -c -o bigcrypt-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19666
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
19667
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
19668
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='bigcrypt-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
19669
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19670
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19671
 
 
19672
 
 bigcrypt-bigcrypt.obj: bigcrypt.c
19673
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt.obj -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt.Tpo -c -o bigcrypt-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19674
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
19675
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
19676
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='bigcrypt-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
19677
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19678
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19679
 
 
19680
 
 bigcrypt-bigcrypt_main.o: bigcrypt_main.c
19681
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt_main.o -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo -c -o bigcrypt-bigcrypt_main.o `test -f 'bigcrypt_main.c' || echo '$(srcdir)/'`bigcrypt_main.c
19682
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
19683
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
19684
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt_main.c' object='bigcrypt-bigcrypt_main.o' libtool=no @AMDEPBACKSLASH@
19685
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19686
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt_main.o `test -f 'bigcrypt_main.c' || echo '$(srcdir)/'`bigcrypt_main.c
19687
 
 
19688
 
 bigcrypt-bigcrypt_main.obj: bigcrypt_main.c
19689
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt_main.obj -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo -c -o bigcrypt-bigcrypt_main.obj `if test -f 'bigcrypt_main.c'; then $(CYGPATH_W) 'bigcrypt_main.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt_main.c'; fi`
19690
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
19691
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
19692
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt_main.c' object='bigcrypt-bigcrypt_main.obj' libtool=no @AMDEPBACKSLASH@
19693
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19694
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt_main.obj `if test -f 'bigcrypt_main.c'; then $(CYGPATH_W) 'bigcrypt_main.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt_main.c'; fi`
19695
 
 
19696
 
 unix_chkpwd-unix_chkpwd.o: unix_chkpwd.c
19697
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-unix_chkpwd.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo -c -o unix_chkpwd-unix_chkpwd.o `test -f 'unix_chkpwd.c' || echo '$(srcdir)/'`unix_chkpwd.c
19698
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
19699
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
19700
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='unix_chkpwd.c' object='unix_chkpwd-unix_chkpwd.o' libtool=no @AMDEPBACKSLASH@
19701
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19702
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-unix_chkpwd.o `test -f 'unix_chkpwd.c' || echo '$(srcdir)/'`unix_chkpwd.c
19703
 
 
19704
 
 unix_chkpwd-unix_chkpwd.obj: unix_chkpwd.c
19705
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-unix_chkpwd.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo -c -o unix_chkpwd-unix_chkpwd.obj `if test -f 'unix_chkpwd.c'; then $(CYGPATH_W) 'unix_chkpwd.c'; else $(CYGPATH_W) '$(srcdir)/unix_chkpwd.c'; fi`
19706
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
19707
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
19708
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='unix_chkpwd.c' object='unix_chkpwd-unix_chkpwd.obj' libtool=no @AMDEPBACKSLASH@
19709
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19710
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-unix_chkpwd.obj `if test -f 'unix_chkpwd.c'; then $(CYGPATH_W) 'unix_chkpwd.c'; else $(CYGPATH_W) '$(srcdir)/unix_chkpwd.c'; fi`
19711
 
 
19712
 
 unix_chkpwd-md5_good.o: md5_good.c
19713
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_good.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_good.Tpo -c -o unix_chkpwd-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
19714
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
19715
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
19716
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_good.c' object='unix_chkpwd-md5_good.o' libtool=no @AMDEPBACKSLASH@
19717
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19718
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
19719
 
 
19720
 
 unix_chkpwd-md5_good.obj: md5_good.c
19721
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_good.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_good.Tpo -c -o unix_chkpwd-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
19722
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
19723
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
19724
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_good.c' object='unix_chkpwd-md5_good.obj' libtool=no @AMDEPBACKSLASH@
19725
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19726
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
19727
 
 
19728
 
 unix_chkpwd-md5_broken.o: md5_broken.c
19729
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_broken.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_broken.Tpo -c -o unix_chkpwd-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
19730
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
19731
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
19732
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_broken.c' object='unix_chkpwd-md5_broken.o' libtool=no @AMDEPBACKSLASH@
19733
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19734
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
19735
 
 
19736
 
 unix_chkpwd-md5_broken.obj: md5_broken.c
19737
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_broken.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_broken.Tpo -c -o unix_chkpwd-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
19738
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
19739
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
19740
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_broken.c' object='unix_chkpwd-md5_broken.obj' libtool=no @AMDEPBACKSLASH@
19741
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19742
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
19743
 
 
19744
 
 unix_chkpwd-bigcrypt.o: bigcrypt.c
19745
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-bigcrypt.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo -c -o unix_chkpwd-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19746
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
19747
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
19748
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='unix_chkpwd-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
19749
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19750
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19751
 
 
19752
 
 unix_chkpwd-bigcrypt.obj: bigcrypt.c
19753
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-bigcrypt.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo -c -o unix_chkpwd-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19754
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
19755
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
19756
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='unix_chkpwd-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
19757
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19758
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19759
 
 
19760
 
 unix_chkpwd-passverify.o: passverify.c
19761
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-passverify.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-passverify.Tpo -c -o unix_chkpwd-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
19762
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
19763
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
19764
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='passverify.c' object='unix_chkpwd-passverify.o' libtool=no @AMDEPBACKSLASH@
19765
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19766
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
19767
 
 
19768
 
 unix_chkpwd-passverify.obj: passverify.c
19769
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-passverify.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-passverify.Tpo -c -o unix_chkpwd-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
19770
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
19771
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
19772
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='passverify.c' object='unix_chkpwd-passverify.obj' libtool=no @AMDEPBACKSLASH@
19773
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19774
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
19775
 
 
19776
 
 unix_update-unix_update.o: unix_update.c
19777
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-unix_update.o -MD -MP -MF $(DEPDIR)/unix_update-unix_update.Tpo -c -o unix_update-unix_update.o `test -f 'unix_update.c' || echo '$(srcdir)/'`unix_update.c
19778
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
19779
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
19780
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='unix_update.c' object='unix_update-unix_update.o' libtool=no @AMDEPBACKSLASH@
19781
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19782
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-unix_update.o `test -f 'unix_update.c' || echo '$(srcdir)/'`unix_update.c
19783
 
 
19784
 
 unix_update-unix_update.obj: unix_update.c
19785
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-unix_update.obj -MD -MP -MF $(DEPDIR)/unix_update-unix_update.Tpo -c -o unix_update-unix_update.obj `if test -f 'unix_update.c'; then $(CYGPATH_W) 'unix_update.c'; else $(CYGPATH_W) '$(srcdir)/unix_update.c'; fi`
19786
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
19787
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
19788
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='unix_update.c' object='unix_update-unix_update.obj' libtool=no @AMDEPBACKSLASH@
19789
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19790
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-unix_update.obj `if test -f 'unix_update.c'; then $(CYGPATH_W) 'unix_update.c'; else $(CYGPATH_W) '$(srcdir)/unix_update.c'; fi`
19791
 
 
19792
 
 unix_update-md5_good.o: md5_good.c
19793
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_good.o -MD -MP -MF $(DEPDIR)/unix_update-md5_good.Tpo -c -o unix_update-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
19794
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
19795
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
19796
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_good.c' object='unix_update-md5_good.o' libtool=no @AMDEPBACKSLASH@
19797
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19798
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
19799
 
 
19800
 
 unix_update-md5_good.obj: md5_good.c
19801
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_good.obj -MD -MP -MF $(DEPDIR)/unix_update-md5_good.Tpo -c -o unix_update-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
19802
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
19803
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
19804
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_good.c' object='unix_update-md5_good.obj' libtool=no @AMDEPBACKSLASH@
19805
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19806
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
19807
 
 
19808
 
 unix_update-md5_broken.o: md5_broken.c
19809
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_broken.o -MD -MP -MF $(DEPDIR)/unix_update-md5_broken.Tpo -c -o unix_update-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
19810
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
19811
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
19812
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_broken.c' object='unix_update-md5_broken.o' libtool=no @AMDEPBACKSLASH@
19813
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19814
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
19815
 
 
19816
 
 unix_update-md5_broken.obj: md5_broken.c
19817
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_broken.obj -MD -MP -MF $(DEPDIR)/unix_update-md5_broken.Tpo -c -o unix_update-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
19818
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
19819
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
19820
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5_broken.c' object='unix_update-md5_broken.obj' libtool=no @AMDEPBACKSLASH@
19821
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19822
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
19823
 
 
19824
 
 unix_update-bigcrypt.o: bigcrypt.c
19825
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-bigcrypt.o -MD -MP -MF $(DEPDIR)/unix_update-bigcrypt.Tpo -c -o unix_update-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19826
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
19827
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
19828
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='unix_update-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
19829
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19830
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
19831
 
 
19832
 
 unix_update-bigcrypt.obj: bigcrypt.c
19833
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-bigcrypt.obj -MD -MP -MF $(DEPDIR)/unix_update-bigcrypt.Tpo -c -o unix_update-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19834
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
19835
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
19836
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bigcrypt.c' object='unix_update-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
19837
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19838
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
19839
 
 
19840
 
 unix_update-passverify.o: passverify.c
19841
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-passverify.o -MD -MP -MF $(DEPDIR)/unix_update-passverify.Tpo -c -o unix_update-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
19842
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
19843
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
19844
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='passverify.c' object='unix_update-passverify.o' libtool=no @AMDEPBACKSLASH@
19845
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19846
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
19847
 
 
19848
 
 unix_update-passverify.obj: passverify.c
19849
 
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-passverify.obj -MD -MP -MF $(DEPDIR)/unix_update-passverify.Tpo -c -o unix_update-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
19850
 
-@am__fastdepCC_TRUE@   mv -f $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
19851
 
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
19852
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='passverify.c' object='unix_update-passverify.obj' libtool=no @AMDEPBACKSLASH@
19853
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19854
 
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
19855
 
@@ -665,51 +708,44 @@
19856
 
 
19857
 
 clean-libtool:
19858
 
        -rm -rf .libs _libs
19859
 
-install-man8: $(man8_MANS) $(man_MANS)
19860
 
+install-man8: $(man_MANS)
19861
 
        @$(NORMAL_INSTALL)
19862
 
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
19863
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
19864
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
19865
 
-       for i in $$l2; do \
19866
 
-         case "$$i" in \
19867
 
-           *.8*) list="$$list $$i" ;; \
19868
 
-         esac; \
19869
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
19870
 
+       { for i in $$list; do echo "$$i"; done; \
19871
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
19872
 
+         sed -n '/\.8[a-z]*$$/p'; \
19873
 
+       } | while read p; do \
19874
 
+         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
19875
 
+         echo "$$d$$p"; echo "$$p"; \
19876
 
+       done | \
19877
 
+       sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
19878
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
19879
 
+       sed 'N;N;s,\n, ,g' | { \
19880
 
+       list=; while read file base inst; do \
19881
 
+         if test "$$base" = "$$inst"; then list="$$list $$file"; else \
19882
 
+           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
19883
 
+           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
19884
 
+         fi; \
19885
 
        done; \
19886
 
-       for i in $$list; do \
19887
 
-         if test -f $$i; then file=$$i; \
19888
 
-         else file=$(srcdir)/$$i; fi; \
19889
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
19890
 
-         case "$$ext" in \
19891
 
-           8*) ;; \
19892
 
-           *) ext='8' ;; \
19893
 
-         esac; \
19894
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
19895
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
19896
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
19897
 
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
19898
 
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
19899
 
-       done
19900
 
+       for i in $$list; do echo "$$i"; done | $(am__base_list) | \
19901
 
+       while read files; do \
19902
 
+         test -z "$$files" || { \
19903
 
+           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
19904
 
+           $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
19905
 
+       done; }
19906
 
+
19907
 
 uninstall-man8:
19908
 
        @$(NORMAL_UNINSTALL)
19909
 
-       @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
19910
 
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
19911
 
-       for i in $$l2; do \
19912
 
-         case "$$i" in \
19913
 
-           *.8*) list="$$list $$i" ;; \
19914
 
-         esac; \
19915
 
-       done; \
19916
 
-       for i in $$list; do \
19917
 
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
19918
 
-         case "$$ext" in \
19919
 
-           8*) ;; \
19920
 
-           *) ext='8' ;; \
19921
 
-         esac; \
19922
 
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
19923
 
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
19924
 
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
19925
 
-         echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
19926
 
-         rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
19927
 
-       done
19928
 
+       @list=''; test -n "$(man8dir)" || exit 0; \
19929
 
+       files=`{ for i in $$list; do echo "$$i"; done; \
19930
 
+       l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
19931
 
+         sed -n '/\.8[a-z]*$$/p'; \
19932
 
+       } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
19933
 
+             -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
19934
 
+       test -z "$$files" || { \
19935
 
+         echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
19936
 
+         cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
19937
 
 
19938
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
19939
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19940
 
@@ -723,7 +759,7 @@
19941
 
 
19942
 
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19943
 
                $(TAGS_FILES) $(LISP)
19944
 
-       tags=; \
19945
 
+       set x; \
19946
 
        here=`pwd`; \
19947
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19948
 
        unique=`for i in $$list; do \
19949
 
@@ -731,29 +767,34 @@
19950
 
          done | \
19951
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19952
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
19953
 
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
19954
 
+       shift; \
19955
 
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
19956
 
          test -n "$$unique" || unique=$$empty_fix; \
19957
 
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19958
 
-           $$tags $$unique; \
19959
 
+         if test $$# -gt 0; then \
19960
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19961
 
+             "$$@" $$unique; \
19962
 
+         else \
19963
 
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19964
 
+             $$unique; \
19965
 
+         fi; \
19966
 
        fi
19967
 
 ctags: CTAGS
19968
 
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19969
 
                $(TAGS_FILES) $(LISP)
19970
 
-       tags=; \
19971
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19972
 
        unique=`for i in $$list; do \
19973
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19974
 
          done | \
19975
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19976
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
19977
 
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
19978
 
+       test -z "$(CTAGS_ARGS)$$unique" \
19979
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
19980
 
-            $$tags $$unique
19981
 
+            $$unique
19982
 
 
19983
 
 GTAGS:
19984
 
        here=`$(am__cd) $(top_builddir) && pwd` \
19985
 
-         && cd $(top_srcdir) \
19986
 
-         && gtags -i $(GTAGS_ARGS) $$here
19987
 
+         && $(am__cd) $(top_srcdir) \
19988
 
+         && gtags -i $(GTAGS_ARGS) "$$here"
19989
 
 
19990
 
 distclean-tags:
19991
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
19992
 
@@ -762,6 +803,7 @@
19993
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
19994
 
        srcdir=$(srcdir); export srcdir; \
19995
 
        list=' $(TESTS) '; \
19996
 
+       $(am__tty_colors); \
19997
 
        if test -n "$$list"; then \
19998
 
          for tst in $$list; do \
19999
 
            if test -f ./$$tst; then dir=./; \
20000
 
@@ -773,10 +815,10 @@
20001
 
              *[\ \     ]$$tst[\ \      ]*) \
20002
 
                xpass=`expr $$xpass + 1`; \
20003
 
                failed=`expr $$failed + 1`; \
20004
 
-               echo "XPASS: $$tst"; \
20005
 
+               col=$$red; res=XPASS; \
20006
 
              ;; \
20007
 
              *) \
20008
 
-               echo "PASS: $$tst"; \
20009
 
+               col=$$grn; res=PASS; \
20010
 
              ;; \
20011
 
              esac; \
20012
 
            elif test $$? -ne 77; then \
20013
 
@@ -784,17 +826,18 @@
20014
 
              case " $(XFAIL_TESTS) " in \
20015
 
              *[\ \     ]$$tst[\ \      ]*) \
20016
 
                xfail=`expr $$xfail + 1`; \
20017
 
-               echo "XFAIL: $$tst"; \
20018
 
+               col=$$lgn; res=XFAIL; \
20019
 
              ;; \
20020
 
              *) \
20021
 
                failed=`expr $$failed + 1`; \
20022
 
-               echo "FAIL: $$tst"; \
20023
 
+               col=$$red; res=FAIL; \
20024
 
              ;; \
20025
 
              esac; \
20026
 
            else \
20027
 
              skip=`expr $$skip + 1`; \
20028
 
-             echo "SKIP: $$tst"; \
20029
 
+             col=$$blu; res=SKIP; \
20030
 
            fi; \
20031
 
+           echo "$${col}$$res$${std}: $$tst"; \
20032
 
          done; \
20033
 
          if test "$$all" -eq 1; then \
20034
 
            tests="test"; \
20035
 
@@ -836,15 +879,32 @@
20036
 
              dashes="$$report"; \
20037
 
          fi; \
20038
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
20039
 
-         echo "$$dashes"; \
20040
 
+         if test "$$failed" -eq 0; then \
20041
 
+           echo "$$grn$$dashes"; \
20042
 
+         else \
20043
 
+           echo "$$red$$dashes"; \
20044
 
+         fi; \
20045
 
          echo "$$banner"; \
20046
 
          test -z "$$skipped" || echo "$$skipped"; \
20047
 
          test -z "$$report" || echo "$$report"; \
20048
 
-         echo "$$dashes"; \
20049
 
+         echo "$$dashes$$std"; \
20050
 
          test "$$failed" -eq 0; \
20051
 
        else :; fi
20052
 
 
20053
 
 distdir: $(DISTFILES)
20054
 
+       @list='$(MANS)'; if test -n "$$list"; then \
20055
 
+         list=`for p in $$list; do \
20056
 
+           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
20057
 
+           if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
20058
 
+         if test -n "$$list" && \
20059
 
+           grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
20060
 
+           echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
20061
 
+           grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
20062
 
+           echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
20063
 
+           echo "       typically \`make maintainer-clean' will remove them" >&2; \
20064
 
+           exit 1; \
20065
 
+         else :; fi; \
20066
 
+       else :; fi
20067
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20068
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20069
 
        list='$(DISTFILES)'; \
20070
 
@@ -860,13 +920,17 @@
20071
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
20072
 
          if test -d $$d/$$file; then \
20073
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
20074
 
+           if test -d "$(distdir)/$$file"; then \
20075
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
20076
 
+           fi; \
20077
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
20078
 
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
20079
 
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
20080
 
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
20081
 
            fi; \
20082
 
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
20083
 
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
20084
 
          else \
20085
 
-           test -f $(distdir)/$$file \
20086
 
-           || cp -p $$d/$$file $(distdir)/$$file \
20087
 
+           test -f "$(distdir)/$$file" \
20088
 
+           || cp -p $$d/$$file "$(distdir)/$$file" \
20089
 
            || exit 1; \
20090
 
          fi; \
20091
 
        done
20092
 
@@ -899,6 +963,7 @@
20093
 
 
20094
 
 distclean-generic:
20095
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
20096
 
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
20097
 
 
20098
 
 maintainer-clean-generic:
20099
 
        @echo "This command is intended for maintainers to use"
20100
 
@@ -920,6 +985,8 @@
20101
 
 
20102
 
 html: html-am
20103
 
 
20104
 
+html-am:
20105
 
+
20106
 
 info: info-am
20107
 
 
20108
 
 info-am:
20109
 
@@ -928,18 +995,28 @@
20110
 
 
20111
 
 install-dvi: install-dvi-am
20112
 
 
20113
 
+install-dvi-am:
20114
 
+
20115
 
 install-exec-am: install-sbinPROGRAMS
20116
 
 
20117
 
 install-html: install-html-am
20118
 
 
20119
 
+install-html-am:
20120
 
+
20121
 
 install-info: install-info-am
20122
 
 
20123
 
+install-info-am:
20124
 
+
20125
 
 install-man: install-man8
20126
 
 
20127
 
 install-pdf: install-pdf-am
20128
 
 
20129
 
+install-pdf-am:
20130
 
+
20131
 
 install-ps: install-ps-am
20132
 
 
20133
 
+install-ps-am:
20134
 
+
20135
 
 installcheck-am:
20136
 
 
20137
 
 maintainer-clean: maintainer-clean-am
20138
 
@@ -965,7 +1042,7 @@
20139
 
 
20140
 
 uninstall-man: uninstall-man8
20141
 
 
20142
 
-.MAKE: install-am install-strip
20143
 
+.MAKE: check-am install-am install-strip
20144
 
 
20145
 
 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
20146
 
        clean-generic clean-libtool clean-noinstPROGRAMS \
20147
 
@@ -986,6 +1063,7 @@
20148
 
 
20149
 
 @ENABLE_REGENERATE_MAN_TRUE@README: pam_unix.8.xml
20150
 
 @ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
20151
 
+
20152
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
20153
 
 # Otherwise a system limit (for SysV at least) may be exceeded.
20154
 
 .NOEXPORT:
20155
16835
Index: pam.deb/config.h.in
20156
16836
===================================================================
20157
16837
--- pam.deb.orig/config.h.in
20166
16846
 /* Define to the version of this package. */
20167
16847
 #undef PACKAGE_VERSION
20168
16848
 
 
16849
Index: pam.deb/ltmain.sh
 
16850
===================================================================
 
16851
--- pam.deb.orig/ltmain.sh
 
16852
+++ pam.deb/ltmain.sh
 
16853
@@ -65,7 +65,7 @@
 
16854
 #       compiler:              $LTCC
 
16855
 #       compiler flags:                $LTCFLAGS
 
16856
 #       linker:                $LD (gnu? $with_gnu_ld)
 
16857
-#       $progname:             (GNU libtool) 2.2.6
 
16858
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-4
 
16859
 #       automake:              $automake_version
 
16860
 #       autoconf:              $autoconf_version
 
16861
 #
 
16862
@@ -73,7 +73,7 @@
 
16863
 
 
16864
 PROGRAM=ltmain.sh
 
16865
 PACKAGE=libtool
 
16866
-VERSION=2.2.6
 
16867
+VERSION="2.2.6 Debian-2.2.6a-4"
 
16868
 TIMESTAMP=""
 
16869
 package_revision=1.3012
 
16870
 
 
16871
@@ -116,15 +116,15 @@
 
16872
 
 
16873
 : ${CP="cp -f"}
 
16874
 : ${ECHO="echo"}
 
16875
-: ${EGREP="/usr/bin/grep -E"}
 
16876
-: ${FGREP="/usr/bin/grep -F"}
 
16877
-: ${GREP="/usr/bin/grep"}
 
16878
+: ${EGREP="/bin/grep -E"}
 
16879
+: ${FGREP="/bin/grep -F"}
 
16880
+: ${GREP="/bin/grep"}
 
16881
 : ${LN_S="ln -s"}
 
16882
 : ${MAKE="make"}
 
16883
 : ${MKDIR="mkdir"}
 
16884
 : ${MV="mv -f"}
 
16885
 : ${RM="rm -f"}
 
16886
-: ${SED="/opt/local/bin/gsed"}
 
16887
+: ${SED="/bin/sed"}
 
16888
 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
 
16889
 : ${Xsed="$SED -e 1s/^X//"}
 
16890
 
 
16891
@@ -5033,7 +5033,10 @@
 
16892
        case $pass in
 
16893
        dlopen) libs="$dlfiles" ;;
 
16894
        dlpreopen) libs="$dlprefiles" ;;
 
16895
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
16896
+       link)
 
16897
+         libs="$deplibs %DEPLIBS%"
 
16898
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
16899
+         ;;
 
16900
        esac
 
16901
       fi
 
16902
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
 
16903
@@ -5344,19 +5347,19 @@
 
16904
            # It is a libtool convenience library, so add in its objects.
 
16905
            convenience="$convenience $ladir/$objdir/$old_library"
 
16906
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
16907
+           tmp_libs=
 
16908
+           for deplib in $dependency_libs; do
 
16909
+             deplibs="$deplib $deplibs"
 
16910
+             if $opt_duplicate_deps ; then
 
16911
+               case "$tmp_libs " in
 
16912
+               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
16913
+               esac
 
16914
+             fi
 
16915
+             tmp_libs="$tmp_libs $deplib"
 
16916
+           done
 
16917
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
16918
            func_fatal_error "\`$lib' is not a convenience library"
 
16919
          fi
 
16920
-         tmp_libs=
 
16921
-         for deplib in $dependency_libs; do
 
16922
-           deplibs="$deplib $deplibs"
 
16923
-           if $opt_duplicate_deps ; then
 
16924
-             case "$tmp_libs " in
 
16925
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
16926
-             esac
 
16927
-           fi
 
16928
-           tmp_libs="$tmp_libs $deplib"
 
16929
-         done
 
16930
          continue
 
16931
        fi # $pass = conv
 
16932
 
 
16933
@@ -5893,6 +5896,7 @@
 
16934
          if test "$link_all_deplibs" != no; then
 
16935
            # Add the search paths of all dependency libraries
 
16936
            for deplib in $dependency_libs; do
 
16937
+             path=
 
16938
              case $deplib in
 
16939
              -L*) path="$deplib" ;;
 
16940
              *.la)
 
16941
@@ -6206,6 +6210,9 @@
 
16942
            revision="$number_minor"
 
16943
            lt_irix_increment=no
 
16944
            ;;
 
16945
+         *)
 
16946
+           func_fatal_configuration "$modename: unknown library version type \`$version_type'"
 
16947
+           ;;
 
16948
          esac
 
16949
          ;;
 
16950
        no)
 
16951
Index: pam.deb/m4/libtool.m4
 
16952
===================================================================
 
16953
--- pam.deb.orig/m4/libtool.m4
 
16954
+++ pam.deb/m4/libtool.m4
 
16955
@@ -2485,6 +2485,18 @@
 
16956
   dynamic_linker='GNU/Linux ld.so'
 
16957
   ;;
 
16958
 
 
16959
+netbsdelf*-gnu)
 
16960
+  version_type=linux
 
16961
+  need_lib_prefix=no
 
16962
+  need_version=no
 
16963
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
16964
+  soname_spec='${libname}${release}${shared_ext}$major'
 
16965
+  shlibpath_var=LD_LIBRARY_PATH
 
16966
+  shlibpath_overrides_runpath=no
 
16967
+  hardcode_into_libs=yes
 
16968
+  dynamic_linker='NetBSD ld.elf_so'
 
16969
+  ;;
 
16970
+
 
16971
 netbsd*)
 
16972
   version_type=sunos
 
16973
   need_lib_prefix=no
 
16974
@@ -3076,7 +3088,7 @@
 
16975
   lt_cv_deplibs_check_method=pass_all
 
16976
   ;;
 
16977
 
 
16978
-netbsd*)
 
16979
+netbsd* | netbsdelf*-gnu)
 
16980
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
16981
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
16982
   else
 
16983
@@ -3757,7 +3769,7 @@
 
16984
            ;;
 
16985
        esac
 
16986
        ;;
 
16987
-      netbsd*)
 
16988
+      netbsd* | netbsdelf*-gnu)
 
16989
        ;;
 
16990
       *qnx* | *nto*)
 
16991
         # QNX uses GNU C++, but need to define -shared option too, otherwise
 
16992
@@ -4182,6 +4194,9 @@
 
16993
   cygwin* | mingw* | cegcc*)
 
16994
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
 
16995
   ;;
 
16996
+  linux* | k*bsd*-gnu)
 
16997
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
16998
+  ;;
 
16999
   *)
 
17000
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
17001
   ;;
 
17002
@@ -4246,6 +4261,9 @@
 
17003
   openbsd*)
 
17004
     with_gnu_ld=no
 
17005
     ;;
 
17006
+  linux* | k*bsd*-gnu)
 
17007
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
17008
+    ;;
 
17009
   esac
 
17010
 
 
17011
   _LT_TAGVAR(ld_shlibs, $1)=yes
 
17012
@@ -4428,7 +4446,7 @@
 
17013
       fi
 
17014
       ;;
 
17015
 
 
17016
-    netbsd*)
 
17017
+    netbsd* | netbsdelf*-gnu)
 
17018
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
17019
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
17020
        wlarc=
 
17021
@@ -4603,6 +4621,7 @@
 
17022
        if test "$aix_use_runtimelinking" = yes; then
 
17023
          shared_flag="$shared_flag "'${wl}-G'
 
17024
        fi
 
17025
+       _LT_TAGVAR(link_all_deplibs, $1)=no
 
17026
       else
 
17027
        # not using gcc
 
17028
        if test "$host_cpu" = ia64; then
 
17029
@@ -4841,7 +4860,7 @@
 
17030
       _LT_TAGVAR(link_all_deplibs, $1)=yes
 
17031
       ;;
 
17032
 
 
17033
-    netbsd*)
 
17034
+    netbsd* | netbsdelf*-gnu)
 
17035
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
17036
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
17037
       else