Browse code

update makefile system

git-svn: trunk@621

Tomasz Kojm authored on 2004/06/22 11:03:02
Showing 14 changed files
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,137 +30,223 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34 34
 
35 35
 srcdir = @srcdir@
36 36
 top_srcdir = @top_srcdir@
37 37
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 38
 pkgdatadir = $(datadir)/@PACKAGE@
54 39
 pkglibdir = $(libdir)/@PACKAGE@
55 40
 pkgincludedir = $(includedir)/@PACKAGE@
56 41
 top_builddir = .
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 42
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 43
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 44
 install_sh_DATA = $(install_sh) -c -m 644
68 45
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
46
+install_sh_SCRIPT = $(install_sh) -c
70 47
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
48
+transform = $(program_transform_name)
72 49
 NORMAL_INSTALL = :
73 50
 PRE_INSTALL = :
74 51
 POST_INSTALL = :
75 52
 NORMAL_UNINSTALL = :
76 53
 PRE_UNINSTALL = :
77 54
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 55
 build_triplet = @build@
80
-host_alias = @host_alias@
81 56
 host_triplet = @host@
82
-target_alias = @target_alias@
83 57
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
58
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
59
+	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
60
+	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
61
+	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
62
+	TODO config.guess config.sub depcomp install-sh ltmain.sh \
63
+	missing mkinstalldirs
64
+subdir = .
65
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
67
+	$(top_srcdir)/configure.in
68
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
+	$(ACLOCAL_M4)
70
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71
+ configure.lineno configure.status.lineno
72
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73
+CONFIG_HEADER = clamav-config.h
74
+CONFIG_CLEAN_FILES = clamav-config libclamav.pc
75
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
76
+binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
77
+SCRIPTS = $(bin_SCRIPTS)
78
+SOURCES =
79
+DIST_SOURCES =
80
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81
+	html-recursive info-recursive install-data-recursive \
82
+	install-exec-recursive install-info-recursive \
83
+	install-recursive installcheck-recursive installdirs-recursive \
84
+	pdf-recursive ps-recursive uninstall-info-recursive \
85
+	uninstall-recursive
86
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
87
+DATA = $(pkgconfig_DATA)
88
+ETAGS = etags
89
+CTAGS = ctags
90
+DIST_SUBDIRS = $(SUBDIRS)
91
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
+distdir = $(PACKAGE)-$(VERSION)
93
+top_distdir = $(distdir)
94
+am__remove_distdir = \
95
+  { test ! -d $(distdir) \
96
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
97
+         && rm -fr $(distdir); }; }
98
+DIST_ARCHIVES = $(distdir).tar.gz
99
+GZIP_ENV = --best
100
+distuninstallcheck_listfiles = find . -type f -print
101
+distcleancheck_listfiles = find . -type f -print
102
+ACLOCAL = @ACLOCAL@
88 103
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
104
+AMDEP_FALSE = @AMDEP_FALSE@
105
+AMDEP_TRUE = @AMDEP_TRUE@
89 106
 AMTAR = @AMTAR@
90
-AS = @AS@
107
+AUTOCONF = @AUTOCONF@
108
+AUTOHEADER = @AUTOHEADER@
109
+AUTOMAKE = @AUTOMAKE@
91 110
 AWK = @AWK@
111
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
112
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 113
 CC = @CC@
114
+CCDEPMODE = @CCDEPMODE@
93 115
 CFGDIR = @CFGDIR@
116
+CFLAGS = @CFLAGS@
94 117
 CLAMAVGROUP = @CLAMAVGROUP@
95 118
 CLAMAVUSER = @CLAMAVUSER@
96 119
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 120
 CLAMD_LIBS = @CLAMD_LIBS@
121
+CPP = @CPP@
122
+CPPFLAGS = @CPPFLAGS@
123
+CYGPATH_W = @CYGPATH_W@
98 124
 DBDIR = @DBDIR@
125
+DEFS = @DEFS@
99 126
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 127
 ECHO = @ECHO@
128
+ECHO_C = @ECHO_C@
129
+ECHO_N = @ECHO_N@
130
+ECHO_T = @ECHO_T@
131
+EGREP = @EGREP@
132
+EXEEXT = @EXEEXT@
102 133
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 134
 GETENT = @GETENT@
135
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
136
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
137
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
138
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
139
+INSTALL_DATA = @INSTALL_DATA@
140
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
141
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
142
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 144
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
+LDFLAGS = @LDFLAGS@
105 146
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 147
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
148
+LIBOBJS = @LIBOBJS@
149
+LIBS = @LIBS@
107 150
 LIBTOOL = @LIBTOOL@
108 151
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
152
+LTLIBOBJS = @LTLIBOBJS@
153
+MAKEINFO = @MAKEINFO@
154
+OBJEXT = @OBJEXT@
110 155
 PACKAGE = @PACKAGE@
156
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
+PACKAGE_NAME = @PACKAGE_NAME@
158
+PACKAGE_STRING = @PACKAGE_STRING@
159
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
+PACKAGE_VERSION = @PACKAGE_VERSION@
161
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 162
 RANLIB = @RANLIB@
112 163
 SENDMAIL = @SENDMAIL@
164
+SET_MAKE = @SET_MAKE@
165
+SHELL = @SHELL@
113 166
 STRIP = @STRIP@
114 167
 TH_SAFE = @TH_SAFE@
115 168
 VERSION = @VERSION@
169
+ac_ct_CC = @ac_ct_CC@
170
+ac_ct_RANLIB = @ac_ct_RANLIB@
171
+ac_ct_STRIP = @ac_ct_STRIP@
172
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
173
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 174
 am__include = @am__include@
175
+am__leading_dot = @am__leading_dot@
117 176
 am__quote = @am__quote@
177
+bindir = @bindir@
178
+build = @build@
179
+build_alias = @build_alias@
180
+build_cpu = @build_cpu@
181
+build_os = @build_os@
182
+build_vendor = @build_vendor@
183
+datadir = @datadir@
184
+exec_prefix = @exec_prefix@
185
+host = @host@
186
+host_alias = @host_alias@
187
+host_cpu = @host_cpu@
188
+host_os = @host_os@
189
+host_vendor = @host_vendor@
190
+includedir = @includedir@
191
+infodir = @infodir@
118 192
 install_sh = @install_sh@
119
-
193
+libdir = @libdir@
194
+libexecdir = @libexecdir@
195
+localstatedir = @localstatedir@
196
+mandir = @mandir@
197
+mkdir_p = @mkdir_p@
198
+oldincludedir = @oldincludedir@
199
+prefix = @prefix@
200
+program_transform_name = @program_transform_name@
201
+sbindir = @sbindir@
202
+sharedstatedir = @sharedstatedir@
203
+sysconfdir = @sysconfdir@
204
+target = @target@
205
+target_alias = @target_alias@
206
+target_cpu = @target_cpu@
207
+target_os = @target_os@
208
+target_vendor = @target_vendor@
120 209
 SUBDIRS = libclamav clamscan clamd clamdscan freshclam sigtool database docs etc clamav-milter
121 210
 EXTRA_DIST = FAQ contrib test examples BUGS shared libclamav.pc.in
122
-
123 211
 bin_SCRIPTS = clamav-config
124
-
125 212
 pkgconfigdir = $(libdir)/pkgconfig
126 213
 pkgconfig_DATA = libclamav.pc
127
-subdir = .
128
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130
-CONFIG_HEADER = clamav-config.h
131
-CONFIG_CLEAN_FILES = clamav-config libclamav.pc
132
-SCRIPTS = $(bin_SCRIPTS)
133
-
134
-DIST_SOURCES =
135
-DATA = $(pkgconfig_DATA)
136
-
137
-
138
-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
139
-	uninstall-info-recursive all-recursive install-data-recursive \
140
-	install-exec-recursive installdirs-recursive install-recursive \
141
-	uninstall-recursive check-recursive installcheck-recursive
142
-DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
143
-	Makefile.in NEWS TODO acinclude.m4 aclocal.m4 \
144
-	clamav-config.h.in clamav-config.in config.guess config.sub \
145
-	configure configure.in depcomp install-sh libclamav.pc.in \
146
-	ltmain.sh missing mkinstalldirs
147
-DIST_SUBDIRS = $(SUBDIRS)
148 214
 all: clamav-config.h
149 215
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
150 216
 
151 217
 .SUFFIXES:
152
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
218
+am--refresh:
219
+	@:
220
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
221
+	@for dep in $?; do \
222
+	  case '$(am__configure_deps)' in \
223
+	    *$$dep*) \
224
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
225
+	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
226
+		&& exit 0; \
227
+	      exit 1;; \
228
+	  esac; \
229
+	done; \
230
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
153 231
 	cd $(top_srcdir) && \
154 232
 	  $(AUTOMAKE) --gnu  Makefile
155
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
156
-	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
157
-
158
-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233
+.PRECIOUS: Makefile
234
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235
+	@case '$?' in \
236
+	  *config.status*) \
237
+	    echo ' $(SHELL) ./config.status'; \
238
+	    $(SHELL) ./config.status;; \
239
+	  *) \
240
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
241
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
242
+	esac;
243
+
244
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
159 245
 	$(SHELL) ./config.status --recheck
160
-$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
161
-	cd $(srcdir) && $(AUTOCONF)
162 246
 
163
-$(ACLOCAL_M4):  configure.in acinclude.m4
247
+$(top_srcdir)/configure:  $(am__configure_deps)
248
+	cd $(srcdir) && $(AUTOCONF)
249
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
164 250
 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
165 251
 
166 252
 clamav-config.h: stamp-h1
... ...
@@ -172,37 +258,35 @@ clamav-config.h: stamp-h1
172 172
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
173 173
 	@rm -f stamp-h1
174 174
 	cd $(top_builddir) && $(SHELL) ./config.status clamav-config.h
175
-
176
-$(srcdir)/clamav-config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
175
+$(srcdir)/clamav-config.h.in:  $(am__configure_deps) 
177 176
 	cd $(top_srcdir) && $(AUTOHEADER)
178
-	touch $(srcdir)/clamav-config.h.in
177
+	rm -f stamp-h1
178
+	touch $@
179 179
 
180 180
 distclean-hdr:
181
-	-rm -f clamav-config.h
182
-clamav-config: $(top_builddir)/config.status clamav-config.in
181
+	-rm -f clamav-config.h stamp-h1
182
+clamav-config: $(top_builddir)/config.status $(srcdir)/clamav-config.in
183 183
 	cd $(top_builddir) && $(SHELL) ./config.status $@
184
-libclamav.pc: $(top_builddir)/config.status libclamav.pc.in
184
+libclamav.pc: $(top_builddir)/config.status $(srcdir)/libclamav.pc.in
185 185
 	cd $(top_builddir) && $(SHELL) ./config.status $@
186 186
 install-binSCRIPTS: $(bin_SCRIPTS)
187 187
 	@$(NORMAL_INSTALL)
188
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
188
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
189 189
 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
190
-	  f="`echo $$p|sed '$(transform)'`"; \
191
-	  if test -f $$p; then \
192
-	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
193
-	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
194
-	  elif test -f $(srcdir)/$$p; then \
195
-	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
196
-	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
190
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
191
+	  if test -f $$d$$p; then \
192
+	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
193
+	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
194
+	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
197 195
 	  else :; fi; \
198 196
 	done
199 197
 
200 198
 uninstall-binSCRIPTS:
201 199
 	@$(NORMAL_UNINSTALL)
202 200
 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
203
-	  f="`echo $$p|sed '$(transform)'`"; \
204
-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
205
-	  rm -f $(DESTDIR)$(bindir)/$$f; \
201
+	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
202
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
203
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
206 204
 	done
207 205
 
208 206
 mostlyclean-libtool:
... ...
@@ -214,23 +298,22 @@ clean-libtool:
214 214
 distclean-libtool:
215 215
 	-rm -f libtool
216 216
 uninstall-info-am:
217
-pkgconfigDATA_INSTALL = $(INSTALL_DATA)
218 217
 install-pkgconfigDATA: $(pkgconfig_DATA)
219 218
 	@$(NORMAL_INSTALL)
220
-	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
219
+	test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
221 220
 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
222 221
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
223 222
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
224
-	  echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
225
-	  $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
223
+	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
224
+	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
226 225
 	done
227 226
 
228 227
 uninstall-pkgconfigDATA:
229 228
 	@$(NORMAL_UNINSTALL)
230 229
 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
231 230
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
232
-	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
233
-	  rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
231
+	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
232
+	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
234 233
 	done
235 234
 
236 235
 # This directory's subdirectories are mostly independent; you can cd
... ...
@@ -287,11 +370,10 @@ tags-recursive:
287 287
 	list='$(SUBDIRS)'; for subdir in $$list; do \
288 288
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
289 289
 	done
290
-
291
-ETAGS = etags
292
-ETAGSFLAGS =
293
-
294
-tags: TAGS
290
+ctags-recursive:
291
+	list='$(SUBDIRS)'; for subdir in $$list; do \
292
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
293
+	done
295 294
 
296 295
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
297 296
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
... ...
@@ -301,14 +383,21 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
301 301
 	  $(AWK) '    { files[$$0] = 1; } \
302 302
 	       END { for (i in files) print i; }'`; \
303 303
 	mkid -fID $$unique
304
+tags: TAGS
304 305
 
305 306
 TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
306 307
 		$(TAGS_FILES) $(LISP)
307 308
 	tags=; \
308 309
 	here=`pwd`; \
310
+	if (etags --etags-include --version) >/dev/null 2>&1; then \
311
+	  include_option=--etags-include; \
312
+	else \
313
+	  include_option=--include; \
314
+	fi; \
309 315
 	list='$(SUBDIRS)'; for subdir in $$list; do \
310 316
 	  if test "$$subdir" = .; then :; else \
311
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
317
+	    test -f $$subdir/TAGS && \
318
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
312 319
 	  fi; \
313 320
 	done; \
314 321
 	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
... ...
@@ -320,6 +409,20 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
320 320
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
321 321
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322 322
 	     $$tags $$unique
323
+ctags: CTAGS
324
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
325
+		$(TAGS_FILES) $(LISP)
326
+	tags=; \
327
+	here=`pwd`; \
328
+	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
329
+	unique=`for i in $$list; do \
330
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
+	  done | \
332
+	  $(AWK) '    { files[$$0] = 1; } \
333
+	       END { for (i in files) print i; }'`; \
334
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
335
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336
+	     $$tags $$unique
323 337
 
324 338
 GTAGS:
325 339
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -327,30 +430,24 @@ GTAGS:
327 327
 	  && gtags -i $(GTAGS_ARGS) $$here
328 328
 
329 329
 distclean-tags:
330
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
331
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
332
-
333
-top_distdir = .
334
-distdir = $(PACKAGE)-$(VERSION)
335
-
336
-am__remove_distdir = \
337
-  { test ! -d $(distdir) \
338
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
339
-         && rm -fr $(distdir); }; }
340
-
341
-GZIP_ENV = --best
342
-distcleancheck_listfiles = find . -type f -print
330
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
343 331
 
344 332
 distdir: $(DISTFILES)
345 333
 	$(am__remove_distdir)
346 334
 	mkdir $(distdir)
347
-	$(mkinstalldirs) $(distdir)/.
348
-	@for file in $(DISTFILES); do \
335
+	$(mkdir_p) $(distdir)/.
336
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
337
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
338
+	list='$(DISTFILES)'; for file in $$list; do \
339
+	  case $$file in \
340
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
341
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
342
+	  esac; \
349 343
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350 344
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351 345
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352 346
 	    dir="/$$dir"; \
353
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
347
+	    $(mkdir_p) "$(distdir)$$dir"; \
354 348
 	  else \
355 349
 	    dir=''; \
356 350
 	  fi; \
... ...
@@ -367,13 +464,13 @@ distdir: $(DISTFILES)
367 367
 	done
368 368
 	list='$(SUBDIRS)'; for subdir in $$list; do \
369 369
 	  if test "$$subdir" = .; then :; else \
370
-	    test -d $(distdir)/$$subdir \
371
-	    || mkdir $(distdir)/$$subdir \
370
+	    test -d "$(distdir)/$$subdir" \
371
+	    || mkdir "$(distdir)/$$subdir" \
372 372
 	    || exit 1; \
373 373
 	    (cd $$subdir && \
374 374
 	      $(MAKE) $(AM_MAKEFLAGS) \
375
-	        top_distdir="$(top_distdir)" \
376
-	        distdir=../$(distdir)/$$subdir \
375
+	        top_distdir="../$(top_distdir)" \
376
+	        distdir="../$(distdir)/$$subdir" \
377 377
 	        distdir) \
378 378
 	      || exit 1; \
379 379
 	  fi; \
... ...
@@ -387,6 +484,23 @@ dist-gzip: distdir
387 387
 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
388 388
 	$(am__remove_distdir)
389 389
 
390
+dist-bzip2: distdir
391
+	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
392
+	$(am__remove_distdir)
393
+
394
+dist-tarZ: distdir
395
+	$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
396
+	$(am__remove_distdir)
397
+
398
+dist-shar: distdir
399
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
400
+	$(am__remove_distdir)
401
+
402
+dist-zip: distdir
403
+	-rm -f $(distdir).zip
404
+	zip -rq $(distdir).zip $(distdir)
405
+	$(am__remove_distdir)
406
+
390 407
 dist dist-all: distdir
391 408
 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
392 409
 	$(am__remove_distdir)
... ...
@@ -395,15 +509,26 @@ dist dist-all: distdir
395 395
 # it guarantees that the distribution is self-contained by making another
396 396
 # tarfile.
397 397
 distcheck: dist
398
-	$(am__remove_distdir)
399
-	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
398
+	case '$(DIST_ARCHIVES)' in \
399
+	*.tar.gz*) \
400
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
401
+	*.tar.bz2*) \
402
+	  bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
403
+	*.tar.Z*) \
404
+	  uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
405
+	*.shar.gz*) \
406
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
407
+	*.zip*) \
408
+	  unzip $(distdir).zip ;;\
409
+	esac
400 410
 	chmod -R a-w $(distdir); chmod a+w $(distdir)
401
-	mkdir $(distdir)/=build
402
-	mkdir $(distdir)/=inst
411
+	mkdir $(distdir)/_build
412
+	mkdir $(distdir)/_inst
403 413
 	chmod a-w $(distdir)
404
-	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
405
-	  && cd $(distdir)/=build \
406
-	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
414
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
415
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
416
+	  && cd $(distdir)/_build \
417
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
407 418
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
408 419
 	  && $(MAKE) $(AM_MAKEFLAGS) \
409 420
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
... ...
@@ -411,23 +536,40 @@ distcheck: dist
411 411
 	  && $(MAKE) $(AM_MAKEFLAGS) install \
412 412
 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
413 413
 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
414
-	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
415
-	      || { echo "ERROR: files left after uninstall:" ; \
416
-	           find $$dc_install_base -type f -print ; \
417
-	           exit 1; } >&2 ) \
418
-	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
419
-	  && rm -f $(distdir).tar.gz \
414
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
415
+	        distuninstallcheck \
416
+	  && chmod -R a-w "$$dc_install_base" \
417
+	  && ({ \
418
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
419
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
420
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
421
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
422
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
423
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
424
+	  && rm -rf "$$dc_destdir" \
425
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
426
+	  && rm -rf $(DIST_ARCHIVES) \
420 427
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
421 428
 	$(am__remove_distdir)
422
-	@echo "$(distdir).tar.gz is ready for distribution" | \
423
-	  sed 'h;s/./=/g;p;x;p;x'
429
+	@(echo "$(distdir) archives ready for distribution: "; \
430
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
431
+	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
432
+distuninstallcheck:
433
+	@cd $(distuninstallcheck_dir) \
434
+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
435
+	   || { echo "ERROR: files left after uninstall:" ; \
436
+	        if test -n "$(DESTDIR)"; then \
437
+	          echo "  (check DESTDIR support)"; \
438
+	        fi ; \
439
+	        $(distuninstallcheck_listfiles) ; \
440
+	        exit 1; } >&2
424 441
 distcleancheck: distclean
425
-	if test '$(srcdir)' = . ; then \
442
+	@if test '$(srcdir)' = . ; then \
426 443
 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
427 444
 	  exit 1 ; \
428 445
 	fi
429
-	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
430
-	  || { echo "ERROR: files left after distclean:" ; \
446
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
447
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
431 448
 	       $(distcleancheck_listfiles) ; \
432 449
 	       exit 1; } >&2
433 450
 check-am: all-am
... ...
@@ -435,8 +577,9 @@ check: check-recursive
435 435
 all-am: Makefile $(SCRIPTS) $(DATA) clamav-config.h
436 436
 installdirs: installdirs-recursive
437 437
 installdirs-am:
438
-	$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgconfigdir)
439
-
438
+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
439
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
440
+	done
440 441
 install: install-recursive
441 442
 install-exec: install-exec-recursive
442 443
 install-data: install-data-recursive
... ...
@@ -448,7 +591,7 @@ install-am: all-am
448 448
 installcheck: installcheck-recursive
449 449
 install-strip:
450 450
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451
-	  INSTALL_STRIP_FLAG=-s \
451
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 452
 	  `test -z '$(STRIP)' || \
453 453
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454 454
 mostlyclean-generic:
... ...
@@ -456,7 +599,7 @@ mostlyclean-generic:
456 456
 clean-generic:
457 457
 
458 458
 distclean-generic:
459
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
459
+	-rm -f $(CONFIG_CLEAN_FILES)
460 460
 
461 461
 maintainer-clean-generic:
462 462
 	@echo "This command is intended for maintainers to use"
... ...
@@ -466,14 +609,17 @@ clean: clean-recursive
466 466
 clean-am: clean-generic clean-libtool mostlyclean-am
467 467
 
468 468
 distclean: distclean-recursive
469
-	-rm -f config.status config.cache config.log
470
-distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
471
-	distclean-tags
469
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
470
+	-rm -f Makefile
471
+distclean-am: clean-am distclean-generic distclean-hdr \
472
+	distclean-libtool distclean-tags
472 473
 
473 474
 dvi: dvi-recursive
474 475
 
475 476
 dvi-am:
476 477
 
478
+html: html-recursive
479
+
477 480
 info: info-recursive
478 481
 
479 482
 info-am:
... ...
@@ -489,35 +635,44 @@ install-man:
489 489
 installcheck-am:
490 490
 
491 491
 maintainer-clean: maintainer-clean-recursive
492
-
492
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
493
+	-rm -rf $(top_srcdir)/autom4te.cache
494
+	-rm -f Makefile
493 495
 maintainer-clean-am: distclean-am maintainer-clean-generic
494 496
 
495 497
 mostlyclean: mostlyclean-recursive
496 498
 
497 499
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
498 500
 
501
+pdf: pdf-recursive
502
+
503
+pdf-am:
504
+
505
+ps: ps-recursive
506
+
507
+ps-am:
508
+
499 509
 uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
500 510
 	uninstall-pkgconfigDATA
501 511
 
502 512
 uninstall-info: uninstall-info-recursive
503 513
 
504
-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
505
-	clean-generic clean-libtool clean-recursive dist dist-all \
506
-	dist-gzip distcheck distclean distclean-generic distclean-hdr \
507
-	distclean-libtool distclean-recursive distclean-tags \
508
-	distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
509
-	info-recursive install install-am install-binSCRIPTS \
510
-	install-data install-data-am install-data-recursive \
511
-	install-exec install-exec-am install-exec-recursive \
512
-	install-info install-info-am install-info-recursive install-man \
513
-	install-pkgconfigDATA install-recursive install-strip \
514
-	installcheck installcheck-am installdirs installdirs-am \
515
-	installdirs-recursive maintainer-clean maintainer-clean-generic \
514
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
515
+	check-am clean clean-generic clean-libtool clean-recursive \
516
+	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
517
+	dist-shar dist-tarZ dist-zip distcheck distclean \
518
+	distclean-generic distclean-hdr distclean-libtool \
519
+	distclean-recursive distclean-tags distcleancheck distdir \
520
+	distuninstallcheck dvi dvi-am html html-am info info-am \
521
+	install install-am install-binSCRIPTS install-data \
522
+	install-data-am install-exec install-exec-am install-info \
523
+	install-info-am install-man install-pkgconfigDATA \
524
+	install-strip installcheck installcheck-am installdirs \
525
+	installdirs-am maintainer-clean maintainer-clean-generic \
516 526
 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
517
-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
518
-	uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
519
-	uninstall-info-recursive uninstall-pkgconfigDATA \
520
-	uninstall-recursive
527
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
528
+	tags tags-recursive uninstall uninstall-am \
529
+	uninstall-binSCRIPTS uninstall-info-am uninstall-pkgconfigDATA
521 530
 
522 531
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
523 532
 # Otherwise a system limit (for SysV at least) may be exceeded.
... ...
@@ -1,6 +1,6 @@
1
-# aclocal.m4 generated automatically by aclocal 1.6.1 -*- Autoconf -*-
1
+# generated automatically by aclocal 1.8.3 -*- Autoconf -*-
2 2
 
3
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
3
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4 4
 # Free Software Foundation, Inc.
5 5
 # This file is free software; the Free Software Foundation
6 6
 # gives unlimited permission to copy and/or distribute it,
... ...
@@ -11,4166 +11,9 @@
11 11
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 12
 # PARTICULAR PURPOSE.
13 13
 
14
-dnl @synopsis AC_CREATE_TARGET_H [(HEADER-FILE [,PREFIX)]
15
-dnl
16
-dnl create the header-file and let it contain '#defines'
17
-dnl for the target platform. This macro is used for libraries
18
-dnl that have platform-specific quirks. Instead of inventing a
19
-dnl target-specific target.h.in files, just let it create a
20
-dnl header file from the definitions of AC_CANONICAL_SYSTEM
21
-dnl and put only ifdef's in the installed header-files.
22
-dnl
23
-dnl if the HEADER-FILE is absent, [target.h] is used.
24
-dnl if the PREFIX is absent, [TARGET] is used. 
25
-dnl the prefix can be the packagename. (y:a-z-:A-Z_:)
26
-dnl
27
-dnl the defines look like...
28
-dnl
29
-dnl #ifndef TARGET_CPU_M68K
30
-dnl #define TARGET_CPU_M68K "m68k"
31
-dnl #endif
32
-dnl
33
-dnl #ifndef TARGET_OS_LINUX
34
-dnl #define TARGET_OS_LINUX "linux-gnu"
35
-dnl #endif
36
-dnl
37
-dnl #ifndef TARGET_OS_TYPE                     /* the string itself */
38
-dnl #define TARGET_OS_TYPE "linux-gnu"
39
-dnl #endif
40
-dnl 
41
-dnl detail:  in the case of hppa1.1, the three idents "hppa1_1" "hppa1" 
42
-dnl and "hppa"  are derived, for an m68k it just two, "m68k" and "m"
43
-dnl
44
-dnl the CREATE_TARGET_H__ variant is almost the same function, but everything 
45
-dnl is lowercased instead of uppercased, and there is a "__" in front of
46
-dnl each prefix, so it looks like...
47
-dnl 
48
-dnl #ifndef __target_os_linux
49
-dnl #define __target_os_linux "linux-gnulibc2"
50
-dnl #endif
51
-dnl
52
-dnl #ifndef __target_os__                     /* the string itself */
53
-dnl #define __target_os__ "linux-gnulibc2"
54
-dnl #endif
55
-dnl
56
-dnl #ifndef __target_cpu_i586
57
-dnl #define __target_cpu_i586 "i586"
58
-dnl #endif
59
-dnl
60
-dnl #ifndef __target_arch_i386                
61
-dnl #define __target_arch_i386 "i386"
62
-dnl #endif
63
-dnl
64
-dnl #ifndef __target_arch__                   /* cpu family arch */
65
-dnl #define __target_arch__ "i386"
66
-dnl #endif
67
-dnl
68
-dnl other differences: the default string-define is "__" insteadof "_TYPE" 
69
-dnl
70
-dnl personally I prefer the second variant (which had been the first in
71
-dnl the devprocess of this file but I assume people will often fallback
72
-dnl to the primary variant presented herein).
73
-dnl
74
-dnl NOTE: CREATE_TARGET_H does also fill HOST_OS-defines
75
-dnl functionality has been split over functions called CREATE_TARGET_H_UPPER 
76
-dnl CREATE_TARGET_H_LOWER CREATE_TARGET_HOST_UPPER CREATE_TARGET_HOST_LOWER
77
-dnl CREATE_TARGET_H  uses CREATE_TARGET_H_UPPER    CREATE_TARGET_HOST_UPPER
78
-dnl CREATE_TARGET_H_ uses CREATE_TARGET_H_LOWER    CREATE_TARGET_HOST_LOWER
79
-dnl
80
-dnl there is now a CREATE_PREFIX_TARGET_H in this file as a shorthand for
81
-dnl PREFIX_CONFIG_H from a target.h file, however w/o the target.h ever created
82
-dnl (the prefix is a bit different, since we add an extra -target- and -host-)
83
-dnl 
84
-dnl @version: $Id: aclocal.m4,v 1.42 2004/06/12 15:50:35 kojm Exp $
85
-dnl @author Guido Draheim <guidod@gmx.de>                 STATUS: used often
86
-
87
-AC_DEFUN([AC_CREATE_TARGET_H],
88
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
89
-AC_CREATE_TARGET_H_UPPER($1,$2)
90
-AC_CREATE_TARGET_HOST_UPPER($1,$2)
91
-])
92
-
93
-AC_DEFUN([AC_CREATE_TARGET_OS_H],
94
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
95
-AC_CREATE_TARGET_H_LOWER($1,$2)
96
-AC_CREATE_TARGET_HOST_LOWER($1,$2)
97
-])
98
-
99
-AC_DEFUN([AC_CREATE_TARGET_H__],
100
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
101
-AC_CREATE_TARGET_H_LOWER($1,$2)
102
-AC_CREATE_TARGET_HOST_LOWER($1,$2)
103
-])
104
-
105
-dnl [(OUT-FILE [, PREFIX])]  defaults: PREFIX=$PACKAGE OUTFILE=$PREFIX-target.h
106
-AC_DEFUN([AC_CREATE_PREFIX_TARGET_H],[dnl
107
-ac_prefix_conf_PKG=`echo ifelse($2, , $PACKAGE, $2)`
108
-ac_prefix_conf_OUT=`echo ifelse($1, , $ac_prefix_conf_PKG-target.h, $1)`
109
-ac_prefix_conf_PRE=`echo $ac_prefix_conf_PKG-target | sed -e 'y:abcdefghijklmnopqrstuvwxyz-:ABCDEFGHIJKLMNOPQRSTUVWXYZ_:'`
110
-AC_CREATE_TARGET_H_UPPER($ac_prefix_conf_PRE,$ac_perfix_conf_OUT)
111
-ac_prefix_conf_PRE=`echo __$ac_prefix_conf_PKG-host | sed -e 'y:abcdefghijklmnopqrstuvwxyz-:ABCDEFGHIJKLMNOPQRSTUVWXYZ_:'`
112
-AC_CREATE_TARGET_HOST_UPPER($ac_prefix_conf_PRE,$ac_perfix_conf_OUT)
113
-])
114
-
115
-dnl [(OUT-FILE[, PREFIX])]  defaults: PREFIX=$PACKAGE OUTFILE=$PREFIX-target.h
116
-AC_DEFUN([AC_CREATE_PREFIX_TARGET_H_],[dnl
117
-ac_prefix_conf_PKG=`echo ifelse($2, , $PACKAGE, $2)`
118
-ac_prefix_conf_OUT=`echo ifelse($1, , $ac_prefix_conf_PKG-target.h, $1)`
119
-ac_prefix_conf_PRE=`echo __$ac_prefix_conf_PKG-target | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ-:abcdefghijklmnopqrstuvwxyz_:'`
120
-AC_CREATE_TARGET_H_LOWER($ac_prefix_conf_PRE,$ac_perfix_conf_OUT)
121
-ac_prefix_conf_PRE=`echo __$ac_prefix_conf_PKG-host | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ-:abcdefghijklmnopqrstuvwxyz_:'`
122
-AC_CREATE_TARGET_HOST_LOWER($ac_prefix_conf_PRE,$ac_perfix_conf_OUT)
123
-])
124
-
125
-AC_DEFUN([AC_CREATE_TARGET_H_FILE],[dnl
126
-ac_need_target_h_file_new=true
127
-])
128
-
129
-AC_DEFUN([AC_CREATE_TARGET_H_UPPER],
130
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
131
-AC_REQUIRE([AC_CREATE_TARGET_H_FILE])
132
-changequote({, })dnl
133
-ac_need_target_h_file=`echo ifelse($1, , target.h, $1)`
134
-ac_need_target_h_prefix=`echo ifelse($2, , target, $2) | sed -e 'y:abcdefghijklmnopqrstuvwxyz-:ABCDEFGHIJKLMNOPQRSTUVWXYZ_:' -e 's:[^A-Z0-9_]::g'`
135
-#
136
-target_os0=`echo "$target_os"  | sed -e 'y:abcdefghijklmnopqrstuvwxyz.-:ABCDEFGHIJKLMNOPQRSTUVWXYZ__:' -e 's:[^A-Z0-9_]::g'`
137
-target_os1=`echo "$target_os0" | sed -e 's:\([^0-9]*\).*:\1:' `
138
-target_os2=`echo "$target_os0" | sed -e 's:\([^_]*\).*:\1:' `
139
-target_os3=`echo "$target_os2" | sed -e 's:\([^0-9]*\).*:\1:' `
140
-#
141
-target_cpu0=`echo "$target_cpu"  | sed -e 'y:abcdefghijklmnopqrstuvwxyz.-:ABCDEFGHIJKLMNOPQRSTUVWXYZ__:' -e 's:[^A-Z0-9_]::g'`
142
-target_cpu1=`echo "$target_cpu0" | sed -e 's:\([^0-9]*\).*:\1:' `
143
-target_cpu2=`echo "$target_cpu0" | sed -e 's:\([^_]*\).*:\1:' `
144
-target_cpu3=`echo "$target_cpu2" | sed -e 's:\([^0-9]*\).*:\1:' `
145
-#
146
-target_cpu_arch0=`echo "$target_cpu_arch" | sed -e 'y:abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:'`
147
-#
148
-changequote([, ])dnl
149
-#
150
-if $ac_need_target_h_file_new ; then
151
-AC_MSG_RESULT(creating $ac_need_target_h_file - canonical system defines)
152
-echo /'*' automatically generated by $PACKAGE configure '*'/ >$ac_need_target_h_file
153
-echo /'*' on `date` '*'/ >>$ac_need_target_h_file
154
-ac_need_target_h_file_new=false
155
-fi
156
-echo /'*' target uppercase defines '*'/ >>$ac_need_target_h_file
157
-dnl
158
-old1=""
159
-old2=""
160
-for i in $target_os0 $target_os1 $target_os2 $target_os3 "TYPE"
161
-do
162
-  if test "$old1" != "$i"; then
163
-  if test "$old2" != "$i"; then
164
-   echo " " >>$ac_need_target_h_file
165
-   echo "#ifndef "$ac_need_target_h_prefix"_OS_"$i >>$ac_need_target_h_file
166
-   echo "#define "$ac_need_target_h_prefix"_OS_"$i '"'"$target_os"'"' >>$ac_need_target_h_file
167
-   echo "#endif" >>$ac_need_target_h_file
168
-  fi
169
-  fi
170
-  old2="$old1"
171
-  old1="$i"
172
-done
173
-#
174
-old1=""
175
-old2=""
176
-for i in $target_cpu0 $target_cpu1 $target_cpu2 $target_cpu3 "TYPE" 
177
-do
178
-  if test "$old1" != "$i"; then
179
-  if test "$old2" != "$i"; then
180
-   echo " " >>$ac_need_target_h_file
181
-   echo "#ifndef "$ac_need_target_h_prefix"_CPU_"$i >>$ac_need_target_h_file
182
-   echo "#define "$ac_need_target_h_prefix"_CPU_"$i '"'"$target_cpu"'"' >>$ac_need_target_h_file
183
-   echo "#endif" >>$ac_need_target_h_file
184
-  fi
185
-  fi
186
-  old2="$old1"
187
-  old1="$i"
188
-done
189
-#
190
-old1=""
191
-old2=""
192
-for i in $target_cpu_arch0 "TYPE" 
193
-do
194
-  if test "$old1" != "$i"; then
195
-  if test "$old2" != "$i"; then
196
-   echo " " >>$ac_need_target_h_file
197
-   echo "#ifndef "$ac_need_target_h_prefix"_ARCH_"$i >>$ac_need_target_h_file
198
-   echo "#define "$ac_need_target_h_prefix"_ARCH_"$i '"'"$target_cpu_arch"'"' >>$ac_need_target_h_file
199
-   echo "#endif" >>$ac_need_target_h_file
200
-  fi
201
-  fi
202
-  old2="$old1"
203
-  old1="$i"
204
-done
205
-])
206
-
207
-dnl
208
-dnl ... the lowercase variant ...
209
-dnl
210
-AC_DEFUN([AC_CREATE_TARGET_H_LOWER],
211
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
212
-AC_REQUIRE([AC_CREATE_TARGET_H_FILE])
213
-changequote({, })dnl
214
-ac_need_target_h_file=`echo ifelse($1, , target-os.h, $1)`
215
-ac_need_target_h_prefix=`echo ifelse($2, , target, $2) | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ-:abcdefghijklmnopqrstuvwxyz_:' -e 's:[^a-z0-9_]::g'`
216
-#
217
-target_os0=`echo "$target_os"  | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ.-:abcdefghijklmnopqrstuvwxyz__:' -e 's:[^a-z0-9_]::g'`
218
-target_os1=`echo "$target_os0" | sed -e 's:\([^0-9]*\).*:\1:' `
219
-target_os2=`echo "$target_os0" | sed -e 's:\([^_]*\).*:\1:' `
220
-target_os3=`echo "$target_os2" | sed -e 's:\([^0-9]*\).*:\1:' `
221
-#
222
-target_cpu0=`echo "$target_cpu"  | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ.-:abcdefghijklmnopqrstuvwxyz__:' -e 's:[^a-z0-9_]::g'`
223
-target_cpu1=`echo "$target_cpu0" | sed -e 's:\([^0-9]*\).*:\1:' `
224
-target_cpu2=`echo "$target_cpu0" | sed -e 's:\([^_]*\).*:\1:' `
225
-target_cpu3=`echo "$target_cpu2" | sed -e 's:\([^0-9]*\).*:\1:' `
226
-#
227
-target_cpu_arch0=`echo "$target_cpu_arch" | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ:abcdefghijklmnopqrstuvwxyz:'`
228
-#
229
-changequote([, ])dnl
230
-#
231
-if $ac_need_target_h_file_new ; then
232
-AC_MSG_RESULT(creating $ac_need_target_h_file - canonical system defines)
233
-echo /'*' automatically generated by $PACKAGE configure '*'/ >$ac_need_target_h_file
234
-echo /'*' on `date` '*'/ >>$ac_need_target_h_file
235
-ac_need_target_h_file_new=false
236
-fi
237
-echo /'*' target lowercase defines '*'/ >>$ac_need_target_h_file
238
-dnl
239
-old1=""
240
-old2=""
241
-for i in $target_os0 $target_os1 $target_os2 $target_os3 "_"; 
242
-do
243
-  if test "$old1" != "$i"; then
244
-  if test "$old2" != "$i"; then
245
-   echo " " >>$ac_need_target_h_file
246
-   echo "#ifndef __"$ac_need_target_h_prefix"_os_"$i >>$ac_need_target_h_file
247
-   echo "#define __"$ac_need_target_h_prefix"_os_"$i '"'"$target_os"'"' >>$ac_need_target_h_file
248
-   echo "#endif" >>$ac_need_target_h_file
249
-  fi
250
-  fi
251
-  old2="$old1"
252
-  old1="$i"
253
-done
254
-#
255
-old1=""
256
-old2=""
257
-for i in $target_cpu0 $target_cpu1 $target_cpu2 $target_cpu3 "_" 
258
-do
259
-  if test "$old1" != "$i"; then
260
-  if test "$old2" != "$i"; then
261
-   echo " " >>$ac_need_target_h_file
262
-   echo "#ifndef __"$ac_need_target_h_prefix"_cpu_"$i >>$ac_need_target_h_file
263
-   echo "#define __"$ac_need_target_h_prefix"_cpu_"$i '"'"$target_cpu"'"' >>$ac_need_target_h_file
264
-   echo "#endif" >>$ac_need_target_h_file
265
-  fi
266
-  fi
267
-  old2="$old1"
268
-  old1="$i"
269
-done
270
-#
271
-old1=""
272
-old2=""
273
-for i in $target_cpu_arch0 "_" 
274
-do
275
-  if test "$old1" != "$i"; then
276
-  if test "$old2" != "$i"; then
277
-   echo " " >>$ac_need_target_h_file
278
-   echo "#ifndef __"$ac_need_target_h_prefix"_arch_"$i >>$ac_need_target_h_file
279
-   echo "#define __"$ac_need_target_h_prefix"_arch_"$i '"'"$target_cpu_arch"'"' >>$ac_need_target_h_file
280
-   echo "#endif" >>$ac_need_target_h_file
281
-  fi
282
-  fi
283
-  old2="$old1"
284
-  old1="$i"
285
-done
286
-])
287
-
288
-dnl -------------------------------------------------------------------
289
-dnl
290
-dnl ... the uppercase variant for the host ...
291
-dnl
292
-AC_DEFUN([AC_CREATE_TARGET_HOST_UPPER],
293
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
294
-AC_REQUIRE([AC_CREATE_TARGET_H_FILE])
295
-changequote({, })dnl
296
-ac_need_target_h_file=`echo ifelse($1, , target.h, $1)`
297
-ac_need_target_h_prefix=`echo ifelse($2, , host, $2) | sed -e 'y:abcdefghijklmnopqrstuvwxyz-:ABCDEFGHIJKLMNOPQRSTUVWXYZ_:' -e 's:[^A-Z0-9_]::g'`
298
-#
299
-host_os0=`echo "$host_os"  | sed -e 'y:abcdefghijklmnopqrstuvwxyz.-:ABCDEFGHIJKLMNOPQRSTUVWXYZ__:' -e 's:[^A-Z0-9_]::g'`
300
-host_os1=`echo "$host_os0" | sed -e 's:\([^0-9]*\).*:\1:' `
301
-host_os2=`echo "$host_os0" | sed -e 's:\([^_]*\).*:\1:' `
302
-host_os3=`echo "$host_os2" | sed -e 's:\([^0-9]*\).*:\1:' `
303
-#
304
-host_cpu0=`echo "$host_cpu"  | sed -e 'y:abcdefghijklmnopqrstuvwxyz.-:ABCDEFGHIJKLMNOPQRSTUVWXYZ__:' -e 's:[^A-Z0-9]::g'`
305
-host_cpu1=`echo "$host_cpu0" | sed -e 's:\([^0-9]*\).*:\1:' `
306
-host_cpu2=`echo "$host_cpu0" | sed -e 's:\([^_]*\).*:\1:' `
307
-host_cpu3=`echo "$host_cpu2" | sed -e 's:\([^0-9]*\).*:\1:' `
308
-#
309
-host_cpu_arch0=`echo "$host_cpu_arch" | sed -e 'y:abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:'`
310
-#
311
-changequote([, ])dnl
312
-#
313
-if $ac_need_target_h_file_new ; then
314
-AC_MSG_RESULT(creating $ac_need_target_h_file - canonical system defines)
315
-echo /'*' automatically generated by $PACKAGE configure '*'/ >$ac_need_target_h_file
316
-echo /'*' on `date` '*'/ >>$ac_need_target_h_file
317
-ac_need_target_h_file_new=false
318
-fi
319
-echo /'*' host uppercase defines '*'/ >>$ac_need_target_h_file
320
-dnl
321
-old1=""
322
-old2=""
323
-for i in $host_os0 $host_os1 $host_os2 $host_os3 "TYPE"
324
-do
325
-  if test "$old1" != "$i"; then
326
-  if test "$old2" != "$i"; then
327
-   echo " " >>$ac_need_target_h_file
328
-   echo "#ifndef "$ac_need_target_h_prefix"_OS_"$i >>$ac_need_target_h_file
329
-   echo "#define "$ac_need_target_h_prefix"_OS_"$i '"'"$host_os"'"' >>$ac_need_target_h_file
330
-   echo "#endif" >>$ac_need_target_h_file
331
-  fi
332
-  fi
333
-  old2="$old1"
334
-  old1="$i"
335
-done
336
-#
337
-old1=""
338
-old2=""
339
-for i in $host_cpu0 $host_cpu1 $host_cpu2 $host_cpu3 "TYPE" 
340
-do
341
-  if test "$old1" != "$i"; then
342
-  if test "$old2" != "$i"; then
343
-   echo " " >>$ac_need_target_h_file
344
-   echo "#ifndef "$ac_need_target_h_prefix"_CPU_"$i >>$ac_need_target_h_file
345
-   echo "#define "$ac_need_target_h_prefix"_CPU_"$i '"'"$host_cpu"'"' >>$ac_need_target_h_file
346
-   echo "#endif" >>$ac_need_target_h_file
347
-  fi
348
-  fi
349
-  old2="$old1"
350
-  old1="$i"
351
-done
352
-#
353
-old1=""
354
-old2=""
355
-for i in $host_cpu_arch0 "TYPE" 
356
-do
357
-  if test "$old1" != "$i"; then
358
-  if test "$old2" != "$i"; then
359
-   echo " " >>$ac_need_target_h_file
360
-   echo "#ifndef "$ac_need_target_h_prefix"_ARCH_"$i >>$ac_need_target_h_file
361
-   echo "#define "$ac_need_target_h_prefix"_ARCH_"$i '"'"$host_cpu_arch"'"' >>$ac_need_target_h_file
362
-   echo "#endif" >>$ac_need_target_h_file
363
-  fi
364
-  fi
365
-  old2="$old1"
366
-  old1="$i"
367
-done
368
-])
369
-
370
-dnl ---------------------------------------------------------------------
371
-dnl
372
-dnl ... the lowercase variant for the host ...
373
-dnl
374
-AC_DEFUN([AC_CREATE_TARGET_HOST_LOWER],
375
-[AC_REQUIRE([AC_CANONICAL_CPU_ARCH])
376
-AC_REQUIRE([AC_CREATE_TARGET_H_FILE])
377
-changequote({, })dnl
378
-ac_need_target_h_file=`echo ifelse($1, , target.h, $1)`
379
-ac_need_target_h_prefix=`echo ifelse($2, , host, $2) | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ-:abcdefghijklmnopqrstuvwxyz_:' -e 's:[^a-z0-9_]::g'`
380
-#
381
-host_os0=`echo "$host_os"  | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ.-:abcdefghijklmnopqrstuvwxyz__:' -e 's:[^a-z0-9_]::g'`
382
-host_os1=`echo "$host_os0" | sed -e 's:\([^0-9]*\).*:\1:' `
383
-host_os2=`echo "$host_os0" | sed -e 's:\([^_]*\).*:\1:' `
384
-host_os3=`echo "$host_os2" | sed -e 's:\([^0-9]*\).*:\1:' `
385
-#
386
-host_cpu0=`echo "$host_cpu"  | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ.-:abcdefghijklmnopqrstuvwxyz__:' -e 's:[^a-z0-9_]::g'`
387
-host_cpu1=`echo "$host_cpu0" | sed -e 's:\([^0-9]*\).*:\1:' `
388
-host_cpu2=`echo "$host_cpu0" | sed -e 's:\([^_]*\).*:\1:' `
389
-host_cpu3=`echo "$host_cpu2" | sed -e 's:\([^0-9]*\).*:\1:' `
390
-#
391
-host_cpu_arch0=`echo "$host_cpu_arch" | sed -e 'y:ABCDEFGHIJKLMNOPQRSTUVWXYZ:abcdefghijklmnopqrstuvwxyz:'`
392
-#
393
-changequote([, ])dnl
394
-#
395
-if $ac_need_target_h_file_new ; then
396
-AC_MSG_RESULT(creating $ac_need_target_h_file - canonical system defines)
397
-echo /'*' automatically generated by $PACKAGE configure '*'/ >$ac_need_target_h_file
398
-echo /'*' on `date` '*'/ >>$ac_need_target_h_file
399
-ac_need_target_h_file_new=false
400
-fi
401
-echo /'*' host lowercase defines '*'/ >>$ac_need_target_h_file
402
-dnl
403
-old1=""
404
-old2=""
405
-for i in $host_os0 $host_os1 $host_os2 $host_os3 "_"; 
406
-do
407
-  if test "$old1" != "$i"; then
408
-  if test "$old2" != "$i"; then
409
-   echo " " >>$ac_need_target_h_file
410
-   echo "#ifndef __"$ac_need_target_h_prefix"_os_"$i >>$ac_need_target_h_file
411
-   echo "#define __"$ac_need_target_h_prefix"_os_"$i '"'"$host_os"'"' >>$ac_need_target_h_file
412
-   echo "#endif" >>$ac_need_target_h_file
413
-  fi
414
-  fi
415
-  old2="$old1"
416
-  old1="$i"
417
-done
418
-#
419
-old1=""
420
-old2=""
421
-for i in $host_cpu0 $host_cpu1 $host_cpu2 $host_cpu3 "_" 
422
-do
423
-  if test "$old1" != "$i"; then
424
-  if test "$old2" != "$i"; then
425
-   echo " " >>$ac_need_target_h_file
426
-   echo "#ifndef __"$ac_need_target_h_prefix"_cpu_"$i >>$ac_need_target_h_file
427
-   echo "#define __"$ac_need_target_h_prefix"_cpu_"$i '"'"$host_cpu"'"' >>$ac_need_target_h_file
428
-   echo "#endif" >>$ac_need_target_h_file
429
-  fi
430
-  fi
431
-  old2="$old1"
432
-  old1="$i"
433
-done
434
-#
435
-old1=""
436
-old2=""
437
-for i in $host_cpu_arch0 "_" 
438
-do
439
-  if test "$old1" != "$i"; then
440
-  if test "$old2" != "$i"; then
441
-   echo " " >>$ac_need_target_h_file
442
-   echo "#ifndef __"$ac_need_target_h_prefix"_arch_"$i >>$ac_need_target_h_file
443
-   echo "#define __"$ac_need_target_h_prefix"_arch_"$i '"'"$host_cpu_arch"'"' >>$ac_need_target_h_file
444
-   echo "#endif" >>$ac_need_target_h_file
445
-  fi
446
-  fi
447
-  old2="$old1"
448
-  old1="$i"
449
-done
450
-])
451
-
452
-dnl -------------------------------------------------------------------
453
-
454
-dnl
455
-dnl the instruction set architecture (ISA) has evolved for a small set
456
-dnl of cpu types. So they often have specific names, e.g. sparclite,
457
-dnl yet they share quite a few similarities. This macro will set the
458
-dnl shell-var $target_cpu_arch to the basic type. Note that these
459
-dnl names are often in conflict with their original 32-bit type name
460
-dnl of these processors, just use them for directory-handling or add
461
-dnl a prefix/suffix to distinguish them from $target_cpu
462
-dnl
463
-dnl this macros has been invented since config.guess is sometimes
464
-dnl too specific about the cpu-type. I chose the names along the lines
465
-dnl of linux/arch/ which is modelled after widespread arch-naming, IMHO.
466
-dnl
467
-AC_DEFUN([AC_CANONICAL_CPU_ARCH],
468
-[AC_REQUIRE([AC_CANONICAL_SYSTEM])
469
-target_cpu_arch="unknown"
470
-case $target_cpu in
471
- i386*|i486*|i586*|i686*|i786*) target_cpu_arch=i386 ;;
472
- power*)   target_cpu_arch=ppc ;;
473
- arm*)     target_cpu_arch=arm ;;
474
- sparc64*) target_cpu_arch=sparc64 ;;
475
- sparc*)   target_cpu_arch=sparc ;;
476
- mips64*)  target_cpu_arch=mips64 ;;
477
- mips*)    target_cpu_arch=mips ;;
478
- alpha*)   target_cpu_arch=alpha ;;
479
- hppa1*)   target_cpu_arch=hppa1 ;;
480
- hppa2*)   target_cpu_arch=hppa2 ;;
481
- arm*)     target_cpu_arch=arm ;;
482
- m68???|mcf54??) target_cpu_arch=m68k ;;
483
- *)        target_cpu_arch="$target_cpu" ;;
484
-esac
485
-
486
-host_cpu_arch="unknown"
487
-case $host_cpu in
488
- i386*|i486*|i586*|i686*|i786*) host_cpu_arch=i386 ;;
489
- power*)   host_cpu_arch=ppc ;;
490
- arm*)     host_cpu_arch=arm ;;
491
- sparc64*) host_cpu_arch=sparc64 ;;
492
- sparc*)   host_cpu_arch=sparc ;;
493
- mips64*)  host_cpu_arch=mips64 ;;
494
- mips*)    host_cpu_arch=mips ;;
495
- alpha*)   host_cpu_arch=alpha ;;
496
- hppa1*)   host_cpu_arch=hppa1 ;;
497
- hppa2*)   host_cpu_arch=hppa2 ;;
498
- arm*)     host_cpu_arch=arm ;;
499
- m68???|mcf54??) host_cpu_arch=m68k ;;
500
- *)        host_cpu_arch="$target_cpu" ;;
501
-esac
502
-])
503
-# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
504
-
505
-# serial 46 AC_PROG_LIBTOOL
506
-
507
-AC_DEFUN([AC_PROG_LIBTOOL],
508
-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
509
-
510
-# This can be used to rebuild libtool when needed
511
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
512
-
513
-# Always use our own libtool.
514
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
515
-AC_SUBST(LIBTOOL)dnl
516
-
517
-# Prevent multiple expansion
518
-define([AC_PROG_LIBTOOL], [])
519
-])
520
-
521
-AC_DEFUN([AC_LIBTOOL_SETUP],
522
-[AC_PREREQ(2.13)dnl
523
-AC_REQUIRE([AC_ENABLE_SHARED])dnl
524
-AC_REQUIRE([AC_ENABLE_STATIC])dnl
525
-AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
526
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
527
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
528
-AC_REQUIRE([AC_PROG_CC])dnl
529
-AC_REQUIRE([AC_PROG_LD])dnl
530
-AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
531
-AC_REQUIRE([AC_PROG_NM])dnl
532
-AC_REQUIRE([AC_PROG_LN_S])dnl
533
-AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
534
-AC_REQUIRE([AC_OBJEXT])dnl
535
-AC_REQUIRE([AC_EXEEXT])dnl
536
-dnl
537
-
538
-_LT_AC_PROG_ECHO_BACKSLASH
539
-# Only perform the check for file, if the check method requires it
540
-case $deplibs_check_method in
541
-file_magic*)
542
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
543
-    AC_PATH_MAGIC
544
-  fi
545
-  ;;
546
-esac
547
-
548
-AC_CHECK_TOOL(RANLIB, ranlib, :)
549
-AC_CHECK_TOOL(STRIP, strip, :)
550
-
551
-ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
552
-ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
553
-enable_win32_dll=yes, enable_win32_dll=no)
554
-
555
-AC_ARG_ENABLE(libtool-lock,
556
-  [  --disable-libtool-lock  avoid locking (might break parallel builds)])
557
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
558
-
559
-# Some flags need to be propagated to the compiler or linker for good
560
-# libtool support.
561
-case $host in
562
-*-*-irix6*)
563
-  # Find out which ABI we are using.
564
-  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
565
-  if AC_TRY_EVAL(ac_compile); then
566
-    case `/usr/bin/file conftest.$ac_objext` in
567
-    *32-bit*)
568
-      LD="${LD-ld} -32"
569
-      ;;
570
-    *N32*)
571
-      LD="${LD-ld} -n32"
572
-      ;;
573
-    *64-bit*)
574
-      LD="${LD-ld} -64"
575
-      ;;
576
-    esac
577
-  fi
578
-  rm -rf conftest*
579
-  ;;
580
-
581
-*-*-sco3.2v5*)
582
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
583
-  SAVE_CFLAGS="$CFLAGS"
584
-  CFLAGS="$CFLAGS -belf"
585
-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
586
-    [AC_LANG_SAVE
587
-     AC_LANG_C
588
-     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
589
-     AC_LANG_RESTORE])
590
-  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
591
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
592
-    CFLAGS="$SAVE_CFLAGS"
593
-  fi
594
-  ;;
595
-
596
-ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
597
-[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
598
-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
599
-  AC_CHECK_TOOL(AS, as, false)
600
-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
601
-
602
-  # recent cygwin and mingw systems supply a stub DllMain which the user
603
-  # can override, but on older systems we have to supply one
604
-  AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
605
-    [AC_TRY_LINK([],
606
-      [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
607
-      DllMain (0, 0, 0);],
608
-      [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
609
-
610
-  case $host/$CC in
611
-  *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
612
-    # old mingw systems require "-dll" to link a DLL, while more recent ones
613
-    # require "-mdll"
614
-    SAVE_CFLAGS="$CFLAGS"
615
-    CFLAGS="$CFLAGS -mdll"
616
-    AC_CACHE_CHECK([how to link DLLs], lt_cv_cc_dll_switch,
617
-      [AC_TRY_LINK([], [], [lt_cv_cc_dll_switch=-mdll],[lt_cv_cc_dll_switch=-dll])])
618
-    CFLAGS="$SAVE_CFLAGS" ;;
619
-  *-*-cygwin* | *-*-pw32*)
620
-    # cygwin systems need to pass --dll to the linker, and not link
621
-    # crt.o which will require a WinMain@16 definition.
622
-    lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
623
-  esac
624
-  ;;
625
-  ])
626
-esac
627
-
628
-_LT_AC_LTCONFIG_HACK
629
-
630
-])
631
-
632
-# AC_LIBTOOL_HEADER_ASSERT
633
-# ------------------------
634
-AC_DEFUN([AC_LIBTOOL_HEADER_ASSERT],
635
-[AC_CACHE_CHECK([whether $CC supports assert without backlinking],
636
-    [lt_cv_func_assert_works],
637
-    [case $host in
638
-    *-*-solaris*)
639
-      if test "$GCC" = yes && test "$with_gnu_ld" != yes; then
640
-        case `$CC --version 2>/dev/null` in
641
-        [[12]].*) lt_cv_func_assert_works=no ;;
642
-        *)        lt_cv_func_assert_works=yes ;;
643
-        esac
644
-      fi
645
-      ;;
646
-    esac])
647
-
648
-if test "x$lt_cv_func_assert_works" = xyes; then
649
-  AC_CHECK_HEADERS(assert.h)
650
-fi
651
-])# AC_LIBTOOL_HEADER_ASSERT
652
-
653
-# _LT_AC_CHECK_DLFCN
654
-# --------------------
655
-AC_DEFUN([_LT_AC_CHECK_DLFCN],
656
-[AC_CHECK_HEADERS(dlfcn.h)
657
-])# _LT_AC_CHECK_DLFCN
658
-
659
-# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
660
-# ---------------------------------
661
-AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
662
-[AC_REQUIRE([AC_CANONICAL_HOST])
663
-AC_REQUIRE([AC_PROG_NM])
664
-AC_REQUIRE([AC_OBJEXT])
665
-# Check for command to grab the raw symbol name followed by C symbol from nm.
666
-AC_MSG_CHECKING([command to parse $NM output])
667
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [dnl
668
-
669
-# These are sane defaults that work on at least a few old systems.
670
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
671
-
672
-# Character class describing NM global symbol codes.
673
-symcode='[[BCDEGRST]]'
674
-
675
-# Regexp to match symbols that can be accessed directly from C.
676
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
677
-
678
-# Transform the above into a raw symbol and a C symbol.
679
-symxfrm='\1 \2\3 \3'
680
-
681
-# Transform an extracted symbol line into a proper C declaration
682
-lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
683
-
684
-# Transform an extracted symbol line into symbol name and symbol address
685
-lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
686
-
687
-# Define system-specific variables.
688
-case $host_os in
689
-aix*)
690
-  symcode='[[BCDT]]'
691
-  ;;
692
-cygwin* | mingw* | pw32*)
693
-  symcode='[[ABCDGISTW]]'
694
-  ;;
695
-hpux*) # Its linker distinguishes data from code symbols
696
-  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
697
-  lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
698
-  ;;
699
-irix*)
700
-  symcode='[[BCDEGRST]]'
701
-  ;;
702
-solaris* | sysv5*)
703
-  symcode='[[BDT]]'
704
-  ;;
705
-sysv4)
706
-  symcode='[[DFNSTU]]'
707
-  ;;
708
-esac
709
-
710
-# Handle CRLF in mingw tool chain
711
-opt_cr=
712
-case $host_os in
713
-mingw*)
714
-  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
715
-  ;;
716
-esac
717
-
718
-# If we're using GNU nm, then use its standard symbol codes.
719
-if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
720
-  symcode='[[ABCDGISTW]]'
721
-fi
722
-
723
-# Try without a prefix undercore, then with it.
724
-for ac_symprfx in "" "_"; do
725
-
726
-  # Write the raw and C identifiers.
727
-lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
728
-
729
-  # Check to see that the pipe works correctly.
730
-  pipe_works=no
731
-  rm -f conftest*
732
-  cat > conftest.$ac_ext <<EOF
733
-#ifdef __cplusplus
734
-extern "C" {
735
-#endif
736
-char nm_test_var;
737
-void nm_test_func(){}
738
-#ifdef __cplusplus
739
-}
740
-#endif
741
-int main(){nm_test_var='a';nm_test_func();return(0);}
742
-EOF
743
-
744
-  if AC_TRY_EVAL(ac_compile); then
745
-    # Now try to grab the symbols.
746
-    nlist=conftest.nm
747
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
748
-      # Try sorting and uniquifying the output.
749
-      if sort "$nlist" | uniq > "$nlist"T; then
750
-	mv -f "$nlist"T "$nlist"
751
-      else
752
-	rm -f "$nlist"T
753
-      fi
754
-
755
-      # Make sure that we snagged all the symbols we need.
756
-      if egrep ' nm_test_var$' "$nlist" >/dev/null; then
757
-	if egrep ' nm_test_func$' "$nlist" >/dev/null; then
758
-	  cat <<EOF > conftest.$ac_ext
759
-#ifdef __cplusplus
760
-extern "C" {
761
-#endif
762
-
763
-EOF
764
-	  # Now generate the symbol file.
765
-	  eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
766
-
767
-	  cat <<EOF >> conftest.$ac_ext
768
-#if defined (__STDC__) && __STDC__
769
-# define lt_ptr void *
770
-#else
771
-# define lt_ptr char *
772
-# define const
773
-#endif
774
-
775
-/* The mapping between symbol names and symbols. */
776
-const struct {
777
-  const char *name;
778
-  lt_ptr address;
779
-}
780
-lt_preloaded_symbols[[]] =
781
-{
782
-EOF
783
-	  sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
784
-	  cat <<\EOF >> conftest.$ac_ext
785
-  {0, (lt_ptr) 0}
786
-};
787
-
788
-#ifdef __cplusplus
789
-}
790
-#endif
791
-EOF
792
-	  # Now try linking the two files.
793
-	  mv conftest.$ac_objext conftstm.$ac_objext
794
-	  save_LIBS="$LIBS"
795
-	  save_CFLAGS="$CFLAGS"
796
-	  LIBS="conftstm.$ac_objext"
797
-	  CFLAGS="$CFLAGS$no_builtin_flag"
798
-	  if AC_TRY_EVAL(ac_link) && test -s conftest; then
799
-	    pipe_works=yes
800
-	  fi
801
-	  LIBS="$save_LIBS"
802
-	  CFLAGS="$save_CFLAGS"
803
-	else
804
-	  echo "cannot find nm_test_func in $nlist" >&AC_FD_CC
805
-	fi
806
-      else
807
-	echo "cannot find nm_test_var in $nlist" >&AC_FD_CC
808
-      fi
809
-    else
810
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC
811
-    fi
812
-  else
813
-    echo "$progname: failed program was:" >&AC_FD_CC
814
-    cat conftest.$ac_ext >&5
815
-  fi
816
-  rm -f conftest* conftst*
817
-
818
-  # Do not use the global_symbol_pipe unless it works.
819
-  if test "$pipe_works" = yes; then
820
-    break
821
-  else
822
-    lt_cv_sys_global_symbol_pipe=
823
-  fi
824
-done
825
-])
826
-global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
827
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
828
-  global_symbol_to_cdecl=
829
-  global_symbol_to_c_name_address=
830
-else
831
-  global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
832
-  global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
833
-fi
834
-if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
835
-then
836
-  AC_MSG_RESULT(failed)
837
-else
838
-  AC_MSG_RESULT(ok)
839
-fi
840
-]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
841
-
842
-# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
843
-# ---------------------------------
844
-AC_DEFUN([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
845
-[# Find the correct PATH separator.  Usually this is `:', but
846
-# DJGPP uses `;' like DOS.
847
-if test "X${PATH_SEPARATOR+set}" != Xset; then
848
-  UNAME=${UNAME-`uname 2>/dev/null`}
849
-  case X$UNAME in
850
-    *-DOS) lt_cv_sys_path_separator=';' ;;
851
-    *)     lt_cv_sys_path_separator=':' ;;
852
-  esac
853
-  PATH_SEPARATOR=$lt_cv_sys_path_separator
854
-fi
855
-])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
856
-
857
-# _LT_AC_PROG_ECHO_BACKSLASH
858
-# --------------------------
859
-# Add some code to the start of the generated configure script which
860
-# will find an echo command which doesn't interpret backslashes.
861
-AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
862
-[ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
863
-			      [AC_DIVERT_PUSH(NOTICE)])
864
-_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
865
-
866
-# Check that we are running under the correct shell.
867
-SHELL=${CONFIG_SHELL-/bin/sh}
868
-
869
-case X$ECHO in
870
-X*--fallback-echo)
871
-  # Remove one level of quotation (which was required for Make).
872
-  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
873
-  ;;
874
-esac
875
-
876
-echo=${ECHO-echo}
877
-if test "X[$]1" = X--no-reexec; then
878
-  # Discard the --no-reexec flag, and continue.
879
-  shift
880
-elif test "X[$]1" = X--fallback-echo; then
881
-  # Avoid inline document here, it may be left over
882
-  :
883
-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
884
-  # Yippee, $echo works!
885
-  :
886
-else
887
-  # Restart under the correct shell.
888
-  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
889
-fi
890
-
891
-if test "X[$]1" = X--fallback-echo; then
892
-  # used as fallback echo
893
-  shift
894
-  cat <<EOF
895
-$*
896
-EOF
897
-  exit 0
898
-fi
899
-
900
-# The HP-UX ksh and POSIX shell print the target directory to stdout
901
-# if CDPATH is set.
902
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
903
-
904
-if test -z "$ECHO"; then
905
-if test "X${echo_test_string+set}" != Xset; then
906
-# find a string as large as possible, as long as the shell can cope with it
907
-  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
908
-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
909
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
910
-       echo_test_string="`eval $cmd`" &&
911
-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
912
-    then
913
-      break
914
-    fi
915
-  done
916
-fi
917
-
918
-if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
919
-   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
920
-   test "X$echo_testing_string" = "X$echo_test_string"; then
921
-  :
922
-else
923
-  # The Solaris, AIX, and Digital Unix default echo programs unquote
924
-  # backslashes.  This makes it impossible to quote backslashes using
925
-  #   echo "$something" | sed 's/\\/\\\\/g'
926
-  #
927
-  # So, first we look for a working echo in the user's PATH.
928
-
929
-  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
930
-  for dir in $PATH /usr/ucb; do
931
-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
932
-       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
933
-       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
934
-       test "X$echo_testing_string" = "X$echo_test_string"; then
935
-      echo="$dir/echo"
936
-      break
937
-    fi
938
-  done
939
-  IFS="$save_ifs"
940
-
941
-  if test "X$echo" = Xecho; then
942
-    # We didn't find a better echo, so look for alternatives.
943
-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
944
-       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
945
-       test "X$echo_testing_string" = "X$echo_test_string"; then
946
-      # This shell has a builtin print -r that does the trick.
947
-      echo='print -r'
948
-    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
949
-	 test "X$CONFIG_SHELL" != X/bin/ksh; then
950
-      # If we have ksh, try running configure again with it.
951
-      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
952
-      export ORIGINAL_CONFIG_SHELL
953
-      CONFIG_SHELL=/bin/ksh
954
-      export CONFIG_SHELL
955
-      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
956
-    else
957
-      # Try using printf.
958
-      echo='printf %s\n'
959
-      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
960
-	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
961
-	 test "X$echo_testing_string" = "X$echo_test_string"; then
962
-	# Cool, printf works
963
-	:
964
-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
965
-	   test "X$echo_testing_string" = 'X\t' &&
966
-	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
967
-	   test "X$echo_testing_string" = "X$echo_test_string"; then
968
-	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
969
-	export CONFIG_SHELL
970
-	SHELL="$CONFIG_SHELL"
971
-	export SHELL
972
-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
973
-      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
974
-	   test "X$echo_testing_string" = 'X\t' &&
975
-	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
976
-	   test "X$echo_testing_string" = "X$echo_test_string"; then
977
-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
978
-      else
979
-	# maybe with a smaller string...
980
-	prev=:
981
-
982
-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
983
-	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
984
-	  then
985
-	    break
986
-	  fi
987
-	  prev="$cmd"
988
-	done
989
-
990
-	if test "$prev" != 'sed 50q "[$]0"'; then
991
-	  echo_test_string=`eval $prev`
992
-	  export echo_test_string
993
-	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
994
-	else
995
-	  # Oops.  We lost completely, so just stick with echo.
996
-	  echo=echo
997
-	fi
998
-      fi
999
-    fi
1000
-  fi
1001
-fi
1002
-fi
1003
-
1004
-# Copy echo and quote the copy suitably for passing to libtool from
1005
-# the Makefile, instead of quoting the original, which is used later.
1006
-ECHO=$echo
1007
-if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1008
-   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1009
-fi
1010
-
1011
-AC_SUBST(ECHO)
1012
-AC_DIVERT_POP
1013
-])# _LT_AC_PROG_ECHO_BACKSLASH
1014
-
1015
-# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1016
-#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1017
-# ------------------------------------------------------------------
1018
-AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
1019
-[if test "$cross_compiling" = yes; then :
1020
-  [$4]
1021
-else
1022
-  AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1023
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1024
-  lt_status=$lt_dlunknown
1025
-  cat > conftest.$ac_ext <<EOF
1026
-[#line __oline__ "configure"
1027
-#include "confdefs.h"
1028
-
1029
-#if HAVE_DLFCN_H
1030
-#include <dlfcn.h>
1031
-#endif
1032
-
1033
-#include <stdio.h>
1034
-
1035
-#ifdef RTLD_GLOBAL
1036
-#  define LT_DLGLOBAL		RTLD_GLOBAL
1037
-#else
1038
-#  ifdef DL_GLOBAL
1039
-#    define LT_DLGLOBAL		DL_GLOBAL
1040
-#  else
1041
-#    define LT_DLGLOBAL		0
1042
-#  endif
1043
-#endif
1044
-
1045
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1046
-   find out it does not work in some platform. */
1047
-#ifndef LT_DLLAZY_OR_NOW
1048
-#  ifdef RTLD_LAZY
1049
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
1050
-#  else
1051
-#    ifdef DL_LAZY
1052
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
1053
-#    else
1054
-#      ifdef RTLD_NOW
1055
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
1056
-#      else
1057
-#        ifdef DL_NOW
1058
-#          define LT_DLLAZY_OR_NOW	DL_NOW
1059
-#        else
1060
-#          define LT_DLLAZY_OR_NOW	0
1061
-#        endif
1062
-#      endif
1063
-#    endif
1064
-#  endif
1065
-#endif
1066
-
1067
-#ifdef __cplusplus
1068
-extern "C" void exit (int);
1069
-#endif
1070
-
1071
-void fnord() { int i=42;}
1072
-int main ()
1073
-{
1074
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1075
-  int status = $lt_dlunknown;
1076
-
1077
-  if (self)
1078
-    {
1079
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
1080
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1081
-      /* dlclose (self); */
1082
-    }
1083
-
1084
-    exit (status);
1085
-}]
1086
-EOF
1087
-  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1088
-    (./conftest; exit; ) 2>/dev/null
1089
-    lt_status=$?
1090
-    case x$lt_status in
1091
-      x$lt_dlno_uscore) $1 ;;
1092
-      x$lt_dlneed_uscore) $2 ;;
1093
-      x$lt_unknown|x*) $3 ;;
1094
-    esac
1095
-  else :
1096
-    # compilation failed
1097
-    $3
1098
-  fi
1099
-fi
1100
-rm -fr conftest*
1101
-])# _LT_AC_TRY_DLOPEN_SELF
1102
-
1103
-# AC_LIBTOOL_DLOPEN_SELF
1104
-# -------------------
1105
-AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1106
-[if test "x$enable_dlopen" != xyes; then
1107
-  enable_dlopen=unknown
1108
-  enable_dlopen_self=unknown
1109
-  enable_dlopen_self_static=unknown
1110
-else
1111
-  lt_cv_dlopen=no
1112
-  lt_cv_dlopen_libs=
1113
-
1114
-  case $host_os in
1115
-  beos*)
1116
-    lt_cv_dlopen="load_add_on"
1117
-    lt_cv_dlopen_libs=
1118
-    lt_cv_dlopen_self=yes
1119
-    ;;
1120
-
1121
-  cygwin* | mingw* | pw32*)
1122
-    lt_cv_dlopen="LoadLibrary"
1123
-    lt_cv_dlopen_libs=
1124
-   ;;
1125
-
1126
-  *)
1127
-    AC_CHECK_FUNC([shl_load],
1128
-          [lt_cv_dlopen="shl_load"],
1129
-      [AC_CHECK_LIB([dld], [shl_load],
1130
-            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1131
-	[AC_CHECK_FUNC([dlopen],
1132
-	      [lt_cv_dlopen="dlopen"],
1133
-	  [AC_CHECK_LIB([dl], [dlopen],
1134
-	        [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1135
-	    [AC_CHECK_LIB([svld], [dlopen],
1136
-	          [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1137
-	      [AC_CHECK_LIB([dld], [dld_link],
1138
-	            [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1139
-	      ])
1140
-	    ])
1141
-	  ])
1142
-	])
1143
-      ])
1144
-    ;;
1145
-  esac
1146
-
1147
-  if test "x$lt_cv_dlopen" != xno; then
1148
-    enable_dlopen=yes
1149
-  else
1150
-    enable_dlopen=no
1151
-  fi
1152
-
1153
-  case $lt_cv_dlopen in
1154
-  dlopen)
1155
-    save_CPPFLAGS="$CPPFLAGS"
1156
-    AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1157
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1158
-
1159
-    save_LDFLAGS="$LDFLAGS"
1160
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1161
-
1162
-    save_LIBS="$LIBS"
1163
-    LIBS="$lt_cv_dlopen_libs $LIBS"
1164
-
1165
-    AC_CACHE_CHECK([whether a program can dlopen itself],
1166
-	  lt_cv_dlopen_self, [dnl
1167
-	  _LT_AC_TRY_DLOPEN_SELF(
1168
-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1169
-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1170
-    ])
1171
-
1172
-    if test "x$lt_cv_dlopen_self" = xyes; then
1173
-      LDFLAGS="$LDFLAGS $link_static_flag"
1174
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1175
-    	  lt_cv_dlopen_self_static, [dnl
1176
-	  _LT_AC_TRY_DLOPEN_SELF(
1177
-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1178
-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1179
-      ])
1180
-    fi
1181
-
1182
-    CPPFLAGS="$save_CPPFLAGS"
1183
-    LDFLAGS="$save_LDFLAGS"
1184
-    LIBS="$save_LIBS"
1185
-    ;;
1186
-  esac
1187
-
1188
-  case $lt_cv_dlopen_self in
1189
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1190
-  *) enable_dlopen_self=unknown ;;
1191
-  esac
1192
-
1193
-  case $lt_cv_dlopen_self_static in
1194
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1195
-  *) enable_dlopen_self_static=unknown ;;
1196
-  esac
1197
-fi
1198
-])# AC_LIBTOOL_DLOPEN_SELF
1199
-
1200
-AC_DEFUN([_LT_AC_LTCONFIG_HACK],
1201
-[AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
1202
-# Sed substitution that helps us do robust quoting.  It backslashifies
1203
-# metacharacters that are still active within double-quoted strings.
1204
-Xsed='sed -e s/^X//'
1205
-sed_quote_subst='s/\([[\\"\\`$\\\\]]\)/\\\1/g'
1206
-
1207
-# Same as above, but do not quote variable references.
1208
-double_quote_subst='s/\([[\\"\\`\\\\]]\)/\\\1/g'
1209
-
1210
-# Sed substitution to delay expansion of an escaped shell variable in a
1211
-# double_quote_subst'ed string.
1212
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1213
-
1214
-# Constants:
1215
-rm="rm -f"
1216
-
1217
-# Global variables:
1218
-default_ofile=libtool
1219
-can_build_shared=yes
1220
-
1221
-# All known linkers require a `.a' archive for static linking (except M$VC,
1222
-# which needs '.lib').
1223
-libext=a
1224
-ltmain="$ac_aux_dir/ltmain.sh"
1225
-ofile="$default_ofile"
1226
-with_gnu_ld="$lt_cv_prog_gnu_ld"
1227
-need_locks="$enable_libtool_lock"
1228
-
1229
-old_CC="$CC"
1230
-old_CFLAGS="$CFLAGS"
1231
-
1232
-# Set sane defaults for various variables
1233
-test -z "$AR" && AR=ar
1234
-test -z "$AR_FLAGS" && AR_FLAGS=cru
1235
-test -z "$AS" && AS=as
1236
-test -z "$CC" && CC=cc
1237
-test -z "$DLLTOOL" && DLLTOOL=dlltool
1238
-test -z "$LD" && LD=ld
1239
-test -z "$LN_S" && LN_S="ln -s"
1240
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
1241
-test -z "$NM" && NM=nm
1242
-test -z "$OBJDUMP" && OBJDUMP=objdump
1243
-test -z "$RANLIB" && RANLIB=:
1244
-test -z "$STRIP" && STRIP=:
1245
-test -z "$ac_objext" && ac_objext=o
1246
-
1247
-if test x"$host" != x"$build"; then
1248
-  ac_tool_prefix=${host_alias}-
1249
-else
1250
-  ac_tool_prefix=
1251
-fi
1252
-
1253
-# Transform linux* to *-*-linux-gnu*, to support old configure scripts.
1254
-case $host_os in
1255
-linux-gnu*) ;;
1256
-linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
1257
-esac
1258
-
1259
-case $host_os in
1260
-aix3*)
1261
-  # AIX sometimes has problems with the GCC collect2 program.  For some
1262
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
1263
-  # vanish in a puff of smoke.
1264
-  if test "X${COLLECT_NAMES+set}" != Xset; then
1265
-    COLLECT_NAMES=
1266
-    export COLLECT_NAMES
1267
-  fi
1268
-  ;;
1269
-esac
1270
-
1271
-# Determine commands to create old-style static archives.
1272
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
1273
-old_postinstall_cmds='chmod 644 $oldlib'
1274
-old_postuninstall_cmds=
1275
-
1276
-if test -n "$RANLIB"; then
1277
-  case $host_os in
1278
-  openbsd*)
1279
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
1280
-    ;;
1281
-  *)
1282
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
1283
-    ;;
1284
-  esac
1285
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1286
-fi
1287
-
1288
-# Allow CC to be a program name with arguments.
1289
-set dummy $CC
1290
-compiler="[$]2"
1291
-
1292
-AC_MSG_CHECKING([for objdir])
1293
-rm -f .libs 2>/dev/null
1294
-mkdir .libs 2>/dev/null
1295
-if test -d .libs; then
1296
-  objdir=.libs
1297
-else
1298
-  # MS-DOS does not allow filenames that begin with a dot.
1299
-  objdir=_libs
1300
-fi
1301
-rmdir .libs 2>/dev/null
1302
-AC_MSG_RESULT($objdir)
1303
-
1304
-
1305
-AC_ARG_WITH(pic,
1306
-[  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
1307
-pic_mode="$withval", pic_mode=default)
1308
-test -z "$pic_mode" && pic_mode=default
1309
-
1310
-# We assume here that the value for lt_cv_prog_cc_pic will not be cached
1311
-# in isolation, and that seeing it set (from the cache) indicates that
1312
-# the associated values are set (in the cache) correctly too.
1313
-AC_MSG_CHECKING([for $compiler option to produce PIC])
1314
-AC_CACHE_VAL(lt_cv_prog_cc_pic,
1315
-[ lt_cv_prog_cc_pic=
1316
-  lt_cv_prog_cc_shlib=
1317
-  lt_cv_prog_cc_wl=
1318
-  lt_cv_prog_cc_static=
1319
-  lt_cv_prog_cc_no_builtin=
1320
-  lt_cv_prog_cc_can_build_shared=$can_build_shared
1321
-
1322
-  if test "$GCC" = yes; then
1323
-    lt_cv_prog_cc_wl='-Wl,'
1324
-    lt_cv_prog_cc_static='-static'
1325
-
1326
-    case $host_os in
1327
-    aix*)
1328
-      # Below there is a dirty hack to force normal static linking with -ldl
1329
-      # The problem is because libdl dynamically linked with both libc and
1330
-      # libC (AIX C++ library), which obviously doesn't included in libraries
1331
-      # list by gcc. This cause undefined symbols with -static flags.
1332
-      # This hack allows C programs to be linked with "-static -ldl", but
1333
-      # not sure about C++ programs.
1334
-      lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
1335
-      ;;
1336
-    amigaos*)
1337
-      # FIXME: we need at least 68020 code to build shared libraries, but
1338
-      # adding the `-m68020' flag to GCC prevents building anything better,
1339
-      # like `-m68040'.
1340
-      lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
1341
-      ;;
1342
-    beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
1343
-      # PIC is the default for these OSes.
1344
-      ;;
1345
-    darwin* | rhapsody*)
1346
-      # PIC is the default on this platform
1347
-      # Common symbols not allowed in MH_DYLIB files
1348
-      lt_cv_prog_cc_pic='-fno-common'
1349
-      ;;
1350
-    cygwin* | mingw* | pw32* | os2*)
1351
-      # This hack is so that the source file can tell whether it is being
1352
-      # built for inclusion in a dll (and should export symbols for example).
1353
-      lt_cv_prog_cc_pic='-DDLL_EXPORT'
1354
-      ;;
1355
-    sysv4*MP*)
1356
-      if test -d /usr/nec; then
1357
-	 lt_cv_prog_cc_pic=-Kconform_pic
1358
-      fi
1359
-      ;;
1360
-    *)
1361
-      lt_cv_prog_cc_pic='-fPIC'
1362
-      ;;
1363
-    esac
1364
-  else
1365
-    # PORTME Check for PIC flags for the system compiler.
1366
-    case $host_os in
1367
-    aix3* | aix4* | aix5*)
1368
-      lt_cv_prog_cc_wl='-Wl,'
1369
-      # All AIX code is PIC.
1370
-      if test "$host_cpu" = ia64; then
1371
-	# AIX 5 now supports IA64 processor
1372
-	lt_cv_prog_cc_static='-Bstatic'
1373
-      else
1374
-	lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
1375
-      fi
1376
-      ;;
1377
-
1378
-    hpux9* | hpux10* | hpux11*)
1379
-      # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
1380
-      lt_cv_prog_cc_wl='-Wl,'
1381
-      lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
1382
-      lt_cv_prog_cc_pic='+Z'
1383
-      ;;
1384
-
1385
-    irix5* | irix6*)
1386
-      lt_cv_prog_cc_wl='-Wl,'
1387
-      lt_cv_prog_cc_static='-non_shared'
1388
-      # PIC (with -KPIC) is the default.
1389
-      ;;
1390
-
1391
-    cygwin* | mingw* | pw32* | os2*)
1392
-      # This hack is so that the source file can tell whether it is being
1393
-      # built for inclusion in a dll (and should export symbols for example).
1394
-      lt_cv_prog_cc_pic='-DDLL_EXPORT'
1395
-      ;;
1396
-
1397
-    newsos6)
1398
-      lt_cv_prog_cc_pic='-KPIC'
1399
-      lt_cv_prog_cc_static='-Bstatic'
1400
-      ;;
1401
-
1402
-    osf3* | osf4* | osf5*)
1403
-      # All OSF/1 code is PIC.
1404
-      lt_cv_prog_cc_wl='-Wl,'
1405
-      lt_cv_prog_cc_static='-non_shared'
1406
-      ;;
1407
-
1408
-    sco3.2v5*)
1409
-      lt_cv_prog_cc_pic='-Kpic'
1410
-      lt_cv_prog_cc_static='-dn'
1411
-      lt_cv_prog_cc_shlib='-belf'
1412
-      ;;
1413
-
1414
-    solaris*)
1415
-      lt_cv_prog_cc_pic='-KPIC'
1416
-      lt_cv_prog_cc_static='-Bstatic'
1417
-      lt_cv_prog_cc_wl='-Wl,'
1418
-      ;;
1419
-
1420
-    sunos4*)
1421
-      lt_cv_prog_cc_pic='-PIC'
1422
-      lt_cv_prog_cc_static='-Bstatic'
1423
-      lt_cv_prog_cc_wl='-Qoption ld '
1424
-      ;;
1425
-
1426
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1427
-      lt_cv_prog_cc_pic='-KPIC'
1428
-      lt_cv_prog_cc_static='-Bstatic'
1429
-      if test "x$host_vendor" = xsni; then
1430
-	lt_cv_prog_cc_wl='-LD'
1431
-      else
1432
-	lt_cv_prog_cc_wl='-Wl,'
1433
-      fi
1434
-      ;;
1435
-
1436
-    uts4*)
1437
-      lt_cv_prog_cc_pic='-pic'
1438
-      lt_cv_prog_cc_static='-Bstatic'
1439
-      ;;
1440
-
1441
-    sysv4*MP*)
1442
-      if test -d /usr/nec ;then
1443
-	lt_cv_prog_cc_pic='-Kconform_pic'
1444
-	lt_cv_prog_cc_static='-Bstatic'
1445
-      fi
1446
-      ;;
1447
-
1448
-    *)
1449
-      lt_cv_prog_cc_can_build_shared=no
1450
-      ;;
1451
-    esac
1452
-  fi
1453
-])
1454
-if test -z "$lt_cv_prog_cc_pic"; then
1455
-  AC_MSG_RESULT([none])
1456
-else
1457
-  AC_MSG_RESULT([$lt_cv_prog_cc_pic])
1458
-
1459
-  # Check to make sure the pic_flag actually works.
1460
-  AC_MSG_CHECKING([if $compiler PIC flag $lt_cv_prog_cc_pic works])
1461
-  AC_CACHE_VAL(lt_cv_prog_cc_pic_works, [dnl
1462
-    save_CFLAGS="$CFLAGS"
1463
-    CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
1464
-    AC_TRY_COMPILE([], [], [dnl
1465
-      case $host_os in
1466
-      hpux9* | hpux10* | hpux11*)
1467
-	# On HP-UX, both CC and GCC only warn that PIC is supported... then
1468
-	# they create non-PIC objects.  So, if there were any warnings, we
1469
-	# assume that PIC is not supported.
1470
-	if test -s conftest.err; then
1471
-	  lt_cv_prog_cc_pic_works=no
1472
-	else
1473
-	  lt_cv_prog_cc_pic_works=yes
1474
-	fi
1475
-	;;
1476
-      *)
1477
-	lt_cv_prog_cc_pic_works=yes
1478
-	;;
1479
-      esac
1480
-    ], [dnl
1481
-      lt_cv_prog_cc_pic_works=no
1482
-    ])
1483
-    CFLAGS="$save_CFLAGS"
1484
-  ])
1485
-
1486
-  if test "X$lt_cv_prog_cc_pic_works" = Xno; then
1487
-    lt_cv_prog_cc_pic=
1488
-    lt_cv_prog_cc_can_build_shared=no
1489
-  else
1490
-    lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
1491
-  fi
1492
-
1493
-  AC_MSG_RESULT([$lt_cv_prog_cc_pic_works])
1494
-fi
1495
-
1496
-# Check for any special shared library compilation flags.
1497
-if test -n "$lt_cv_prog_cc_shlib"; then
1498
-  AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
1499
-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$lt_cv_prog_cc_shlib[[ 	]]" >/dev/null; then :
1500
-  else
1501
-   AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
1502
-    lt_cv_prog_cc_can_build_shared=no
1503
-  fi
1504
-fi
1505
-
1506
-AC_MSG_CHECKING([if $compiler static flag $lt_cv_prog_cc_static works])
1507
-AC_CACHE_VAL([lt_cv_prog_cc_static_works], [dnl
1508
-  lt_cv_prog_cc_static_works=no
1509
-  save_LDFLAGS="$LDFLAGS"
1510
-  LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
1511
-  AC_TRY_LINK([], [], [lt_cv_prog_cc_static_works=yes])
1512
-  LDFLAGS="$save_LDFLAGS"
1513
-])
1514
-
1515
-# Belt *and* braces to stop my trousers falling down:
1516
-test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
1517
-AC_MSG_RESULT([$lt_cv_prog_cc_static_works])
1518
-
1519
-pic_flag="$lt_cv_prog_cc_pic"
1520
-special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
1521
-wl="$lt_cv_prog_cc_wl"
1522
-link_static_flag="$lt_cv_prog_cc_static"
1523
-no_builtin_flag="$lt_cv_prog_cc_no_builtin"
1524
-can_build_shared="$lt_cv_prog_cc_can_build_shared"
1525
-
1526
-
1527
-# Check to see if options -o and -c are simultaneously supported by compiler
1528
-AC_MSG_CHECKING([if $compiler supports -c -o file.$ac_objext])
1529
-AC_CACHE_VAL([lt_cv_compiler_c_o], [
1530
-$rm -r conftest 2>/dev/null
1531
-mkdir conftest
1532
-cd conftest
1533
-echo "int some_variable = 0;" > conftest.$ac_ext
1534
-mkdir out
1535
-# According to Tom Tromey, Ian Lance Taylor reported there are C compilers
1536
-# that will create temporary files in the current directory regardless of
1537
-# the output directory.  Thus, making CWD read-only will cause this test
1538
-# to fail, enabling locking or at least warning the user not to do parallel
1539
-# builds.
1540
-chmod -w .
1541
-save_CFLAGS="$CFLAGS"
1542
-CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
1543
-compiler_c_o=no
1544
-if { (eval echo configure:__oline__: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
1545
-  # The compiler can only warn and ignore the option if not recognized
1546
-  # So say no if there are warnings
1547
-  if test -s out/conftest.err; then
1548
-    lt_cv_compiler_c_o=no
1549
-  else
1550
-    lt_cv_compiler_c_o=yes
1551
-  fi
1552
-else
1553
-  # Append any errors to the config.log.
1554
-  cat out/conftest.err 1>&AC_FD_CC
1555
-  lt_cv_compiler_c_o=no
1556
-fi
1557
-CFLAGS="$save_CFLAGS"
1558
-chmod u+w .
1559
-$rm conftest* out/*
1560
-rmdir out
1561
-cd ..
1562
-rmdir conftest
1563
-$rm -r conftest 2>/dev/null
1564
-])
1565
-compiler_c_o=$lt_cv_compiler_c_o
1566
-AC_MSG_RESULT([$compiler_c_o])
1567
-
1568
-if test x"$compiler_c_o" = x"yes"; then
1569
-  # Check to see if we can write to a .lo
1570
-  AC_MSG_CHECKING([if $compiler supports -c -o file.lo])
1571
-  AC_CACHE_VAL([lt_cv_compiler_o_lo], [
1572
-  lt_cv_compiler_o_lo=no
1573
-  save_CFLAGS="$CFLAGS"
1574
-  CFLAGS="$CFLAGS -c -o conftest.lo"
1575
-  save_objext="$ac_objext"
1576
-  ac_objext=lo
1577
-  AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
1578
-    # The compiler can only warn and ignore the option if not recognized
1579
-    # So say no if there are warnings
1580
-    if test -s conftest.err; then
1581
-      lt_cv_compiler_o_lo=no
1582
-    else
1583
-      lt_cv_compiler_o_lo=yes
1584
-    fi
1585
-  ])
1586
-  ac_objext="$save_objext"
1587
-  CFLAGS="$save_CFLAGS"
1588
-  ])
1589
-  compiler_o_lo=$lt_cv_compiler_o_lo
1590
-  AC_MSG_RESULT([$compiler_o_lo])
1591
-else
1592
-  compiler_o_lo=no
1593
-fi
1594
-
1595
-# Check to see if we can do hard links to lock some files if needed
1596
-hard_links="nottested"
1597
-if test "$compiler_c_o" = no && test "$need_locks" != no; then
1598
-  # do not overwrite the value of need_locks provided by the user
1599
-  AC_MSG_CHECKING([if we can lock with hard links])
1600
-  hard_links=yes
1601
-  $rm conftest*
1602
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1603
-  touch conftest.a
1604
-  ln conftest.a conftest.b 2>&5 || hard_links=no
1605
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1606
-  AC_MSG_RESULT([$hard_links])
1607
-  if test "$hard_links" = no; then
1608
-    AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
1609
-    need_locks=warn
1610
-  fi
1611
-else
1612
-  need_locks=no
1613
-fi
1614
-
1615
-if test "$GCC" = yes; then
1616
-  # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
1617
-  AC_MSG_CHECKING([if $compiler supports -fno-rtti -fno-exceptions])
1618
-  echo "int some_variable = 0;" > conftest.$ac_ext
1619
-  save_CFLAGS="$CFLAGS"
1620
-  CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
1621
-  compiler_rtti_exceptions=no
1622
-  AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
1623
-    # The compiler can only warn and ignore the option if not recognized
1624
-    # So say no if there are warnings
1625
-    if test -s conftest.err; then
1626
-      compiler_rtti_exceptions=no
1627
-    else
1628
-      compiler_rtti_exceptions=yes
1629
-    fi
1630
-  ])
1631
-  CFLAGS="$save_CFLAGS"
1632
-  AC_MSG_RESULT([$compiler_rtti_exceptions])
1633
-
1634
-  if test "$compiler_rtti_exceptions" = "yes"; then
1635
-    no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
1636
-  else
1637
-    no_builtin_flag=' -fno-builtin'
1638
-  fi
1639
-fi
1640
-
1641
-# See if the linker supports building shared libraries.
1642
-AC_MSG_CHECKING([whether the linker ($LD) supports shared libraries])
1643
-
1644
-allow_undefined_flag=
1645
-no_undefined_flag=
1646
-need_lib_prefix=unknown
1647
-need_version=unknown
1648
-# when you set need_version to no, make sure it does not cause -set_version
1649
-# flags to be left without arguments
1650
-archive_cmds=
1651
-archive_expsym_cmds=
1652
-old_archive_from_new_cmds=
1653
-old_archive_from_expsyms_cmds=
1654
-export_dynamic_flag_spec=
1655
-whole_archive_flag_spec=
1656
-thread_safe_flag_spec=
1657
-hardcode_into_libs=no
1658
-hardcode_libdir_flag_spec=
1659
-hardcode_libdir_separator=
1660
-hardcode_direct=no
1661
-hardcode_minus_L=no
1662
-hardcode_shlibpath_var=unsupported
1663
-runpath_var=
1664
-link_all_deplibs=unknown
1665
-always_export_symbols=no
1666
-export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
1667
-# include_expsyms should be a list of space-separated symbols to be *always*
1668
-# included in the symbol list
1669
-include_expsyms=
1670
-# exclude_expsyms can be an egrep regular expression of symbols to exclude
1671
-# it will be wrapped by ` (' and `)$', so one must not match beginning or
1672
-# end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1673
-# as well as any symbol that contains `d'.
1674
-exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
1675
-# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1676
-# platforms (ab)use it in PIC code, but their linkers get confused if
1677
-# the symbol is explicitly referenced.  Since portable code cannot
1678
-# rely on this symbol name, it's probably fine to never include it in
1679
-# preloaded symbol tables.
1680
-extract_expsyms_cmds=
1681
-
1682
-case $host_os in
1683
-cygwin* | mingw* | pw32*)
1684
-  # FIXME: the MSVC++ port hasn't been tested in a loooong time
1685
-  # When not using gcc, we currently assume that we are using
1686
-  # Microsoft Visual C++.
1687
-  if test "$GCC" != yes; then
1688
-    with_gnu_ld=no
1689
-  fi
1690
-  ;;
1691
-openbsd*)
1692
-  with_gnu_ld=no
1693
-  ;;
1694
-esac
1695
-
1696
-ld_shlibs=yes
1697
-if test "$with_gnu_ld" = yes; then
1698
-  # If archive_cmds runs LD, not CC, wlarc should be empty
1699
-  wlarc='${wl}'
1700
-
1701
-  # See if GNU ld supports shared libraries.
1702
-  case $host_os in
1703
-  aix3* | aix4* | aix5*)
1704
-    # On AIX, the GNU linker is very broken
1705
-    # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.
1706
-    ld_shlibs=no
1707
-    cat <<EOF 1>&2
1708
-
1709
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
1710
-*** to be unable to reliably create shared libraries on AIX.
1711
-*** Therefore, libtool is disabling shared libraries support.  If you
1712
-*** really care for shared libraries, you may want to modify your PATH
1713
-*** so that a non-GNU linker is found, and then restart.
1714
-
1715
-EOF
1716
-    ;;
1717
-
1718
-  amigaos*)
1719
-    archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
1720
-    hardcode_libdir_flag_spec='-L$libdir'
1721
-    hardcode_minus_L=yes
1722
-
1723
-    # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
1724
-    # that the semantics of dynamic libraries on AmigaOS, at least up
1725
-    # to version 4, is to share data among multiple programs linked
1726
-    # with the same dynamic library.  Since this doesn't match the
1727
-    # behavior of shared libraries on other platforms, we can use
1728
-    # them.
1729
-    ld_shlibs=no
1730
-    ;;
1731
-
1732
-  beos*)
1733
-    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1734
-      allow_undefined_flag=unsupported
1735
-      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
1736
-      # support --undefined.  This deserves some investigation.  FIXME
1737
-      archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1738
-    else
1739
-      ld_shlibs=no
1740
-    fi
1741
-    ;;
1742
-
1743
-  cygwin* | mingw* | pw32*)
1744
-    # hardcode_libdir_flag_spec is actually meaningless, as there is
1745
-    # no search path for DLLs.
1746
-    hardcode_libdir_flag_spec='-L$libdir'
1747
-    allow_undefined_flag=unsupported
1748
-    always_export_symbols=yes
1749
-
1750
-    extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
1751
-      sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
1752
-      test -f $output_objdir/impgen.exe || (cd $output_objdir && \
1753
-      if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
1754
-      else $CC -o impgen impgen.c ; fi)~
1755
-      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
1756
-
1757
-    old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
1758
-
1759
-    # cygwin and mingw dlls have different entry points and sets of symbols
1760
-    # to exclude.
1761
-    # FIXME: what about values for MSVC?
1762
-    dll_entry=__cygwin_dll_entry@12
1763
-    dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
1764
-    case $host_os in
1765
-    mingw*)
1766
-      # mingw values
1767
-      dll_entry=_DllMainCRTStartup@12
1768
-      dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
1769
-      ;;
1770
-    esac
1771
-
1772
-    # mingw and cygwin differ, and it's simplest to just exclude the union
1773
-    # of the two symbol sets.
1774
-    dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
1775
-
1776
-    # recent cygwin and mingw systems supply a stub DllMain which the user
1777
-    # can override, but on older systems we have to supply one (in ltdll.c)
1778
-    if test "x$lt_cv_need_dllmain" = "xyes"; then
1779
-      ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
1780
-      ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
1781
-	test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
1782
-    else
1783
-      ltdll_obj=
1784
-      ltdll_cmds=
1785
-    fi
1786
-
1787
-    # Extract the symbol export list from an `--export-all' def file,
1788
-    # then regenerate the def file from the symbol export list, so that
1789
-    # the compiled dll only exports the symbol export list.
1790
-    # Be careful not to strip the DATA tag left be newer dlltools.
1791
-    export_symbols_cmds="$ltdll_cmds"'
1792
-      $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
1793
-      sed -e "1,/EXPORTS/d" -e "s/ @ [[0-9]]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
1794
-
1795
-    # If the export-symbols file already is a .def file (1st line
1796
-    # is EXPORTS), use it as is.
1797
-    # If DATA tags from a recent dlltool are present, honour them!
1798
-    archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
1799
-	cp $export_symbols $output_objdir/$soname-def;
1800
-      else
1801
-	echo EXPORTS > $output_objdir/$soname-def;
1802
-	_lt_hint=1;
1803
-	cat $export_symbols | while read symbol; do
1804
-	 set dummy \$symbol;
1805
-	 case \[$]# in
1806
-	   2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
1807
-	   *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
1808
-	 esac;
1809
-	 _lt_hint=`expr 1 + \$_lt_hint`;
1810
-	done;
1811
-      fi~
1812
-      '"$ltdll_cmds"'
1813
-      $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
1814
-      $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
1815
-      $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
1816
-      $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
1817
-      $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
1818
-    ;;
1819
-
1820
-  netbsd*)
1821
-    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1822
-      archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
1823
-      wlarc=
1824
-    else
1825
-      archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1826
-      archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1827
-    fi
1828
-    ;;
1829
-
1830
-  solaris* | sysv5*)
1831
-    if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
1832
-      ld_shlibs=no
1833
-      cat <<EOF 1>&2
1834
-
1835
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
1836
-*** create shared libraries on Solaris systems.  Therefore, libtool
1837
-*** is disabling shared libraries support.  We urge you to upgrade GNU
1838
-*** binutils to release 2.9.1 or newer.  Another option is to modify
1839
-*** your PATH or compiler configuration so that the native linker is
1840
-*** used, and then restart.
1841
-
1842
-EOF
1843
-    elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1844
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1845
-      archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1846
-    else
1847
-      ld_shlibs=no
1848
-    fi
1849
-    ;;
1850
-
1851
-  sunos4*)
1852
-    archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1853
-    wlarc=
1854
-    hardcode_direct=yes
1855
-    hardcode_shlibpath_var=no
1856
-    ;;
1857
-
1858
-  *)
1859
-    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1860
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1861
-      archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1862
-    else
1863
-      ld_shlibs=no
1864
-    fi
1865
-    ;;
1866
-  esac
1867
-
1868
-  if test "$ld_shlibs" = yes; then
1869
-    runpath_var=LD_RUN_PATH
1870
-    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
1871
-    export_dynamic_flag_spec='${wl}--export-dynamic'
1872
-    case $host_os in
1873
-    cygwin* | mingw* | pw32*)
1874
-      # dlltool doesn't understand --whole-archive et. al.
1875
-      whole_archive_flag_spec=
1876
-      ;;
1877
-    *)
1878
-      # ancient GNU ld didn't support --whole-archive et. al.
1879
-      if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
1880
-	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
1881
-      else
1882
-	whole_archive_flag_spec=
1883
-      fi
1884
-      ;;
1885
-    esac
1886
-  fi
1887
-else
1888
-  # PORTME fill in a description of your system's linker (not GNU ld)
1889
-  case $host_os in
1890
-  aix3*)
1891
-    allow_undefined_flag=unsupported
1892
-    always_export_symbols=yes
1893
-    archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
1894
-    # Note: this linker hardcodes the directories in LIBPATH if there
1895
-    # are no directories specified by -L.
1896
-    hardcode_minus_L=yes
1897
-    if test "$GCC" = yes && test -z "$link_static_flag"; then
1898
-      # Neither direct hardcoding nor static linking is supported with a
1899
-      # broken collect2.
1900
-      hardcode_direct=unsupported
1901
-    fi
1902
-    ;;
1903
-
1904
-  aix4* | aix5*)
1905
-    if test "$host_cpu" = ia64; then
1906
-      # On IA64, the linker does run time linking by default, so we don't
1907
-      # have to do anything special.
1908
-      aix_use_runtimelinking=no
1909
-      exp_sym_flag='-Bexport'
1910
-      no_entry_flag=""
1911
-    else
1912
-      aix_use_runtimelinking=no
1913
-
1914
-      # Test if we are trying to use run time linking or normal
1915
-      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1916
-      # need to do runtime linking.
1917
-      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
1918
-	for ld_flag in $LDFLAGS; do
1919
-	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
1920
-	    aix_use_runtimelinking=yes
1921
-	    break
1922
-	  fi
1923
-	done
1924
-      esac
1925
-
1926
-      exp_sym_flag='-bexport'
1927
-      no_entry_flag='-bnoentry'
1928
-    fi
1929
-
1930
-    # When large executables or shared objects are built, AIX ld can
1931
-    # have problems creating the table of contents.  If linking a library
1932
-    # or program results in "error TOC overflow" add -mminimal-toc to
1933
-    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
1934
-    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
1935
-
1936
-    hardcode_direct=yes
1937
-    archive_cmds=''
1938
-    hardcode_libdir_separator=':'
1939
-    if test "$GCC" = yes; then
1940
-      case $host_os in aix4.[[012]]|aix4.[[012]].*)
1941
-	collect2name=`${CC} -print-prog-name=collect2`
1942
-	if test -f "$collect2name" && \
1943
-	  strings "$collect2name" | grep resolve_lib_name >/dev/null
1944
-	then
1945
-	  # We have reworked collect2
1946
-	  hardcode_direct=yes
1947
-	else
1948
-	  # We have old collect2
1949
-	  hardcode_direct=unsupported
1950
-	  # It fails to find uninstalled libraries when the uninstalled
1951
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
1952
-	  # to unsupported forces relinking
1953
-	  hardcode_minus_L=yes
1954
-	  hardcode_libdir_flag_spec='-L$libdir'
1955
-	  hardcode_libdir_separator=
1956
-	fi
1957
-      esac
1958
-
1959
-      shared_flag='-shared'
1960
-    else
1961
-      # not using gcc
1962
-      if test "$host_cpu" = ia64; then
1963
-	shared_flag='${wl}-G'
1964
-      else
1965
-	if test "$aix_use_runtimelinking" = yes; then
1966
-	  shared_flag='${wl}-G'
1967
-	else
1968
-	  shared_flag='${wl}-bM:SRE'
1969
-	fi
1970
-      fi
1971
-    fi
1972
-
1973
-    # It seems that -bexpall can do strange things, so it is better to
1974
-    # generate a list of symbols to export.
1975
-    always_export_symbols=yes
1976
-    if test "$aix_use_runtimelinking" = yes; then
1977
-      # Warning - without using the other runtime loading flags (-brtl),
1978
-      # -berok will link without error, but may produce a broken library.
1979
-      allow_undefined_flag='-berok'
1980
-      hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
1981
-      archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
1982
-    else
1983
-      if test "$host_cpu" = ia64; then
1984
-	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
1985
-	allow_undefined_flag="-z nodefs"
1986
-	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
1987
-      else
1988
-	hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
1989
-	# Warning - without using the other run time loading flags,
1990
-	# -berok will link without error, but may produce a broken library.
1991
-	allow_undefined_flag='${wl}-berok'
1992
-	# This is a bit strange, but is similar to how AIX traditionally builds
1993
-	# it's shared libraries.
1994
-	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
1995
-      fi
1996
-    fi
1997
-    ;;
1998
-
1999
-  amigaos*)
2000
-    archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
2001
-    hardcode_libdir_flag_spec='-L$libdir'
2002
-    hardcode_minus_L=yes
2003
-    # see comment about different semantics on the GNU ld section
2004
-    ld_shlibs=no
2005
-    ;;
2006
-
2007
-  cygwin* | mingw* | pw32*)
2008
-    # When not using gcc, we currently assume that we are using
2009
-    # Microsoft Visual C++.
2010
-    # hardcode_libdir_flag_spec is actually meaningless, as there is
2011
-    # no search path for DLLs.
2012
-    hardcode_libdir_flag_spec=' '
2013
-    allow_undefined_flag=unsupported
2014
-    # Tell ltmain to make .lib files, not .a files.
2015
-    libext=lib
2016
-    # FIXME: Setting linknames here is a bad hack.
2017
-    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
2018
-    # The linker will automatically build a .lib file if we build a DLL.
2019
-    old_archive_from_new_cmds='true'
2020
-    # FIXME: Should let the user specify the lib program.
2021
-    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
2022
-    fix_srcfile_path='`cygpath -w "$srcfile"`'
2023
-    ;;
2024
-
2025
-  darwin* | rhapsody*)
2026
-    case "$host_os" in
2027
-    rhapsody* | darwin1.[[012]])
2028
-      allow_undefined_flag='-undefined suppress'
2029
-      ;;
2030
-    *) # Darwin 1.3 on
2031
-      allow_undefined_flag='-flat_namespace -undefined suppress'
2032
-      ;;
2033
-    esac
2034
-    # FIXME: Relying on posixy $() will cause problems for
2035
-    #        cross-compilation, but unfortunately the echo tests do not
2036
-    #        yet detect zsh echo's removal of \ escapes.
2037
-    archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
2038
-    # We need to add '_' to the symbols in $export_symbols first
2039
-    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
2040
-    hardcode_direct=yes
2041
-    hardcode_shlibpath_var=no
2042
-    whole_archive_flag_spec='-all_load $convenience'
2043
-    ;;
2044
-
2045
-  freebsd1*)
2046
-    ld_shlibs=no
2047
-    ;;
2048
-
2049
-  # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
2050
-  # support.  Future versions do this automatically, but an explicit c++rt0.o
2051
-  # does not break anything, and helps significantly (at the cost of a little
2052
-  # extra space).
2053
-  freebsd2.2*)
2054
-    archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
2055
-    hardcode_libdir_flag_spec='-R$libdir'
2056
-    hardcode_direct=yes
2057
-    hardcode_shlibpath_var=no
2058
-    ;;
2059
-
2060
-  # Unfortunately, older versions of FreeBSD 2 do not have this feature.
2061
-  freebsd2*)
2062
-    archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
2063
-    hardcode_direct=yes
2064
-    hardcode_minus_L=yes
2065
-    hardcode_shlibpath_var=no
2066
-    ;;
2067
-
2068
-  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
2069
-  freebsd*)
2070
-    archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
2071
-    hardcode_libdir_flag_spec='-R$libdir'
2072
-    hardcode_direct=yes
2073
-    hardcode_shlibpath_var=no
2074
-    ;;
2075
-
2076
-  hpux9* | hpux10* | hpux11*)
2077
-    case $host_os in
2078
-    hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
2079
-    *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
2080
-    esac
2081
-    hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
2082
-    hardcode_libdir_separator=:
2083
-    hardcode_direct=yes
2084
-    hardcode_minus_L=yes # Not in the search PATH, but as the default
2085
-			 # location of the library.
2086
-    export_dynamic_flag_spec='${wl}-E'
2087
-    ;;
2088
-
2089
-  irix5* | irix6*)
2090
-    if test "$GCC" = yes; then
2091
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2092
-    else
2093
-      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2094
-    fi
2095
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2096
-    hardcode_libdir_separator=:
2097
-    link_all_deplibs=yes
2098
-    ;;
2099
-
2100
-  netbsd*)
2101
-    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2102
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
2103
-    else
2104
-      archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
2105
-    fi
2106
-    hardcode_libdir_flag_spec='-R$libdir'
2107
-    hardcode_direct=yes
2108
-    hardcode_shlibpath_var=no
2109
-    ;;
2110
-
2111
-  newsos6)
2112
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2113
-    hardcode_direct=yes
2114
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2115
-    hardcode_libdir_separator=:
2116
-    hardcode_shlibpath_var=no
2117
-    ;;
2118
-
2119
-  openbsd*)
2120
-    hardcode_direct=yes
2121
-    hardcode_shlibpath_var=no
2122
-    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2123
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
2124
-      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
2125
-      export_dynamic_flag_spec='${wl}-E'
2126
-    else
2127
-      case "$host_os" in
2128
-      openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
2129
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
2130
-	hardcode_libdir_flag_spec='-R$libdir'
2131
-        ;;
2132
-      *)
2133
-        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
2134
-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
2135
-        ;;
2136
-      esac
2137
-    fi
2138
-    ;;
2139
-
2140
-  os2*)
2141
-    hardcode_libdir_flag_spec='-L$libdir'
2142
-    hardcode_minus_L=yes
2143
-    allow_undefined_flag=unsupported
2144
-    archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
2145
-    old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
2146
-    ;;
2147
-
2148
-  osf3*)
2149
-    if test "$GCC" = yes; then
2150
-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2151
-      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2152
-    else
2153
-      allow_undefined_flag=' -expect_unresolved \*'
2154
-      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2155
-    fi
2156
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2157
-    hardcode_libdir_separator=:
2158
-    ;;
2159
-
2160
-  osf4* | osf5*)	# as osf3* with the addition of -msym flag
2161
-    if test "$GCC" = yes; then
2162
-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2163
-      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2164
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2165
-    else
2166
-      allow_undefined_flag=' -expect_unresolved \*'
2167
-      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2168
-      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
2169
-      $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
2170
-
2171
-      #Both c and cxx compiler support -rpath directly
2172
-      hardcode_libdir_flag_spec='-rpath $libdir'
2173
-    fi
2174
-    hardcode_libdir_separator=:
2175
-    ;;
2176
-
2177
-  sco3.2v5*)
2178
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2179
-    hardcode_shlibpath_var=no
2180
-    runpath_var=LD_RUN_PATH
2181
-    hardcode_runpath_var=yes
2182
-    export_dynamic_flag_spec='${wl}-Bexport'
2183
-    ;;
2184
-
2185
-  solaris*)
2186
-    # gcc --version < 3.0 without binutils cannot create self contained
2187
-    # shared libraries reliably, requiring libgcc.a to resolve some of
2188
-    # the object symbols generated in some cases.  Libraries that use
2189
-    # assert need libgcc.a to resolve __eprintf, for example.  Linking
2190
-    # a copy of libgcc.a into every shared library to guarantee resolving
2191
-    # such symbols causes other problems:  According to Tim Van Holder
2192
-    # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
2193
-    # (to the application) exception stack for one thing.
2194
-    no_undefined_flag=' -z defs'
2195
-    if test "$GCC" = yes; then
2196
-      case `$CC --version 2>/dev/null` in
2197
-      [[12]].*)
2198
-	cat <<EOF 1>&2
2199
-
2200
-*** Warning: Releases of GCC earlier than version 3.0 cannot reliably
2201
-*** create self contained shared libraries on Solaris systems, without
2202
-*** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
2203
-*** -no-undefined support, which will at least allow you to build shared
2204
-*** libraries.  However, you may find that when you link such libraries
2205
-*** into an application without using GCC, you have to manually add
2206
-*** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
2207
-*** upgrade to a newer version of GCC.  Another option is to rebuild your
2208
-*** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
2209
-
2210
-EOF
2211
-        no_undefined_flag=
2212
-	;;
2213
-      esac
2214
-    fi
2215
-    # $CC -shared without GNU ld will not create a library from C++
2216
-    # object files and a static libstdc++, better avoid it by now
2217
-    archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
2218
-    archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2219
-		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
2220
-    hardcode_libdir_flag_spec='-R$libdir'
2221
-    hardcode_shlibpath_var=no
2222
-    case $host_os in
2223
-    solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
2224
-    *) # Supported since Solaris 2.6 (maybe 2.5.1?)
2225
-      whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
2226
-    esac
2227
-    link_all_deplibs=yes
2228
-    ;;
2229
-
2230
-  sunos4*)
2231
-    if test "x$host_vendor" = xsequent; then
2232
-      # Use $CC to link under sequent, because it throws in some extra .o
2233
-      # files that make .init and .fini sections work.
2234
-      archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
2235
-    else
2236
-      archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
2237
-    fi
2238
-    hardcode_libdir_flag_spec='-L$libdir'
2239
-    hardcode_direct=yes
2240
-    hardcode_minus_L=yes
2241
-    hardcode_shlibpath_var=no
2242
-    ;;
2243
-
2244
-  sysv4)
2245
-    if test "x$host_vendor" = xsno; then
2246
-      archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
2247
-      hardcode_direct=yes # is this really true???
2248
-    else
2249
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2250
-      hardcode_direct=no #Motorola manual says yes, but my tests say they lie
2251
-    fi
2252
-    runpath_var='LD_RUN_PATH'
2253
-    hardcode_shlibpath_var=no
2254
-    ;;
2255
-
2256
-  sysv4.3*)
2257
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2258
-    hardcode_shlibpath_var=no
2259
-    export_dynamic_flag_spec='-Bexport'
2260
-    ;;
2261
-
2262
-  sysv5*)
2263
-    no_undefined_flag=' -z text'
2264
-    # $CC -shared without GNU ld will not create a library from C++
2265
-    # object files and a static libstdc++, better avoid it by now
2266
-    archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
2267
-    archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2268
-		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
2269
-    hardcode_libdir_flag_spec=
2270
-    hardcode_shlibpath_var=no
2271
-    runpath_var='LD_RUN_PATH'
2272
-    ;;
2273
-
2274
-  uts4*)
2275
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2276
-    hardcode_libdir_flag_spec='-L$libdir'
2277
-    hardcode_shlibpath_var=no
2278
-    ;;
2279
-
2280
-  dgux*)
2281
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2282
-    hardcode_libdir_flag_spec='-L$libdir'
2283
-    hardcode_shlibpath_var=no
2284
-    ;;
2285
-
2286
-  sysv4*MP*)
2287
-    if test -d /usr/nec; then
2288
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2289
-      hardcode_shlibpath_var=no
2290
-      runpath_var=LD_RUN_PATH
2291
-      hardcode_runpath_var=yes
2292
-      ld_shlibs=yes
2293
-    fi
2294
-    ;;
2295
-
2296
-  sysv4.2uw2*)
2297
-    archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
2298
-    hardcode_direct=yes
2299
-    hardcode_minus_L=no
2300
-    hardcode_shlibpath_var=no
2301
-    hardcode_runpath_var=yes
2302
-    runpath_var=LD_RUN_PATH
2303
-    ;;
2304
-
2305
-  sysv5uw7* | unixware7*)
2306
-    no_undefined_flag='${wl}-z ${wl}text'
2307
-    if test "$GCC" = yes; then
2308
-      archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
2309
-    else
2310
-      archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
2311
-    fi
2312
-    runpath_var='LD_RUN_PATH'
2313
-    hardcode_shlibpath_var=no
2314
-    ;;
2315
-
2316
-  *)
2317
-    ld_shlibs=no
2318
-    ;;
2319
-  esac
2320
-fi
2321
-AC_MSG_RESULT([$ld_shlibs])
2322
-test "$ld_shlibs" = no && can_build_shared=no
2323
-
2324
-# Check hardcoding attributes.
2325
-AC_MSG_CHECKING([how to hardcode library paths into programs])
2326
-hardcode_action=
2327
-if test -n "$hardcode_libdir_flag_spec" || \
2328
-   test -n "$runpath_var"; then
2329
-
2330
-  # We can hardcode non-existant directories.
2331
-  if test "$hardcode_direct" != no &&
2332
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
2333
-     # have to relink, otherwise we might link with an installed library
2334
-     # when we should be linking with a yet-to-be-installed one
2335
-     ## test "$hardcode_shlibpath_var" != no &&
2336
-     test "$hardcode_minus_L" != no; then
2337
-    # Linking always hardcodes the temporary library directory.
2338
-    hardcode_action=relink
2339
-  else
2340
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
2341
-    hardcode_action=immediate
2342
-  fi
2343
-else
2344
-  # We cannot hardcode anything, or else we can only hardcode existing
2345
-  # directories.
2346
-  hardcode_action=unsupported
2347
-fi
2348
-AC_MSG_RESULT([$hardcode_action])
2349
-
2350
-striplib=
2351
-old_striplib=
2352
-AC_MSG_CHECKING([whether stripping libraries is possible])
2353
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
2354
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2355
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2356
-  AC_MSG_RESULT([yes])
2357
-else
2358
-  AC_MSG_RESULT([no])
2359
-fi
2360
-
2361
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
2362
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
2363
-
2364
-# PORTME Fill in your ld.so characteristics
2365
-AC_MSG_CHECKING([dynamic linker characteristics])
2366
-library_names_spec=
2367
-libname_spec='lib$name'
2368
-soname_spec=
2369
-postinstall_cmds=
2370
-postuninstall_cmds=
2371
-finish_cmds=
2372
-finish_eval=
2373
-shlibpath_var=
2374
-shlibpath_overrides_runpath=unknown
2375
-version_type=none
2376
-dynamic_linker="$host_os ld.so"
2377
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
2378
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2379
-
2380
-case $host_os in
2381
-aix3*)
2382
-  version_type=linux
2383
-  library_names_spec='${libname}${release}.so$versuffix $libname.a'
2384
-  shlibpath_var=LIBPATH
2385
-
2386
-  # AIX has no versioning support, so we append a major version to the name.
2387
-  soname_spec='${libname}${release}.so$major'
2388
-  ;;
2389
-
2390
-aix4* | aix5*)
2391
-  version_type=linux
2392
-  if test "$host_cpu" = ia64; then
2393
-    # AIX 5 supports IA64
2394
-    library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
2395
-    shlibpath_var=LD_LIBRARY_PATH
2396
-  else
2397
-    # With GCC up to 2.95.x, collect2 would create an import file
2398
-    # for dependence libraries.  The import file would start with
2399
-    # the line `#! .'.  This would cause the generated library to
2400
-    # depend on `.', always an invalid library.  This was fixed in
2401
-    # development snapshots of GCC prior to 3.0.
2402
-    case $host_os in
2403
-      aix4 | aix4.[[01]] | aix4.[[01]].*)
2404
-	if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2405
-	     echo ' yes '
2406
-	     echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
2407
-	  :
2408
-	else
2409
-	  can_build_shared=no
2410
-	fi
2411
-	;;
2412
-    esac
2413
-    # AIX (on Power*) has no versioning support, so currently we can
2414
-    # not hardcode correct soname into executable. Probably we can
2415
-    # add versioning support to collect2, so additional links can
2416
-    # be useful in future.
2417
-    if test "$aix_use_runtimelinking" = yes; then
2418
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2419
-      # instead of lib<name>.a to let people know that these are not
2420
-      # typical AIX shared libraries.
2421
-      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2422
-    else
2423
-      # We preserve .a as extension for shared libraries through AIX4.2
2424
-      # and later when we are not doing run time linking.
2425
-      library_names_spec='${libname}${release}.a $libname.a'
2426
-      soname_spec='${libname}${release}.so$major'
2427
-    fi
2428
-    shlibpath_var=LIBPATH
2429
-  fi
2430
-  ;;
2431
-
2432
-amigaos*)
2433
-  library_names_spec='$libname.ixlibrary $libname.a'
2434
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
2435
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
2436
-  ;;
2437
-
2438
-beos*)
2439
-  library_names_spec='${libname}.so'
2440
-  dynamic_linker="$host_os ld.so"
2441
-  shlibpath_var=LIBRARY_PATH
2442
-  ;;
2443
-
2444
-bsdi4*)
2445
-  version_type=linux
2446
-  need_version=no
2447
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2448
-  soname_spec='${libname}${release}.so$major'
2449
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2450
-  shlibpath_var=LD_LIBRARY_PATH
2451
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2452
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2453
-  export_dynamic_flag_spec=-rdynamic
2454
-  # the default ld.so.conf also contains /usr/contrib/lib and
2455
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2456
-  # libtool to hard-code these into programs
2457
-  ;;
2458
-
2459
-cygwin* | mingw* | pw32*)
2460
-  version_type=windows
2461
-  need_version=no
2462
-  need_lib_prefix=no
2463
-  case $GCC,$host_os in
2464
-  yes,cygwin*)
2465
-    library_names_spec='$libname.dll.a'
2466
-    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
2467
-    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
2468
-      dldir=$destdir/`dirname \$dlpath`~
2469
-      test -d \$dldir || mkdir -p \$dldir~
2470
-      $install_prog .libs/$dlname \$dldir/$dlname'
2471
-    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
2472
-      dlpath=$dir/\$dldll~
2473
-       $rm \$dlpath'
2474
-    ;;
2475
-  yes,mingw*)
2476
-    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
2477
-    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
2478
-    ;;
2479
-  yes,pw32*)
2480
-    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
2481
-    ;;
2482
-  *)
2483
-    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
2484
-    ;;
2485
-  esac
2486
-  dynamic_linker='Win32 ld.exe'
2487
-  # FIXME: first we should search . and the directory the executable is in
2488
-  shlibpath_var=PATH
2489
-  ;;
2490
-
2491
-darwin* | rhapsody*)
2492
-  dynamic_linker="$host_os dyld"
2493
-  version_type=darwin
2494
-  need_lib_prefix=no
2495
-  need_version=no
2496
-  # FIXME: Relying on posixy $() will cause problems for
2497
-  #        cross-compilation, but unfortunately the echo tests do not
2498
-  #        yet detect zsh echo's removal of \ escapes.
2499
-  library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
2500
-  soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
2501
-  shlibpath_overrides_runpath=yes
2502
-  shlibpath_var=DYLD_LIBRARY_PATH
2503
-  ;;
2504
-
2505
-freebsd1*)
2506
-  dynamic_linker=no
2507
-  ;;
2508
-
2509
-freebsd*)
2510
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
2511
-  version_type=freebsd-$objformat
2512
-  case $version_type in
2513
-    freebsd-elf*)
2514
-      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
2515
-      need_version=no
2516
-      need_lib_prefix=no
2517
-      ;;
2518
-    freebsd-*)
2519
-      library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
2520
-      need_version=yes
2521
-      ;;
2522
-  esac
2523
-  shlibpath_var=LD_LIBRARY_PATH
2524
-  case $host_os in
2525
-  freebsd2*)
2526
-    shlibpath_overrides_runpath=yes
2527
-    ;;
2528
-  *)
2529
-    shlibpath_overrides_runpath=no
2530
-    hardcode_into_libs=yes
2531
-    ;;
2532
-  esac
2533
-  ;;
2534
-
2535
-gnu*)
2536
-  version_type=linux
2537
-  need_lib_prefix=no
2538
-  need_version=no
2539
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
2540
-  soname_spec='${libname}${release}.so$major'
2541
-  shlibpath_var=LD_LIBRARY_PATH
2542
-  hardcode_into_libs=yes
2543
-  ;;
2544
-
2545
-hpux9* | hpux10* | hpux11*)
2546
-  # Give a soname corresponding to the major version so that dld.sl refuses to
2547
-  # link against other versions.
2548
-  dynamic_linker="$host_os dld.sl"
2549
-  version_type=sunos
2550
-  need_lib_prefix=no
2551
-  need_version=no
2552
-  shlibpath_var=SHLIB_PATH
2553
-  shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2554
-  library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
2555
-  soname_spec='${libname}${release}.sl$major'
2556
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
2557
-  postinstall_cmds='chmod 555 $lib'
2558
-  ;;
2559
-
2560
-irix5* | irix6*)
2561
-  version_type=irix
2562
-  need_lib_prefix=no
2563
-  need_version=no
2564
-  soname_spec='${libname}${release}.so$major'
2565
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
2566
-  case $host_os in
2567
-  irix5*)
2568
-    libsuff= shlibsuff=
2569
-    ;;
2570
-  *)
2571
-    case $LD in # libtool.m4 will add one of these switches to LD
2572
-    *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
2573
-    *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
2574
-    *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
2575
-    *) libsuff= shlibsuff= libmagic=never-match;;
2576
-    esac
2577
-    ;;
2578
-  esac
2579
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2580
-  shlibpath_overrides_runpath=no
2581
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2582
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2583
-  ;;
2584
-
2585
-# No shared lib support for Linux oldld, aout, or coff.
2586
-linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
2587
-  dynamic_linker=no
2588
-  ;;
2589
-
2590
-# This must be Linux ELF.
2591
-linux-gnu*)
2592
-  version_type=linux
2593
-  need_lib_prefix=no
2594
-  need_version=no
2595
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2596
-  soname_spec='${libname}${release}.so$major'
2597
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2598
-  shlibpath_var=LD_LIBRARY_PATH
2599
-  shlibpath_overrides_runpath=no
2600
-  # This implies no fast_install, which is unacceptable.
2601
-  # Some rework will be needed to allow for fast_install
2602
-  # before this can be enabled.
2603
-  hardcode_into_libs=yes
2604
-
2605
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
2606
-  # powerpc, because MkLinux only supported shared libraries with the
2607
-  # GNU dynamic linker.  Since this was broken with cross compilers,
2608
-  # most powerpc-linux boxes support dynamic linking these days and
2609
-  # people can always --disable-shared, the test was removed, and we
2610
-  # assume the GNU/Linux dynamic linker is in use.
2611
-  dynamic_linker='GNU/Linux ld.so'
2612
-  ;;
2613
-
2614
-netbsd*)
2615
-  version_type=sunos
2616
-  need_lib_prefix=no
2617
-  need_version=no
2618
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2619
-    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
2620
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2621
-    dynamic_linker='NetBSD (a.out) ld.so'
2622
-  else
2623
-    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
2624
-    soname_spec='${libname}${release}.so$major'
2625
-    dynamic_linker='NetBSD ld.elf_so'
2626
-  fi
2627
-  shlibpath_var=LD_LIBRARY_PATH
2628
-  shlibpath_overrides_runpath=yes
2629
-  hardcode_into_libs=yes
2630
-  ;;
2631
-
2632
-newsos6)
2633
-  version_type=linux
2634
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2635
-  shlibpath_var=LD_LIBRARY_PATH
2636
-  shlibpath_overrides_runpath=yes
2637
-  ;;
2638
-
2639
-openbsd*)
2640
-  version_type=sunos
2641
-  need_lib_prefix=no
2642
-  need_version=no
2643
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2644
-    case "$host_os" in
2645
-    openbsd2.[[89]] | openbsd2.[[89]].*)
2646
-      shlibpath_overrides_runpath=no
2647
-      ;;
2648
-    *)
2649
-      shlibpath_overrides_runpath=yes
2650
-      ;;
2651
-    esac
2652
-  else
2653
-    shlibpath_overrides_runpath=yes
2654
-  fi
2655
-  library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
2656
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2657
-  shlibpath_var=LD_LIBRARY_PATH
2658
-  ;;
2659
-
2660
-os2*)
2661
-  libname_spec='$name'
2662
-  need_lib_prefix=no
2663
-  library_names_spec='$libname.dll $libname.a'
2664
-  dynamic_linker='OS/2 ld.exe'
2665
-  shlibpath_var=LIBPATH
2666
-  ;;
2667
-
2668
-osf3* | osf4* | osf5*)
2669
-  version_type=osf
2670
-  need_version=no
2671
-  soname_spec='${libname}${release}.so'
2672
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
2673
-  shlibpath_var=LD_LIBRARY_PATH
2674
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2675
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
2676
-  ;;
2677
-
2678
-sco3.2v5*)
2679
-  version_type=osf
2680
-  soname_spec='${libname}${release}.so$major'
2681
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2682
-  shlibpath_var=LD_LIBRARY_PATH
2683
-  ;;
2684
-
2685
-solaris*)
2686
-  version_type=linux
2687
-  need_lib_prefix=no
2688
-  need_version=no
2689
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2690
-  soname_spec='${libname}${release}.so$major'
2691
-  shlibpath_var=LD_LIBRARY_PATH
2692
-  shlibpath_overrides_runpath=yes
2693
-  hardcode_into_libs=yes
2694
-  # ldd complains unless libraries are executable
2695
-  postinstall_cmds='chmod +x $lib'
2696
-  ;;
2697
-
2698
-sunos4*)
2699
-  version_type=sunos
2700
-  library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
2701
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
2702
-  shlibpath_var=LD_LIBRARY_PATH
2703
-  shlibpath_overrides_runpath=yes
2704
-  if test "$with_gnu_ld" = yes; then
2705
-    need_lib_prefix=no
2706
-  fi
2707
-  need_version=yes
2708
-  ;;
2709
-
2710
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2711
-  version_type=linux
2712
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2713
-  soname_spec='${libname}${release}.so$major'
2714
-  shlibpath_var=LD_LIBRARY_PATH
2715
-  case $host_vendor in
2716
-    sni)
2717
-      shlibpath_overrides_runpath=no
2718
-      ;;
2719
-    motorola)
2720
-      need_lib_prefix=no
2721
-      need_version=no
2722
-      shlibpath_overrides_runpath=no
2723
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
2724
-      ;;
2725
-  esac
2726
-  ;;
2727
-
2728
-uts4*)
2729
-  version_type=linux
2730
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2731
-  soname_spec='${libname}${release}.so$major'
2732
-  shlibpath_var=LD_LIBRARY_PATH
2733
-  ;;
2734
-
2735
-dgux*)
2736
-  version_type=linux
2737
-  need_lib_prefix=no
2738
-  need_version=no
2739
-  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2740
-  soname_spec='${libname}${release}.so$major'
2741
-  shlibpath_var=LD_LIBRARY_PATH
2742
-  ;;
2743
-
2744
-sysv4*MP*)
2745
-  if test -d /usr/nec ;then
2746
-    version_type=linux
2747
-    library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
2748
-    soname_spec='$libname.so.$major'
2749
-    shlibpath_var=LD_LIBRARY_PATH
2750
-  fi
2751
-  ;;
2752
-
2753
-*)
2754
-  dynamic_linker=no
2755
-  ;;
2756
-esac
2757
-AC_MSG_RESULT([$dynamic_linker])
2758
-test "$dynamic_linker" = no && can_build_shared=no
2759
-
2760
-# Report the final consequences.
2761
-AC_MSG_CHECKING([if libtool supports shared libraries])
2762
-AC_MSG_RESULT([$can_build_shared])
2763
-
2764
-AC_MSG_CHECKING([whether to build shared libraries])
2765
-test "$can_build_shared" = "no" && enable_shared=no
2766
-
2767
-# On AIX, shared libraries and static libraries use the same namespace, and
2768
-# are all built from PIC.
2769
-case "$host_os" in
2770
-aix3*)
2771
-  test "$enable_shared" = yes && enable_static=no
2772
-  if test -n "$RANLIB"; then
2773
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2774
-    postinstall_cmds='$RANLIB $lib'
2775
-  fi
2776
-  ;;
2777
-
2778
-aix4*)
2779
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2780
-    test "$enable_shared" = yes && enable_static=no
2781
-  fi
2782
-  ;;
2783
-esac
2784
-AC_MSG_RESULT([$enable_shared])
2785
-
2786
-AC_MSG_CHECKING([whether to build static libraries])
2787
-# Make sure either enable_shared or enable_static is yes.
2788
-test "$enable_shared" = yes || enable_static=yes
2789
-AC_MSG_RESULT([$enable_static])
2790
-
2791
-if test "$hardcode_action" = relink; then
2792
-  # Fast installation is not supported
2793
-  enable_fast_install=no
2794
-elif test "$shlibpath_overrides_runpath" = yes ||
2795
-     test "$enable_shared" = no; then
2796
-  # Fast installation is not necessary
2797
-  enable_fast_install=needless
2798
-fi
2799
-
2800
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
2801
-if test "$GCC" = yes; then
2802
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2803
-fi
2804
-
2805
-AC_LIBTOOL_DLOPEN_SELF
2806
-
2807
-if test "$enable_shared" = yes && test "$GCC" = yes; then
2808
-  case $archive_cmds in
2809
-  *'~'*)
2810
-    # FIXME: we may have to deal with multi-command sequences.
2811
-    ;;
2812
-  '$CC '*)
2813
-    # Test whether the compiler implicitly links with -lc since on some
2814
-    # systems, -lgcc has to come before -lc. If gcc already passes -lc
2815
-    # to ld, don't add -lc before -lgcc.
2816
-    AC_MSG_CHECKING([whether -lc should be explicitly linked in])
2817
-    AC_CACHE_VAL([lt_cv_archive_cmds_need_lc],
2818
-    [$rm conftest*
2819
-    echo 'static int dummy;' > conftest.$ac_ext
2820
-
2821
-    if AC_TRY_EVAL(ac_compile); then
2822
-      soname=conftest
2823
-      lib=conftest
2824
-      libobjs=conftest.$ac_objext
2825
-      deplibs=
2826
-      wl=$lt_cv_prog_cc_wl
2827
-      compiler_flags=-v
2828
-      linker_flags=-v
2829
-      verstring=
2830
-      output_objdir=.
2831
-      libname=conftest
2832
-      save_allow_undefined_flag=$allow_undefined_flag
2833
-      allow_undefined_flag=
2834
-      if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
2835
-      then
2836
-	lt_cv_archive_cmds_need_lc=no
2837
-      else
2838
-	lt_cv_archive_cmds_need_lc=yes
2839
-      fi
2840
-      allow_undefined_flag=$save_allow_undefined_flag
2841
-    else
2842
-      cat conftest.err 1>&5
2843
-    fi])
2844
-    AC_MSG_RESULT([$lt_cv_archive_cmds_need_lc])
2845
-    ;;
2846
-  esac
2847
-fi
2848
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
2849
-
2850
-# The second clause should only fire when bootstrapping the
2851
-# libtool distribution, otherwise you forgot to ship ltmain.sh
2852
-# with your package, and you will get complaints that there are
2853
-# no rules to generate ltmain.sh.
2854
-if test -f "$ltmain"; then
2855
-  :
2856
-else
2857
-  # If there is no Makefile yet, we rely on a make rule to execute
2858
-  # `config.status --recheck' to rerun these tests and create the
2859
-  # libtool script then.
2860
-  test -f Makefile && make "$ltmain"
2861
-fi
2862
-
2863
-if test -f "$ltmain"; then
2864
-  trap "$rm \"${ofile}T\"; exit 1" 1 2 15
2865
-  $rm -f "${ofile}T"
2866
-
2867
-  echo creating $ofile
2868
-
2869
-  # Now quote all the things that may contain metacharacters while being
2870
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
2871
-  # variables and quote the copies for generation of the libtool script.
2872
-  for var in echo old_CC old_CFLAGS \
2873
-    AR AR_FLAGS CC LD LN_S NM SHELL \
2874
-    reload_flag reload_cmds wl \
2875
-    pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
2876
-    thread_safe_flag_spec whole_archive_flag_spec libname_spec \
2877
-    library_names_spec soname_spec \
2878
-    RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
2879
-    old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
2880
-    postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
2881
-    old_striplib striplib file_magic_cmd export_symbols_cmds \
2882
-    deplibs_check_method allow_undefined_flag no_undefined_flag \
2883
-    finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
2884
-    global_symbol_to_c_name_address \
2885
-    hardcode_libdir_flag_spec hardcode_libdir_separator  \
2886
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
2887
-    compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
2888
-
2889
-    case $var in
2890
-    reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
2891
-    old_postinstall_cmds | old_postuninstall_cmds | \
2892
-    export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
2893
-    extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
2894
-    postinstall_cmds | postuninstall_cmds | \
2895
-    finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
2896
-      # Double-quote double-evaled strings.
2897
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
2898
-      ;;
2899
-    *)
2900
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
2901
-      ;;
2902
-    esac
2903
-  done
2904
-
2905
-  cat <<__EOF__ > "${ofile}T"
2906
-#! $SHELL
2907
-
2908
-# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
2909
-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
2910
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
2911
-#
2912
-# Copyright (C) 1996-2000 Free Software Foundation, Inc.
2913
-# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
2914
-#
2915
-# This program is free software; you can redistribute it and/or modify
2916
-# it under the terms of the GNU General Public License as published by
2917
-# the Free Software Foundation; either version 2 of the License, or
2918
-# (at your option) any later version.
2919
-#
2920
-# This program is distributed in the hope that it will be useful, but
2921
-# WITHOUT ANY WARRANTY; without even the implied warranty of
2922
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2923
-# General Public License for more details.
2924
-#
2925
-# You should have received a copy of the GNU General Public License
2926
-# along with this program; if not, write to the Free Software
2927
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2928
-#
2929
-# As a special exception to the GNU General Public License, if you
2930
-# distribute this file as part of a program that contains a
2931
-# configuration script generated by Autoconf, you may include it under
2932
-# the same distribution terms that you use for the rest of that program.
2933
-
2934
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
2935
-Xsed="sed -e s/^X//"
2936
-
2937
-# The HP-UX ksh and POSIX shell print the target directory to stdout
2938
-# if CDPATH is set.
2939
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
2940
-
2941
-# ### BEGIN LIBTOOL CONFIG
2942
-
2943
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2944
-
2945
-# Shell to use when invoking shell scripts.
2946
-SHELL=$lt_SHELL
2947
-
2948
-# Whether or not to build shared libraries.
2949
-build_libtool_libs=$enable_shared
2950
-
2951
-# Whether or not to build static libraries.
2952
-build_old_libs=$enable_static
2953
-
2954
-# Whether or not to add -lc for building shared libraries.
2955
-build_libtool_need_lc=$need_lc
2956
-
2957
-# Whether or not to optimize for fast installation.
2958
-fast_install=$enable_fast_install
2959
-
2960
-# The host system.
2961
-host_alias=$host_alias
2962
-host=$host
2963
-
2964
-# An echo program that does not interpret backslashes.
2965
-echo=$lt_echo
2966
-
2967
-# The archiver.
2968
-AR=$lt_AR
2969
-AR_FLAGS=$lt_AR_FLAGS
2970
-
2971
-# The default C compiler.
2972
-CC=$lt_CC
2973
-
2974
-# Is the compiler the GNU C compiler?
2975
-with_gcc=$GCC
2976
-
2977
-# The linker used to build libraries.
2978
-LD=$lt_LD
2979
-
2980
-# Whether we need hard or soft links.
2981
-LN_S=$lt_LN_S
2982
-
2983
-# A BSD-compatible nm program.
2984
-NM=$lt_NM
2985
-
2986
-# A symbol stripping program
2987
-STRIP=$STRIP
2988
-
2989
-# Used to examine libraries when file_magic_cmd begins "file"
2990
-MAGIC_CMD=$MAGIC_CMD
2991
-
2992
-# Used on cygwin: DLL creation program.
2993
-DLLTOOL="$DLLTOOL"
2994
-
2995
-# Used on cygwin: object dumper.
2996
-OBJDUMP="$OBJDUMP"
2997
-
2998
-# Used on cygwin: assembler.
2999
-AS="$AS"
3000
-
3001
-# The name of the directory that contains temporary libtool files.
3002
-objdir=$objdir
3003
-
3004
-# How to create reloadable object files.
3005
-reload_flag=$lt_reload_flag
3006
-reload_cmds=$lt_reload_cmds
3007
-
3008
-# How to pass a linker flag through the compiler.
3009
-wl=$lt_wl
3010
-
3011
-# Object file suffix (normally "o").
3012
-objext="$ac_objext"
3013
-
3014
-# Old archive suffix (normally "a").
3015
-libext="$libext"
3016
-
3017
-# Executable file suffix (normally "").
3018
-exeext="$exeext"
3019
-
3020
-# Additional compiler flags for building library objects.
3021
-pic_flag=$lt_pic_flag
3022
-pic_mode=$pic_mode
3023
-
3024
-# Does compiler simultaneously support -c and -o options?
3025
-compiler_c_o=$lt_compiler_c_o
3026
-
3027
-# Can we write directly to a .lo ?
3028
-compiler_o_lo=$lt_compiler_o_lo
3029
-
3030
-# Must we lock files when doing compilation ?
3031
-need_locks=$lt_need_locks
3032
-
3033
-# Do we need the lib prefix for modules?
3034
-need_lib_prefix=$need_lib_prefix
3035
-
3036
-# Do we need a version for libraries?
3037
-need_version=$need_version
3038
-
3039
-# Whether dlopen is supported.
3040
-dlopen_support=$enable_dlopen
3041
-
3042
-# Whether dlopen of programs is supported.
3043
-dlopen_self=$enable_dlopen_self
3044
-
3045
-# Whether dlopen of statically linked programs is supported.
3046
-dlopen_self_static=$enable_dlopen_self_static
3047
-
3048
-# Compiler flag to prevent dynamic linking.
3049
-link_static_flag=$lt_link_static_flag
3050
-
3051
-# Compiler flag to turn off builtin functions.
3052
-no_builtin_flag=$lt_no_builtin_flag
3053
-
3054
-# Compiler flag to allow reflexive dlopens.
3055
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
3056
-
3057
-# Compiler flag to generate shared objects directly from archives.
3058
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
3059
-
3060
-# Compiler flag to generate thread-safe objects.
3061
-thread_safe_flag_spec=$lt_thread_safe_flag_spec
3062
-
3063
-# Library versioning type.
3064
-version_type=$version_type
3065
-
3066
-# Format of library name prefix.
3067
-libname_spec=$lt_libname_spec
3068
-
3069
-# List of archive names.  First name is the real one, the rest are links.
3070
-# The last name is the one that the linker finds with -lNAME.
3071
-library_names_spec=$lt_library_names_spec
3072
-
3073
-# The coded name of the library, if different from the real name.
3074
-soname_spec=$lt_soname_spec
3075
-
3076
-# Commands used to build and install an old-style archive.
3077
-RANLIB=$lt_RANLIB
3078
-old_archive_cmds=$lt_old_archive_cmds
3079
-old_postinstall_cmds=$lt_old_postinstall_cmds
3080
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
3081
-
3082
-# Create an old-style archive from a shared archive.
3083
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
3084
-
3085
-# Create a temporary old-style archive to link instead of a shared archive.
3086
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
3087
-
3088
-# Commands used to build and install a shared archive.
3089
-archive_cmds=$lt_archive_cmds
3090
-archive_expsym_cmds=$lt_archive_expsym_cmds
3091
-postinstall_cmds=$lt_postinstall_cmds
3092
-postuninstall_cmds=$lt_postuninstall_cmds
3093
-
3094
-# Commands to strip libraries.
3095
-old_striplib=$lt_old_striplib
3096
-striplib=$lt_striplib
3097
-
3098
-# Method to check whether dependent libraries are shared objects.
3099
-deplibs_check_method=$lt_deplibs_check_method
3100
-
3101
-# Command to use when deplibs_check_method == file_magic.
3102
-file_magic_cmd=$lt_file_magic_cmd
3103
-
3104
-# Flag that allows shared libraries with undefined symbols to be built.
3105
-allow_undefined_flag=$lt_allow_undefined_flag
3106
-
3107
-# Flag that forces no undefined symbols.
3108
-no_undefined_flag=$lt_no_undefined_flag
3109
-
3110
-# Commands used to finish a libtool library installation in a directory.
3111
-finish_cmds=$lt_finish_cmds
3112
-
3113
-# Same as above, but a single script fragment to be evaled but not shown.
3114
-finish_eval=$lt_finish_eval
3115
-
3116
-# Take the output of nm and produce a listing of raw symbols and C names.
3117
-global_symbol_pipe=$lt_global_symbol_pipe
3118
-
3119
-# Transform the output of nm in a proper C declaration
3120
-global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
3121
-
3122
-# Transform the output of nm in a C name address pair
3123
-global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
3124
-
3125
-# This is the shared library runtime path variable.
3126
-runpath_var=$runpath_var
3127
-
3128
-# This is the shared library path variable.
3129
-shlibpath_var=$shlibpath_var
3130
-
3131
-# Is shlibpath searched before the hard-coded library search path?
3132
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3133
-
3134
-# How to hardcode a shared library path into an executable.
3135
-hardcode_action=$hardcode_action
3136
-
3137
-# Whether we should hardcode library paths into libraries.
3138
-hardcode_into_libs=$hardcode_into_libs
3139
-
3140
-# Flag to hardcode \$libdir into a binary during linking.
3141
-# This must work even if \$libdir does not exist.
3142
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
3143
-
3144
-# Whether we need a single -rpath flag with a separated argument.
3145
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
3146
-
3147
-# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
3148
-# resulting binary.
3149
-hardcode_direct=$hardcode_direct
3150
-
3151
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3152
-# resulting binary.
3153
-hardcode_minus_L=$hardcode_minus_L
3154
-
3155
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3156
-# the resulting binary.
3157
-hardcode_shlibpath_var=$hardcode_shlibpath_var
3158
-
3159
-# Variables whose values should be saved in libtool wrapper scripts and
3160
-# restored at relink time.
3161
-variables_saved_for_relink="$variables_saved_for_relink"
3162
-
3163
-# Whether libtool must link a program against all its dependency libraries.
3164
-link_all_deplibs=$link_all_deplibs
3165
-
3166
-# Compile-time system search path for libraries
3167
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3168
-
3169
-# Run-time system search path for libraries
3170
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3171
-
3172
-# Fix the shell variable \$srcfile for the compiler.
3173
-fix_srcfile_path="$fix_srcfile_path"
3174
-
3175
-# Set to yes if exported symbols are required.
3176
-always_export_symbols=$always_export_symbols
3177
-
3178
-# The commands to list exported symbols.
3179
-export_symbols_cmds=$lt_export_symbols_cmds
3180
-
3181
-# The commands to extract the exported symbol list from a shared archive.
3182
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
3183
-
3184
-# Symbols that should not be listed in the preloaded symbols.
3185
-exclude_expsyms=$lt_exclude_expsyms
3186
-
3187
-# Symbols that must always be exported.
3188
-include_expsyms=$lt_include_expsyms
3189
-
3190
-# ### END LIBTOOL CONFIG
3191
-
3192
-__EOF__
3193
-
3194
-  case $host_os in
3195
-  aix3*)
3196
-    cat <<\EOF >> "${ofile}T"
3197
-
3198
-# AIX sometimes has problems with the GCC collect2 program.  For some
3199
-# reason, if we set the COLLECT_NAMES environment variable, the problems
3200
-# vanish in a puff of smoke.
3201
-if test "X${COLLECT_NAMES+set}" != Xset; then
3202
-  COLLECT_NAMES=
3203
-  export COLLECT_NAMES
3204
-fi
3205
-EOF
3206
-    ;;
3207
-  esac
3208
-
3209
-  case $host_os in
3210
-  cygwin* | mingw* | pw32* | os2*)
3211
-    cat <<'EOF' >> "${ofile}T"
3212
-      # This is a source program that is used to create dlls on Windows
3213
-      # Don't remove nor modify the starting and closing comments
3214
-# /* ltdll.c starts here */
3215
-# #define WIN32_LEAN_AND_MEAN
3216
-# #include <windows.h>
3217
-# #undef WIN32_LEAN_AND_MEAN
3218
-# #include <stdio.h>
3219
-#
3220
-# #ifndef __CYGWIN__
3221
-# #  ifdef __CYGWIN32__
3222
-# #    define __CYGWIN__ __CYGWIN32__
3223
-# #  endif
3224
-# #endif
3225
-#
3226
-# #ifdef __cplusplus
3227
-# extern "C" {
3228
-# #endif
3229
-# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
3230
-# #ifdef __cplusplus
3231
-# }
3232
-# #endif
3233
-#
3234
-# #ifdef __CYGWIN__
3235
-# #include <cygwin/cygwin_dll.h>
3236
-# DECLARE_CYGWIN_DLL( DllMain );
3237
-# #endif
3238
-# HINSTANCE __hDllInstance_base;
3239
-#
3240
-# BOOL APIENTRY
3241
-# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
3242
-# {
3243
-#   __hDllInstance_base = hInst;
3244
-#   return TRUE;
3245
-# }
3246
-# /* ltdll.c ends here */
3247
-	# This is a source program that is used to create import libraries
3248
-	# on Windows for dlls which lack them. Don't remove nor modify the
3249
-	# starting and closing comments
3250
-# /* impgen.c starts here */
3251
-# /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
3252
-#
3253
-#  This file is part of GNU libtool.
3254
-#
3255
-#  This program is free software; you can redistribute it and/or modify
3256
-#  it under the terms of the GNU General Public License as published by
3257
-#  the Free Software Foundation; either version 2 of the License, or
3258
-#  (at your option) any later version.
3259
-#
3260
-#  This program is distributed in the hope that it will be useful,
3261
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
3262
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3263
-#  GNU General Public License for more details.
3264
-#
3265
-#  You should have received a copy of the GNU General Public License
3266
-#  along with this program; if not, write to the Free Software
3267
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3268
-#  */
3269
-#
3270
-# #include <stdio.h>		/* for printf() */
3271
-# #include <unistd.h>		/* for open(), lseek(), read() */
3272
-# #include <fcntl.h>		/* for O_RDONLY, O_BINARY */
3273
-# #include <string.h>		/* for strdup() */
3274
-#
3275
-# /* O_BINARY isn't required (or even defined sometimes) under Unix */
3276
-# #ifndef O_BINARY
3277
-# #define O_BINARY 0
3278
-# #endif
3279
-#
3280
-# static unsigned int
3281
-# pe_get16 (fd, offset)
3282
-#      int fd;
3283
-#      int offset;
3284
-# {
3285
-#   unsigned char b[2];
3286
-#   lseek (fd, offset, SEEK_SET);
3287
-#   read (fd, b, 2);
3288
-#   return b[0] + (b[1]<<8);
3289
-# }
3290
-#
3291
-# static unsigned int
3292
-# pe_get32 (fd, offset)
3293
-#     int fd;
3294
-#     int offset;
3295
-# {
3296
-#   unsigned char b[4];
3297
-#   lseek (fd, offset, SEEK_SET);
3298
-#   read (fd, b, 4);
3299
-#   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
3300
-# }
3301
-#
3302
-# static unsigned int
3303
-# pe_as32 (ptr)
3304
-#      void *ptr;
3305
-# {
3306
-#   unsigned char *b = ptr;
3307
-#   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
3308
-# }
3309
-#
3310
-# int
3311
-# main (argc, argv)
3312
-#     int argc;
3313
-#     char *argv[];
3314
-# {
3315
-#     int dll;
3316
-#     unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
3317
-#     unsigned long export_rva, export_size, nsections, secptr, expptr;
3318
-#     unsigned long name_rvas, nexp;
3319
-#     unsigned char *expdata, *erva;
3320
-#     char *filename, *dll_name;
3321
-#
3322
-#     filename = argv[1];
3323
-#
3324
-#     dll = open(filename, O_RDONLY|O_BINARY);
3325
-#     if (dll < 1)
3326
-# 	return 1;
3327
-#
3328
-#     dll_name = filename;
3329
-#
3330
-#     for (i=0; filename[i]; i++)
3331
-# 	if (filename[i] == '/' || filename[i] == '\\'  || filename[i] == ':')
3332
-# 	    dll_name = filename + i +1;
3333
-#
3334
-#     pe_header_offset = pe_get32 (dll, 0x3c);
3335
-#     opthdr_ofs = pe_header_offset + 4 + 20;
3336
-#     num_entries = pe_get32 (dll, opthdr_ofs + 92);
3337
-#
3338
-#     if (num_entries < 1) /* no exports */
3339
-# 	return 1;
3340
-#
3341
-#     export_rva = pe_get32 (dll, opthdr_ofs + 96);
3342
-#     export_size = pe_get32 (dll, opthdr_ofs + 100);
3343
-#     nsections = pe_get16 (dll, pe_header_offset + 4 +2);
3344
-#     secptr = (pe_header_offset + 4 + 20 +
3345
-# 	      pe_get16 (dll, pe_header_offset + 4 + 16));
3346
-#
3347
-#     expptr = 0;
3348
-#     for (i = 0; i < nsections; i++)
3349
-#     {
3350
-# 	char sname[8];
3351
-# 	unsigned long secptr1 = secptr + 40 * i;
3352
-# 	unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
3353
-# 	unsigned long vsize = pe_get32 (dll, secptr1 + 16);
3354
-# 	unsigned long fptr = pe_get32 (dll, secptr1 + 20);
3355
-# 	lseek(dll, secptr1, SEEK_SET);
3356
-# 	read(dll, sname, 8);
3357
-# 	if (vaddr <= export_rva && vaddr+vsize > export_rva)
3358
-# 	{
3359
-# 	    expptr = fptr + (export_rva - vaddr);
3360
-# 	    if (export_rva + export_size > vaddr + vsize)
3361
-# 		export_size = vsize - (export_rva - vaddr);
3362
-# 	    break;
3363
-# 	}
3364
-#     }
3365
-#
3366
-#     expdata = (unsigned char*)malloc(export_size);
3367
-#     lseek (dll, expptr, SEEK_SET);
3368
-#     read (dll, expdata, export_size);
3369
-#     erva = expdata - export_rva;
3370
-#
3371
-#     nexp = pe_as32 (expdata+24);
3372
-#     name_rvas = pe_as32 (expdata+32);
3373
-#
3374
-#     printf ("EXPORTS\n");
3375
-#     for (i = 0; i<nexp; i++)
3376
-#     {
3377
-# 	unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
3378
-# 	printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
3379
-#     }
3380
-#
3381
-#     return 0;
3382
-# }
3383
-# /* impgen.c ends here */
3384
-
3385
-EOF
3386
-    ;;
3387
-  esac
3388
-
3389
-  # We use sed instead of cat because bash on DJGPP gets confused if
3390
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3391
-  # text mode, it properly converts lines to CR/LF.  This bash problem
3392
-  # is reportedly fixed, but why not run on old versions too?
3393
-  sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
3394
-
3395
-  mv -f "${ofile}T" "$ofile" || \
3396
-    (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
3397
-  chmod +x "$ofile"
3398
-fi
3399
-
3400
-])# _LT_AC_LTCONFIG_HACK
3401
-
3402
-# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
3403
-AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
3404
-
3405
-# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
3406
-AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
3407
-
3408
-# AC_ENABLE_SHARED - implement the --enable-shared flag
3409
-# Usage: AC_ENABLE_SHARED[(DEFAULT)]
3410
-#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3411
-#   `yes'.
3412
-AC_DEFUN([AC_ENABLE_SHARED],
3413
-[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
3414
-AC_ARG_ENABLE(shared,
3415
-changequote(<<, >>)dnl
3416
-<<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
3417
-changequote([, ])dnl
3418
-[p=${PACKAGE-default}
3419
-case $enableval in
3420
-yes) enable_shared=yes ;;
3421
-no) enable_shared=no ;;
3422
-*)
3423
-  enable_shared=no
3424
-  # Look at the argument we got.  We use all the common list separators.
3425
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3426
-  for pkg in $enableval; do
3427
-    if test "X$pkg" = "X$p"; then
3428
-      enable_shared=yes
3429
-    fi
3430
-  done
3431
-  IFS="$ac_save_ifs"
3432
-  ;;
3433
-esac],
3434
-enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
3435
-])
3436
-
3437
-# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
3438
-AC_DEFUN([AC_DISABLE_SHARED],
3439
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3440
-AC_ENABLE_SHARED(no)])
3441
-
3442
-# AC_ENABLE_STATIC - implement the --enable-static flag
3443
-# Usage: AC_ENABLE_STATIC[(DEFAULT)]
3444
-#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3445
-#   `yes'.
3446
-AC_DEFUN([AC_ENABLE_STATIC],
3447
-[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
3448
-AC_ARG_ENABLE(static,
3449
-changequote(<<, >>)dnl
3450
-<<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
3451
-changequote([, ])dnl
3452
-[p=${PACKAGE-default}
3453
-case $enableval in
3454
-yes) enable_static=yes ;;
3455
-no) enable_static=no ;;
3456
-*)
3457
-  enable_static=no
3458
-  # Look at the argument we got.  We use all the common list separators.
3459
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3460
-  for pkg in $enableval; do
3461
-    if test "X$pkg" = "X$p"; then
3462
-      enable_static=yes
3463
-    fi
3464
-  done
3465
-  IFS="$ac_save_ifs"
3466
-  ;;
3467
-esac],
3468
-enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
3469
-])
3470
-
3471
-# AC_DISABLE_STATIC - set the default static flag to --disable-static
3472
-AC_DEFUN([AC_DISABLE_STATIC],
3473
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3474
-AC_ENABLE_STATIC(no)])
3475
-
3476
-
3477
-# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
3478
-# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
3479
-#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3480
-#   `yes'.
3481
-AC_DEFUN([AC_ENABLE_FAST_INSTALL],
3482
-[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
3483
-AC_ARG_ENABLE(fast-install,
3484
-changequote(<<, >>)dnl
3485
-<<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
3486
-changequote([, ])dnl
3487
-[p=${PACKAGE-default}
3488
-case $enableval in
3489
-yes) enable_fast_install=yes ;;
3490
-no) enable_fast_install=no ;;
3491
-*)
3492
-  enable_fast_install=no
3493
-  # Look at the argument we got.  We use all the common list separators.
3494
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3495
-  for pkg in $enableval; do
3496
-    if test "X$pkg" = "X$p"; then
3497
-      enable_fast_install=yes
3498
-    fi
3499
-  done
3500
-  IFS="$ac_save_ifs"
3501
-  ;;
3502
-esac],
3503
-enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
3504
-])
3505
-
3506
-# AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
3507
-AC_DEFUN([AC_DISABLE_FAST_INSTALL],
3508
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3509
-AC_ENABLE_FAST_INSTALL(no)])
3510
-
3511
-# AC_LIBTOOL_PICMODE - implement the --with-pic flag
3512
-# Usage: AC_LIBTOOL_PICMODE[(MODE)]
3513
-#   Where MODE is either `yes' or `no'.  If omitted, it defaults to
3514
-#   `both'.
3515
-AC_DEFUN([AC_LIBTOOL_PICMODE],
3516
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3517
-pic_mode=ifelse($#,1,$1,default)])
3518
-
3519
-
3520
-# AC_PATH_TOOL_PREFIX - find a file program which can recognise shared library
3521
-AC_DEFUN([AC_PATH_TOOL_PREFIX],
3522
-[AC_MSG_CHECKING([for $1])
3523
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
3524
-[case $MAGIC_CMD in
3525
-  /*)
3526
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3527
-  ;;
3528
-  ?:/*)
3529
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3530
-  ;;
3531
-  *)
3532
-  ac_save_MAGIC_CMD="$MAGIC_CMD"
3533
-  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3534
-dnl $ac_dummy forces splitting on constant user-supplied paths.
3535
-dnl POSIX.2 word splitting is done only on the output of word expansions,
3536
-dnl not every word.  This closes a longstanding sh security hole.
3537
-  ac_dummy="ifelse([$2], , $PATH, [$2])"
3538
-  for ac_dir in $ac_dummy; do
3539
-    test -z "$ac_dir" && ac_dir=.
3540
-    if test -f $ac_dir/$1; then
3541
-      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
3542
-      if test -n "$file_magic_test_file"; then
3543
-	case $deplibs_check_method in
3544
-	"file_magic "*)
3545
-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3546
-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3547
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3548
-	    egrep "$file_magic_regex" > /dev/null; then
3549
-	    :
3550
-	  else
3551
-	    cat <<EOF 1>&2
3552
-
3553
-*** Warning: the command libtool uses to detect shared libraries,
3554
-*** $file_magic_cmd, produces output that libtool cannot recognize.
3555
-*** The result is that libtool may fail to recognize shared libraries
3556
-*** as such.  This will affect the creation of libtool libraries that
3557
-*** depend on shared libraries, but programs linked with such libtool
3558
-*** libraries will work regardless of this problem.  Nevertheless, you
3559
-*** may want to report the problem to your system manager and/or to
3560
-*** bug-libtool@gnu.org
3561
-
3562
-EOF
3563
-	  fi ;;
3564
-	esac
3565
-      fi
3566
-      break
3567
-    fi
3568
-  done
3569
-  IFS="$ac_save_ifs"
3570
-  MAGIC_CMD="$ac_save_MAGIC_CMD"
3571
-  ;;
3572
-esac])
3573
-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3574
-if test -n "$MAGIC_CMD"; then
3575
-  AC_MSG_RESULT($MAGIC_CMD)
3576
-else
3577
-  AC_MSG_RESULT(no)
3578
-fi
3579
-])
3580
-
3581
-
3582
-# AC_PATH_MAGIC - find a file program which can recognise a shared library
3583
-AC_DEFUN([AC_PATH_MAGIC],
3584
-[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
3585
-AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH)
3586
-if test -z "$lt_cv_path_MAGIC_CMD"; then
3587
-  if test -n "$ac_tool_prefix"; then
3588
-    AC_PATH_TOOL_PREFIX(file, /usr/bin:$PATH)
3589
-  else
3590
-    MAGIC_CMD=:
3591
-  fi
3592
-fi
3593
-])
3594
-
3595
-
3596
-# AC_PROG_LD - find the path to the GNU or non-GNU linker
3597
-AC_DEFUN([AC_PROG_LD],
3598
-[AC_ARG_WITH(gnu-ld,
3599
-[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
3600
-test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
3601
-AC_REQUIRE([AC_PROG_CC])dnl
3602
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
3603
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
3604
-AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
3605
-ac_prog=ld
3606
-if test "$GCC" = yes; then
3607
-  # Check if gcc -print-prog-name=ld gives a path.
3608
-  AC_MSG_CHECKING([for ld used by GCC])
3609
-  case $host in
3610
-  *-*-mingw*)
3611
-    # gcc leaves a trailing carriage return which upsets mingw
3612
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3613
-  *)
3614
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3615
-  esac
3616
-  case $ac_prog in
3617
-    # Accept absolute paths.
3618
-    [[\\/]]* | [[A-Za-z]]:[[\\/]]*)
3619
-      re_direlt='/[[^/]][[^/]]*/\.\./'
3620
-      # Canonicalize the path of ld
3621
-      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3622
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3623
-	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3624
-      done
3625
-      test -z "$LD" && LD="$ac_prog"
3626
-      ;;
3627
-  "")
3628
-    # If it fails, then pretend we aren't using GCC.
3629
-    ac_prog=ld
3630
-    ;;
3631
-  *)
3632
-    # If it is relative, then search for the first ld in PATH.
3633
-    with_gnu_ld=unknown
3634
-    ;;
3635
-  esac
3636
-elif test "$with_gnu_ld" = yes; then
3637
-  AC_MSG_CHECKING([for GNU ld])
3638
-else
3639
-  AC_MSG_CHECKING([for non-GNU ld])
3640
-fi
3641
-AC_CACHE_VAL(lt_cv_path_LD,
3642
-[if test -z "$LD"; then
3643
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3644
-  for ac_dir in $PATH; do
3645
-    test -z "$ac_dir" && ac_dir=.
3646
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3647
-      lt_cv_path_LD="$ac_dir/$ac_prog"
3648
-      # Check to see if the program is GNU ld.  I'd rather use --version,
3649
-      # but apparently some GNU ld's only accept -v.
3650
-      # Break only if it was the GNU/non-GNU ld that we prefer.
3651
-      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3652
-	test "$with_gnu_ld" != no && break
3653
-      else
3654
-	test "$with_gnu_ld" != yes && break
3655
-      fi
3656
-    fi
3657
-  done
3658
-  IFS="$ac_save_ifs"
3659
-else
3660
-  lt_cv_path_LD="$LD" # Let the user override the test with a path.
3661
-fi])
3662
-LD="$lt_cv_path_LD"
3663
-if test -n "$LD"; then
3664
-  AC_MSG_RESULT($LD)
3665
-else
3666
-  AC_MSG_RESULT(no)
3667
-fi
3668
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
3669
-AC_PROG_LD_GNU
3670
-])
3671
-
3672
-# AC_PROG_LD_GNU -
3673
-AC_DEFUN([AC_PROG_LD_GNU],
3674
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
3675
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
3676
-if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3677
-  lt_cv_prog_gnu_ld=yes
3678
-else
3679
-  lt_cv_prog_gnu_ld=no
3680
-fi])
3681
-with_gnu_ld=$lt_cv_prog_gnu_ld
3682
-])
3683
-
3684
-# AC_PROG_LD_RELOAD_FLAG - find reload flag for linker
3685
-#   -- PORTME Some linkers may need a different reload flag.
3686
-AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
3687
-[AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag,
3688
-[lt_cv_ld_reload_flag='-r'])
3689
-reload_flag=$lt_cv_ld_reload_flag
3690
-test -n "$reload_flag" && reload_flag=" $reload_flag"
3691
-])
3692
-
3693
-# AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies
3694
-#  -- PORTME fill in with the dynamic library characteristics
3695
-AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
3696
-[AC_CACHE_CHECK([how to recognise dependant libraries],
3697
-lt_cv_deplibs_check_method,
3698
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
3699
-lt_cv_file_magic_test_file=
3700
-lt_cv_deplibs_check_method='unknown'
3701
-# Need to set the preceding variable on all platforms that support
3702
-# interlibrary dependencies.
3703
-# 'none' -- dependencies not supported.
3704
-# `unknown' -- same as none, but documents that we really don't know.
3705
-# 'pass_all' -- all dependencies passed with no checks.
3706
-# 'test_compile' -- check by making test program.
3707
-# 'file_magic [[regex]]' -- check by looking for files in library path
3708
-# which responds to the $file_magic_cmd with a given egrep regex.
3709
-# If you have `file' or equivalent on your system and you're not sure
3710
-# whether `pass_all' will *always* work, you probably want this one.
3711
-
3712
-case $host_os in
3713
-aix4* | aix5*)
3714
-  lt_cv_deplibs_check_method=pass_all
3715
-  ;;
3716
-
3717
-beos*)
3718
-  lt_cv_deplibs_check_method=pass_all
3719
-  ;;
3720
-
3721
-bsdi4*)
3722
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
3723
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
3724
-  lt_cv_file_magic_test_file=/shlib/libc.so
3725
-  ;;
3726
-
3727
-cygwin* | mingw* | pw32*)
3728
-  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
3729
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
3730
-  ;;
3731
-
3732
-darwin* | rhapsody*)
3733
-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
3734
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
3735
-  case "$host_os" in
3736
-  rhapsody* | darwin1.[[012]])
3737
-    lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
3738
-    ;;
3739
-  *) # Darwin 1.3 on
3740
-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3741
-    ;;
3742
-  esac
3743
-  ;;
3744
-
3745
-freebsd*)
3746
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3747
-    case $host_cpu in
3748
-    i*86 )
3749
-      # Not sure whether the presence of OpenBSD here was a mistake.
3750
-      # Let's accept both of them until this is cleared up.
3751
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
3752
-      lt_cv_file_magic_cmd=/usr/bin/file
3753
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3754
-      ;;
3755
-    esac
3756
-  else
3757
-    lt_cv_deplibs_check_method=pass_all
3758
-  fi
3759
-  ;;
3760
-
3761
-gnu*)
3762
-  lt_cv_deplibs_check_method=pass_all
3763
-  ;;
3764
-
3765
-hpux10.20*|hpux11*)
3766
-  lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
3767
-  lt_cv_file_magic_cmd=/usr/bin/file
3768
-  lt_cv_file_magic_test_file=/usr/lib/libc.sl
3769
-  ;;
3770
-
3771
-irix5* | irix6*)
3772
-  case $host_os in
3773
-  irix5*)
3774
-    # this will be overridden with pass_all, but let us keep it just in case
3775
-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3776
-    ;;
3777
-  *)
3778
-    case $LD in
3779
-    *-32|*"-32 ") libmagic=32-bit;;
3780
-    *-n32|*"-n32 ") libmagic=N32;;
3781
-    *-64|*"-64 ") libmagic=64-bit;;
3782
-    *) libmagic=never-match;;
3783
-    esac
3784
-    # this will be overridden with pass_all, but let us keep it just in case
3785
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
3786
-    ;;
3787
-  esac
3788
-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3789
-  lt_cv_deplibs_check_method=pass_all
3790
-  ;;
3791
-
3792
-# This must be Linux ELF.
3793
-linux-gnu*)
3794
-  case $host_cpu in
3795
-  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
3796
-    lt_cv_deplibs_check_method=pass_all ;;
3797
-  *)
3798
-    # glibc up to 2.1.1 does not perform some relocations on ARM
3799
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
3800
-  esac
3801
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3802
-  ;;
3803
-
3804
-netbsd*)
3805
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3806
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so\.[[0-9]]+\.[[0-9]]+$'
3807
-  else
3808
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so$'
3809
-  fi
3810
-  ;;
3811
-
3812
-newos6*)
3813
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3814
-  lt_cv_file_magic_cmd=/usr/bin/file
3815
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
3816
-  ;;
3817
-
3818
-openbsd*)
3819
-  lt_cv_file_magic_cmd=/usr/bin/file
3820
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3821
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3822
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
3823
-  else
3824
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
3825
-  fi
3826
-  ;;
3827
-
3828
-osf3* | osf4* | osf5*)
3829
-  # this will be overridden with pass_all, but let us keep it just in case
3830
-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3831
-  lt_cv_file_magic_test_file=/shlib/libc.so
3832
-  lt_cv_deplibs_check_method=pass_all
3833
-  ;;
3834
-
3835
-sco3.2v5*)
3836
-  lt_cv_deplibs_check_method=pass_all
3837
-  ;;
3838
-
3839
-solaris*)
3840
-  lt_cv_deplibs_check_method=pass_all
3841
-  lt_cv_file_magic_test_file=/lib/libc.so
3842
-  ;;
3843
-
3844
-sysv5uw[[78]]* | sysv4*uw2*)
3845
-  lt_cv_deplibs_check_method=pass_all
3846
-  ;;
3847
-
3848
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3849
-  case $host_vendor in
3850
-  motorola)
3851
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
3852
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3853
-    ;;
3854
-  ncr)
3855
-    lt_cv_deplibs_check_method=pass_all
3856
-    ;;
3857
-  sequent)
3858
-    lt_cv_file_magic_cmd='/bin/file'
3859
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3860
-    ;;
3861
-  sni)
3862
-    lt_cv_file_magic_cmd='/bin/file'
3863
-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3864
-    lt_cv_file_magic_test_file=/lib/libc.so
3865
-    ;;
3866
-  esac
3867
-  ;;
3868
-esac
3869
-])
3870
-file_magic_cmd=$lt_cv_file_magic_cmd
3871
-deplibs_check_method=$lt_cv_deplibs_check_method
3872
-])
3873
-
3874
-
3875
-# AC_PROG_NM - find the path to a BSD-compatible name lister
3876
-AC_DEFUN([AC_PROG_NM],
3877
-[AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
3878
-AC_MSG_CHECKING([for BSD-compatible nm])
3879
-AC_CACHE_VAL(lt_cv_path_NM,
3880
-[if test -n "$NM"; then
3881
-  # Let the user override the test.
3882
-  lt_cv_path_NM="$NM"
3883
-else
3884
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3885
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3886
-    test -z "$ac_dir" && ac_dir=.
3887
-    tmp_nm=$ac_dir/${ac_tool_prefix}nm
3888
-    if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
3889
-      # Check to see if the nm accepts a BSD-compat flag.
3890
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3891
-      #   nm: unknown option "B" ignored
3892
-      # Tru64's nm complains that /dev/null is an invalid object file
3893
-      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
3894
-	lt_cv_path_NM="$tmp_nm -B"
3895
-	break
3896
-      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
3897
-	lt_cv_path_NM="$tmp_nm -p"
3898
-	break
3899
-      else
3900
-	lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3901
-	continue # so that we can try to find one that supports BSD flags
3902
-      fi
3903
-    fi
3904
-  done
3905
-  IFS="$ac_save_ifs"
3906
-  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3907
-fi])
3908
-NM="$lt_cv_path_NM"
3909
-AC_MSG_RESULT([$NM])
3910
-])
3911
-
3912
-# AC_CHECK_LIBM - check for math library
3913
-AC_DEFUN([AC_CHECK_LIBM],
3914
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
3915
-LIBM=
3916
-case $host in
3917
-*-*-beos* | *-*-cygwin* | *-*-pw32*)
3918
-  # These system don't have libm
3919
-  ;;
3920
-*-ncr-sysv4.3*)
3921
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
3922
-  AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
3923
-  ;;
3924
-*)
3925
-  AC_CHECK_LIB(m, main, LIBM="-lm")
3926
-  ;;
3927
-esac
3928
-])
3929
-
3930
-# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
3931
-# the libltdl convenience library and INCLTDL to the include flags for
3932
-# the libltdl header and adds --enable-ltdl-convenience to the
3933
-# configure arguments.  Note that LIBLTDL and INCLTDL are not
3934
-# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not
3935
-# provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed
3936
-# with '${top_builddir}/' and INCLTDL will be prefixed with
3937
-# '${top_srcdir}/' (note the single quotes!).  If your package is not
3938
-# flat and you're not using automake, define top_builddir and
3939
-# top_srcdir appropriately in the Makefiles.
3940
-AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
3941
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3942
-  case $enable_ltdl_convenience in
3943
-  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
3944
-  "") enable_ltdl_convenience=yes
3945
-      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
3946
-  esac
3947
-  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
3948
-  INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3949
-])
3950
-
3951
-# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
3952
-# the libltdl installable library and INCLTDL to the include flags for
3953
-# the libltdl header and adds --enable-ltdl-install to the configure
3954
-# arguments.  Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
3955
-# AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed
3956
-# libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will
3957
-# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
3958
-# with '${top_srcdir}/' (note the single quotes!).  If your package is
3959
-# not flat and you're not using automake, define top_builddir and
3960
-# top_srcdir appropriately in the Makefiles.
3961
-# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
3962
-AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
3963
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3964
-  AC_CHECK_LIB(ltdl, main,
3965
-  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
3966
-  [if test x"$enable_ltdl_install" = xno; then
3967
-     AC_MSG_WARN([libltdl not installed, but installation disabled])
3968
-   else
3969
-     enable_ltdl_install=yes
3970
-   fi
3971
-  ])
3972
-  if test x"$enable_ltdl_install" = x"yes"; then
3973
-    ac_configure_args="$ac_configure_args --enable-ltdl-install"
3974
-    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
3975
-    INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3976
-  else
3977
-    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
3978
-    LIBLTDL="-lltdl"
3979
-    INCLTDL=
3980
-  fi
3981
-])
3982
-
3983
-# old names
3984
-AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
3985
-AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
3986
-AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
3987
-AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
3988
-AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
3989
-AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
3990
-AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
3991
-
3992
-# This is just to silence aclocal about the macro not being used
3993
-ifelse([AC_DISABLE_FAST_INSTALL])
3994
-
3995
-dnl @synopsis AC_COMPILE_CHECK_SIZEOF(TYPE [, HEADERS [, EXTRA_SIZES...]])
3996
-dnl
3997
-dnl This macro checks for the size of TYPE using compile checks, not
3998
-dnl run checks. You can supply extra HEADERS to look into. the check
3999
-dnl will cycle through 1 2 4 8 16 and any EXTRA_SIZES the user
4000
-dnl supplies. If a match is found, it will #define SIZEOF_`TYPE' to
4001
-dnl that value. Otherwise it will emit a configure time error
4002
-dnl indicating the size of the type could not be determined.
4003
-dnl
4004
-dnl The trick is that C will not allow duplicate case labels. While
4005
-dnl this is valid C code:
4006
-dnl
4007
-dnl      switch (0) case 0: case 1:;
4008
-dnl
4009
-dnl The following is not:
4010
-dnl
4011
-dnl      switch (0) case 0: case 0:;
4012
-dnl
4013
-dnl Thus, the AC_TRY_COMPILE will fail if the currently tried size
4014
-dnl does not match.
4015
-dnl
4016
-dnl Here is an example skeleton configure.in script, demonstrating the
4017
-dnl macro's usage:
4018
-dnl
4019
-dnl      AC_PROG_CC
4020
-dnl      AC_CHECK_HEADERS(stddef.h unistd.h)
4021
-dnl      AC_TYPE_SIZE_T
4022
-dnl      AC_CHECK_TYPE(ssize_t, int)
4023
-dnl
4024
-dnl      headers='#ifdef HAVE_STDDEF_H
4025
-dnl      #include <stddef.h>
4026
-dnl      #endif
4027
-dnl      #ifdef HAVE_UNISTD_H
4028
-dnl      #include <unistd.h>
4029
-dnl      #endif
4030
-dnl      '
4031
-dnl
4032
-dnl      AC_COMPILE_CHECK_SIZEOF(char)
4033
-dnl      AC_COMPILE_CHECK_SIZEOF(short)
4034
-dnl      AC_COMPILE_CHECK_SIZEOF(int)
4035
-dnl      AC_COMPILE_CHECK_SIZEOF(long)
4036
-dnl      AC_COMPILE_CHECK_SIZEOF(unsigned char *)
4037
-dnl      AC_COMPILE_CHECK_SIZEOF(void *)
4038
-dnl      AC_COMPILE_CHECK_SIZEOF(size_t, $headers)
4039
-dnl      AC_COMPILE_CHECK_SIZEOF(ssize_t, $headers)
4040
-dnl      AC_COMPILE_CHECK_SIZEOF(ptrdiff_t, $headers)
4041
-dnl      AC_COMPILE_CHECK_SIZEOF(off_t, $headers)
4042
-dnl
4043
-dnl @author Kaveh Ghazi <ghazi@caip.rutgers.edu>
4044
-dnl @version $Id: aclocal.m4,v 1.42 2004/06/12 15:50:35 kojm Exp $
4045
-dnl
4046
-AC_DEFUN([AC_COMPILE_CHECK_SIZEOF],
4047
-[changequote(<<, >>)dnl
4048
-dnl The name to #define.
4049
-define(<<AC_TYPE_NAME>>, translit(sizeof_$1, [a-z *], [A-Z_P]))dnl
4050
-dnl The cache variable name.
4051
-define(<<AC_CV_NAME>>, translit(ac_cv_sizeof_$1, [ *], [_p]))dnl
4052
-changequote([, ])dnl
4053
-AC_MSG_CHECKING(size of $1)
4054
-AC_CACHE_VAL(AC_CV_NAME,
4055
-[for ac_size in 4 8 1 2 16 $2 ; do # List sizes in rough order of prevalence.
4056
-  AC_TRY_COMPILE([#include "confdefs.h"
4057
-#include <sys/types.h>
4058
-$2
4059
-], [switch (0) case 0: case (sizeof ($1) == $ac_size):;], AC_CV_NAME=$ac_size)
4060
-  if test x$AC_CV_NAME != x ; then break; fi
4061
-done
4062
-])
4063
-if test x$AC_CV_NAME = x ; then
4064
-  AC_MSG_ERROR([cannot determine a size for $1])
4065
-fi
4066
-AC_MSG_RESULT($AC_CV_NAME)
4067
-AC_DEFINE_UNQUOTED(AC_TYPE_NAME, $AC_CV_NAME, [The number of bytes in type $1])
4068
-undefine([AC_TYPE_NAME])dnl
4069
-undefine([AC_CV_NAME])dnl
4070
-])
4071
-
4072
-
4073
-# Do all the work for Automake.                            -*- Autoconf -*-
4074
-
4075
-# This macro actually does too much some checks are only needed if
4076
-# your package does certain things.  But this isn't really a big deal.
4077
-
4078
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4079
-# Free Software Foundation, Inc.
4080
-
4081
-# This program is free software; you can redistribute it and/or modify
4082
-# it under the terms of the GNU General Public License as published by
4083
-# the Free Software Foundation; either version 2, or (at your option)
4084
-# any later version.
4085
-
4086
-# This program is distributed in the hope that it will be useful,
4087
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
4088
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4089
-# GNU General Public License for more details.
4090
-
4091
-# You should have received a copy of the GNU General Public License
4092
-# along with this program; if not, write to the Free Software
4093
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4094
-# 02111-1307, USA.
4095
-
4096
-# serial 8
4097
-
4098
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
4099
-# written in clear, in which case automake, when reading aclocal.m4,
4100
-# will think it sees a *use*, and therefore will trigger all it's
4101
-# C support machinery.  Also note that it means that autoscan, seeing
4102
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
4103
-
4104
-
4105
-AC_PREREQ([2.52])
4106
-
4107
-# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
4108
-# the ones we care about.
4109
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
4110
-
4111
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
4112
-# AM_INIT_AUTOMAKE([OPTIONS])
4113
-# -----------------------------------------------
4114
-# The call with PACKAGE and VERSION arguments is the old style
4115
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
4116
-# and VERSION should now be passed to AC_INIT and removed from
4117
-# the call to AM_INIT_AUTOMAKE.
4118
-# We support both call styles for the transition.  After
4119
-# the next Automake release, Autoconf can make the AC_INIT
4120
-# arguments mandatory, and then we can depend on a new Autoconf
4121
-# release and drop the old call support.
4122
-AC_DEFUN([AM_INIT_AUTOMAKE],
4123
-[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
4124
- AC_REQUIRE([AC_PROG_INSTALL])dnl
4125
-# test to see if srcdir already configured
4126
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
4127
-   test -f $srcdir/config.status; then
4128
-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
4129
-fi
4130
-
4131
-# Define the identity of the package.
4132
-dnl Distinguish between old-style and new-style calls.
4133
-m4_ifval([$2],
4134
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
4135
- AC_SUBST([PACKAGE], [$1])dnl
4136
- AC_SUBST([VERSION], [$2])],
4137
-[_AM_SET_OPTIONS([$1])dnl
4138
- AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
4139
- AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
4140
-
4141
-_AM_IF_OPTION([no-define],,
4142
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
4143
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
4144
-
4145
-# Some tools Automake needs.
4146
-AC_REQUIRE([AM_SANITY_CHECK])dnl
4147
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
4148
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
4149
-AM_MISSING_PROG(AUTOCONF, autoconf)
4150
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
4151
-AM_MISSING_PROG(AUTOHEADER, autoheader)
4152
-AM_MISSING_PROG(MAKEINFO, makeinfo)
4153
-AM_MISSING_PROG(AMTAR, tar)
4154
-AM_PROG_INSTALL_SH
4155
-AM_PROG_INSTALL_STRIP
4156
-# We need awk for the "check" target.  The system "awk" is bad on
4157
-# some platforms.
4158
-AC_REQUIRE([AC_PROG_AWK])dnl
4159
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
4160
-
4161
-_AM_IF_OPTION([no-dependencies],,
4162
-[AC_PROVIDE_IFELSE([AC_PROG_][CC],
4163
-                  [_AM_DEPENDENCIES(CC)],
4164
-                  [define([AC_PROG_][CC],
4165
-                          defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
4166
-AC_PROVIDE_IFELSE([AC_PROG_][CXX],
4167
-                  [_AM_DEPENDENCIES(CXX)],
4168
-                  [define([AC_PROG_][CXX],
4169
-                          defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
4170
-])
4171
-])
4172
-
4173
-# Copyright 2002  Free Software Foundation, Inc.
14
+#                                                        -*- Autoconf -*-
15
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
16
+# Generated from amversion.in; do not edit by hand.
4174 17
 
4175 18
 # This program is free software; you can redistribute it and/or modify
4176 19
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4190,172 +33,18 @@ AC_PROVIDE_IFELSE([AC_PROG_][CXX],
4190 4190
 # ----------------------------
4191 4191
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
4192 4192
 # generated from the m4 files accompanying Automake X.Y.
4193
-AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
4193
+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
4194 4194
 
4195 4195
 # AM_SET_CURRENT_AUTOMAKE_VERSION
4196 4196
 # -------------------------------
4197 4197
 # Call AM_AUTOMAKE_VERSION so it can be traced.
4198 4198
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
4199 4199
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
4200
-	 [AM_AUTOMAKE_VERSION([1.6.1])])
4201
-
4202
-# Helper functions for option handling.                    -*- Autoconf -*-
4203
-
4204
-# Copyright 2001, 2002  Free Software Foundation, Inc.
4205
-
4206
-# This program is free software; you can redistribute it and/or modify
4207
-# it under the terms of the GNU General Public License as published by
4208
-# the Free Software Foundation; either version 2, or (at your option)
4209
-# any later version.
4210
-
4211
-# This program is distributed in the hope that it will be useful,
4212
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
4213
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4214
-# GNU General Public License for more details.
4215
-
4216
-# You should have received a copy of the GNU General Public License
4217
-# along with this program; if not, write to the Free Software
4218
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4219
-# 02111-1307, USA.
4220
-
4221
-# serial 2
4222
-
4223
-# _AM_MANGLE_OPTION(NAME)
4224
-# -----------------------
4225
-AC_DEFUN([_AM_MANGLE_OPTION],
4226
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
4227
-
4228
-# _AM_SET_OPTION(NAME)
4229
-# ------------------------------
4230
-# Set option NAME.  Presently that only means defining a flag for this option.
4231
-AC_DEFUN([_AM_SET_OPTION],
4232
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
4233
-
4234
-# _AM_SET_OPTIONS(OPTIONS)
4235
-# ----------------------------------
4236
-# OPTIONS is a space-separated list of Automake options.
4237
-AC_DEFUN([_AM_SET_OPTIONS],
4238
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
4239
-
4240
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
4241
-# -------------------------------------------
4242
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
4243
-AC_DEFUN([_AM_IF_OPTION],
4244
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
4245
-
4246
-#
4247
-# Check to make sure that the build environment is sane.
4248
-#
4249
-
4250
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
4251
-
4252
-# This program is free software; you can redistribute it and/or modify
4253
-# it under the terms of the GNU General Public License as published by
4254
-# the Free Software Foundation; either version 2, or (at your option)
4255
-# any later version.
4256
-
4257
-# This program is distributed in the hope that it will be useful,
4258
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
4259
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4260
-# GNU General Public License for more details.
4261
-
4262
-# You should have received a copy of the GNU General Public License
4263
-# along with this program; if not, write to the Free Software
4264
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4265
-# 02111-1307, USA.
4266
-
4267
-# serial 3
4268
-
4269
-# AM_SANITY_CHECK
4270
-# ---------------
4271
-AC_DEFUN([AM_SANITY_CHECK],
4272
-[AC_MSG_CHECKING([whether build environment is sane])
4273
-# Just in case
4274
-sleep 1
4275
-echo timestamp > conftest.file
4276
-# Do `set' in a subshell so we don't clobber the current shell's
4277
-# arguments.  Must try -L first in case configure is actually a
4278
-# symlink; some systems play weird games with the mod time of symlinks
4279
-# (eg FreeBSD returns the mod time of the symlink's containing
4280
-# directory).
4281
-if (
4282
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
4283
-   if test "$[*]" = "X"; then
4284
-      # -L didn't work.
4285
-      set X `ls -t $srcdir/configure conftest.file`
4286
-   fi
4287
-   rm -f conftest.file
4288
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
4289
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
4290
-
4291
-      # If neither matched, then we have a broken ls.  This can happen
4292
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
4293
-      # broken ls alias from the environment.  This has actually
4294
-      # happened.  Such a system could not be considered "sane".
4295
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
4296
-alias in your environment])
4297
-   fi
4298
-
4299
-   test "$[2]" = conftest.file
4300
-   )
4301
-then
4302
-   # Ok.
4303
-   :
4304
-else
4305
-   AC_MSG_ERROR([newly created file is older than distributed files!
4306
-Check your system clock])
4307
-fi
4308
-AC_MSG_RESULT(yes)])
4309
-
4310
-#  -*- Autoconf -*-
4311
-
4312
-
4313
-# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
4314
-
4315
-# This program is free software; you can redistribute it and/or modify
4316
-# it under the terms of the GNU General Public License as published by
4317
-# the Free Software Foundation; either version 2, or (at your option)
4318
-# any later version.
4319
-
4320
-# This program is distributed in the hope that it will be useful,
4321
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
4322
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4323
-# GNU General Public License for more details.
4324
-
4325
-# You should have received a copy of the GNU General Public License
4326
-# along with this program; if not, write to the Free Software
4327
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4328
-# 02111-1307, USA.
4329
-
4330
-# serial 3
4331
-
4332
-# AM_MISSING_PROG(NAME, PROGRAM)
4333
-# ------------------------------
4334
-AC_DEFUN([AM_MISSING_PROG],
4335
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
4336
-$1=${$1-"${am_missing_run}$2"}
4337
-AC_SUBST($1)])
4338
-
4339
-
4340
-# AM_MISSING_HAS_RUN
4341
-# ------------------
4342
-# Define MISSING if not defined so far and test if it supports --run.
4343
-# If it does, set am_missing_run to use it, otherwise, to nothing.
4344
-AC_DEFUN([AM_MISSING_HAS_RUN],
4345
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
4346
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
4347
-# Use eval to expand $SHELL
4348
-if eval "$MISSING --run true"; then
4349
-  am_missing_run="$MISSING --run "
4350
-else
4351
-  am_missing_run=
4352
-  AC_MSG_WARN([`missing' script is too old or missing])
4353
-fi
4354
-])
4200
+	 [AM_AUTOMAKE_VERSION([1.8.3])])
4355 4201
 
4356 4202
 # AM_AUX_DIR_EXPAND
4357 4203
 
4358
-# Copyright 2001 Free Software Foundation, Inc.
4204
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
4359 4205
 
4360 4206
 # This program is free software; you can redistribute it and/or modify
4361 4207
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4410,19 +99,16 @@ fi
4410 4410
 # absolute PATH.  The drawback is that using absolute paths prevent a
4411 4411
 # configured tree to be moved without reconfiguration.
4412 4412
 
4413
-# Rely on autoconf to set up CDPATH properly.
4414
-AC_PREREQ([2.50])
4415
-
4416
-AC_DEFUN([AM_AUX_DIR_EXPAND], [
4413
+AC_DEFUN([AM_AUX_DIR_EXPAND],
4414
+[dnl Rely on autoconf to set up CDPATH properly.
4415
+AC_PREREQ([2.50])dnl
4417 4416
 # expand $ac_aux_dir to an absolute path
4418 4417
 am_aux_dir=`cd $ac_aux_dir && pwd`
4419 4418
 ])
4420 4419
 
4421
-# AM_PROG_INSTALL_SH
4422
-# ------------------
4423
-# Define $install_sh.
4420
+# AM_CONDITIONAL                                              -*- Autoconf -*-
4424 4421
 
4425
-# Copyright 2001 Free Software Foundation, Inc.
4422
+# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
4426 4423
 
4427 4424
 # This program is free software; you can redistribute it and/or modify
4428 4425
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4439,53 +125,34 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
4439 4439
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4440 4440
 # 02111-1307, USA.
4441 4441
 
4442
-AC_DEFUN([AM_PROG_INSTALL_SH],
4443
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
4444
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
4445
-AC_SUBST(install_sh)])
4446
-
4447
-# AM_PROG_INSTALL_STRIP
4448
-
4449
-# Copyright 2001 Free Software Foundation, Inc.
4450
-
4451
-# This program is free software; you can redistribute it and/or modify
4452
-# it under the terms of the GNU General Public License as published by
4453
-# the Free Software Foundation; either version 2, or (at your option)
4454
-# any later version.
4455
-
4456
-# This program is distributed in the hope that it will be useful,
4457
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
4458
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4459
-# GNU General Public License for more details.
4460
-
4461
-# You should have received a copy of the GNU General Public License
4462
-# along with this program; if not, write to the Free Software
4463
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4464
-# 02111-1307, USA.
4442
+# serial 6
4465 4443
 
4466
-# One issue with vendor `install' (even GNU) is that you can't
4467
-# specify the program used to strip binaries.  This is especially
4468
-# annoying in cross-compiling environments, where the build's strip
4469
-# is unlikely to handle the host's binaries.
4470
-# Fortunately install-sh will honor a STRIPPROG variable, so we
4471
-# always use install-sh in `make install-strip', and initialize
4472
-# STRIPPROG with the value of the STRIP variable (set by the user).
4473
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
4474
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
4475
-# Installed binaries are usually stripped using `strip' when the user
4476
-# run `make install-strip'.  However `strip' might not be the right
4477
-# tool to use in cross-compilation environments, therefore Automake
4478
-# will honor the `STRIP' environment variable to overrule this program.
4479
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
4480
-if test "$cross_compiling" != no; then
4481
-  AC_CHECK_TOOL([STRIP], [strip], :)
4444
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
4445
+# -------------------------------------
4446
+# Define a conditional.
4447
+AC_DEFUN([AM_CONDITIONAL],
4448
+[AC_PREREQ(2.52)dnl
4449
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
4450
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
4451
+AC_SUBST([$1_TRUE])
4452
+AC_SUBST([$1_FALSE])
4453
+if $2; then
4454
+  $1_TRUE=
4455
+  $1_FALSE='#'
4456
+else
4457
+  $1_TRUE='#'
4458
+  $1_FALSE=
4482 4459
 fi
4483
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
4484
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
4460
+AC_CONFIG_COMMANDS_PRE(
4461
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
4462
+  AC_MSG_ERROR([conditional "$1" was never defined.
4463
+Usually this means the macro was only invoked conditionally.])
4464
+fi])])
4485 4465
 
4486
-# serial 4						-*- Autoconf -*-
4466
+# serial 7						-*- Autoconf -*-
4487 4467
 
4488
-# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
4468
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
4469
+# Free Software Foundation, Inc.
4489 4470
 
4490 4471
 # This program is free software; you can redistribute it and/or modify
4491 4472
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4529,7 +196,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl
4529 4529
 
4530 4530
 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
4531 4531
        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
4532
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
4532
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
4533 4533
        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
4534 4534
                    [depcc="$$1"   am_compiler_list=])
4535 4535
 
... ...
@@ -4546,18 +213,34 @@ AC_CACHE_CHECK([dependency style of $depcc],
4546 4546
   # using a relative directory.
4547 4547
   cp "$am_depcomp" conftest.dir
4548 4548
   cd conftest.dir
4549
+  # We will build objects and dependencies in a subdirectory because
4550
+  # it helps to detect inapplicable dependency modes.  For instance
4551
+  # both Tru64's cc and ICC support -MD to output dependencies as a
4552
+  # side effect of compilation, but ICC will put the dependencies in
4553
+  # the current directory while Tru64 will put them in the object
4554
+  # directory.
4555
+  mkdir sub
4549 4556
 
4550 4557
   am_cv_$1_dependencies_compiler_type=none
4551 4558
   if test "$am_compiler_list" = ""; then
4552 4559
      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
4553 4560
   fi
4554 4561
   for depmode in $am_compiler_list; do
4562
+    # Setup a source with many dependencies, because some compilers
4563
+    # like to wrap large dependency lists on column 80 (with \), and
4564
+    # we should not choose a depcomp mode which is confused by this.
4565
+    #
4555 4566
     # We need to recreate these files for each test, as the compiler may
4556 4567
     # overwrite some of them when testing with obscure command lines.
4557 4568
     # This happens at least with the AIX C compiler.
4558
-    echo '#include "conftest.h"' > conftest.c
4559
-    echo 'int i;' > conftest.h
4560
-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
4569
+    : > sub/conftest.c
4570
+    for i in 1 2 3 4 5 6; do
4571
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4572
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4573
+      # Solaris 8's {/usr,}/bin/sh.
4574
+      touch sub/conftst$i.h
4575
+    done
4576
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4561 4577
 
4562 4578
     case $depmode in
4563 4579
     nosideeffect)
... ...
@@ -4575,13 +258,20 @@ AC_CACHE_CHECK([dependency style of $depcc],
4575 4575
     # mode.  It turns out that the SunPro C++ compiler does not properly
4576 4576
     # handle `-M -o', and we need to detect this.
4577 4577
     if depmode=$depmode \
4578
-       source=conftest.c object=conftest.o \
4579
-       depfile=conftest.Po tmpdepfile=conftest.TPo \
4580
-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
4581
-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
4578
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4579
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4580
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4581
+         >/dev/null 2>conftest.err &&
4582
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4583
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4582 4584
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4583
-      am_cv_$1_dependencies_compiler_type=$depmode
4584
-      break
4585
+      # icc doesn't choke on unknown options, it will just issue warnings
4586
+      # (even with -Werror).  So we grep stderr for any message
4587
+      # that says an option was ignored.
4588
+      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
4589
+        am_cv_$1_dependencies_compiler_type=$depmode
4590
+        break
4591
+      fi
4585 4592
     fi
4586 4593
   done
4587 4594
 
... ...
@@ -4592,6 +282,9 @@ else
4592 4592
 fi
4593 4593
 ])
4594 4594
 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
4595
+AM_CONDITIONAL([am__fastdep$1], [
4596
+  test "x$enable_dependency_tracking" != xno \
4597
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
4595 4598
 ])
4596 4599
 
4597 4600
 
... ...
@@ -4600,16 +293,8 @@ AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
4600 4600
 # Choose a directory name for dependency files.
4601 4601
 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
4602 4602
 AC_DEFUN([AM_SET_DEPDIR],
4603
-[rm -f .deps 2>/dev/null
4604
-mkdir .deps 2>/dev/null
4605
-if test -d .deps; then
4606
-  DEPDIR=.deps
4607
-else
4608
-  # MS-DOS does not allow filenames that begin with a dot.
4609
-  DEPDIR=_deps
4610
-fi
4611
-rmdir .deps 2>/dev/null
4612
-AC_SUBST([DEPDIR])
4603
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
4604
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
4613 4605
 ])
4614 4606
 
4615 4607
 
... ...
@@ -4617,8 +302,8 @@ AC_SUBST([DEPDIR])
4617 4617
 # ------------
4618 4618
 AC_DEFUN([AM_DEP_TRACK],
4619 4619
 [AC_ARG_ENABLE(dependency-tracking,
4620
-[  --disable-dependency-tracking Speeds up one-time builds
4621
-  --enable-dependency-tracking  Do not reject slow dependency extractors])
4620
+[  --disable-dependency-tracking  speeds up one-time build
4621
+  --enable-dependency-tracking   do not reject slow dependency extractors])
4622 4622
 if test "x$enable_dependency_tracking" != xno; then
4623 4623
   am_depcomp="$ac_aux_dir/depcomp"
4624 4624
   AMDEPBACKSLASH='\'
... ...
@@ -4629,7 +314,7 @@ AC_SUBST([AMDEPBACKSLASH])
4629 4629
 
4630 4630
 # Generate code to set up dependency tracking.   -*- Autoconf -*-
4631 4631
 
4632
-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4632
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4633 4633
 
4634 4634
 # This program is free software; you can redistribute it and/or modify
4635 4635
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4654,7 +339,13 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
4654 4654
 [for mf in $CONFIG_FILES; do
4655 4655
   # Strip MF so we end up with the name of the file.
4656 4656
   mf=`echo "$mf" | sed -e 's/:.*$//'`
4657
-  if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
4657
+  # Check whether this is an Automake generated Makefile or not.
4658
+  # We used to match only the files named `Makefile.in', but
4659
+  # some people rename them; so instead we look at the file content.
4660
+  # Grep'ing the first line is not enough: some people post-process
4661
+  # each Makefile.in and add a new line on top of each file to say so.
4662
+  # So let's grep whole file.
4663
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
4658 4664
     dirpart=`AS_DIRNAME("$mf")`
4659 4665
   else
4660 4666
     continue
... ...
@@ -4662,14 +353,14 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
4662 4662
   grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
4663 4663
   # Extract the definition of DEP_FILES from the Makefile without
4664 4664
   # running `make'.
4665
-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
4665
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4666 4666
   test -z "$DEPDIR" && continue
4667 4667
   # When using ansi2knr, U may be empty or an underscore; expand it
4668
-  U=`sed -n -e '/^U = / s///p' < "$mf"`
4668
+  U=`sed -n 's/^U = //p' < "$mf"`
4669 4669
   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
4670 4670
   # We invoke sed twice because it is the simplest approach to
4671 4671
   # changing $(DEPDIR) to its actual value in the expansion.
4672
-  for file in `sed -n -e '
4672
+  for file in `sed -n '
4673 4673
     /^DEP_FILES = .*\\\\$/ {
4674 4674
       s/^DEP_FILES = //
4675 4675
       :loop
... ...
@@ -4705,7 +396,216 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
4705 4705
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
4706 4706
 ])
4707 4707
 
4708
-# Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
4708
+# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
4709
+
4710
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
4711
+
4712
+# This program is free software; you can redistribute it and/or modify
4713
+# it under the terms of the GNU General Public License as published by
4714
+# the Free Software Foundation; either version 2, or (at your option)
4715
+# any later version.
4716
+
4717
+# This program is distributed in the hope that it will be useful,
4718
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4719
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4720
+# GNU General Public License for more details.
4721
+
4722
+# You should have received a copy of the GNU General Public License
4723
+# along with this program; if not, write to the Free Software
4724
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4725
+# 02111-1307, USA.
4726
+
4727
+# serial 7
4728
+
4729
+# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
4730
+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
4731
+
4732
+# Do all the work for Automake.                            -*- Autoconf -*-
4733
+
4734
+# This macro actually does too much some checks are only needed if
4735
+# your package does certain things.  But this isn't really a big deal.
4736
+
4737
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4738
+# Free Software Foundation, Inc.
4739
+
4740
+# This program is free software; you can redistribute it and/or modify
4741
+# it under the terms of the GNU General Public License as published by
4742
+# the Free Software Foundation; either version 2, or (at your option)
4743
+# any later version.
4744
+
4745
+# This program is distributed in the hope that it will be useful,
4746
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4747
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4748
+# GNU General Public License for more details.
4749
+
4750
+# You should have received a copy of the GNU General Public License
4751
+# along with this program; if not, write to the Free Software
4752
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4753
+# 02111-1307, USA.
4754
+
4755
+# serial 11
4756
+
4757
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
4758
+# AM_INIT_AUTOMAKE([OPTIONS])
4759
+# -----------------------------------------------
4760
+# The call with PACKAGE and VERSION arguments is the old style
4761
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
4762
+# and VERSION should now be passed to AC_INIT and removed from
4763
+# the call to AM_INIT_AUTOMAKE.
4764
+# We support both call styles for the transition.  After
4765
+# the next Automake release, Autoconf can make the AC_INIT
4766
+# arguments mandatory, and then we can depend on a new Autoconf
4767
+# release and drop the old call support.
4768
+AC_DEFUN([AM_INIT_AUTOMAKE],
4769
+[AC_PREREQ([2.58])dnl
4770
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
4771
+dnl the ones we care about.
4772
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
4773
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
4774
+AC_REQUIRE([AC_PROG_INSTALL])dnl
4775
+# test to see if srcdir already configured
4776
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
4777
+   test -f $srcdir/config.status; then
4778
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
4779
+fi
4780
+
4781
+# test whether we have cygpath
4782
+if test -z "$CYGPATH_W"; then
4783
+  if (cygpath --version) >/dev/null 2>/dev/null; then
4784
+    CYGPATH_W='cygpath -w'
4785
+  else
4786
+    CYGPATH_W=echo
4787
+  fi
4788
+fi
4789
+AC_SUBST([CYGPATH_W])
4790
+
4791
+# Define the identity of the package.
4792
+dnl Distinguish between old-style and new-style calls.
4793
+m4_ifval([$2],
4794
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
4795
+ AC_SUBST([PACKAGE], [$1])dnl
4796
+ AC_SUBST([VERSION], [$2])],
4797
+[_AM_SET_OPTIONS([$1])dnl
4798
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
4799
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
4800
+
4801
+_AM_IF_OPTION([no-define],,
4802
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
4803
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
4804
+
4805
+# Some tools Automake needs.
4806
+AC_REQUIRE([AM_SANITY_CHECK])dnl
4807
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
4808
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
4809
+AM_MISSING_PROG(AUTOCONF, autoconf)
4810
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
4811
+AM_MISSING_PROG(AUTOHEADER, autoheader)
4812
+AM_MISSING_PROG(MAKEINFO, makeinfo)
4813
+AM_MISSING_PROG(AMTAR, tar)
4814
+AM_PROG_INSTALL_SH
4815
+AM_PROG_INSTALL_STRIP
4816
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
4817
+# We need awk for the "check" target.  The system "awk" is bad on
4818
+# some platforms.
4819
+AC_REQUIRE([AC_PROG_AWK])dnl
4820
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
4821
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
4822
+
4823
+_AM_IF_OPTION([no-dependencies],,
4824
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
4825
+                  [_AM_DEPENDENCIES(CC)],
4826
+                  [define([AC_PROG_CC],
4827
+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
4828
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
4829
+                  [_AM_DEPENDENCIES(CXX)],
4830
+                  [define([AC_PROG_CXX],
4831
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
4832
+])
4833
+])
4834
+
4835
+
4836
+# When config.status generates a header, we must update the stamp-h file.
4837
+# This file resides in the same directory as the config header
4838
+# that is generated.  The stamp files are numbered to have different names.
4839
+
4840
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
4841
+# loop where config.status creates the headers, so we can generate
4842
+# our stamp files there.
4843
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
4844
+[# Compute $1's index in $config_headers.
4845
+_am_stamp_count=1
4846
+for _am_header in $config_headers :; do
4847
+  case $_am_header in
4848
+    $1 | $1:* )
4849
+      break ;;
4850
+    * )
4851
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
4852
+  esac
4853
+done
4854
+echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
4855
+
4856
+# AM_PROG_INSTALL_SH
4857
+# ------------------
4858
+# Define $install_sh.
4859
+
4860
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
4861
+
4862
+# This program is free software; you can redistribute it and/or modify
4863
+# it under the terms of the GNU General Public License as published by
4864
+# the Free Software Foundation; either version 2, or (at your option)
4865
+# any later version.
4866
+
4867
+# This program is distributed in the hope that it will be useful,
4868
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4869
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4870
+# GNU General Public License for more details.
4871
+
4872
+# You should have received a copy of the GNU General Public License
4873
+# along with this program; if not, write to the Free Software
4874
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4875
+# 02111-1307, USA.
4876
+
4877
+AC_DEFUN([AM_PROG_INSTALL_SH],
4878
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
4879
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
4880
+AC_SUBST(install_sh)])
4881
+
4882
+#                                                          -*- Autoconf -*-
4883
+# Copyright (C) 2003  Free Software Foundation, Inc.
4884
+
4885
+# This program is free software; you can redistribute it and/or modify
4886
+# it under the terms of the GNU General Public License as published by
4887
+# the Free Software Foundation; either version 2, or (at your option)
4888
+# any later version.
4889
+
4890
+# This program is distributed in the hope that it will be useful,
4891
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4892
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4893
+# GNU General Public License for more details.
4894
+
4895
+# You should have received a copy of the GNU General Public License
4896
+# along with this program; if not, write to the Free Software
4897
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4898
+# 02111-1307, USA.
4899
+
4900
+# serial 1
4901
+
4902
+# Check whether the underlying file-system supports filenames
4903
+# with a leading dot.  For instance MS-DOS doesn't.
4904
+AC_DEFUN([AM_SET_LEADING_DOT],
4905
+[rm -rf .tst 2>/dev/null
4906
+mkdir .tst 2>/dev/null
4907
+if test -d .tst; then
4908
+  am__leading_dot=.
4909
+else
4910
+  am__leading_dot=_
4911
+fi
4912
+rmdir .tst 2>/dev/null
4913
+AC_SUBST([am__leading_dot])])
4914
+
4915
+# Check to see how 'make' treats includes.	-*- Autoconf -*-
4916
+
4917
+# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
4709 4918
 
4710 4919
 # This program is free software; you can redistribute it and/or modify
4711 4920
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4730,8 +630,9 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
4730 4730
 AC_DEFUN([AM_MAKE_INCLUDE],
4731 4731
 [am_make=${MAKE-make}
4732 4732
 cat > confinc << 'END'
4733
-doit:
4733
+am__doit:
4734 4734
 	@echo done
4735
+.PHONY: am__doit
4735 4736
 END
4736 4737
 # If we don't find an include directive, just comment out the code.
4737 4738
 AC_MSG_CHECKING([for style of include used by $am_make])
... ...
@@ -4745,7 +646,7 @@ echo "include confinc" > confmf
4745 4745
 # In particular we don't look at `^make:' because GNU make might
4746 4746
 # be invoked under some other name (usually "gmake"), in which
4747 4747
 # case it prints its new name instead of `make'.
4748
-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
4748
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
4749 4749
    am__include=include
4750 4750
    am__quote=
4751 4751
    _am_result=GNU
... ...
@@ -4759,15 +660,16 @@ if test "$am__include" = "#"; then
4759 4759
       _am_result=BSD
4760 4760
    fi
4761 4761
 fi
4762
-AC_SUBST(am__include)
4763
-AC_SUBST(am__quote)
4764
-AC_MSG_RESULT($_am_result)
4762
+AC_SUBST([am__include])
4763
+AC_SUBST([am__quote])
4764
+AC_MSG_RESULT([$_am_result])
4765 4765
 rm -f confinc confmf
4766 4766
 ])
4767 4767
 
4768
-# AM_CONDITIONAL                                              -*- Autoconf -*-
4768
+#  -*- Autoconf -*-
4769
+
4769 4770
 
4770
-# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
4771
+# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
4771 4772
 
4772 4773
 # This program is free software; you can redistribute it and/or modify
4773 4774
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4784,34 +686,37 @@ rm -f confinc confmf
4784 4784
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4785 4785
 # 02111-1307, USA.
4786 4786
 
4787
-# serial 5
4787
+# serial 3
4788 4788
 
4789
-AC_PREREQ(2.52)
4789
+# AM_MISSING_PROG(NAME, PROGRAM)
4790
+# ------------------------------
4791
+AC_DEFUN([AM_MISSING_PROG],
4792
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
4793
+$1=${$1-"${am_missing_run}$2"}
4794
+AC_SUBST($1)])
4790 4795
 
4791
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
4792
-# -------------------------------------
4793
-# Define a conditional.
4794
-AC_DEFUN([AM_CONDITIONAL],
4795
-[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
4796
-        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
4797
-AC_SUBST([$1_TRUE])
4798
-AC_SUBST([$1_FALSE])
4799
-if $2; then
4800
-  $1_TRUE=
4801
-  $1_FALSE='#'
4796
+
4797
+# AM_MISSING_HAS_RUN
4798
+# ------------------
4799
+# Define MISSING if not defined so far and test if it supports --run.
4800
+# If it does, set am_missing_run to use it, otherwise, to nothing.
4801
+AC_DEFUN([AM_MISSING_HAS_RUN],
4802
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
4803
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
4804
+# Use eval to expand $SHELL
4805
+if eval "$MISSING --run true"; then
4806
+  am_missing_run="$MISSING --run "
4802 4807
 else
4803
-  $1_TRUE='#'
4804
-  $1_FALSE=
4808
+  am_missing_run=
4809
+  AC_MSG_WARN([`missing' script is too old or missing])
4805 4810
 fi
4806
-AC_CONFIG_COMMANDS_PRE(
4807
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
4808
-  AC_MSG_ERROR([conditional \"$1\" was never defined.
4809
-Usually this means the macro was only invoked conditionally.])
4810
-fi])])
4811
+])
4811 4812
 
4812
-# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
4813
+# AM_PROG_MKDIR_P
4814
+# ---------------
4815
+# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
4813 4816
 
4814
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
4817
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4815 4818
 
4816 4819
 # This program is free software; you can redistribute it and/or modify
4817 4820
 # it under the terms of the GNU General Public License as published by
... ...
@@ -4828,62 +733,196 @@ fi])])
4828 4828
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4829 4829
 # 02111-1307, USA.
4830 4830
 
4831
-AC_PREREQ([2.52])
4831
+# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
4832
+# created by `make install' are always world readable, even if the
4833
+# installer happens to have an overly restrictive umask (e.g. 077).
4834
+# This was a mistake.  There are at least two reasons why we must not
4835
+# use `-m 0755':
4836
+#   - it causes special bits like SGID to be ignored,
4837
+#   - it may be too restrictive (some setups expect 775 directories).
4838
+#
4839
+# Do not use -m 0755 and let people choose whatever they expect by
4840
+# setting umask.
4841
+#
4842
+# We cannot accept any implementation of `mkdir' that recognizes `-p'.
4843
+# Some implementations (such as Solaris 8's) are not thread-safe: if a
4844
+# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
4845
+# concurrently, both version can detect that a/ is missing, but only
4846
+# one can create it and the other will error out.  Consequently we
4847
+# restrict ourselves to GNU make (using the --version option ensures
4848
+# this.)
4849
+AC_DEFUN([AM_PROG_MKDIR_P],
4850
+[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
4851
+  # Keeping the `.' argument allows $(mkdir_p) to be used without
4852
+  # argument.  Indeed, we sometimes output rules like
4853
+  #   $(mkdir_p) $(somedir)
4854
+  # where $(somedir) is conditionally defined.
4855
+  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
4856
+  # expensive solution, as it forces Make to start a sub-shell.)
4857
+  mkdir_p='mkdir -p -- .'
4858
+else
4859
+  # On NextStep and OpenStep, the `mkdir' command does not
4860
+  # recognize any option.  It will interpret all options as
4861
+  # directories to create, and then abort because `.' already
4862
+  # exists.
4863
+  for d in ./-p ./--version;
4864
+  do
4865
+    test -d $d && rmdir $d
4866
+  done
4867
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
4868
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
4869
+    mkdir_p='$(mkinstalldirs)'
4870
+  else
4871
+    mkdir_p='$(install_sh) -d'
4872
+  fi
4873
+fi
4874
+AC_SUBST([mkdir_p])])
4832 4875
 
4833
-# serial 6
4876
+# Helper functions for option handling.                    -*- Autoconf -*-
4834 4877
 
4835
-# When config.status generates a header, we must update the stamp-h file.
4836
-# This file resides in the same directory as the config header
4837
-# that is generated.  We must strip everything past the first ":",
4838
-# and everything past the last "/".
4878
+# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
4839 4879
 
4840
-# _AM_DIRNAME(PATH)
4841
-# -----------------
4842
-# Like AS_DIRNAME, only do it during macro expansion
4843
-AC_DEFUN([_AM_DIRNAME],
4844
-       [m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
4845
-	      m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
4846
-		    m4_if(regexp([$1], [^/.*]), -1,
4847
-			  [.],
4848
-			  patsubst([$1], [^\(/\).*], [\1])),
4849
-		    patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
4850
-	      patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
4851
-])# _AM_DIRNAME
4880
+# This program is free software; you can redistribute it and/or modify
4881
+# it under the terms of the GNU General Public License as published by
4882
+# the Free Software Foundation; either version 2, or (at your option)
4883
+# any later version.
4852 4884
 
4885
+# This program is distributed in the hope that it will be useful,
4886
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4887
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4888
+# GNU General Public License for more details.
4853 4889
 
4854
-# The stamp files are numbered to have different names.
4855
-# We could number them on a directory basis, but that's additional
4856
-# complications, let's have a unique counter.
4857
-m4_define([_AM_STAMP_Count], [0])
4890
+# You should have received a copy of the GNU General Public License
4891
+# along with this program; if not, write to the Free Software
4892
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4893
+# 02111-1307, USA.
4858 4894
 
4895
+# serial 2
4859 4896
 
4860
-# _AM_STAMP(HEADER)
4861
-# -----------------
4862
-# The name of the stamp file for HEADER.
4863
-AC_DEFUN([_AM_STAMP],
4864
-[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
4865
-AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
4866
-                               [:.*])))/stamp-h[]_AM_STAMP_Count])
4867
-
4868
-
4869
-# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
4870
-# ------------------------------------------------------------
4871
-# We used to try to get a real timestamp in stamp-h.  But the fear is that
4872
-# that will cause unnecessary cvs conflicts.
4873
-AC_DEFUN([_AM_CONFIG_HEADER],
4874
-[# Add the stamp file to the list of files AC keeps track of,
4875
-# along with our hook.
4876
-AC_CONFIG_HEADERS([$1],
4877
-                  [# update the timestamp
4878
-echo 'timestamp for $1' >"_AM_STAMP([$1])"
4879
-$2],
4880
-                  [$3])
4881
-])# _AM_CONFIG_HEADER
4882
-
4883
-
4884
-# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
4885
-# --------------------------------------------------------------
4886
-AC_DEFUN([AM_CONFIG_HEADER],
4887
-[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
4888
-])# AM_CONFIG_HEADER
4897
+# _AM_MANGLE_OPTION(NAME)
4898
+# -----------------------
4899
+AC_DEFUN([_AM_MANGLE_OPTION],
4900
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
4901
+
4902
+# _AM_SET_OPTION(NAME)
4903
+# ------------------------------
4904
+# Set option NAME.  Presently that only means defining a flag for this option.
4905
+AC_DEFUN([_AM_SET_OPTION],
4906
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
4907
+
4908
+# _AM_SET_OPTIONS(OPTIONS)
4909
+# ----------------------------------
4910
+# OPTIONS is a space-separated list of Automake options.
4911
+AC_DEFUN([_AM_SET_OPTIONS],
4912
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
4913
+
4914
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
4915
+# -------------------------------------------
4916
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
4917
+AC_DEFUN([_AM_IF_OPTION],
4918
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
4919
+
4920
+#
4921
+# Check to make sure that the build environment is sane.
4922
+#
4923
+
4924
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
4925
+
4926
+# This program is free software; you can redistribute it and/or modify
4927
+# it under the terms of the GNU General Public License as published by
4928
+# the Free Software Foundation; either version 2, or (at your option)
4929
+# any later version.
4930
+
4931
+# This program is distributed in the hope that it will be useful,
4932
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4933
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4934
+# GNU General Public License for more details.
4935
+
4936
+# You should have received a copy of the GNU General Public License
4937
+# along with this program; if not, write to the Free Software
4938
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4939
+# 02111-1307, USA.
4940
+
4941
+# serial 3
4942
+
4943
+# AM_SANITY_CHECK
4944
+# ---------------
4945
+AC_DEFUN([AM_SANITY_CHECK],
4946
+[AC_MSG_CHECKING([whether build environment is sane])
4947
+# Just in case
4948
+sleep 1
4949
+echo timestamp > conftest.file
4950
+# Do `set' in a subshell so we don't clobber the current shell's
4951
+# arguments.  Must try -L first in case configure is actually a
4952
+# symlink; some systems play weird games with the mod time of symlinks
4953
+# (eg FreeBSD returns the mod time of the symlink's containing
4954
+# directory).
4955
+if (
4956
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
4957
+   if test "$[*]" = "X"; then
4958
+      # -L didn't work.
4959
+      set X `ls -t $srcdir/configure conftest.file`
4960
+   fi
4961
+   rm -f conftest.file
4962
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
4963
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
4964
+
4965
+      # If neither matched, then we have a broken ls.  This can happen
4966
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
4967
+      # broken ls alias from the environment.  This has actually
4968
+      # happened.  Such a system could not be considered "sane".
4969
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
4970
+alias in your environment])
4971
+   fi
4972
+
4973
+   test "$[2]" = conftest.file
4974
+   )
4975
+then
4976
+   # Ok.
4977
+   :
4978
+else
4979
+   AC_MSG_ERROR([newly created file is older than distributed files!
4980
+Check your system clock])
4981
+fi
4982
+AC_MSG_RESULT(yes)])
4983
+
4984
+# AM_PROG_INSTALL_STRIP
4985
+
4986
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
4987
+
4988
+# This program is free software; you can redistribute it and/or modify
4989
+# it under the terms of the GNU General Public License as published by
4990
+# the Free Software Foundation; either version 2, or (at your option)
4991
+# any later version.
4992
+
4993
+# This program is distributed in the hope that it will be useful,
4994
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4995
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4996
+# GNU General Public License for more details.
4997
+
4998
+# You should have received a copy of the GNU General Public License
4999
+# along with this program; if not, write to the Free Software
5000
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
5001
+# 02111-1307, USA.
5002
+
5003
+# One issue with vendor `install' (even GNU) is that you can't
5004
+# specify the program used to strip binaries.  This is especially
5005
+# annoying in cross-compiling environments, where the build's strip
5006
+# is unlikely to handle the host's binaries.
5007
+# Fortunately install-sh will honor a STRIPPROG variable, so we
5008
+# always use install-sh in `make install-strip', and initialize
5009
+# STRIPPROG with the value of the STRIP variable (set by the user).
5010
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
5011
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5012
+# Installed binaries are usually stripped using `strip' when the user
5013
+# run `make install-strip'.  However `strip' might not be the right
5014
+# tool to use in cross-compilation environments, therefore Automake
5015
+# will honor the `STRIP' environment variable to overrule this program.
5016
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5017
+if test "$cross_compiling" != no; then
5018
+  AC_CHECK_TOOL([STRIP], [strip], :)
5019
+fi
5020
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
5021
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
4889 5022
 
5023
+m4_include([acinclude.m4])
... ...
@@ -46,7 +46,7 @@ while test $# -gt 0; do
46 46
 	;;
47 47
 
48 48
     --version)
49
-	echo devel-20040621
49
+	echo devel-20040622
50 50
 	exit 0
51 51
 	;;
52 52
 
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,97 +30,187 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34
+SOURCES = $(clamav_milter_SOURCES)
34 35
 
35 36
 srcdir = @srcdir@
36 37
 top_srcdir = @top_srcdir@
37 38
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 39
 pkgdatadir = $(datadir)/@PACKAGE@
54 40
 pkglibdir = $(libdir)/@PACKAGE@
55 41
 pkgincludedir = $(includedir)/@PACKAGE@
56 42
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 43
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 44
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 45
 install_sh_DATA = $(install_sh) -c -m 644
68 46
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
47
+install_sh_SCRIPT = $(install_sh) -c
70 48
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
49
+transform = $(program_transform_name)
72 50
 NORMAL_INSTALL = :
73 51
 PRE_INSTALL = :
74 52
 POST_INSTALL = :
75 53
 NORMAL_UNINSTALL = :
76 54
 PRE_UNINSTALL = :
77 55
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 56
 build_triplet = @build@
80
-host_alias = @host_alias@
81 57
 host_triplet = @host@
82
-target_alias = @target_alias@
83 58
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
59
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =  \
60
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
61
+subdir = clamav-milter
62
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in INSTALL
63
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65
+	$(top_srcdir)/configure.in
66
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
+	$(ACLOCAL_M4)
68
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
70
+CONFIG_CLEAN_FILES =
71
+am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
72
+sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
73
+PROGRAMS = $(sbin_PROGRAMS)
74
+am__clamav_milter_SOURCES_DIST = $(top_srcdir)/shared/cfgparser.c \
75
+	$(top_srcdir)/shared/cfgparser.h $(top_srcdir)/shared/getopt.c \
76
+	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/memory.c \
77
+	$(top_srcdir)/shared/memory.h clamav-milter.c
78
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am_clamav_milter_OBJECTS =  \
79
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	cfgparser.$(OBJEXT) \
80
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	getopt.$(OBJEXT) \
81
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	memory.$(OBJEXT) \
82
+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter.$(OBJEXT)
83
+clamav_milter_OBJECTS = $(am_clamav_milter_OBJECTS)
84
+clamav_milter_LDADD = $(LDADD)
85
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
86
+depcomp = $(SHELL) $(top_srcdir)/depcomp
87
+am__depfiles_maybe = depfiles
88
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
89
+@AMDEP_TRUE@	./$(DEPDIR)/clamav-milter.Po ./$(DEPDIR)/getopt.Po \
90
+@AMDEP_TRUE@	./$(DEPDIR)/memory.Po
91
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
94
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95
+	$(AM_CFLAGS) $(CFLAGS)
96
+CCLD = $(CC)
97
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
99
+SOURCES = $(clamav_milter_SOURCES)
100
+DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST)
101
+man8dir = $(mandir)/man8
102
+NROFF = nroff
103
+MANS = $(man_MANS)
104
+ETAGS = etags
105
+CTAGS = ctags
106
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
+ACLOCAL = @ACLOCAL@
88 108
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
109
+AMDEP_FALSE = @AMDEP_FALSE@
110
+AMDEP_TRUE = @AMDEP_TRUE@
89 111
 AMTAR = @AMTAR@
90
-AS = @AS@
112
+AUTOCONF = @AUTOCONF@
113
+AUTOHEADER = @AUTOHEADER@
114
+AUTOMAKE = @AUTOMAKE@
91 115
 AWK = @AWK@
116
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
117
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 118
 CC = @CC@
119
+CCDEPMODE = @CCDEPMODE@
93 120
 CFGDIR = @CFGDIR@
121
+CFLAGS = @CFLAGS@
94 122
 CLAMAVGROUP = @CLAMAVGROUP@
95 123
 CLAMAVUSER = @CLAMAVUSER@
96 124
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 125
 CLAMD_LIBS = @CLAMD_LIBS@
126
+CPP = @CPP@
127
+CPPFLAGS = @CPPFLAGS@
128
+CYGPATH_W = @CYGPATH_W@
98 129
 DBDIR = @DBDIR@
130
+DEFS = @DEFS@
99 131
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 132
 ECHO = @ECHO@
133
+ECHO_C = @ECHO_C@
134
+ECHO_N = @ECHO_N@
135
+ECHO_T = @ECHO_T@
136
+EGREP = @EGREP@
137
+EXEEXT = @EXEEXT@
102 138
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 139
 GETENT = @GETENT@
140
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
141
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
142
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
143
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
144
+INSTALL_DATA = @INSTALL_DATA@
145
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
146
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
147
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 149
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
+LDFLAGS = @LDFLAGS@
105 151
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 152
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
153
+LIBOBJS = @LIBOBJS@
154
+LIBS = $(top_builddir)/libclamav/libclamav.la -L/usr/lib/libmilter -lmilter @CLAMAV_MILTER_LIBS@
107 155
 LIBTOOL = @LIBTOOL@
108 156
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
157
+LTLIBOBJS = @LTLIBOBJS@
158
+MAKEINFO = @MAKEINFO@
159
+OBJEXT = @OBJEXT@
110 160
 PACKAGE = @PACKAGE@
161
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162
+PACKAGE_NAME = @PACKAGE_NAME@
163
+PACKAGE_STRING = @PACKAGE_STRING@
164
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
165
+PACKAGE_VERSION = @PACKAGE_VERSION@
166
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 167
 RANLIB = @RANLIB@
112 168
 SENDMAIL = @SENDMAIL@
169
+SET_MAKE = @SET_MAKE@
170
+SHELL = @SHELL@
113 171
 STRIP = @STRIP@
114 172
 TH_SAFE = @TH_SAFE@
115 173
 VERSION = @VERSION@
174
+ac_ct_CC = @ac_ct_CC@
175
+ac_ct_RANLIB = @ac_ct_RANLIB@
176
+ac_ct_STRIP = @ac_ct_STRIP@
177
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 179
 am__include = @am__include@
180
+am__leading_dot = @am__leading_dot@
117 181
 am__quote = @am__quote@
182
+bindir = @bindir@
183
+build = @build@
184
+build_alias = @build_alias@
185
+build_cpu = @build_cpu@
186
+build_os = @build_os@
187
+build_vendor = @build_vendor@
188
+datadir = @datadir@
189
+exec_prefix = @exec_prefix@
190
+host = @host@
191
+host_alias = @host_alias@
192
+host_cpu = @host_cpu@
193
+host_os = @host_os@
194
+host_vendor = @host_vendor@
195
+includedir = @includedir@
196
+infodir = @infodir@
118 197
 install_sh = @install_sh@
119
-
120
-
121
-# FIXME: check automake for 'and' (&&)
122
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS = clamav-milter
123
-
198
+libdir = @libdir@
199
+libexecdir = @libexecdir@
200
+localstatedir = @localstatedir@
201
+mandir = @mandir@
202
+mkdir_p = @mkdir_p@
203
+oldincludedir = @oldincludedir@
204
+prefix = @prefix@
205
+program_transform_name = @program_transform_name@
206
+sbindir = @sbindir@
207
+sharedstatedir = @sharedstatedir@
208
+sysconfdir = @sysconfdir@
209
+target = @target@
210
+target_alias = @target_alias@
211
+target_cpu = @target_cpu@
212
+target_os = @target_os@
213
+target_vendor = @target_vendor@
124 214
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@clamav_milter_SOURCES = \
125 215
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(top_srcdir)/shared/cfgparser.c \
126 216
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(top_srcdir)/shared/cfgparser.h \
... ...
@@ -130,103 +220,77 @@ install_sh = @install_sh@
130 130
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(top_srcdir)/shared/memory.h \
131 131
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    clamav-milter.c
132 132
 
133
-
134 133
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@man_MANS = $(top_srcdir)/docs/man/clamav-milter.8
135
-
136 134
 AM_CFLAGS = -DSENDMAIL_BIN=\"$(SENDMAIL)\"
137
-LIBS = $(top_builddir)/libclamav/libclamav.la -L/usr/lib/libmilter -lmilter @CLAMAV_MILTER_LIBS@
138 135
 INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared
139 136
 EXTRA_DIST = clamav-milter.c INSTALL
140
-subdir = clamav-milter
141
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
143
-CONFIG_CLEAN_FILES =
144
-@BUILD_CLAMD_FALSE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =
145
-@BUILD_CLAMD_FALSE@@HAVE_MILTER_FALSE@sbin_PROGRAMS =
146
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS = \
147
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
148
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_FALSE@sbin_PROGRAMS =
149
-PROGRAMS = $(sbin_PROGRAMS)
150
-
151
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am_clamav_milter_OBJECTS = \
152
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	cfgparser.$(OBJEXT) \
153
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	getopt.$(OBJEXT) \
154
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	memory.$(OBJEXT) \
155
-@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter.$(OBJEXT)
156
-clamav_milter_OBJECTS = $(am_clamav_milter_OBJECTS)
157
-clamav_milter_LDADD = $(LDADD)
158
-clamav_milter_DEPENDENCIES =
159
-clamav_milter_LDFLAGS =
160
-
161
-DEFS = @DEFS@
162
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
163
-CPPFLAGS = @CPPFLAGS@
164
-LDFLAGS = @LDFLAGS@
165
-depcomp = $(SHELL) $(top_srcdir)/depcomp
166
-am__depfiles_maybe = depfiles
167
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
168
-@AMDEP_TRUE@	./$(DEPDIR)/clamav-milter.Po ./$(DEPDIR)/getopt.Po \
169
-@AMDEP_TRUE@	./$(DEPDIR)/memory.Po
170
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
173
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174
-CCLD = $(CC)
175
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177
-CFLAGS = @CFLAGS@
178
-DIST_SOURCES = $(clamav_milter_SOURCES)
179
-
180
-NROFF = nroff
181
-MANS = $(man_MANS)
182
-DIST_COMMON = INSTALL Makefile.am Makefile.in
183
-SOURCES = $(clamav_milter_SOURCES)
184
-
185 137
 all: all-am
186 138
 
187 139
 .SUFFIXES:
188 140
 .SUFFIXES: .c .lo .o .obj
189
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
141
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
142
+	@for dep in $?; do \
143
+	  case '$(am__configure_deps)' in \
144
+	    *$$dep*) \
145
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
146
+		&& exit 0; \
147
+	      exit 1;; \
148
+	  esac; \
149
+	done; \
150
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  clamav-milter/Makefile'; \
190 151
 	cd $(top_srcdir) && \
191 152
 	  $(AUTOMAKE) --gnu  clamav-milter/Makefile
192
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
193
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
194
-sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
153
+.PRECIOUS: Makefile
154
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
155
+	@case '$?' in \
156
+	  *config.status*) \
157
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
158
+	  *) \
159
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
160
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
161
+	esac;
162
+
163
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
164
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
165
+
166
+$(top_srcdir)/configure:  $(am__configure_deps)
167
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
168
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
169
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195 170
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
196 171
 	@$(NORMAL_INSTALL)
197
-	$(mkinstalldirs) $(DESTDIR)$(sbindir)
172
+	test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
198 173
 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
199 174
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
200 175
 	  if test -f $$p \
201 176
 	     || test -f $$p1 \
202 177
 	  ; then \
203
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
204
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
205
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
206
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f; \
178
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
179
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
180
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
207 181
 	  else :; fi; \
208 182
 	done
209 183
 
210 184
 uninstall-sbinPROGRAMS:
211 185
 	@$(NORMAL_UNINSTALL)
212 186
 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
213
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
214
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
215
-	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
216
-	  rm -f $(DESTDIR)$(sbindir)/$$f; \
187
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
188
+	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
189
+	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \
217 190
 	done
218 191
 
219 192
 clean-sbinPROGRAMS:
220
-	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
221
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
222
-getopt.$(OBJEXT): $(top_srcdir)/shared/getopt.c
223
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
193
+	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
194
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
195
+	  echo " rm -f $$p $$f"; \
196
+	  rm -f $$p $$f ; \
197
+	done
224 198
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) 
225 199
 	@rm -f clamav-milter$(EXEEXT)
226 200
 	$(LINK) $(clamav_milter_LDFLAGS) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
227 201
 
228 202
 mostlyclean-compile:
229
-	-rm -f *.$(OBJEXT) core *.core
203
+	-rm -f *.$(OBJEXT)
230 204
 
231 205
 distclean-compile:
232 206
 	-rm -f *.tab.c
... ...
@@ -236,81 +300,101 @@ distclean-compile:
236 236
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
237 237
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
238 238
 
239
-distclean-depend:
240
-	-rm -rf ./$(DEPDIR)
241
-
242 239
 .c.o:
243
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
245
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
240
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
241
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
242
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
244
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
247 246
 
248 247
 .c.obj:
249
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
251
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252
-	$(COMPILE) -c `cygpath -w $<`
248
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
249
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
250
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
251
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
252
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
253 254
 
254 255
 .c.lo:
255
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
256
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
257
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
256
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
257
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
258
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
259
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
260
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
259 262
 
260 263
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
261
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
262
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
263
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
264
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
265
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
266
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
267
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
268
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
265 270
 
266 271
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
267
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
268
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
269
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
272
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
273
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
274
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
275
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
276
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
271 278
 
272 279
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
273
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
274
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
275
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
280
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
281
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
282
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
283
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
284
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
277 286
 
278 287
 getopt.o: $(top_srcdir)/shared/getopt.c
279
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
280
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
281
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
288
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
289
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
290
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
291
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
292
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
283 294
 
284 295
 getopt.obj: $(top_srcdir)/shared/getopt.c
285
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
286
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
287
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `cygpath -w $(top_srcdir)/shared/getopt.c`
296
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
297
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
298
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
299
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
300
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
289 302
 
290 303
 getopt.lo: $(top_srcdir)/shared/getopt.c
291
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
292
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
293
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
304
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
305
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Plo"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
306
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
307
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
308
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
295 310
 
296 311
 memory.o: $(top_srcdir)/shared/memory.c
297
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
298
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
299
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
312
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
313
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
314
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
315
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
316
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
301 318
 
302 319
 memory.obj: $(top_srcdir)/shared/memory.c
303
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
304
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
305
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
320
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
321
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
322
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
323
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
324
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
307 326
 
308 327
 memory.lo: $(top_srcdir)/shared/memory.c
309
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
310
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
311
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
313
-CCDEPMODE = @CCDEPMODE@
328
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
329
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
330
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
331
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
332
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
314 334
 
315 335
 mostlyclean-libtool:
316 336
 	-rm -f *.lo
... ...
@@ -321,11 +405,9 @@ clean-libtool:
321 321
 distclean-libtool:
322 322
 	-rm -f libtool
323 323
 uninstall-info-am:
324
-
325
-man8dir = $(mandir)/man8
326 324
 install-man8: $(man8_MANS) $(man_MANS)
327 325
 	@$(NORMAL_INSTALL)
328
-	$(mkinstalldirs) $(DESTDIR)$(man8dir)
326
+	test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
329 327
 	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
330 328
 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
331 329
 	for i in $$l2; do \
... ...
@@ -337,11 +419,15 @@ install-man8: $(man8_MANS) $(man_MANS)
337 337
 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
338 338
 	  else file=$$i; fi; \
339 339
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
340
+	  case "$$ext" in \
341
+	    8*) ;; \
342
+	    *) ext='8' ;; \
343
+	  esac; \
340 344
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
341 345
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
342 346
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
343
-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
344
-	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
347
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
348
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
345 349
 	done
346 350
 uninstall-man8:
347 351
 	@$(NORMAL_UNINSTALL)
... ...
@@ -354,18 +440,17 @@ uninstall-man8:
354 354
 	done; \
355 355
 	for i in $$list; do \
356 356
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
357
+	  case "$$ext" in \
358
+	    8*) ;; \
359
+	    *) ext='8' ;; \
360
+	  esac; \
357 361
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
358 362
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
359 363
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
360
-	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
361
-	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
364
+	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
365
+	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
362 366
 	done
363 367
 
364
-ETAGS = etags
365
-ETAGSFLAGS =
366
-
367
-tags: TAGS
368
-
369 368
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 369
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 370
 	unique=`for i in $$list; do \
... ...
@@ -374,6 +459,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
374 374
 	  $(AWK) '    { files[$$0] = 1; } \
375 375
 	       END { for (i in files) print i; }'`; \
376 376
 	mkid -fID $$unique
377
+tags: TAGS
377 378
 
378 379
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379 380
 		$(TAGS_FILES) $(LISP)
... ...
@@ -388,6 +474,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388 388
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
389 389
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 390
 	     $$tags $$unique
391
+ctags: CTAGS
392
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
+		$(TAGS_FILES) $(LISP)
394
+	tags=; \
395
+	here=`pwd`; \
396
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397
+	unique=`for i in $$list; do \
398
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
+	  done | \
400
+	  $(AWK) '    { files[$$0] = 1; } \
401
+	       END { for (i in files) print i; }'`; \
402
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
403
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404
+	     $$tags $$unique
391 405
 
392 406
 GTAGS:
393 407
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -395,19 +495,21 @@ GTAGS:
395 395
 	  && gtags -i $(GTAGS_ARGS) $$here
396 396
 
397 397
 distclean-tags:
398
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
399
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
400
-
401
-top_distdir = ..
402
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
398
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403 399
 
404 400
 distdir: $(DISTFILES)
405
-	@for file in $(DISTFILES); do \
401
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
402
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
403
+	list='$(DISTFILES)'; for file in $$list; do \
404
+	  case $$file in \
405
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
406
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
407
+	  esac; \
406 408
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407 409
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
408 410
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
409 411
 	    dir="/$$dir"; \
410
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
412
+	    $(mkdir_p) "$(distdir)$$dir"; \
411 413
 	  else \
412 414
 	    dir=''; \
413 415
 	  fi; \
... ...
@@ -425,10 +527,10 @@ distdir: $(DISTFILES)
425 425
 check-am: all-am
426 426
 check: check-am
427 427
 all-am: Makefile $(PROGRAMS) $(MANS)
428
-
429 428
 installdirs:
430
-	$(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir)
431
-
429
+	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
430
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
431
+	done
432 432
 install: install-am
433 433
 install-exec: install-exec-am
434 434
 install-data: install-data-am
... ...
@@ -440,7 +542,7 @@ install-am: all-am
440 440
 installcheck: installcheck-am
441 441
 install-strip:
442 442
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443
-	  INSTALL_STRIP_FLAG=-s \
443
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444 444
 	  `test -z '$(STRIP)' || \
445 445
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
446 446
 mostlyclean-generic:
... ...
@@ -448,24 +550,28 @@ mostlyclean-generic:
448 448
 clean-generic:
449 449
 
450 450
 distclean-generic:
451
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
451
+	-rm -f $(CONFIG_CLEAN_FILES)
452 452
 
453 453
 maintainer-clean-generic:
454 454
 	@echo "This command is intended for maintainers to use"
455 455
 	@echo "it deletes files that may require special tools to rebuild."
456 456
 clean: clean-am
457 457
 
458
-clean-am: clean-generic clean-libtool clean-sbinPROGRAMS mostlyclean-am
458
+clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
459
+	mostlyclean-am
459 460
 
460 461
 distclean: distclean-am
461
-
462
-distclean-am: clean-am distclean-compile distclean-depend \
463
-	distclean-generic distclean-libtool distclean-tags
462
+	-rm -rf ./$(DEPDIR)
463
+	-rm -f Makefile
464
+distclean-am: clean-am distclean-compile distclean-generic \
465
+	distclean-libtool distclean-tags
464 466
 
465 467
 dvi: dvi-am
466 468
 
467 469
 dvi-am:
468 470
 
471
+html: html-am
472
+
469 473
 info: info-am
470 474
 
471 475
 info-am:
... ...
@@ -481,7 +587,8 @@ install-man: install-man8
481 481
 installcheck-am:
482 482
 
483 483
 maintainer-clean: maintainer-clean-am
484
-
484
+	-rm -rf ./$(DEPDIR)
485
+	-rm -f Makefile
485 486
 maintainer-clean-am: distclean-am maintainer-clean-generic
486 487
 
487 488
 mostlyclean: mostlyclean-am
... ...
@@ -489,22 +596,30 @@ mostlyclean: mostlyclean-am
489 489
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
490 490
 	mostlyclean-libtool
491 491
 
492
+pdf: pdf-am
493
+
494
+pdf-am:
495
+
496
+ps: ps-am
497
+
498
+ps-am:
499
+
492 500
 uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS
493 501
 
494 502
 uninstall-man: uninstall-man8
495 503
 
496
-.PHONY: GTAGS all all-am check check-am clean clean-generic \
497
-	clean-libtool clean-sbinPROGRAMS distclean distclean-compile \
498
-	distclean-depend distclean-generic distclean-libtool \
499
-	distclean-tags distdir dvi dvi-am info info-am install \
500
-	install-am install-data install-data-am install-exec \
504
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
505
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
506
+	distclean-compile distclean-generic distclean-libtool \
507
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
508
+	install install-am install-data install-data-am install-exec \
501 509
 	install-exec-am install-info install-info-am install-man \
502 510
 	install-man8 install-sbinPROGRAMS install-strip installcheck \
503 511
 	installcheck-am installdirs maintainer-clean \
504 512
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
505
-	mostlyclean-generic mostlyclean-libtool tags uninstall \
506
-	uninstall-am uninstall-info-am uninstall-man uninstall-man8 \
507
-	uninstall-sbinPROGRAMS
513
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
514
+	tags uninstall uninstall-am uninstall-info-am uninstall-man \
515
+	uninstall-man8 uninstall-sbinPROGRAMS
508 516
 
509 517
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
510 518
 # Otherwise a system limit (for SysV at least) may be exceeded.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,95 +30,200 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34
+SOURCES = $(clamd_SOURCES)
34 35
 
35 36
 srcdir = @srcdir@
36 37
 top_srcdir = @top_srcdir@
37 38
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 39
 pkgdatadir = $(datadir)/@PACKAGE@
54 40
 pkglibdir = $(libdir)/@PACKAGE@
55 41
 pkgincludedir = $(includedir)/@PACKAGE@
56 42
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 43
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 44
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 45
 install_sh_DATA = $(install_sh) -c -m 644
68 46
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
47
+install_sh_SCRIPT = $(install_sh) -c
70 48
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
49
+transform = $(program_transform_name)
72 50
 NORMAL_INSTALL = :
73 51
 PRE_INSTALL = :
74 52
 POST_INSTALL = :
75 53
 NORMAL_UNINSTALL = :
76 54
 PRE_UNINSTALL = :
77 55
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 56
 build_triplet = @build@
80
-host_alias = @host_alias@
81 57
 host_triplet = @host@
82
-target_alias = @target_alias@
83 58
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
59
+@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
60
+subdir = clamd
61
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64
+	$(top_srcdir)/configure.in
65
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
+	$(ACLOCAL_M4)
67
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
+CONFIG_CLEAN_FILES =
70
+am__installdirs = "$(DESTDIR)$(sbindir)"
71
+sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
+PROGRAMS = $(sbin_PROGRAMS)
73
+am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
74
+	$(top_srcdir)/shared/output.h $(top_srcdir)/shared/cfgparser.c \
75
+	$(top_srcdir)/shared/cfgparser.h $(top_srcdir)/shared/getopt.c \
76
+	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/memory.c \
77
+	$(top_srcdir)/shared/memory.h options.c options.h clamd.c \
78
+	defaults.h tcpserver.c tcpserver.h localserver.c localserver.h \
79
+	session.c session.h thrmgr.c thrmgr.h server-th.c server.h \
80
+	scanner.c scanner.h others.c others.h clamuko.c clamuko.h \
81
+	dazukoio_compat12.c dazukoio_compat12.h dazukoio.c dazukoio.h \
82
+	dazuko_xp.h dazukoio_xp.h tests.c tests.h shared.h
83
+@BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
84
+@BUILD_CLAMD_TRUE@	cfgparser.$(OBJEXT) getopt.$(OBJEXT) \
85
+@BUILD_CLAMD_TRUE@	memory.$(OBJEXT) options.$(OBJEXT) \
86
+@BUILD_CLAMD_TRUE@	clamd.$(OBJEXT) tcpserver.$(OBJEXT) \
87
+@BUILD_CLAMD_TRUE@	localserver.$(OBJEXT) session.$(OBJEXT) \
88
+@BUILD_CLAMD_TRUE@	thrmgr.$(OBJEXT) server-th.$(OBJEXT) \
89
+@BUILD_CLAMD_TRUE@	scanner.$(OBJEXT) others.$(OBJEXT) \
90
+@BUILD_CLAMD_TRUE@	clamuko.$(OBJEXT) \
91
+@BUILD_CLAMD_TRUE@	dazukoio_compat12.$(OBJEXT) \
92
+@BUILD_CLAMD_TRUE@	dazukoio.$(OBJEXT) tests.$(OBJEXT)
93
+clamd_OBJECTS = $(am_clamd_OBJECTS)
94
+clamd_LDADD = $(LDADD)
95
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
96
+depcomp = $(SHELL) $(top_srcdir)/depcomp
97
+am__depfiles_maybe = depfiles
98
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/clamd.Po \
99
+@AMDEP_TRUE@	./$(DEPDIR)/clamuko.Po ./$(DEPDIR)/dazukoio.Po \
100
+@AMDEP_TRUE@	./$(DEPDIR)/dazukoio_compat12.Po \
101
+@AMDEP_TRUE@	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/localserver.Po \
102
+@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/options.Po \
103
+@AMDEP_TRUE@	./$(DEPDIR)/others.Po ./$(DEPDIR)/output.Po \
104
+@AMDEP_TRUE@	./$(DEPDIR)/scanner.Po ./$(DEPDIR)/server-th.Po \
105
+@AMDEP_TRUE@	./$(DEPDIR)/session.Po ./$(DEPDIR)/tcpserver.Po \
106
+@AMDEP_TRUE@	./$(DEPDIR)/tests.Po ./$(DEPDIR)/thrmgr.Po
107
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
110
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
111
+	$(AM_CFLAGS) $(CFLAGS)
112
+CCLD = $(CC)
113
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
115
+SOURCES = $(clamd_SOURCES)
116
+DIST_SOURCES = $(am__clamd_SOURCES_DIST)
117
+ETAGS = etags
118
+CTAGS = ctags
119
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120
+ACLOCAL = @ACLOCAL@
88 121
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
122
+AMDEP_FALSE = @AMDEP_FALSE@
123
+AMDEP_TRUE = @AMDEP_TRUE@
89 124
 AMTAR = @AMTAR@
90
-AS = @AS@
125
+AUTOCONF = @AUTOCONF@
126
+AUTOHEADER = @AUTOHEADER@
127
+AUTOMAKE = @AUTOMAKE@
91 128
 AWK = @AWK@
129
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
130
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 131
 CC = @CC@
132
+CCDEPMODE = @CCDEPMODE@
93 133
 CFGDIR = @CFGDIR@
134
+CFLAGS = @CFLAGS@
94 135
 CLAMAVGROUP = @CLAMAVGROUP@
95 136
 CLAMAVUSER = @CLAMAVUSER@
96 137
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 138
 CLAMD_LIBS = @CLAMD_LIBS@
139
+CPP = @CPP@
140
+CPPFLAGS = @CPPFLAGS@
141
+CYGPATH_W = @CYGPATH_W@
98 142
 DBDIR = @DBDIR@
143
+DEFS = @DEFS@
99 144
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 145
 ECHO = @ECHO@
146
+ECHO_C = @ECHO_C@
147
+ECHO_N = @ECHO_N@
148
+ECHO_T = @ECHO_T@
149
+EGREP = @EGREP@
150
+EXEEXT = @EXEEXT@
102 151
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 152
 GETENT = @GETENT@
153
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
154
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
155
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
156
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
157
+INSTALL_DATA = @INSTALL_DATA@
158
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
159
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
160
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 162
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163
+LDFLAGS = @LDFLAGS@
105 164
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 165
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
166
+LIBOBJS = @LIBOBJS@
167
+LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMD_LIBS@ @ADDITIONAL_LIBS@
107 168
 LIBTOOL = @LIBTOOL@
108 169
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
170
+LTLIBOBJS = @LTLIBOBJS@
171
+MAKEINFO = @MAKEINFO@
172
+OBJEXT = @OBJEXT@
110 173
 PACKAGE = @PACKAGE@
174
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
+PACKAGE_NAME = @PACKAGE_NAME@
176
+PACKAGE_STRING = @PACKAGE_STRING@
177
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
178
+PACKAGE_VERSION = @PACKAGE_VERSION@
179
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 180
 RANLIB = @RANLIB@
112 181
 SENDMAIL = @SENDMAIL@
182
+SET_MAKE = @SET_MAKE@
183
+SHELL = @SHELL@
113 184
 STRIP = @STRIP@
114 185
 TH_SAFE = @TH_SAFE@
115 186
 VERSION = @VERSION@
187
+ac_ct_CC = @ac_ct_CC@
188
+ac_ct_RANLIB = @ac_ct_RANLIB@
189
+ac_ct_STRIP = @ac_ct_STRIP@
190
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
191
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 192
 am__include = @am__include@
193
+am__leading_dot = @am__leading_dot@
117 194
 am__quote = @am__quote@
195
+bindir = @bindir@
196
+build = @build@
197
+build_alias = @build_alias@
198
+build_cpu = @build_cpu@
199
+build_os = @build_os@
200
+build_vendor = @build_vendor@
201
+datadir = @datadir@
202
+exec_prefix = @exec_prefix@
203
+host = @host@
204
+host_alias = @host_alias@
205
+host_cpu = @host_cpu@
206
+host_os = @host_os@
207
+host_vendor = @host_vendor@
208
+includedir = @includedir@
209
+infodir = @infodir@
118 210
 install_sh = @install_sh@
119
-
120
-@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd
121
-
211
+libdir = @libdir@
212
+libexecdir = @libexecdir@
213
+localstatedir = @localstatedir@
214
+mandir = @mandir@
215
+mkdir_p = @mkdir_p@
216
+oldincludedir = @oldincludedir@
217
+prefix = @prefix@
218
+program_transform_name = @program_transform_name@
219
+sbindir = @sbindir@
220
+sharedstatedir = @sharedstatedir@
221
+sysconfdir = @sysconfdir@
222
+target = @target@
223
+target_alias = @target_alias@
224
+target_cpu = @target_cpu@
225
+target_os = @target_os@
226
+target_vendor = @target_vendor@
122 227
 @BUILD_CLAMD_TRUE@clamd_SOURCES = \
123 228
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.c \
124 229
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.h \
... ...
@@ -158,104 +263,74 @@ install_sh = @install_sh@
158 158
 @BUILD_CLAMD_TRUE@    tests.h \
159 159
 @BUILD_CLAMD_TRUE@    shared.h
160 160
 
161
-
162
-LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMD_LIBS@ @ADDITIONAL_LIBS@
163 161
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
164
-subdir = clamd
165
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
166
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
167
-CONFIG_CLEAN_FILES =
168
-@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
169
-@BUILD_CLAMD_FALSE@sbin_PROGRAMS =
170
-PROGRAMS = $(sbin_PROGRAMS)
171
-
172
-@BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
173
-@BUILD_CLAMD_TRUE@	cfgparser.$(OBJEXT) getopt.$(OBJEXT) \
174
-@BUILD_CLAMD_TRUE@	memory.$(OBJEXT) options.$(OBJEXT) \
175
-@BUILD_CLAMD_TRUE@	clamd.$(OBJEXT) tcpserver.$(OBJEXT) \
176
-@BUILD_CLAMD_TRUE@	localserver.$(OBJEXT) session.$(OBJEXT) \
177
-@BUILD_CLAMD_TRUE@	thrmgr.$(OBJEXT) server-th.$(OBJEXT) \
178
-@BUILD_CLAMD_TRUE@	scanner.$(OBJEXT) others.$(OBJEXT) \
179
-@BUILD_CLAMD_TRUE@	clamuko.$(OBJEXT) dazukoio_compat12.$(OBJEXT) \
180
-@BUILD_CLAMD_TRUE@	dazukoio.$(OBJEXT) tests.$(OBJEXT)
181
-clamd_OBJECTS = $(am_clamd_OBJECTS)
182
-clamd_LDADD = $(LDADD)
183
-clamd_DEPENDENCIES =
184
-clamd_LDFLAGS =
185
-
186
-DEFS = @DEFS@
187
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
188
-CPPFLAGS = @CPPFLAGS@
189
-LDFLAGS = @LDFLAGS@
190
-depcomp = $(SHELL) $(top_srcdir)/depcomp
191
-am__depfiles_maybe = depfiles
192
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/clamd.Po \
193
-@AMDEP_TRUE@	./$(DEPDIR)/clamuko.Po ./$(DEPDIR)/dazukoio.Po \
194
-@AMDEP_TRUE@	./$(DEPDIR)/dazukoio_compat12.Po \
195
-@AMDEP_TRUE@	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/localserver.Po \
196
-@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/options.Po \
197
-@AMDEP_TRUE@	./$(DEPDIR)/others.Po ./$(DEPDIR)/output.Po \
198
-@AMDEP_TRUE@	./$(DEPDIR)/scanner.Po ./$(DEPDIR)/server-th.Po \
199
-@AMDEP_TRUE@	./$(DEPDIR)/session.Po ./$(DEPDIR)/tcpserver.Po \
200
-@AMDEP_TRUE@	./$(DEPDIR)/tests.Po ./$(DEPDIR)/thrmgr.Po
201
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
203
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
204
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
205
-CCLD = $(CC)
206
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
208
-CFLAGS = @CFLAGS@
209
-DIST_SOURCES = $(clamd_SOURCES)
210
-DIST_COMMON = Makefile.am Makefile.in
211
-SOURCES = $(clamd_SOURCES)
212
-
213 162
 all: all-am
214 163
 
215 164
 .SUFFIXES:
216 165
 .SUFFIXES: .c .lo .o .obj
217
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
166
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
167
+	@for dep in $?; do \
168
+	  case '$(am__configure_deps)' in \
169
+	    *$$dep*) \
170
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
171
+		&& exit 0; \
172
+	      exit 1;; \
173
+	  esac; \
174
+	done; \
175
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  clamd/Makefile'; \
218 176
 	cd $(top_srcdir) && \
219 177
 	  $(AUTOMAKE) --gnu  clamd/Makefile
220
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
221
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
222
-sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
178
+.PRECIOUS: Makefile
179
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
180
+	@case '$?' in \
181
+	  *config.status*) \
182
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
183
+	  *) \
184
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
185
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
186
+	esac;
187
+
188
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
189
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
190
+
191
+$(top_srcdir)/configure:  $(am__configure_deps)
192
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
193
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
194
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 195
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
224 196
 	@$(NORMAL_INSTALL)
225
-	$(mkinstalldirs) $(DESTDIR)$(sbindir)
197
+	test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
226 198
 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
227 199
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
228 200
 	  if test -f $$p \
229 201
 	     || test -f $$p1 \
230 202
 	  ; then \
231
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
232
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
233
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
234
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f; \
203
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
204
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
205
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
235 206
 	  else :; fi; \
236 207
 	done
237 208
 
238 209
 uninstall-sbinPROGRAMS:
239 210
 	@$(NORMAL_UNINSTALL)
240 211
 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
241
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
242
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
243
-	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
244
-	  rm -f $(DESTDIR)$(sbindir)/$$f; \
212
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
213
+	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
214
+	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \
245 215
 	done
246 216
 
247 217
 clean-sbinPROGRAMS:
248
-	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
249
-output.$(OBJEXT): $(top_srcdir)/shared/output.c
250
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
251
-getopt.$(OBJEXT): $(top_srcdir)/shared/getopt.c
252
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
218
+	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
219
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
220
+	  echo " rm -f $$p $$f"; \
221
+	  rm -f $$p $$f ; \
222
+	done
253 223
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) 
254 224
 	@rm -f clamd$(EXEEXT)
255 225
 	$(LINK) $(clamd_LDFLAGS) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
256 226
 
257 227
 mostlyclean-compile:
258
-	-rm -f *.$(OBJEXT) core *.core
228
+	-rm -f *.$(OBJEXT)
259 229
 
260 230
 distclean-compile:
261 231
 	-rm -f *.tab.c
... ...
@@ -278,99 +353,125 @@ distclean-compile:
278 278
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests.Po@am__quote@
279 279
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thrmgr.Po@am__quote@
280 280
 
281
-distclean-depend:
282
-	-rm -rf ./$(DEPDIR)
283
-
284 281
 .c.o:
285
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
287
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
282
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
283
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
284
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
286
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
289 288
 
290 289
 .c.obj:
291
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
293
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
-	$(COMPILE) -c `cygpath -w $<`
290
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
291
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
292
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
294
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
295 296
 
296 297
 .c.lo:
297
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
299
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
298
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
299
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
300
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
301
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
302
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
301 304
 
302 305
 output.o: $(top_srcdir)/shared/output.c
303
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
304
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
305
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
306
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
307
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
308
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
309
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
310
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
307 312
 
308 313
 output.obj: $(top_srcdir)/shared/output.c
309
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
310
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
311
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `cygpath -w $(top_srcdir)/shared/output.c`
314
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
315
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
316
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
317
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
318
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
313 320
 
314 321
 output.lo: $(top_srcdir)/shared/output.c
315
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
316
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
317
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
322
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
323
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Plo"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
324
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
325
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
326
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
319 328
 
320 329
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
321
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
322
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
323
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
330
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
331
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
332
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
333
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
334
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
325 336
 
326 337
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
327
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
328
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
329
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
338
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
339
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
340
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
341
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
342
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
331 344
 
332 345
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
333
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
334
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
335
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
346
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
347
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
348
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
349
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
350
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
337 352
 
338 353
 getopt.o: $(top_srcdir)/shared/getopt.c
339
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
340
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
341
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
354
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
355
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
356
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
357
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
358
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
343 360
 
344 361
 getopt.obj: $(top_srcdir)/shared/getopt.c
345
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
346
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
347
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `cygpath -w $(top_srcdir)/shared/getopt.c`
362
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
363
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
364
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
365
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
366
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
349 368
 
350 369
 getopt.lo: $(top_srcdir)/shared/getopt.c
351
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
352
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
353
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
370
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
371
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Plo"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
372
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
373
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
374
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
355 376
 
356 377
 memory.o: $(top_srcdir)/shared/memory.c
357
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
358
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
359
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
378
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
379
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
380
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
381
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
382
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
361 384
 
362 385
 memory.obj: $(top_srcdir)/shared/memory.c
363
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
364
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
365
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
386
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
387
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
388
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
389
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
390
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
367 392
 
368 393
 memory.lo: $(top_srcdir)/shared/memory.c
369
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
370
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
371
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
373
-CCDEPMODE = @CCDEPMODE@
394
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
395
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
396
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
397
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
398
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
374 400
 
375 401
 mostlyclean-libtool:
376 402
 	-rm -f *.lo
... ...
@@ -382,11 +483,6 @@ distclean-libtool:
382 382
 	-rm -f libtool
383 383
 uninstall-info-am:
384 384
 
385
-ETAGS = etags
386
-ETAGSFLAGS =
387
-
388
-tags: TAGS
389
-
390 385
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391 386
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
392 387
 	unique=`for i in $$list; do \
... ...
@@ -395,6 +491,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
395 395
 	  $(AWK) '    { files[$$0] = 1; } \
396 396
 	       END { for (i in files) print i; }'`; \
397 397
 	mkid -fID $$unique
398
+tags: TAGS
398 399
 
399 400
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400 401
 		$(TAGS_FILES) $(LISP)
... ...
@@ -409,6 +506,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
409 409
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
410 410
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 411
 	     $$tags $$unique
412
+ctags: CTAGS
413
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
+		$(TAGS_FILES) $(LISP)
415
+	tags=; \
416
+	here=`pwd`; \
417
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
+	unique=`for i in $$list; do \
419
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
+	  done | \
421
+	  $(AWK) '    { files[$$0] = 1; } \
422
+	       END { for (i in files) print i; }'`; \
423
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
424
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
+	     $$tags $$unique
412 426
 
413 427
 GTAGS:
414 428
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -416,19 +527,21 @@ GTAGS:
416 416
 	  && gtags -i $(GTAGS_ARGS) $$here
417 417
 
418 418
 distclean-tags:
419
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
420
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
421
-
422
-top_distdir = ..
423
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
419
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424 420
 
425 421
 distdir: $(DISTFILES)
426
-	@for file in $(DISTFILES); do \
422
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
423
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
424
+	list='$(DISTFILES)'; for file in $$list; do \
425
+	  case $$file in \
426
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
427
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
428
+	  esac; \
427 429
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428 430
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
429 431
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
430 432
 	    dir="/$$dir"; \
431
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
433
+	    $(mkdir_p) "$(distdir)$$dir"; \
432 434
 	  else \
433 435
 	    dir=''; \
434 436
 	  fi; \
... ...
@@ -446,10 +559,10 @@ distdir: $(DISTFILES)
446 446
 check-am: all-am
447 447
 check: check-am
448 448
 all-am: Makefile $(PROGRAMS)
449
-
450 449
 installdirs:
451
-	$(mkinstalldirs) $(DESTDIR)$(sbindir)
452
-
450
+	for dir in "$(DESTDIR)$(sbindir)"; do \
451
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
452
+	done
453 453
 install: install-am
454 454
 install-exec: install-exec-am
455 455
 install-data: install-data-am
... ...
@@ -461,7 +574,7 @@ install-am: all-am
461 461
 installcheck: installcheck-am
462 462
 install-strip:
463 463
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464
-	  INSTALL_STRIP_FLAG=-s \
464
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465 465
 	  `test -z '$(STRIP)' || \
466 466
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467 467
 mostlyclean-generic:
... ...
@@ -469,24 +582,28 @@ mostlyclean-generic:
469 469
 clean-generic:
470 470
 
471 471
 distclean-generic:
472
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
472
+	-rm -f $(CONFIG_CLEAN_FILES)
473 473
 
474 474
 maintainer-clean-generic:
475 475
 	@echo "This command is intended for maintainers to use"
476 476
 	@echo "it deletes files that may require special tools to rebuild."
477 477
 clean: clean-am
478 478
 
479
-clean-am: clean-generic clean-libtool clean-sbinPROGRAMS mostlyclean-am
479
+clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
480
+	mostlyclean-am
480 481
 
481 482
 distclean: distclean-am
482
-
483
-distclean-am: clean-am distclean-compile distclean-depend \
484
-	distclean-generic distclean-libtool distclean-tags
483
+	-rm -rf ./$(DEPDIR)
484
+	-rm -f Makefile
485
+distclean-am: clean-am distclean-compile distclean-generic \
486
+	distclean-libtool distclean-tags
485 487
 
486 488
 dvi: dvi-am
487 489
 
488 490
 dvi-am:
489 491
 
492
+html: html-am
493
+
490 494
 info: info-am
491 495
 
492 496
 info-am:
... ...
@@ -502,7 +619,8 @@ install-man:
502 502
 installcheck-am:
503 503
 
504 504
 maintainer-clean: maintainer-clean-am
505
-
505
+	-rm -rf ./$(DEPDIR)
506
+	-rm -f Makefile
506 507
 maintainer-clean-am: distclean-am maintainer-clean-generic
507 508
 
508 509
 mostlyclean: mostlyclean-am
... ...
@@ -510,19 +628,28 @@ mostlyclean: mostlyclean-am
510 510
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
511 511
 	mostlyclean-libtool
512 512
 
513
+pdf: pdf-am
514
+
515
+pdf-am:
516
+
517
+ps: ps-am
518
+
519
+ps-am:
520
+
513 521
 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
514 522
 
515
-.PHONY: GTAGS all all-am check check-am clean clean-generic \
516
-	clean-libtool clean-sbinPROGRAMS distclean distclean-compile \
517
-	distclean-depend distclean-generic distclean-libtool \
518
-	distclean-tags distdir dvi dvi-am info info-am install \
519
-	install-am install-data install-data-am install-exec \
523
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
524
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
525
+	distclean-compile distclean-generic distclean-libtool \
526
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
527
+	install install-am install-data install-data-am install-exec \
520 528
 	install-exec-am install-info install-info-am install-man \
521
-	install-sbinPROGRAMS install-strip installcheck installcheck-am \
522
-	installdirs maintainer-clean maintainer-clean-generic \
523
-	mostlyclean mostlyclean-compile mostlyclean-generic \
524
-	mostlyclean-libtool tags uninstall uninstall-am \
525
-	uninstall-info-am uninstall-sbinPROGRAMS
529
+	install-sbinPROGRAMS install-strip installcheck \
530
+	installcheck-am installdirs maintainer-clean \
531
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
532
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
533
+	tags uninstall uninstall-am uninstall-info-am \
534
+	uninstall-sbinPROGRAMS
526 535
 
527 536
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
528 537
 # Otherwise a system limit (for SysV at least) may be exceeded.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,95 +30,184 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34
+SOURCES = $(clamdscan_SOURCES)
34 35
 
35 36
 srcdir = @srcdir@
36 37
 top_srcdir = @top_srcdir@
37 38
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 39
 pkgdatadir = $(datadir)/@PACKAGE@
54 40
 pkglibdir = $(libdir)/@PACKAGE@
55 41
 pkgincludedir = $(includedir)/@PACKAGE@
56 42
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 43
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 44
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 45
 install_sh_DATA = $(install_sh) -c -m 644
68 46
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
47
+install_sh_SCRIPT = $(install_sh) -c
70 48
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
49
+transform = $(program_transform_name)
72 50
 NORMAL_INSTALL = :
73 51
 PRE_INSTALL = :
74 52
 POST_INSTALL = :
75 53
 NORMAL_UNINSTALL = :
76 54
 PRE_UNINSTALL = :
77 55
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 56
 build_triplet = @build@
80
-host_alias = @host_alias@
81 57
 host_triplet = @host@
82
-target_alias = @target_alias@
83 58
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
59
+@BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
60
+subdir = clamdscan
61
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64
+	$(top_srcdir)/configure.in
65
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
+	$(ACLOCAL_M4)
67
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
+CONFIG_CLEAN_FILES =
70
+am__installdirs = "$(DESTDIR)$(bindir)"
71
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
+PROGRAMS = $(bin_PROGRAMS)
73
+am__clamdscan_SOURCES_DIST = $(top_srcdir)/shared/output.c \
74
+	$(top_srcdir)/shared/output.h $(top_srcdir)/shared/cfgparser.c \
75
+	$(top_srcdir)/shared/cfgparser.h $(top_srcdir)/shared/memory.c \
76
+	$(top_srcdir)/shared/memory.h clamdscan.c client.c client.h \
77
+	defaults.h
78
+@BUILD_CLAMD_TRUE@am_clamdscan_OBJECTS = output.$(OBJEXT) \
79
+@BUILD_CLAMD_TRUE@	cfgparser.$(OBJEXT) memory.$(OBJEXT) \
80
+@BUILD_CLAMD_TRUE@	clamdscan.$(OBJEXT) client.$(OBJEXT)
81
+clamdscan_OBJECTS = $(am_clamdscan_OBJECTS)
82
+@BUILD_CLAMD_TRUE@clamdscan_DEPENDENCIES =  \
83
+@BUILD_CLAMD_TRUE@	$(top_builddir)/clamscan/options.o \
84
+@BUILD_CLAMD_TRUE@	$(top_builddir)/clamscan/getopt.o
85
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
86
+depcomp = $(SHELL) $(top_srcdir)/depcomp
87
+am__depfiles_maybe = depfiles
88
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
89
+@AMDEP_TRUE@	./$(DEPDIR)/clamdscan.Po ./$(DEPDIR)/client.Po \
90
+@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/output.Po
91
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
94
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95
+	$(AM_CFLAGS) $(CFLAGS)
96
+CCLD = $(CC)
97
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
99
+SOURCES = $(clamdscan_SOURCES)
100
+DIST_SOURCES = $(am__clamdscan_SOURCES_DIST)
101
+ETAGS = etags
102
+CTAGS = ctags
103
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
+ACLOCAL = @ACLOCAL@
88 105
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
106
+AMDEP_FALSE = @AMDEP_FALSE@
107
+AMDEP_TRUE = @AMDEP_TRUE@
89 108
 AMTAR = @AMTAR@
90
-AS = @AS@
109
+AUTOCONF = @AUTOCONF@
110
+AUTOHEADER = @AUTOHEADER@
111
+AUTOMAKE = @AUTOMAKE@
91 112
 AWK = @AWK@
113
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
114
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 115
 CC = @CC@
116
+CCDEPMODE = @CCDEPMODE@
93 117
 CFGDIR = @CFGDIR@
118
+CFLAGS = @CFLAGS@
94 119
 CLAMAVGROUP = @CLAMAVGROUP@
95 120
 CLAMAVUSER = @CLAMAVUSER@
96 121
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 122
 CLAMD_LIBS = @CLAMD_LIBS@
123
+CPP = @CPP@
124
+CPPFLAGS = @CPPFLAGS@
125
+CYGPATH_W = @CYGPATH_W@
98 126
 DBDIR = @DBDIR@
127
+DEFS = @DEFS@ -DCL_NOTHREADS
99 128
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 129
 ECHO = @ECHO@
130
+ECHO_C = @ECHO_C@
131
+ECHO_N = @ECHO_N@
132
+ECHO_T = @ECHO_T@
133
+EGREP = @EGREP@
134
+EXEEXT = @EXEEXT@
102 135
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 136
 GETENT = @GETENT@
137
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
138
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
139
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
140
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
141
+INSTALL_DATA = @INSTALL_DATA@
142
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
143
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
144
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 146
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
+LDFLAGS = @LDFLAGS@
105 148
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 149
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
150
+LIBOBJS = @LIBOBJS@
151
+LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
107 152
 LIBTOOL = @LIBTOOL@
108 153
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
154
+LTLIBOBJS = @LTLIBOBJS@
155
+MAKEINFO = @MAKEINFO@
156
+OBJEXT = @OBJEXT@
110 157
 PACKAGE = @PACKAGE@
158
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
+PACKAGE_NAME = @PACKAGE_NAME@
160
+PACKAGE_STRING = @PACKAGE_STRING@
161
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
162
+PACKAGE_VERSION = @PACKAGE_VERSION@
163
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 164
 RANLIB = @RANLIB@
112 165
 SENDMAIL = @SENDMAIL@
166
+SET_MAKE = @SET_MAKE@
167
+SHELL = @SHELL@
113 168
 STRIP = @STRIP@
114 169
 TH_SAFE = @TH_SAFE@
115 170
 VERSION = @VERSION@
171
+ac_ct_CC = @ac_ct_CC@
172
+ac_ct_RANLIB = @ac_ct_RANLIB@
173
+ac_ct_STRIP = @ac_ct_STRIP@
174
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 176
 am__include = @am__include@
177
+am__leading_dot = @am__leading_dot@
117 178
 am__quote = @am__quote@
179
+bindir = @bindir@
180
+build = @build@
181
+build_alias = @build_alias@
182
+build_cpu = @build_cpu@
183
+build_os = @build_os@
184
+build_vendor = @build_vendor@
185
+datadir = @datadir@
186
+exec_prefix = @exec_prefix@
187
+host = @host@
188
+host_alias = @host_alias@
189
+host_cpu = @host_cpu@
190
+host_os = @host_os@
191
+host_vendor = @host_vendor@
192
+includedir = @includedir@
193
+infodir = @infodir@
118 194
 install_sh = @install_sh@
119
-
120
-@BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan
121
-
195
+libdir = @libdir@
196
+libexecdir = @libexecdir@
197
+localstatedir = @localstatedir@
198
+mandir = @mandir@
199
+mkdir_p = @mkdir_p@
200
+oldincludedir = @oldincludedir@
201
+prefix = @prefix@
202
+program_transform_name = @program_transform_name@
203
+sbindir = @sbindir@
204
+sharedstatedir = @sharedstatedir@
205
+sysconfdir = @sysconfdir@
206
+target = @target@
207
+target_alias = @target_alias@
208
+target_cpu = @target_cpu@
209
+target_os = @target_os@
210
+target_vendor = @target_vendor@
122 211
 @BUILD_CLAMD_TRUE@clamdscan_SOURCES = \
123 212
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.c \
124 213
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.h \
... ...
@@ -131,94 +220,75 @@ install_sh = @install_sh@
131 131
 @BUILD_CLAMD_TRUE@    client.h \
132 132
 @BUILD_CLAMD_TRUE@    defaults.h
133 133
 
134
-
135 134
 @BUILD_CLAMD_TRUE@clamdscan_LDADD = $(top_builddir)/clamscan/options.o $(top_builddir)/clamscan/getopt.o
136
-
137
-DEFS = @DEFS@ -DCL_NOTHREADS
138 135
 INCLUDES = -I$(top_srcdir)/clamscan -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
139
-LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
140
-subdir = clamdscan
141
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
143
-CONFIG_CLEAN_FILES =
144
-@BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
145
-@BUILD_CLAMD_FALSE@bin_PROGRAMS =
146
-PROGRAMS = $(bin_PROGRAMS)
147
-
148
-@BUILD_CLAMD_TRUE@am_clamdscan_OBJECTS = output.$(OBJEXT) \
149
-@BUILD_CLAMD_TRUE@	cfgparser.$(OBJEXT) memory.$(OBJEXT) \
150
-@BUILD_CLAMD_TRUE@	clamdscan.$(OBJEXT) client.$(OBJEXT)
151
-clamdscan_OBJECTS = $(am_clamdscan_OBJECTS)
152
-@BUILD_CLAMD_TRUE@clamdscan_DEPENDENCIES = \
153
-@BUILD_CLAMD_TRUE@	$(top_builddir)/clamscan/options.o \
154
-@BUILD_CLAMD_TRUE@	$(top_builddir)/clamscan/getopt.o
155
-@BUILD_CLAMD_FALSE@clamdscan_DEPENDENCIES =
156
-clamdscan_LDFLAGS =
157
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
158
-CPPFLAGS = @CPPFLAGS@
159
-LDFLAGS = @LDFLAGS@
160
-depcomp = $(SHELL) $(top_srcdir)/depcomp
161
-am__depfiles_maybe = depfiles
162
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
163
-@AMDEP_TRUE@	./$(DEPDIR)/clamdscan.Po ./$(DEPDIR)/client.Po \
164
-@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/output.Po
165
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
168
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169
-CCLD = $(CC)
170
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
172
-CFLAGS = @CFLAGS@
173
-DIST_SOURCES = $(clamdscan_SOURCES)
174
-DIST_COMMON = Makefile.am Makefile.in
175
-SOURCES = $(clamdscan_SOURCES)
176
-
177 136
 all: all-am
178 137
 
179 138
 .SUFFIXES:
180 139
 .SUFFIXES: .c .lo .o .obj
181
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
140
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
141
+	@for dep in $?; do \
142
+	  case '$(am__configure_deps)' in \
143
+	    *$$dep*) \
144
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
145
+		&& exit 0; \
146
+	      exit 1;; \
147
+	  esac; \
148
+	done; \
149
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  clamdscan/Makefile'; \
182 150
 	cd $(top_srcdir) && \
183 151
 	  $(AUTOMAKE) --gnu  clamdscan/Makefile
184
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
185
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
186
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
152
+.PRECIOUS: Makefile
153
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
154
+	@case '$?' in \
155
+	  *config.status*) \
156
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
157
+	  *) \
158
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
159
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
160
+	esac;
161
+
162
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
164
+
165
+$(top_srcdir)/configure:  $(am__configure_deps)
166
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
167
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
168
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187 169
 install-binPROGRAMS: $(bin_PROGRAMS)
188 170
 	@$(NORMAL_INSTALL)
189
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
171
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
190 172
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
191 173
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
192 174
 	  if test -f $$p \
193 175
 	     || test -f $$p1 \
194 176
 	  ; then \
195
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
196
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
197
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
198
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
177
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
178
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
179
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
199 180
 	  else :; fi; \
200 181
 	done
201 182
 
202 183
 uninstall-binPROGRAMS:
203 184
 	@$(NORMAL_UNINSTALL)
204 185
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
205
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
206
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
207
-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
208
-	  rm -f $(DESTDIR)$(bindir)/$$f; \
186
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
187
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
188
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
209 189
 	done
210 190
 
211 191
 clean-binPROGRAMS:
212
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
213
-output.$(OBJEXT): $(top_srcdir)/shared/output.c
214
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
215
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
192
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
193
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
194
+	  echo " rm -f $$p $$f"; \
195
+	  rm -f $$p $$f ; \
196
+	done
216 197
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) 
217 198
 	@rm -f clamdscan$(EXEEXT)
218 199
 	$(LINK) $(clamdscan_LDFLAGS) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
219 200
 
220 201
 mostlyclean-compile:
221
-	-rm -f *.$(OBJEXT) core *.core
202
+	-rm -f *.$(OBJEXT)
222 203
 
223 204
 distclean-compile:
224 205
 	-rm -f *.tab.c
... ...
@@ -229,81 +299,101 @@ distclean-compile:
229 229
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
230 230
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
231 231
 
232
-distclean-depend:
233
-	-rm -rf ./$(DEPDIR)
234
-
235 232
 .c.o:
236
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
237
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
238
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
239
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
233
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
234
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
235
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
236
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
237
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
240 239
 
241 240
 .c.obj:
242
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
244
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245
-	$(COMPILE) -c `cygpath -w $<`
241
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
242
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
243
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
245
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
246 247
 
247 248
 .c.lo:
248
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
249
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
250
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
249
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
250
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
251
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
252
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
253
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
252 255
 
253 256
 output.o: $(top_srcdir)/shared/output.c
254
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
255
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
256
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
257
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
258
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
259
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
260
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
261
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
258 263
 
259 264
 output.obj: $(top_srcdir)/shared/output.c
260
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
261
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
262
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `cygpath -w $(top_srcdir)/shared/output.c`
265
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
266
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
267
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
268
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
269
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
264 271
 
265 272
 output.lo: $(top_srcdir)/shared/output.c
266
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
267
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
268
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
273
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
274
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Plo"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
275
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
276
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
277
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
270 279
 
271 280
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
272
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
273
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
274
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
281
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
282
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
283
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
284
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
285
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
276 287
 
277 288
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
278
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
279
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
280
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
289
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
290
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
291
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
292
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
293
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
282 295
 
283 296
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
284
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
285
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
286
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
297
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
298
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
299
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
300
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
301
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
288 303
 
289 304
 memory.o: $(top_srcdir)/shared/memory.c
290
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
291
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
292
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
305
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
306
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
307
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
308
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
309
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
294 311
 
295 312
 memory.obj: $(top_srcdir)/shared/memory.c
296
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
297
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
298
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
313
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
314
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
315
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
316
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
317
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
300 319
 
301 320
 memory.lo: $(top_srcdir)/shared/memory.c
302
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
303
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
304
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
306
-CCDEPMODE = @CCDEPMODE@
321
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
322
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
323
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
324
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
325
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
307 327
 
308 328
 mostlyclean-libtool:
309 329
 	-rm -f *.lo
... ...
@@ -315,11 +405,6 @@ distclean-libtool:
315 315
 	-rm -f libtool
316 316
 uninstall-info-am:
317 317
 
318
-ETAGS = etags
319
-ETAGSFLAGS =
320
-
321
-tags: TAGS
322
-
323 318
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324 319
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325 320
 	unique=`for i in $$list; do \
... ...
@@ -328,6 +413,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328 328
 	  $(AWK) '    { files[$$0] = 1; } \
329 329
 	       END { for (i in files) print i; }'`; \
330 330
 	mkid -fID $$unique
331
+tags: TAGS
331 332
 
332 333
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333 334
 		$(TAGS_FILES) $(LISP)
... ...
@@ -342,6 +428,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342 342
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
343 343
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344 344
 	     $$tags $$unique
345
+ctags: CTAGS
346
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
+		$(TAGS_FILES) $(LISP)
348
+	tags=; \
349
+	here=`pwd`; \
350
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351
+	unique=`for i in $$list; do \
352
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
+	  done | \
354
+	  $(AWK) '    { files[$$0] = 1; } \
355
+	       END { for (i in files) print i; }'`; \
356
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
357
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
+	     $$tags $$unique
345 359
 
346 360
 GTAGS:
347 361
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -349,19 +449,21 @@ GTAGS:
349 349
 	  && gtags -i $(GTAGS_ARGS) $$here
350 350
 
351 351
 distclean-tags:
352
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
353
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
354
-
355
-top_distdir = ..
356
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
352
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357 353
 
358 354
 distdir: $(DISTFILES)
359
-	@for file in $(DISTFILES); do \
355
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
356
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
357
+	list='$(DISTFILES)'; for file in $$list; do \
358
+	  case $$file in \
359
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
360
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
361
+	  esac; \
360 362
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361 363
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
362 364
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
363 365
 	    dir="/$$dir"; \
364
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
366
+	    $(mkdir_p) "$(distdir)$$dir"; \
365 367
 	  else \
366 368
 	    dir=''; \
367 369
 	  fi; \
... ...
@@ -379,10 +481,10 @@ distdir: $(DISTFILES)
379 379
 check-am: all-am
380 380
 check: check-am
381 381
 all-am: Makefile $(PROGRAMS)
382
-
383 382
 installdirs:
384
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
385
-
383
+	for dir in "$(DESTDIR)$(bindir)"; do \
384
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
385
+	done
386 386
 install: install-am
387 387
 install-exec: install-exec-am
388 388
 install-data: install-data-am
... ...
@@ -394,7 +496,7 @@ install-am: all-am
394 394
 installcheck: installcheck-am
395 395
 install-strip:
396 396
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397
-	  INSTALL_STRIP_FLAG=-s \
397
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398 398
 	  `test -z '$(STRIP)' || \
399 399
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
400 400
 mostlyclean-generic:
... ...
@@ -402,7 +504,7 @@ mostlyclean-generic:
402 402
 clean-generic:
403 403
 
404 404
 distclean-generic:
405
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
405
+	-rm -f $(CONFIG_CLEAN_FILES)
406 406
 
407 407
 maintainer-clean-generic:
408 408
 	@echo "This command is intended for maintainers to use"
... ...
@@ -412,14 +514,17 @@ clean: clean-am
412 412
 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
413 413
 
414 414
 distclean: distclean-am
415
-
416
-distclean-am: clean-am distclean-compile distclean-depend \
417
-	distclean-generic distclean-libtool distclean-tags
415
+	-rm -rf ./$(DEPDIR)
416
+	-rm -f Makefile
417
+distclean-am: clean-am distclean-compile distclean-generic \
418
+	distclean-libtool distclean-tags
418 419
 
419 420
 dvi: dvi-am
420 421
 
421 422
 dvi-am:
422 423
 
424
+html: html-am
425
+
423 426
 info: info-am
424 427
 
425 428
 info-am:
... ...
@@ -435,7 +540,8 @@ install-man:
435 435
 installcheck-am:
436 436
 
437 437
 maintainer-clean: maintainer-clean-am
438
-
438
+	-rm -rf ./$(DEPDIR)
439
+	-rm -f Makefile
439 440
 maintainer-clean-am: distclean-am maintainer-clean-generic
440 441
 
441 442
 mostlyclean: mostlyclean-am
... ...
@@ -443,18 +549,26 @@ mostlyclean: mostlyclean-am
443 443
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
444 444
 	mostlyclean-libtool
445 445
 
446
+pdf: pdf-am
447
+
448
+pdf-am:
449
+
450
+ps: ps-am
451
+
452
+ps-am:
453
+
446 454
 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
447 455
 
448
-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
449
-	clean-generic clean-libtool distclean distclean-compile \
450
-	distclean-depend distclean-generic distclean-libtool \
451
-	distclean-tags distdir dvi dvi-am info info-am install \
452
-	install-am install-binPROGRAMS install-data install-data-am \
453
-	install-exec install-exec-am install-info install-info-am \
454
-	install-man install-strip installcheck installcheck-am \
455
-	installdirs maintainer-clean maintainer-clean-generic \
456
-	mostlyclean mostlyclean-compile mostlyclean-generic \
457
-	mostlyclean-libtool tags uninstall uninstall-am \
456
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
457
+	clean-generic clean-libtool ctags distclean distclean-compile \
458
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
459
+	dvi-am html html-am info info-am install install-am \
460
+	install-binPROGRAMS install-data install-data-am install-exec \
461
+	install-exec-am install-info install-info-am install-man \
462
+	install-strip installcheck installcheck-am installdirs \
463
+	maintainer-clean maintainer-clean-generic mostlyclean \
464
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
465
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
458 466
 	uninstall-binPROGRAMS uninstall-info-am
459 467
 
460 468
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -31,95 +31,180 @@
31 31
 #  You should have received a copy of the GNU General Public License
32 32
 #  along with this program; if not, write to the Free Software
33 33
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
34
-SHELL = @SHELL@
34
+
35
+SOURCES = $(clamscan_SOURCES)
35 36
 
36 37
 srcdir = @srcdir@
37 38
 top_srcdir = @top_srcdir@
38 39
 VPATH = @srcdir@
39
-prefix = @prefix@
40
-exec_prefix = @exec_prefix@
41
-
42
-bindir = @bindir@
43
-sbindir = @sbindir@
44
-libexecdir = @libexecdir@
45
-datadir = @datadir@
46
-sysconfdir = @sysconfdir@
47
-sharedstatedir = @sharedstatedir@
48
-localstatedir = @localstatedir@
49
-libdir = @libdir@
50
-infodir = @infodir@
51
-mandir = @mandir@
52
-includedir = @includedir@
53
-oldincludedir = /usr/include
54 40
 pkgdatadir = $(datadir)/@PACKAGE@
55 41
 pkglibdir = $(libdir)/@PACKAGE@
56 42
 pkgincludedir = $(includedir)/@PACKAGE@
57 43
 top_builddir = ..
58
-
59
-ACLOCAL = @ACLOCAL@
60
-AUTOCONF = @AUTOCONF@
61
-AUTOMAKE = @AUTOMAKE@
62
-AUTOHEADER = @AUTOHEADER@
63
-
64 44
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 45
 INSTALL = @INSTALL@
66
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
67
-INSTALL_DATA = @INSTALL_DATA@
68 46
 install_sh_DATA = $(install_sh) -c -m 644
69 47
 install_sh_PROGRAM = $(install_sh) -c
70
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
48
+install_sh_SCRIPT = $(install_sh) -c
71 49
 INSTALL_HEADER = $(INSTALL_DATA)
72
-transform = @program_transform_name@
50
+transform = $(program_transform_name)
73 51
 NORMAL_INSTALL = :
74 52
 PRE_INSTALL = :
75 53
 POST_INSTALL = :
76 54
 NORMAL_UNINSTALL = :
77 55
 PRE_UNINSTALL = :
78 56
 POST_UNINSTALL = :
79
-build_alias = @build_alias@
80 57
 build_triplet = @build@
81
-host_alias = @host_alias@
82 58
 host_triplet = @host@
83
-target_alias = @target_alias@
84 59
 target_triplet = @target@
85
-
86
-EXEEXT = @EXEEXT@
87
-OBJEXT = @OBJEXT@
88
-PATH_SEPARATOR = @PATH_SEPARATOR@
60
+bin_PROGRAMS = clamscan$(EXEEXT)
61
+subdir = clamscan
62
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65
+	$(top_srcdir)/configure.in
66
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
+	$(ACLOCAL_M4)
68
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
70
+CONFIG_CLEAN_FILES =
71
+am__installdirs = "$(DESTDIR)$(bindir)"
72
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
73
+PROGRAMS = $(bin_PROGRAMS)
74
+am_clamscan_OBJECTS = output.$(OBJEXT) getopt.$(OBJEXT) \
75
+	memory.$(OBJEXT) cfgparser.$(OBJEXT) clamscan.$(OBJEXT) \
76
+	options.$(OBJEXT) others.$(OBJEXT) manager.$(OBJEXT) \
77
+	treewalk.$(OBJEXT)
78
+clamscan_OBJECTS = $(am_clamscan_OBJECTS)
79
+clamscan_LDADD = $(LDADD)
80
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
81
+depcomp = $(SHELL) $(top_srcdir)/depcomp
82
+am__depfiles_maybe = depfiles
83
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
84
+@AMDEP_TRUE@	./$(DEPDIR)/clamscan.Po ./$(DEPDIR)/getopt.Po \
85
+@AMDEP_TRUE@	./$(DEPDIR)/manager.Po ./$(DEPDIR)/memory.Po \
86
+@AMDEP_TRUE@	./$(DEPDIR)/options.Po ./$(DEPDIR)/others.Po \
87
+@AMDEP_TRUE@	./$(DEPDIR)/output.Po ./$(DEPDIR)/treewalk.Po
88
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
91
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92
+	$(AM_CFLAGS) $(CFLAGS)
93
+CCLD = $(CC)
94
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
96
+SOURCES = $(clamscan_SOURCES)
97
+DIST_SOURCES = $(clamscan_SOURCES)
98
+ETAGS = etags
99
+CTAGS = ctags
100
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101
+ACLOCAL = @ACLOCAL@
89 102
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
103
+AMDEP_FALSE = @AMDEP_FALSE@
104
+AMDEP_TRUE = @AMDEP_TRUE@
90 105
 AMTAR = @AMTAR@
91
-AS = @AS@
106
+AUTOCONF = @AUTOCONF@
107
+AUTOHEADER = @AUTOHEADER@
108
+AUTOMAKE = @AUTOMAKE@
92 109
 AWK = @AWK@
110
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
111
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
93 112
 CC = @CC@
113
+CCDEPMODE = @CCDEPMODE@
94 114
 CFGDIR = @CFGDIR@
115
+CFLAGS = @CFLAGS@
95 116
 CLAMAVGROUP = @CLAMAVGROUP@
96 117
 CLAMAVUSER = @CLAMAVUSER@
97 118
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
98 119
 CLAMD_LIBS = @CLAMD_LIBS@
120
+CPP = @CPP@
121
+CPPFLAGS = @CPPFLAGS@
122
+CYGPATH_W = @CYGPATH_W@
99 123
 DBDIR = @DBDIR@
124
+DEFS = @DEFS@ -DCL_NOTHREADS
100 125
 DEPDIR = @DEPDIR@
101
-DLLTOOL = @DLLTOOL@
102 126
 ECHO = @ECHO@
127
+ECHO_C = @ECHO_C@
128
+ECHO_N = @ECHO_N@
129
+ECHO_T = @ECHO_T@
130
+EGREP = @EGREP@
131
+EXEEXT = @EXEEXT@
103 132
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
104 133
 GETENT = @GETENT@
134
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
135
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
136
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
137
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
138
+INSTALL_DATA = @INSTALL_DATA@
139
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
140
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
141
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
105 143
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144
+LDFLAGS = @LDFLAGS@
106 145
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
107 146
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
147
+LIBOBJS = @LIBOBJS@
148
+LIBS = $(top_builddir)/libclamav/libclamav.la @ADDITIONAL_LIBS@
108 149
 LIBTOOL = @LIBTOOL@
109 150
 LN_S = @LN_S@
110
-OBJDUMP = @OBJDUMP@
151
+LTLIBOBJS = @LTLIBOBJS@
152
+MAKEINFO = @MAKEINFO@
153
+OBJEXT = @OBJEXT@
111 154
 PACKAGE = @PACKAGE@
155
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156
+PACKAGE_NAME = @PACKAGE_NAME@
157
+PACKAGE_STRING = @PACKAGE_STRING@
158
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
159
+PACKAGE_VERSION = @PACKAGE_VERSION@
160
+PATH_SEPARATOR = @PATH_SEPARATOR@
112 161
 RANLIB = @RANLIB@
113 162
 SENDMAIL = @SENDMAIL@
163
+SET_MAKE = @SET_MAKE@
164
+SHELL = @SHELL@
114 165
 STRIP = @STRIP@
115 166
 TH_SAFE = @TH_SAFE@
116 167
 VERSION = @VERSION@
168
+ac_ct_CC = @ac_ct_CC@
169
+ac_ct_RANLIB = @ac_ct_RANLIB@
170
+ac_ct_STRIP = @ac_ct_STRIP@
171
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117 173
 am__include = @am__include@
174
+am__leading_dot = @am__leading_dot@
118 175
 am__quote = @am__quote@
176
+bindir = @bindir@
177
+build = @build@
178
+build_alias = @build_alias@
179
+build_cpu = @build_cpu@
180
+build_os = @build_os@
181
+build_vendor = @build_vendor@
182
+datadir = @datadir@
183
+exec_prefix = @exec_prefix@
184
+host = @host@
185
+host_alias = @host_alias@
186
+host_cpu = @host_cpu@
187
+host_os = @host_os@
188
+host_vendor = @host_vendor@
189
+includedir = @includedir@
190
+infodir = @infodir@
119 191
 install_sh = @install_sh@
120
-
121
-bin_PROGRAMS = clamscan
122
-
192
+libdir = @libdir@
193
+libexecdir = @libexecdir@
194
+localstatedir = @localstatedir@
195
+mandir = @mandir@
196
+mkdir_p = @mkdir_p@
197
+oldincludedir = @oldincludedir@
198
+prefix = @prefix@
199
+program_transform_name = @program_transform_name@
200
+sbindir = @sbindir@
201
+sharedstatedir = @sharedstatedir@
202
+sysconfdir = @sysconfdir@
203
+target = @target@
204
+target_alias = @target_alias@
205
+target_cpu = @target_cpu@
206
+target_os = @target_os@
207
+target_vendor = @target_vendor@
123 208
 clamscan_SOURCES = \
124 209
     $(top_srcdir)/shared/output.c \
125 210
     $(top_srcdir)/shared/output.h \
... ...
@@ -141,92 +226,74 @@ clamscan_SOURCES = \
141 141
     treewalk.h \
142 142
     defaults.h
143 143
 
144
-
145
-DEFS = @DEFS@ -DCL_NOTHREADS
146
-LIBS = $(top_builddir)/libclamav/libclamav.la @ADDITIONAL_LIBS@
147 144
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
148
-subdir = clamscan
149
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
150
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
151
-CONFIG_CLEAN_FILES =
152
-bin_PROGRAMS = clamscan$(EXEEXT)
153
-PROGRAMS = $(bin_PROGRAMS)
154
-
155
-am_clamscan_OBJECTS = output.$(OBJEXT) getopt.$(OBJEXT) memory.$(OBJEXT) \
156
-	cfgparser.$(OBJEXT) clamscan.$(OBJEXT) options.$(OBJEXT) \
157
-	others.$(OBJEXT) manager.$(OBJEXT) treewalk.$(OBJEXT)
158
-clamscan_OBJECTS = $(am_clamscan_OBJECTS)
159
-clamscan_LDADD = $(LDADD)
160
-clamscan_DEPENDENCIES =
161
-clamscan_LDFLAGS =
162
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
163
-CPPFLAGS = @CPPFLAGS@
164
-LDFLAGS = @LDFLAGS@
165
-depcomp = $(SHELL) $(top_srcdir)/depcomp
166
-am__depfiles_maybe = depfiles
167
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/clamscan.Po \
168
-@AMDEP_TRUE@	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/manager.Po \
169
-@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/options.Po \
170
-@AMDEP_TRUE@	./$(DEPDIR)/others.Po ./$(DEPDIR)/output.Po \
171
-@AMDEP_TRUE@	./$(DEPDIR)/treewalk.Po
172
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
173
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
175
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176
-CCLD = $(CC)
177
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
179
-CFLAGS = @CFLAGS@
180
-DIST_SOURCES = $(clamscan_SOURCES)
181
-DIST_COMMON = Makefile.am Makefile.in
182
-SOURCES = $(clamscan_SOURCES)
183
-
184 145
 all: all-am
185 146
 
186 147
 .SUFFIXES:
187 148
 .SUFFIXES: .c .lo .o .obj
188
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
149
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
150
+	@for dep in $?; do \
151
+	  case '$(am__configure_deps)' in \
152
+	    *$$dep*) \
153
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
154
+		&& exit 0; \
155
+	      exit 1;; \
156
+	  esac; \
157
+	done; \
158
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  clamscan/Makefile'; \
189 159
 	cd $(top_srcdir) && \
190 160
 	  $(AUTOMAKE) --gnu  clamscan/Makefile
191
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
192
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
193
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
161
+.PRECIOUS: Makefile
162
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
163
+	@case '$?' in \
164
+	  *config.status*) \
165
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
166
+	  *) \
167
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
168
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
169
+	esac;
170
+
171
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
172
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
173
+
174
+$(top_srcdir)/configure:  $(am__configure_deps)
175
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
176
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
177
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194 178
 install-binPROGRAMS: $(bin_PROGRAMS)
195 179
 	@$(NORMAL_INSTALL)
196
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
180
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
197 181
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
198 182
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
199 183
 	  if test -f $$p \
200 184
 	     || test -f $$p1 \
201 185
 	  ; then \
202
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
203
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
204
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
205
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
186
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
187
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
188
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
206 189
 	  else :; fi; \
207 190
 	done
208 191
 
209 192
 uninstall-binPROGRAMS:
210 193
 	@$(NORMAL_UNINSTALL)
211 194
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
212
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
213
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
214
-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
215
-	  rm -f $(DESTDIR)$(bindir)/$$f; \
195
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
196
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
197
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
216 198
 	done
217 199
 
218 200
 clean-binPROGRAMS:
219
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
220
-output.$(OBJEXT): $(top_srcdir)/shared/output.c
221
-getopt.$(OBJEXT): $(top_srcdir)/shared/getopt.c
222
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
223
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
201
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
202
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
203
+	  echo " rm -f $$p $$f"; \
204
+	  rm -f $$p $$f ; \
205
+	done
224 206
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) 
225 207
 	@rm -f clamscan$(EXEEXT)
226 208
 	$(LINK) $(clamscan_LDFLAGS) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
227 209
 
228 210
 mostlyclean-compile:
229
-	-rm -f *.$(OBJEXT) core *.core
211
+	-rm -f *.$(OBJEXT)
230 212
 
231 213
 distclean-compile:
232 214
 	-rm -f *.tab.c
... ...
@@ -241,99 +308,125 @@ distclean-compile:
241 241
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
242 242
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treewalk.Po@am__quote@
243 243
 
244
-distclean-depend:
245
-	-rm -rf ./$(DEPDIR)
246
-
247 244
 .c.o:
248
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
250
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
245
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
246
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
247
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
248
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
249
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
252 251
 
253 252
 .c.obj:
254
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
256
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
-	$(COMPILE) -c `cygpath -w $<`
253
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
254
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
255
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
257
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
258 259
 
259 260
 .c.lo:
260
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
261
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
262
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
261
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
264
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
265
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
264 267
 
265 268
 output.o: $(top_srcdir)/shared/output.c
266
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
267
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
268
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
269
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
270
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
271
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
272
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
273
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
270 275
 
271 276
 output.obj: $(top_srcdir)/shared/output.c
272
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
273
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
274
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `cygpath -w $(top_srcdir)/shared/output.c`
277
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
278
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
279
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
280
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
281
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
276 283
 
277 284
 output.lo: $(top_srcdir)/shared/output.c
278
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
279
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
280
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
285
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
286
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Plo"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
287
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
288
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
289
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
282 291
 
283 292
 getopt.o: $(top_srcdir)/shared/getopt.c
284
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
285
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
286
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
293
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
294
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
295
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
296
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
297
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
288 299
 
289 300
 getopt.obj: $(top_srcdir)/shared/getopt.c
290
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
291
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
292
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `cygpath -w $(top_srcdir)/shared/getopt.c`
301
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
302
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
303
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
304
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
305
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
294 307
 
295 308
 getopt.lo: $(top_srcdir)/shared/getopt.c
296
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
297
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
298
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
309
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
310
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Plo"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
311
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
312
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
313
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
300 315
 
301 316
 memory.o: $(top_srcdir)/shared/memory.c
302
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
303
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
304
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
317
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
318
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
319
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
320
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
321
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
306 323
 
307 324
 memory.obj: $(top_srcdir)/shared/memory.c
308
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
309
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
310
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
325
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
326
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
327
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
328
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
329
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
312 331
 
313 332
 memory.lo: $(top_srcdir)/shared/memory.c
314
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
315
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
316
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
333
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
334
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
335
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
336
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
337
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
318 339
 
319 340
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
320
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
321
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
322
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
341
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
342
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
343
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
344
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
345
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
324 347
 
325 348
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
326
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
327
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
328
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
349
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
350
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
351
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
352
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
353
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
330 355
 
331 356
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
332
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
333
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
334
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
336
-CCDEPMODE = @CCDEPMODE@
357
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
358
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
359
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
360
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
361
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
337 363
 
338 364
 mostlyclean-libtool:
339 365
 	-rm -f *.lo
... ...
@@ -345,11 +438,6 @@ distclean-libtool:
345 345
 	-rm -f libtool
346 346
 uninstall-info-am:
347 347
 
348
-ETAGS = etags
349
-ETAGSFLAGS =
350
-
351
-tags: TAGS
352
-
353 348
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354 349
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355 350
 	unique=`for i in $$list; do \
... ...
@@ -358,6 +446,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358 358
 	  $(AWK) '    { files[$$0] = 1; } \
359 359
 	       END { for (i in files) print i; }'`; \
360 360
 	mkid -fID $$unique
361
+tags: TAGS
361 362
 
362 363
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363 364
 		$(TAGS_FILES) $(LISP)
... ...
@@ -372,6 +461,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372 372
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
373 373
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374 374
 	     $$tags $$unique
375
+ctags: CTAGS
376
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
+		$(TAGS_FILES) $(LISP)
378
+	tags=; \
379
+	here=`pwd`; \
380
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
+	unique=`for i in $$list; do \
382
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
+	  done | \
384
+	  $(AWK) '    { files[$$0] = 1; } \
385
+	       END { for (i in files) print i; }'`; \
386
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
387
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
+	     $$tags $$unique
375 389
 
376 390
 GTAGS:
377 391
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -379,19 +482,21 @@ GTAGS:
379 379
 	  && gtags -i $(GTAGS_ARGS) $$here
380 380
 
381 381
 distclean-tags:
382
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
383
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
384
-
385
-top_distdir = ..
386
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
382
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387 383
 
388 384
 distdir: $(DISTFILES)
389
-	@for file in $(DISTFILES); do \
385
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
386
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
387
+	list='$(DISTFILES)'; for file in $$list; do \
388
+	  case $$file in \
389
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
390
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
391
+	  esac; \
390 392
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391 393
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
392 394
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
393 395
 	    dir="/$$dir"; \
394
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
396
+	    $(mkdir_p) "$(distdir)$$dir"; \
395 397
 	  else \
396 398
 	    dir=''; \
397 399
 	  fi; \
... ...
@@ -409,10 +514,10 @@ distdir: $(DISTFILES)
409 409
 check-am: all-am
410 410
 check: check-am
411 411
 all-am: Makefile $(PROGRAMS)
412
-
413 412
 installdirs:
414
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
415
-
413
+	for dir in "$(DESTDIR)$(bindir)"; do \
414
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
415
+	done
416 416
 install: install-am
417 417
 install-exec: install-exec-am
418 418
 install-data: install-data-am
... ...
@@ -424,7 +529,7 @@ install-am: all-am
424 424
 installcheck: installcheck-am
425 425
 install-strip:
426 426
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427
-	  INSTALL_STRIP_FLAG=-s \
427
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428 428
 	  `test -z '$(STRIP)' || \
429 429
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
430 430
 mostlyclean-generic:
... ...
@@ -432,7 +537,7 @@ mostlyclean-generic:
432 432
 clean-generic:
433 433
 
434 434
 distclean-generic:
435
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
435
+	-rm -f $(CONFIG_CLEAN_FILES)
436 436
 
437 437
 maintainer-clean-generic:
438 438
 	@echo "This command is intended for maintainers to use"
... ...
@@ -442,14 +547,17 @@ clean: clean-am
442 442
 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
443 443
 
444 444
 distclean: distclean-am
445
-
446
-distclean-am: clean-am distclean-compile distclean-depend \
447
-	distclean-generic distclean-libtool distclean-tags
445
+	-rm -rf ./$(DEPDIR)
446
+	-rm -f Makefile
447
+distclean-am: clean-am distclean-compile distclean-generic \
448
+	distclean-libtool distclean-tags
448 449
 
449 450
 dvi: dvi-am
450 451
 
451 452
 dvi-am:
452 453
 
454
+html: html-am
455
+
453 456
 info: info-am
454 457
 
455 458
 info-am:
... ...
@@ -465,7 +573,8 @@ install-man:
465 465
 installcheck-am:
466 466
 
467 467
 maintainer-clean: maintainer-clean-am
468
-
468
+	-rm -rf ./$(DEPDIR)
469
+	-rm -f Makefile
469 470
 maintainer-clean-am: distclean-am maintainer-clean-generic
470 471
 
471 472
 mostlyclean: mostlyclean-am
... ...
@@ -473,18 +582,26 @@ mostlyclean: mostlyclean-am
473 473
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
474 474
 	mostlyclean-libtool
475 475
 
476
+pdf: pdf-am
477
+
478
+pdf-am:
479
+
480
+ps: ps-am
481
+
482
+ps-am:
483
+
476 484
 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
477 485
 
478
-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
479
-	clean-generic clean-libtool distclean distclean-compile \
480
-	distclean-depend distclean-generic distclean-libtool \
481
-	distclean-tags distdir dvi dvi-am info info-am install \
482
-	install-am install-binPROGRAMS install-data install-data-am \
483
-	install-exec install-exec-am install-info install-info-am \
484
-	install-man install-strip installcheck installcheck-am \
485
-	installdirs maintainer-clean maintainer-clean-generic \
486
-	mostlyclean mostlyclean-compile mostlyclean-generic \
487
-	mostlyclean-libtool tags uninstall uninstall-am \
486
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
487
+	clean-generic clean-libtool ctags distclean distclean-compile \
488
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
489
+	dvi-am html html-am info info-am install install-am \
490
+	install-binPROGRAMS install-data install-data-am install-exec \
491
+	install-exec-am install-info install-info-am install-man \
492
+	install-strip installcheck installcheck-am installdirs \
493
+	maintainer-clean maintainer-clean-generic mostlyclean \
494
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
495
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
488 496
 	uninstall-binPROGRAMS uninstall-info-am
489 497
 
490 498
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,178 +1,10 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.53.
3
+# Generated by GNU Autoconf 2.59.
4 4
 #
5
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6
-# Free Software Foundation, Inc.
5
+# Copyright (C) 2003 Free Software Foundation, Inc.
7 6
 # This configure script is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy, distribute and modify it.
9
-
10
-# Find the correct PATH separator.  Usually this is `:', but
11
-# DJGPP uses `;' like DOS.
12
-if test "X${PATH_SEPARATOR+set}" != Xset; then
13
-  UNAME=${UNAME-`uname 2>/dev/null`}
14
-  case X$UNAME in
15
-    *-DOS) lt_cv_sys_path_separator=';' ;;
16
-    *)     lt_cv_sys_path_separator=':' ;;
17
-  esac
18
-  PATH_SEPARATOR=$lt_cv_sys_path_separator
19
-fi
20
-
21
-
22
-# Check that we are running under the correct shell.
23
-SHELL=${CONFIG_SHELL-/bin/sh}
24
-
25
-case X$ECHO in
26
-X*--fallback-echo)
27
-  # Remove one level of quotation (which was required for Make).
28
-  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
29
-  ;;
30
-esac
31
-
32
-echo=${ECHO-echo}
33
-if test "X$1" = X--no-reexec; then
34
-  # Discard the --no-reexec flag, and continue.
35
-  shift
36
-elif test "X$1" = X--fallback-echo; then
37
-  # Avoid inline document here, it may be left over
38
-  :
39
-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
40
-  # Yippee, $echo works!
41
-  :
42
-else
43
-  # Restart under the correct shell.
44
-  exec $SHELL "$0" --no-reexec ${1+"$@"}
45
-fi
46
-
47
-if test "X$1" = X--fallback-echo; then
48
-  # used as fallback echo
49
-  shift
50
-  cat <<EOF
51
-
52
-EOF
53
-  exit 0
54
-fi
55
-
56
-# The HP-UX ksh and POSIX shell print the target directory to stdout
57
-# if CDPATH is set.
58
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
59
-
60
-if test -z "$ECHO"; then
61
-if test "X${echo_test_string+set}" != Xset; then
62
-# find a string as large as possible, as long as the shell can cope with it
63
-  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
64
-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
65
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
66
-       echo_test_string="`eval $cmd`" &&
67
-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
68
-    then
69
-      break
70
-    fi
71
-  done
72
-fi
73
-
74
-if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
75
-   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
76
-   test "X$echo_testing_string" = "X$echo_test_string"; then
77
-  :
78
-else
79
-  # The Solaris, AIX, and Digital Unix default echo programs unquote
80
-  # backslashes.  This makes it impossible to quote backslashes using
81
-  #   echo "$something" | sed 's/\\/\\\\/g'
82
-  #
83
-  # So, first we look for a working echo in the user's PATH.
84
-
85
-  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
86
-  for dir in $PATH /usr/ucb; do
87
-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
88
-       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
89
-       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
90
-       test "X$echo_testing_string" = "X$echo_test_string"; then
91
-      echo="$dir/echo"
92
-      break
93
-    fi
94
-  done
95
-  IFS="$save_ifs"
96
-
97
-  if test "X$echo" = Xecho; then
98
-    # We didn't find a better echo, so look for alternatives.
99
-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
100
-       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
101
-       test "X$echo_testing_string" = "X$echo_test_string"; then
102
-      # This shell has a builtin print -r that does the trick.
103
-      echo='print -r'
104
-    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
105
-	 test "X$CONFIG_SHELL" != X/bin/ksh; then
106
-      # If we have ksh, try running configure again with it.
107
-      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
108
-      export ORIGINAL_CONFIG_SHELL
109
-      CONFIG_SHELL=/bin/ksh
110
-      export CONFIG_SHELL
111
-      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
112
-    else
113
-      # Try using printf.
114
-      echo='printf %s\n'
115
-      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
116
-	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
117
-	 test "X$echo_testing_string" = "X$echo_test_string"; then
118
-	# Cool, printf works
119
-	:
120
-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
121
-	   test "X$echo_testing_string" = 'X\t' &&
122
-	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
123
-	   test "X$echo_testing_string" = "X$echo_test_string"; then
124
-	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
125
-	export CONFIG_SHELL
126
-	SHELL="$CONFIG_SHELL"
127
-	export SHELL
128
-	echo="$CONFIG_SHELL $0 --fallback-echo"
129
-      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
130
-	   test "X$echo_testing_string" = 'X\t' &&
131
-	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
132
-	   test "X$echo_testing_string" = "X$echo_test_string"; then
133
-	echo="$CONFIG_SHELL $0 --fallback-echo"
134
-      else
135
-	# maybe with a smaller string...
136
-	prev=:
137
-
138
-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
139
-	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
140
-	  then
141
-	    break
142
-	  fi
143
-	  prev="$cmd"
144
-	done
145
-
146
-	if test "$prev" != 'sed 50q "$0"'; then
147
-	  echo_test_string=`eval $prev`
148
-	  export echo_test_string
149
-	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
150
-	else
151
-	  # Oops.  We lost completely, so just stick with echo.
152
-	  echo=echo
153
-	fi
154
-      fi
155
-    fi
156
-  fi
157
-fi
158
-fi
159
-
160
-# Copy echo and quote the copy suitably for passing to libtool from
161
-# the Makefile, instead of quoting the original, which is used later.
162
-ECHO=$echo
163
-if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
164
-   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
165
-fi
166
-
167
-
168
-
169
-if expr a : '\(a\)' >/dev/null 2>&1; then
170
-  as_expr=expr
171
-else
172
-  as_expr=false
173
-fi
174
-
175
-
176 8
 ## --------------------- ##
177 9
 ## M4sh Initialization.  ##
178 10
 ## --------------------- ##
... ...
@@ -181,46 +13,57 @@ fi
181 181
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
182 182
   emulate sh
183 183
   NULLCMD=:
184
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
185
+  # is contrary to our usage.  Disable this feature.
186
+  alias -g '${1+"$@"}'='"$@"'
184 187
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
185 188
   set -o posix
186 189
 fi
190
+DUALCASE=1; export DUALCASE # for MKS sh
187 191
 
188
-# NLS nuisances.
189 192
 # Support unset when possible.
190
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
193
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
191 194
   as_unset=unset
192 195
 else
193 196
   as_unset=false
194 197
 fi
195 198
 
196
-(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
197
-    { $as_unset LANG || test "${LANG+set}" != set; } ||
198
-      { LANG=C; export LANG; }
199
-(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
200
-    { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
201
-      { LC_ALL=C; export LC_ALL; }
202
-(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
203
-    { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
204
-      { LC_TIME=C; export LC_TIME; }
205
-(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
206
-    { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
207
-      { LC_CTYPE=C; export LC_CTYPE; }
208
-(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
209
-    { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
210
-      { LANGUAGE=C; export LANGUAGE; }
211
-(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
212
-    { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
213
-      { LC_COLLATE=C; export LC_COLLATE; }
214
-(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
215
-    { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
216
-      { LC_NUMERIC=C; export LC_NUMERIC; }
217
-(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
218
-    { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
219
-      { LC_MESSAGES=C; export LC_MESSAGES; }
199
+
200
+# Work around bugs in pre-3.0 UWIN ksh.
201
+$as_unset ENV MAIL MAILPATH
202
+PS1='$ '
203
+PS2='> '
204
+PS4='+ '
205
+
206
+# NLS nuisances.
207
+for as_var in \
208
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
209
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
210
+  LC_TELEPHONE LC_TIME
211
+do
212
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
213
+    eval $as_var=C; export $as_var
214
+  else
215
+    $as_unset $as_var
216
+  fi
217
+done
218
+
219
+# Required to use basename.
220
+if expr a : '\(a\)' >/dev/null 2>&1; then
221
+  as_expr=expr
222
+else
223
+  as_expr=false
224
+fi
225
+
226
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
227
+  as_basename=basename
228
+else
229
+  as_basename=false
230
+fi
220 231
 
221 232
 
222 233
 # Name of the executable.
223
-as_me=`(basename "$0") 2>/dev/null ||
234
+as_me=`$as_basename "$0" ||
224 235
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
225 236
 	 X"$0" : 'X\(//\)$' \| \
226 237
 	 X"$0" : 'X\(/\)$' \| \
... ...
@@ -231,6 +74,7 @@ echo X/"$0" |
231 231
   	  /^X\/\(\/\).*/{ s//\1/; q; }
232 232
   	  s/.*/./; q'`
233 233
 
234
+
234 235
 # PATH needs CR, and LINENO needs CR and PATH.
235 236
 # Avoid depending upon Character Ranges.
236 237
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
... ...
@@ -241,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
241 241
 
242 242
 # The user is always right.
243 243
 if test "${PATH_SEPARATOR+set}" != set; then
244
-  echo "#! /bin/sh" >conftest.sh
245
-  echo  "exit 0"   >>conftest.sh
246
-  chmod +x conftest.sh
247
-  if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
244
+  echo "#! /bin/sh" >conf$$.sh
245
+  echo  "exit 0"   >>conf$$.sh
246
+  chmod +x conf$$.sh
247
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
248 248
     PATH_SEPARATOR=';'
249 249
   else
250 250
     PATH_SEPARATOR=:
251 251
   fi
252
-  rm -f conftest.sh
252
+  rm -f conf$$.sh
253 253
 fi
254 254
 
255 255
 
... ...
@@ -297,6 +141,8 @@ do
297 297
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
298 298
   test "x$as_lineno_1" != "x$as_lineno_2" &&
299 299
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
300
+	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
301
+	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
300 302
 	     CONFIG_SHELL=$as_dir/$as_base
301 303
 	     export CONFIG_SHELL
302 304
 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
... ...
@@ -369,13 +215,20 @@ else
369 369
 fi
370 370
 rm -f conf$$ conf$$.exe conf$$.file
371 371
 
372
+if mkdir -p . 2>/dev/null; then
373
+  as_mkdir_p=:
374
+else
375
+  test -d ./-p && rmdir ./-p
376
+  as_mkdir_p=false
377
+fi
378
+
372 379
 as_executable_p="test -f"
373 380
 
374 381
 # Sed expression to map a string onto a valid CPP name.
375
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
382
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
376 383
 
377 384
 # Sed expression to map a string onto a valid variable name.
378
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
385
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
379 386
 
380 387
 
381 388
 # IFS
... ...
@@ -385,7 +238,166 @@ as_nl='
385 385
 IFS=" 	$as_nl"
386 386
 
387 387
 # CDPATH.
388
-$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
388
+$as_unset CDPATH
389
+
390
+
391
+# Find the correct PATH separator.  Usually this is `:', but
392
+# DJGPP uses `;' like DOS.
393
+if test "X${PATH_SEPARATOR+set}" != Xset; then
394
+  UNAME=${UNAME-`uname 2>/dev/null`}
395
+  case X$UNAME in
396
+    *-DOS) lt_cv_sys_path_separator=';' ;;
397
+    *)     lt_cv_sys_path_separator=':' ;;
398
+  esac
399
+  PATH_SEPARATOR=$lt_cv_sys_path_separator
400
+fi
401
+
402
+
403
+# Check that we are running under the correct shell.
404
+SHELL=${CONFIG_SHELL-/bin/sh}
405
+
406
+case X$ECHO in
407
+X*--fallback-echo)
408
+  # Remove one level of quotation (which was required for Make).
409
+  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
410
+  ;;
411
+esac
412
+
413
+echo=${ECHO-echo}
414
+if test "X$1" = X--no-reexec; then
415
+  # Discard the --no-reexec flag, and continue.
416
+  shift
417
+elif test "X$1" = X--fallback-echo; then
418
+  # Avoid inline document here, it may be left over
419
+  :
420
+elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
421
+  # Yippee, $echo works!
422
+  :
423
+else
424
+  # Restart under the correct shell.
425
+  exec $SHELL "$0" --no-reexec ${1+"$@"}
426
+fi
427
+
428
+if test "X$1" = X--fallback-echo; then
429
+  # used as fallback echo
430
+  shift
431
+  cat <<EOF
432
+
433
+EOF
434
+  exit 0
435
+fi
436
+
437
+# The HP-UX ksh and POSIX shell print the target directory to stdout
438
+# if CDPATH is set.
439
+if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
440
+
441
+if test -z "$ECHO"; then
442
+if test "X${echo_test_string+set}" != Xset; then
443
+# find a string as large as possible, as long as the shell can cope with it
444
+  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
445
+    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
446
+    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
447
+       echo_test_string="`eval $cmd`" &&
448
+       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
449
+    then
450
+      break
451
+    fi
452
+  done
453
+fi
454
+
455
+if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
456
+   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
457
+   test "X$echo_testing_string" = "X$echo_test_string"; then
458
+  :
459
+else
460
+  # The Solaris, AIX, and Digital Unix default echo programs unquote
461
+  # backslashes.  This makes it impossible to quote backslashes using
462
+  #   echo "$something" | sed 's/\\/\\\\/g'
463
+  #
464
+  # So, first we look for a working echo in the user's PATH.
465
+
466
+  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
467
+  for dir in $PATH /usr/ucb; do
468
+    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
469
+       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
470
+       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
471
+       test "X$echo_testing_string" = "X$echo_test_string"; then
472
+      echo="$dir/echo"
473
+      break
474
+    fi
475
+  done
476
+  IFS="$save_ifs"
477
+
478
+  if test "X$echo" = Xecho; then
479
+    # We didn't find a better echo, so look for alternatives.
480
+    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
481
+       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
482
+       test "X$echo_testing_string" = "X$echo_test_string"; then
483
+      # This shell has a builtin print -r that does the trick.
484
+      echo='print -r'
485
+    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
486
+	 test "X$CONFIG_SHELL" != X/bin/ksh; then
487
+      # If we have ksh, try running configure again with it.
488
+      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
489
+      export ORIGINAL_CONFIG_SHELL
490
+      CONFIG_SHELL=/bin/ksh
491
+      export CONFIG_SHELL
492
+      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
493
+    else
494
+      # Try using printf.
495
+      echo='printf %s\n'
496
+      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
497
+	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
498
+	 test "X$echo_testing_string" = "X$echo_test_string"; then
499
+	# Cool, printf works
500
+	:
501
+      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
502
+	   test "X$echo_testing_string" = 'X\t' &&
503
+	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
504
+	   test "X$echo_testing_string" = "X$echo_test_string"; then
505
+	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
506
+	export CONFIG_SHELL
507
+	SHELL="$CONFIG_SHELL"
508
+	export SHELL
509
+	echo="$CONFIG_SHELL $0 --fallback-echo"
510
+      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
511
+	   test "X$echo_testing_string" = 'X\t' &&
512
+	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
513
+	   test "X$echo_testing_string" = "X$echo_test_string"; then
514
+	echo="$CONFIG_SHELL $0 --fallback-echo"
515
+      else
516
+	# maybe with a smaller string...
517
+	prev=:
518
+
519
+	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
520
+	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
521
+	  then
522
+	    break
523
+	  fi
524
+	  prev="$cmd"
525
+	done
526
+
527
+	if test "$prev" != 'sed 50q "$0"'; then
528
+	  echo_test_string=`eval $prev`
529
+	  export echo_test_string
530
+	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
531
+	else
532
+	  # Oops.  We lost completely, so just stick with echo.
533
+	  echo=echo
534
+	fi
535
+      fi
536
+    fi
537
+  fi
538
+fi
539
+fi
540
+
541
+# Copy echo and quote the copy suitably for passing to libtool from
542
+# the Makefile, instead of quoting the original, which is used later.
543
+ECHO=$echo
544
+if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
545
+   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
546
+fi
547
+
389 548
 
390 549
 
391 550
 # Name of the host.
... ...
@@ -399,6 +411,7 @@ exec 6>&1
399 399
 # Initializations.
400 400
 #
401 401
 ac_default_prefix=/usr/local
402
+ac_config_libobj_dir=.
402 403
 cross_compiling=no
403 404
 subdirs=
404 405
 MFLAGS=
... ...
@@ -455,6 +468,8 @@ ac_includes_default="\
455 455
 # include <unistd.h>
456 456
 #endif"
457 457
 
458
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot LIBCLAMAV_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL DBDIR CFGDIR INSTALL_CLAMAV_CONF_TRUE INSTALL_CLAMAV_CONF_FALSE INSTALL_FRESHCLAM_CONF_TRUE INSTALL_FRESHCLAM_CONF_FALSE LIBCLAMAV_LIBS CLAMD_LIBS CLAMAV_MILTER_LIBS FRESHCLAM_LIBS TH_SAFE ADDITIONAL_LIBS BUILD_CLAMD_TRUE BUILD_CLAMD_FALSE HAVE_MILTER_TRUE HAVE_MILTER_FALSE SENDMAIL GETENT CLAMAVUSER CLAMAVGROUP LIBOBJS LTLIBOBJS'
459
+ac_subst_files=''
458 460
 
459 461
 # Initialize some variables set by options.
460 462
 ac_init_help=
... ...
@@ -812,7 +827,7 @@ done
812 812
 
813 813
 # Be sure to have absolute paths.
814 814
 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
815
-              localstatedir libdir includedir oldincludedir infodir mandir
815
+	      localstatedir libdir includedir oldincludedir infodir mandir
816 816
 do
817 817
   eval ac_val=$`echo $ac_var`
818 818
   case $ac_val in
... ...
@@ -852,10 +867,10 @@ if test -z "$srcdir"; then
852 852
   # Try the directory containing this script, then its parent.
853 853
   ac_confdir=`(dirname "$0") 2>/dev/null ||
854 854
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
855
-         X"$0" : 'X\(//\)[^/]' \| \
856
-         X"$0" : 'X\(//\)$' \| \
857
-         X"$0" : 'X\(/\)' \| \
858
-         .     : '\(.\)' 2>/dev/null ||
855
+	 X"$0" : 'X\(//\)[^/]' \| \
856
+	 X"$0" : 'X\(//\)$' \| \
857
+	 X"$0" : 'X\(/\)' \| \
858
+	 .     : '\(.\)' 2>/dev/null ||
859 859
 echo X"$0" |
860 860
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
861 861
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
... ...
@@ -878,6 +893,9 @@ if test ! -r $srcdir/$ac_unique_file; then
878 878
    { (exit 1); exit 1; }; }
879 879
   fi
880 880
 fi
881
+(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
882
+  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
883
+   { (exit 1); exit 1; }; }
881 884
 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
882 885
 ac_env_build_alias_set=${build_alias+set}
883 886
 ac_env_build_alias_value=$build_alias
... ...
@@ -944,9 +962,9 @@ _ACEOF
944 944
   cat <<_ACEOF
945 945
 Installation directories:
946 946
   --prefix=PREFIX         install architecture-independent files in PREFIX
947
-                          [$ac_default_prefix]
947
+			  [$ac_default_prefix]
948 948
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
949
-                          [PREFIX]
949
+			  [PREFIX]
950 950
 
951 951
 By default, \`make install' will install all the files in
952 952
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
... ...
@@ -991,8 +1009,8 @@ if test -n "$ac_init_help"; then
991 991
 Optional Features:
992 992
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
993 993
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
994
-  --disable-dependency-tracking Speeds up one-time builds
995
-  --enable-dependency-tracking  Do not reject slow dependency extractors
994
+  --disable-dependency-tracking  speeds up one-time build
995
+  --enable-dependency-tracking   do not reject slow dependency extractors
996 996
   --enable-shared=PKGS  build shared libraries default=yes
997 997
   --enable-static=PKGS  build static libraries default=yes
998 998
   --enable-fast-install=PKGS  optimize for fast installation default=yes
... ...
@@ -1067,12 +1085,45 @@ case $srcdir in
1067 1067
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1068 1068
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
1069 1069
 esac
1070
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1071
-# absolute.
1072
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1073
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
1074
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1075
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1070
+
1071
+# Do not use `cd foo && pwd` to compute absolute paths, because
1072
+# the directories may not exist.
1073
+case `pwd` in
1074
+.) ac_abs_builddir="$ac_dir";;
1075
+*)
1076
+  case "$ac_dir" in
1077
+  .) ac_abs_builddir=`pwd`;;
1078
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1079
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
1080
+  esac;;
1081
+esac
1082
+case $ac_abs_builddir in
1083
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
1084
+*)
1085
+  case ${ac_top_builddir}. in
1086
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
1087
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1088
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1089
+  esac;;
1090
+esac
1091
+case $ac_abs_builddir in
1092
+.) ac_abs_srcdir=$ac_srcdir;;
1093
+*)
1094
+  case $ac_srcdir in
1095
+  .) ac_abs_srcdir=$ac_abs_builddir;;
1096
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1097
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1098
+  esac;;
1099
+esac
1100
+case $ac_abs_builddir in
1101
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
1102
+*)
1103
+  case $ac_top_srcdir in
1104
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
1105
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1106
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1107
+  esac;;
1108
+esac
1076 1109
 
1077 1110
     cd $ac_dir
1078 1111
     # Check for guested configure; otherwise get Cygnus style configure.
... ...
@@ -1083,13 +1134,13 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1083 1083
       echo
1084 1084
       $SHELL $ac_srcdir/configure  --help=recursive
1085 1085
     elif test -f $ac_srcdir/configure.ac ||
1086
-           test -f $ac_srcdir/configure.in; then
1086
+	   test -f $ac_srcdir/configure.in; then
1087 1087
       echo
1088 1088
       $ac_configure --help
1089 1089
     else
1090 1090
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1091 1091
     fi
1092
-    cd $ac_popdir
1092
+    cd "$ac_popdir"
1093 1093
   done
1094 1094
 fi
1095 1095
 
... ...
@@ -1097,8 +1148,7 @@ test -n "$ac_init_help" && exit 0
1097 1097
 if $ac_init_version; then
1098 1098
   cat <<\_ACEOF
1099 1099
 
1100
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1101
-Free Software Foundation, Inc.
1100
+Copyright (C) 2003 Free Software Foundation, Inc.
1102 1101
 This configure script is free software; the Free Software Foundation
1103 1102
 gives unlimited permission to copy, distribute and modify it.
1104 1103
 _ACEOF
... ...
@@ -1110,7 +1160,7 @@ This file contains any messages produced by compilers while
1110 1110
 running configure, to aid debugging if configure makes a mistake.
1111 1111
 
1112 1112
 It was created by $as_me, which was
1113
-generated by GNU Autoconf 2.53.  Invocation command line was
1113
+generated by GNU Autoconf 2.59.  Invocation command line was
1114 1114
 
1115 1115
   $ $0 $@
1116 1116
 
... ...
@@ -1162,27 +1212,54 @@ _ACEOF
1162 1162
 
1163 1163
 # Keep a trace of the command line.
1164 1164
 # Strip out --no-create and --no-recursion so they do not pile up.
1165
+# Strip out --silent because we don't want to record it for future runs.
1165 1166
 # Also quote any args containing shell meta-characters.
1167
+# Make two passes to allow for proper duplicate-argument suppression.
1166 1168
 ac_configure_args=
1169
+ac_configure_args0=
1170
+ac_configure_args1=
1167 1171
 ac_sep=
1168
-for ac_arg
1172
+ac_must_keep_next=false
1173
+for ac_pass in 1 2
1169 1174
 do
1170
-  case $ac_arg in
1171
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1172
-  | --no-cr | --no-c | -n ) continue ;;
1173
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1174
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1175
-    continue ;;
1176
-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1177
-    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1178
-  esac
1179
-  case " $ac_configure_args " in
1180
-    *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1181
-    *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1182
-       ac_sep=" " ;;
1183
-  esac
1184
-  # Get rid of the leading space.
1175
+  for ac_arg
1176
+  do
1177
+    case $ac_arg in
1178
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1179
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1180
+    | -silent | --silent | --silen | --sile | --sil)
1181
+      continue ;;
1182
+    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1183
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1184
+    esac
1185
+    case $ac_pass in
1186
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1187
+    2)
1188
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1189
+      if test $ac_must_keep_next = true; then
1190
+	ac_must_keep_next=false # Got value, back to normal.
1191
+      else
1192
+	case $ac_arg in
1193
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
1194
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1195
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1196
+	  | -with-* | --with-* | -without-* | --without-* | --x)
1197
+	    case "$ac_configure_args0 " in
1198
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1199
+	    esac
1200
+	    ;;
1201
+	  -* ) ac_must_keep_next=true ;;
1202
+	esac
1203
+      fi
1204
+      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1205
+      # Get rid of the leading space.
1206
+      ac_sep=" "
1207
+      ;;
1208
+    esac
1209
+  done
1185 1210
 done
1211
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1212
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1186 1213
 
1187 1214
 # When interrupted or exit'd, cleanup temporary files, and complete
1188 1215
 # config.log.  We remove comments because anyway the quotes in there
... ...
@@ -1193,6 +1270,7 @@ trap 'exit_status=$?
1193 1193
   # Save into config.log some information that might help in debugging.
1194 1194
   {
1195 1195
     echo
1196
+
1196 1197
     cat <<\_ASBOX
1197 1198
 ## ---------------- ##
1198 1199
 ## Cache variables. ##
... ...
@@ -1205,16 +1283,45 @@ _ASBOX
1205 1205
     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1206 1206
     *ac_space=\ *)
1207 1207
       sed -n \
1208
-        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1209
-    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1208
+	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1209
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1210 1210
       ;;
1211 1211
     *)
1212 1212
       sed -n \
1213
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1213
+	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1214 1214
       ;;
1215 1215
     esac;
1216 1216
 }
1217 1217
     echo
1218
+
1219
+    cat <<\_ASBOX
1220
+## ----------------- ##
1221
+## Output variables. ##
1222
+## ----------------- ##
1223
+_ASBOX
1224
+    echo
1225
+    for ac_var in $ac_subst_vars
1226
+    do
1227
+      eval ac_val=$`echo $ac_var`
1228
+      echo "$ac_var='"'"'$ac_val'"'"'"
1229
+    done | sort
1230
+    echo
1231
+
1232
+    if test -n "$ac_subst_files"; then
1233
+      cat <<\_ASBOX
1234
+## ------------- ##
1235
+## Output files. ##
1236
+## ------------- ##
1237
+_ASBOX
1238
+      echo
1239
+      for ac_var in $ac_subst_files
1240
+      do
1241
+	eval ac_val=$`echo $ac_var`
1242
+	echo "$ac_var='"'"'$ac_val'"'"'"
1243
+      done | sort
1244
+      echo
1245
+    fi
1246
+
1218 1247
     if test -s confdefs.h; then
1219 1248
       cat <<\_ASBOX
1220 1249
 ## ----------- ##
... ...
@@ -1222,14 +1329,14 @@ _ASBOX
1222 1222
 ## ----------- ##
1223 1223
 _ASBOX
1224 1224
       echo
1225
-      sed "/^$/d" confdefs.h
1225
+      sed "/^$/d" confdefs.h | sort
1226 1226
       echo
1227 1227
     fi
1228 1228
     test "$ac_signal" != 0 &&
1229 1229
       echo "$as_me: caught signal $ac_signal"
1230 1230
     echo "$as_me: exit $exit_status"
1231 1231
   } >&5
1232
-  rm -f core core.* *.core &&
1232
+  rm -f core *.core &&
1233 1233
   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1234 1234
     exit $exit_status
1235 1235
      ' 0
... ...
@@ -1309,7 +1416,7 @@ fi
1309 1309
 # value.
1310 1310
 ac_cache_corrupted=false
1311 1311
 for ac_var in `(set) 2>&1 |
1312
-               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1312
+	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1313 1313
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1314 1314
   eval ac_new_set=\$ac_env_${ac_var}_set
1315 1315
   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
... ...
@@ -1326,13 +1433,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1326 1326
     ,);;
1327 1327
     *)
1328 1328
       if test "x$ac_old_val" != "x$ac_new_val"; then
1329
-        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1329
+	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1330 1330
 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1331
-        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1331
+	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1332 1332
 echo "$as_me:   former value:  $ac_old_val" >&2;}
1333
-        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1333
+	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1334 1334
 echo "$as_me:   current value: $ac_new_val" >&2;}
1335
-        ac_cache_corrupted=:
1335
+	ac_cache_corrupted=:
1336 1336
       fi;;
1337 1337
   esac
1338 1338
   # Pass precious variables to config.status.
... ...
@@ -1379,6 +1486,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1379 1379
 
1380 1380
 
1381 1381
 
1382
+
1382 1383
 ac_aux_dir=
1383 1384
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1384 1385
   if test -f $ac_dir/install-sh; then
... ...
@@ -1673,7 +1781,7 @@ do
1673 1673
 done
1674 1674
 
1675 1675
 
1676
-am__api_version="1.6"
1676
+am__api_version="1.8"
1677 1677
 # Find a good install program.  We prefer a C program (faster),
1678 1678
 # so one script is as good as another.  But avoid the broken or
1679 1679
 # incompatible versions:
... ...
@@ -1685,6 +1793,7 @@ am__api_version="1.6"
1685 1685
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1686 1686
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1687 1687
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1688
+# OS/2's system install, which has a completely different semantic
1688 1689
 # ./install, which can be erroneously created by make from ./install.sh.
1689 1690
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1690 1691
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
... ...
@@ -1701,6 +1810,7 @@ do
1701 1701
 case $as_dir/ in
1702 1702
   ./ | .// | /cC/* | \
1703 1703
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1704
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1704 1705
   /usr/ucb/* ) ;;
1705 1706
   *)
1706 1707
     # OSF1 and SCO ODT 3.0 have their own names for install.
... ...
@@ -1708,20 +1818,20 @@ case $as_dir/ in
1708 1708
     # by default.
1709 1709
     for ac_prog in ginstall scoinst install; do
1710 1710
       for ac_exec_ext in '' $ac_executable_extensions; do
1711
-        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1712
-          if test $ac_prog = install &&
1713
-            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1714
-            # AIX install.  It has an incompatible calling convention.
1715
-            :
1716
-          elif test $ac_prog = install &&
1717
-            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1718
-            # program-specific install script used by HP pwplus--don't use.
1719
-            :
1720
-          else
1721
-            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1722
-            break 3
1723
-          fi
1724
-        fi
1711
+	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1712
+	  if test $ac_prog = install &&
1713
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1714
+	    # AIX install.  It has an incompatible calling convention.
1715
+	    :
1716
+	  elif test $ac_prog = install &&
1717
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1718
+	    # program-specific install script used by HP pwplus--don't use.
1719
+	    :
1720
+	  else
1721
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1722
+	    break 3
1723
+	  fi
1724
+	fi
1725 1725
       done
1726 1726
     done
1727 1727
     ;;
... ...
@@ -1809,7 +1919,6 @@ _ACEOF
1809 1809
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1810 1810
 rm conftest.sed
1811 1811
 
1812
-
1813 1812
 # expand $ac_aux_dir to an absolute path
1814 1813
 am_aux_dir=`cd $ac_aux_dir && pwd`
1815 1814
 
... ...
@@ -1823,6 +1932,31 @@ else
1823 1823
 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1824 1824
 fi
1825 1825
 
1826
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1827
+  # Keeping the `.' argument allows $(mkdir_p) to be used without
1828
+  # argument.  Indeed, we sometimes output rules like
1829
+  #   $(mkdir_p) $(somedir)
1830
+  # where $(somedir) is conditionally defined.
1831
+  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1832
+  # expensive solution, as it forces Make to start a sub-shell.)
1833
+  mkdir_p='mkdir -p -- .'
1834
+else
1835
+  # On NextStep and OpenStep, the `mkdir' command does not
1836
+  # recognize any option.  It will interpret all options as
1837
+  # directories to create, and then abort because `.' already
1838
+  # exists.
1839
+  for d in ./-p ./--version;
1840
+  do
1841
+    test -d $d && rmdir $d
1842
+  done
1843
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1844
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
1845
+    mkdir_p='$(mkinstalldirs)'
1846
+  else
1847
+    mkdir_p='$(install_sh) -d'
1848
+  fi
1849
+fi
1850
+
1826 1851
 for ac_prog in gawk mawk nawk awk
1827 1852
 do
1828 1853
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -1863,15 +1997,15 @@ fi
1863 1863
   test -n "$AWK" && break
1864 1864
 done
1865 1865
 
1866
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
1867
-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
1868
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1866
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1867
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1868
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1869 1869
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1870 1870
   echo $ECHO_N "(cached) $ECHO_C" >&6
1871 1871
 else
1872 1872
   cat >conftest.make <<\_ACEOF
1873 1873
 all:
1874
-	@echo 'ac_maketemp="${MAKE}"'
1874
+	@echo 'ac_maketemp="$(MAKE)"'
1875 1875
 _ACEOF
1876 1876
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1877 1877
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
... ...
@@ -1892,7 +2026,16 @@ echo "${ECHO_T}no" >&6
1892 1892
   SET_MAKE="MAKE=${MAKE-make}"
1893 1893
 fi
1894 1894
 
1895
- # test to see if srcdir already configured
1895
+rm -rf .tst 2>/dev/null
1896
+mkdir .tst 2>/dev/null
1897
+if test -d .tst; then
1898
+  am__leading_dot=.
1899
+else
1900
+  am__leading_dot=_
1901
+fi
1902
+rmdir .tst 2>/dev/null
1903
+
1904
+# test to see if srcdir already configured
1896 1905
 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1897 1906
    test -f $srcdir/config.status; then
1898 1907
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
... ...
@@ -1900,6 +2043,16 @@ echo "$as_me: error: source directory already configured; run \"make distclean\"
1900 1900
    { (exit 1); exit 1; }; }
1901 1901
 fi
1902 1902
 
1903
+# test whether we have cygpath
1904
+if test -z "$CYGPATH_W"; then
1905
+  if (cygpath --version) >/dev/null 2>/dev/null; then
1906
+    CYGPATH_W='cygpath -w'
1907
+  else
1908
+    CYGPATH_W=echo
1909
+  fi
1910
+fi
1911
+
1912
+
1903 1913
 # Define the identity of the package.
1904 1914
  PACKAGE=clamav
1905 1915
  VERSION="devel-`date +%Y%m%d`"
... ...
@@ -2028,11 +2181,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2028 2028
 
2029 2029
 
2030 2030
 
2031
-# Add the stamp file to the list of files AC keeps track of,
2032
-# along with our hook.
2033
-ac_config_headers="$ac_config_headers clamav-config.h"
2034
-
2035
-
2031
+          ac_config_headers="$ac_config_headers clamav-config.h"
2036 2032
 
2037 2033
 
2038 2034
 LC_CURRENT=1
... ...
@@ -2285,9 +2434,7 @@ if test $ac_prog_rejected = yes; then
2285 2285
     # However, it has the same basename, so the bogon will be chosen
2286 2286
     # first if we set CC to just the basename; use the full file name.
2287 2287
     shift
2288
-    set dummy "$as_dir/$ac_word" ${1+"$@"}
2289
-    shift
2290
-    ac_cv_prog_CC="$@"
2288
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2291 2289
   fi
2292 2290
 fi
2293 2291
 fi
... ...
@@ -2392,8 +2539,10 @@ fi
2392 2392
 fi
2393 2393
 
2394 2394
 
2395
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
2396
-echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
2395
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2396
+See \`config.log' for more details." >&5
2397
+echo "$as_me: error: no acceptable C compiler found in \$PATH
2398
+See \`config.log' for more details." >&2;}
2397 2399
    { (exit 1); exit 1; }; }
2398 2400
 
2399 2401
 # Provide some information about the compiler.
... ...
@@ -2417,15 +2566,12 @@ ac_compiler=`set X $ac_compile; echo $2`
2417 2417
   (exit $ac_status); }
2418 2418
 
2419 2419
 cat >conftest.$ac_ext <<_ACEOF
2420
-#line $LINENO "configure"
2421
-#include "confdefs.h"
2420
+/* confdefs.h.  */
2421
+_ACEOF
2422
+cat confdefs.h >>conftest.$ac_ext
2423
+cat >>conftest.$ac_ext <<_ACEOF
2424
+/* end confdefs.h.  */
2422 2425
 
2423
-#ifdef F77_DUMMY_MAIN
2424
-#  ifdef __cplusplus
2425
-     extern "C"
2426
-#  endif
2427
-   int F77_DUMMY_MAIN() { return 1; }
2428
-#endif
2429 2426
 int
2430 2427
 main ()
2431 2428
 {
... ...
@@ -2435,12 +2581,12 @@ main ()
2435 2435
 }
2436 2436
 _ACEOF
2437 2437
 ac_clean_files_save=$ac_clean_files
2438
-ac_clean_files="$ac_clean_files a.out a.exe"
2438
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
2439 2439
 # Try to create an executable without -o first, disregard a.out.
2440 2440
 # It will help us diagnose broken compilers, and finding out an intuition
2441 2441
 # of exeext.
2442
-echo "$as_me:$LINENO: checking for C compiler default output" >&5
2443
-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2442
+echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2443
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2444 2444
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2445 2445
 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2446 2446
   (eval $ac_link_default) 2>&5
... ...
@@ -2454,26 +2600,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2454 2454
 # Be careful to initialize this variable, since it used to be cached.
2455 2455
 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2456 2456
 ac_cv_exeext=
2457
-for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
2458
-                ls a.out conftest 2>/dev/null;
2459
-                ls a.* conftest.* 2>/dev/null`; do
2457
+# b.out is created by i960 compilers.
2458
+for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2459
+do
2460
+  test -f "$ac_file" || continue
2460 2461
   case $ac_file in
2461
-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
2462
-    a.out ) # We found the default executable, but exeext='' is most
2463
-            # certainly right.
2464
-            break;;
2465
-    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2466
-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
2467
-          export ac_cv_exeext
2468
-          break;;
2469
-    * ) break;;
2462
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2463
+	;;
2464
+    conftest.$ac_ext )
2465
+	# This is the source file.
2466
+	;;
2467
+    [ab].out )
2468
+	# We found the default executable, but exeext='' is most
2469
+	# certainly right.
2470
+	break;;
2471
+    *.* )
2472
+	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2473
+	# FIXME: I believe we export ac_cv_exeext for Libtool,
2474
+	# but it would be cool to find out if it's true.  Does anybody
2475
+	# maintain Libtool? --akim.
2476
+	export ac_cv_exeext
2477
+	break;;
2478
+    * )
2479
+	break;;
2470 2480
   esac
2471 2481
 done
2472 2482
 else
2473 2483
   echo "$as_me: failed program was:" >&5
2474
-cat conftest.$ac_ext >&5
2475
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
2476
-echo "$as_me: error: C compiler cannot create executables" >&2;}
2484
+sed 's/^/| /' conftest.$ac_ext >&5
2485
+
2486
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2487
+See \`config.log' for more details." >&5
2488
+echo "$as_me: error: C compiler cannot create executables
2489
+See \`config.log' for more details." >&2;}
2477 2490
    { (exit 77); exit 77; }; }
2478 2491
 fi
2479 2492
 
... ...
@@ -2500,9 +2659,11 @@ if test "$cross_compiling" != yes; then
2500 2500
 	cross_compiling=yes
2501 2501
     else
2502 2502
 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2503
-If you meant to cross compile, use \`--host'." >&5
2503
+If you meant to cross compile, use \`--host'.
2504
+See \`config.log' for more details." >&5
2504 2505
 echo "$as_me: error: cannot run C compiled programs.
2505
-If you meant to cross compile, use \`--host'." >&2;}
2506
+If you meant to cross compile, use \`--host'.
2507
+See \`config.log' for more details." >&2;}
2506 2508
    { (exit 1); exit 1; }; }
2507 2509
     fi
2508 2510
   fi
... ...
@@ -2510,7 +2671,7 @@ fi
2510 2510
 echo "$as_me:$LINENO: result: yes" >&5
2511 2511
 echo "${ECHO_T}yes" >&6
2512 2512
 
2513
-rm -f a.out a.exe conftest$ac_cv_exeext
2513
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
2514 2514
 ac_clean_files=$ac_clean_files_save
2515 2515
 # Check the compiler produces executables we can run.  If not, either
2516 2516
 # the compiler is broken, or we cross compile.
... ...
@@ -2530,18 +2691,21 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2530 2530
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2531 2531
 # work properly (i.e., refer to `conftest.exe'), while it won't with
2532 2532
 # `rm'.
2533
-for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2533
+for ac_file in conftest.exe conftest conftest.*; do
2534
+  test -f "$ac_file" || continue
2534 2535
   case $ac_file in
2535
-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
2536
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2536 2537
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2537
-          export ac_cv_exeext
2538
-          break;;
2538
+	  export ac_cv_exeext
2539
+	  break;;
2539 2540
     * ) break;;
2540 2541
   esac
2541 2542
 done
2542 2543
 else
2543
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
2544
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
2544
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2545
+See \`config.log' for more details." >&5
2546
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2547
+See \`config.log' for more details." >&2;}
2545 2548
    { (exit 1); exit 1; }; }
2546 2549
 fi
2547 2550
 
... ...
@@ -2558,15 +2722,12 @@ if test "${ac_cv_objext+set}" = set; then
2558 2558
   echo $ECHO_N "(cached) $ECHO_C" >&6
2559 2559
 else
2560 2560
   cat >conftest.$ac_ext <<_ACEOF
2561
-#line $LINENO "configure"
2562
-#include "confdefs.h"
2561
+/* confdefs.h.  */
2562
+_ACEOF
2563
+cat confdefs.h >>conftest.$ac_ext
2564
+cat >>conftest.$ac_ext <<_ACEOF
2565
+/* end confdefs.h.  */
2563 2566
 
2564
-#ifdef F77_DUMMY_MAIN
2565
-#  ifdef __cplusplus
2566
-     extern "C"
2567
-#  endif
2568
-   int F77_DUMMY_MAIN() { return 1; }
2569
-#endif
2570 2567
 int
2571 2568
 main ()
2572 2569
 {
... ...
@@ -2583,16 +2744,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2583 2583
   (exit $ac_status); }; then
2584 2584
   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2585 2585
   case $ac_file in
2586
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
2586
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2587 2587
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2588 2588
        break;;
2589 2589
   esac
2590 2590
 done
2591 2591
 else
2592 2592
   echo "$as_me: failed program was:" >&5
2593
-cat conftest.$ac_ext >&5
2594
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
2595
-echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
2593
+sed 's/^/| /' conftest.$ac_ext >&5
2594
+
2595
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2596
+See \`config.log' for more details." >&5
2597
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
2598
+See \`config.log' for more details." >&2;}
2596 2599
    { (exit 1); exit 1; }; }
2597 2600
 fi
2598 2601
 
... ...
@@ -2608,15 +2772,12 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
2608 2608
   echo $ECHO_N "(cached) $ECHO_C" >&6
2609 2609
 else
2610 2610
   cat >conftest.$ac_ext <<_ACEOF
2611
-#line $LINENO "configure"
2612
-#include "confdefs.h"
2611
+/* confdefs.h.  */
2612
+_ACEOF
2613
+cat confdefs.h >>conftest.$ac_ext
2614
+cat >>conftest.$ac_ext <<_ACEOF
2615
+/* end confdefs.h.  */
2613 2616
 
2614
-#ifdef F77_DUMMY_MAIN
2615
-#  ifdef __cplusplus
2616
-     extern "C"
2617
-#  endif
2618
-   int F77_DUMMY_MAIN() { return 1; }
2619
-#endif
2620 2617
 int
2621 2618
 main ()
2622 2619
 {
... ...
@@ -2630,11 +2791,20 @@ main ()
2630 2630
 _ACEOF
2631 2631
 rm -f conftest.$ac_objext
2632 2632
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2633
-  (eval $ac_compile) 2>&5
2633
+  (eval $ac_compile) 2>conftest.er1
2634 2634
   ac_status=$?
2635
+  grep -v '^ *+' conftest.er1 >conftest.err
2636
+  rm -f conftest.er1
2637
+  cat conftest.err >&5
2635 2638
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2636 2639
   (exit $ac_status); } &&
2637
-         { ac_try='test -s conftest.$ac_objext'
2640
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2641
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2642
+  (eval $ac_try) 2>&5
2643
+  ac_status=$?
2644
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2645
+  (exit $ac_status); }; } &&
2646
+	 { ac_try='test -s conftest.$ac_objext'
2638 2647
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2639 2648
   (eval $ac_try) 2>&5
2640 2649
   ac_status=$?
... ...
@@ -2643,10 +2813,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2643 2643
   ac_compiler_gnu=yes
2644 2644
 else
2645 2645
   echo "$as_me: failed program was:" >&5
2646
-cat conftest.$ac_ext >&5
2646
+sed 's/^/| /' conftest.$ac_ext >&5
2647
+
2647 2648
 ac_compiler_gnu=no
2648 2649
 fi
2649
-rm -f conftest.$ac_objext conftest.$ac_ext
2650
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2650 2651
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2651 2652
 
2652 2653
 fi
... ...
@@ -2662,15 +2833,12 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
2662 2662
   echo $ECHO_N "(cached) $ECHO_C" >&6
2663 2663
 else
2664 2664
   cat >conftest.$ac_ext <<_ACEOF
2665
-#line $LINENO "configure"
2666
-#include "confdefs.h"
2665
+/* confdefs.h.  */
2666
+_ACEOF
2667
+cat confdefs.h >>conftest.$ac_ext
2668
+cat >>conftest.$ac_ext <<_ACEOF
2669
+/* end confdefs.h.  */
2667 2670
 
2668
-#ifdef F77_DUMMY_MAIN
2669
-#  ifdef __cplusplus
2670
-     extern "C"
2671
-#  endif
2672
-   int F77_DUMMY_MAIN() { return 1; }
2673
-#endif
2674 2671
 int
2675 2672
 main ()
2676 2673
 {
... ...
@@ -2681,11 +2849,20 @@ main ()
2681 2681
 _ACEOF
2682 2682
 rm -f conftest.$ac_objext
2683 2683
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2684
-  (eval $ac_compile) 2>&5
2684
+  (eval $ac_compile) 2>conftest.er1
2685 2685
   ac_status=$?
2686
+  grep -v '^ *+' conftest.er1 >conftest.err
2687
+  rm -f conftest.er1
2688
+  cat conftest.err >&5
2686 2689
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 2690
   (exit $ac_status); } &&
2688
-         { ac_try='test -s conftest.$ac_objext'
2691
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2692
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2693
+  (eval $ac_try) 2>&5
2694
+  ac_status=$?
2695
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2696
+  (exit $ac_status); }; } &&
2697
+	 { ac_try='test -s conftest.$ac_objext'
2689 2698
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2690 2699
   (eval $ac_try) 2>&5
2691 2700
   ac_status=$?
... ...
@@ -2694,10 +2871,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2694 2694
   ac_cv_prog_cc_g=yes
2695 2695
 else
2696 2696
   echo "$as_me: failed program was:" >&5
2697
-cat conftest.$ac_ext >&5
2697
+sed 's/^/| /' conftest.$ac_ext >&5
2698
+
2698 2699
 ac_cv_prog_cc_g=no
2699 2700
 fi
2700
-rm -f conftest.$ac_objext conftest.$ac_ext
2701
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2701 2702
 fi
2702 2703
 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2703 2704
 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
... ...
@@ -2716,6 +2894,120 @@ else
2716 2716
     CFLAGS=
2717 2717
   fi
2718 2718
 fi
2719
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2720
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2721
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
2722
+  echo $ECHO_N "(cached) $ECHO_C" >&6
2723
+else
2724
+  ac_cv_prog_cc_stdc=no
2725
+ac_save_CC=$CC
2726
+cat >conftest.$ac_ext <<_ACEOF
2727
+/* confdefs.h.  */
2728
+_ACEOF
2729
+cat confdefs.h >>conftest.$ac_ext
2730
+cat >>conftest.$ac_ext <<_ACEOF
2731
+/* end confdefs.h.  */
2732
+#include <stdarg.h>
2733
+#include <stdio.h>
2734
+#include <sys/types.h>
2735
+#include <sys/stat.h>
2736
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2737
+struct buf { int x; };
2738
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
2739
+static char *e (p, i)
2740
+     char **p;
2741
+     int i;
2742
+{
2743
+  return p[i];
2744
+}
2745
+static char *f (char * (*g) (char **, int), char **p, ...)
2746
+{
2747
+  char *s;
2748
+  va_list v;
2749
+  va_start (v,p);
2750
+  s = g (p, va_arg (v,int));
2751
+  va_end (v);
2752
+  return s;
2753
+}
2754
+
2755
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2756
+   function prototypes and stuff, but not '\xHH' hex character constants.
2757
+   These don't provoke an error unfortunately, instead are silently treated
2758
+   as 'x'.  The following induces an error, until -std1 is added to get
2759
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2760
+   array size at least.  It's necessary to write '\x00'==0 to get something
2761
+   that's true only with -std1.  */
2762
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2763
+
2764
+int test (int i, double x);
2765
+struct s1 {int (*f) (int a);};
2766
+struct s2 {int (*f) (double a);};
2767
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2768
+int argc;
2769
+char **argv;
2770
+int
2771
+main ()
2772
+{
2773
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2774
+  ;
2775
+  return 0;
2776
+}
2777
+_ACEOF
2778
+# Don't try gcc -ansi; that turns off useful extensions and
2779
+# breaks some systems' header files.
2780
+# AIX			-qlanglvl=ansi
2781
+# Ultrix and OSF/1	-std1
2782
+# HP-UX 10.20 and later	-Ae
2783
+# HP-UX older versions	-Aa -D_HPUX_SOURCE
2784
+# SVR4			-Xc -D__EXTENSIONS__
2785
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2786
+do
2787
+  CC="$ac_save_CC $ac_arg"
2788
+  rm -f conftest.$ac_objext
2789
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2790
+  (eval $ac_compile) 2>conftest.er1
2791
+  ac_status=$?
2792
+  grep -v '^ *+' conftest.er1 >conftest.err
2793
+  rm -f conftest.er1
2794
+  cat conftest.err >&5
2795
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796
+  (exit $ac_status); } &&
2797
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2798
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799
+  (eval $ac_try) 2>&5
2800
+  ac_status=$?
2801
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802
+  (exit $ac_status); }; } &&
2803
+	 { ac_try='test -s conftest.$ac_objext'
2804
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2805
+  (eval $ac_try) 2>&5
2806
+  ac_status=$?
2807
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2808
+  (exit $ac_status); }; }; then
2809
+  ac_cv_prog_cc_stdc=$ac_arg
2810
+break
2811
+else
2812
+  echo "$as_me: failed program was:" >&5
2813
+sed 's/^/| /' conftest.$ac_ext >&5
2814
+
2815
+fi
2816
+rm -f conftest.err conftest.$ac_objext
2817
+done
2818
+rm -f conftest.$ac_ext conftest.$ac_objext
2819
+CC=$ac_save_CC
2820
+
2821
+fi
2822
+
2823
+case "x$ac_cv_prog_cc_stdc" in
2824
+  x|xno)
2825
+    echo "$as_me:$LINENO: result: none needed" >&5
2826
+echo "${ECHO_T}none needed" >&6 ;;
2827
+  *)
2828
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2829
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2830
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
2831
+esac
2832
+
2719 2833
 # Some people use a C++ compiler to compile C.  Since we use `exit',
2720 2834
 # in C++ we need to declare it.  In case someone uses the same compiler
2721 2835
 # for both compiling C and C++ we need to have the C++ compiler decide
... ...
@@ -2727,19 +3019,27 @@ cat >conftest.$ac_ext <<_ACEOF
2727 2727
 _ACEOF
2728 2728
 rm -f conftest.$ac_objext
2729 2729
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2730
-  (eval $ac_compile) 2>&5
2730
+  (eval $ac_compile) 2>conftest.er1
2731 2731
   ac_status=$?
2732
+  grep -v '^ *+' conftest.er1 >conftest.err
2733
+  rm -f conftest.er1
2734
+  cat conftest.err >&5
2732 2735
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2733 2736
   (exit $ac_status); } &&
2734
-         { ac_try='test -s conftest.$ac_objext'
2737
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2738
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2739
+  (eval $ac_try) 2>&5
2740
+  ac_status=$?
2741
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742
+  (exit $ac_status); }; } &&
2743
+	 { ac_try='test -s conftest.$ac_objext'
2735 2744
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2736 2745
   (eval $ac_try) 2>&5
2737 2746
   ac_status=$?
2738 2747
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2739 2748
   (exit $ac_status); }; }; then
2740 2749
   for ac_declaration in \
2741
-   ''\
2742
-   '#include <stdlib.h>' \
2750
+   '' \
2743 2751
    'extern "C" void std::exit (int) throw (); using std::exit;' \
2744 2752
    'extern "C" void std::exit (int); using std::exit;' \
2745 2753
    'extern "C" void exit (int) throw ();' \
... ...
@@ -2747,16 +3047,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2747 2747
    'void exit (int);'
2748 2748
 do
2749 2749
   cat >conftest.$ac_ext <<_ACEOF
2750
-#line $LINENO "configure"
2751
-#include "confdefs.h"
2752
-#include <stdlib.h>
2750
+/* confdefs.h.  */
2751
+_ACEOF
2752
+cat confdefs.h >>conftest.$ac_ext
2753
+cat >>conftest.$ac_ext <<_ACEOF
2754
+/* end confdefs.h.  */
2753 2755
 $ac_declaration
2754
-#ifdef F77_DUMMY_MAIN
2755
-#  ifdef __cplusplus
2756
-     extern "C"
2757
-#  endif
2758
-   int F77_DUMMY_MAIN() { return 1; }
2759
-#endif
2756
+#include <stdlib.h>
2760 2757
 int
2761 2758
 main ()
2762 2759
 {
... ...
@@ -2767,11 +3064,20 @@ exit (42);
2767 2767
 _ACEOF
2768 2768
 rm -f conftest.$ac_objext
2769 2769
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2770
-  (eval $ac_compile) 2>&5
2770
+  (eval $ac_compile) 2>conftest.er1
2771 2771
   ac_status=$?
2772
+  grep -v '^ *+' conftest.er1 >conftest.err
2773
+  rm -f conftest.er1
2774
+  cat conftest.err >&5
2772 2775
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2773 2776
   (exit $ac_status); } &&
2774
-         { ac_try='test -s conftest.$ac_objext'
2777
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2778
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2779
+  (eval $ac_try) 2>&5
2780
+  ac_status=$?
2781
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782
+  (exit $ac_status); }; } &&
2783
+	 { ac_try='test -s conftest.$ac_objext'
2775 2784
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2776 2785
   (eval $ac_try) 2>&5
2777 2786
   ac_status=$?
... ...
@@ -2780,20 +3086,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2780 2780
   :
2781 2781
 else
2782 2782
   echo "$as_me: failed program was:" >&5
2783
-cat conftest.$ac_ext >&5
2783
+sed 's/^/| /' conftest.$ac_ext >&5
2784
+
2784 2785
 continue
2785 2786
 fi
2786
-rm -f conftest.$ac_objext conftest.$ac_ext
2787
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2787 2788
   cat >conftest.$ac_ext <<_ACEOF
2788
-#line $LINENO "configure"
2789
-#include "confdefs.h"
2789
+/* confdefs.h.  */
2790
+_ACEOF
2791
+cat confdefs.h >>conftest.$ac_ext
2792
+cat >>conftest.$ac_ext <<_ACEOF
2793
+/* end confdefs.h.  */
2790 2794
 $ac_declaration
2791
-#ifdef F77_DUMMY_MAIN
2792
-#  ifdef __cplusplus
2793
-     extern "C"
2794
-#  endif
2795
-   int F77_DUMMY_MAIN() { return 1; }
2796
-#endif
2797 2795
 int
2798 2796
 main ()
2799 2797
 {
... ...
@@ -2804,11 +3108,20 @@ exit (42);
2804 2804
 _ACEOF
2805 2805
 rm -f conftest.$ac_objext
2806 2806
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2807
-  (eval $ac_compile) 2>&5
2807
+  (eval $ac_compile) 2>conftest.er1
2808 2808
   ac_status=$?
2809
+  grep -v '^ *+' conftest.er1 >conftest.err
2810
+  rm -f conftest.er1
2811
+  cat conftest.err >&5
2809 2812
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 2813
   (exit $ac_status); } &&
2811
-         { ac_try='test -s conftest.$ac_objext'
2814
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
2815
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2816
+  (eval $ac_try) 2>&5
2817
+  ac_status=$?
2818
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2819
+  (exit $ac_status); }; } &&
2820
+	 { ac_try='test -s conftest.$ac_objext'
2812 2821
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2813 2822
   (eval $ac_try) 2>&5
2814 2823
   ac_status=$?
... ...
@@ -2817,9 +3130,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2817 2817
   break
2818 2818
 else
2819 2819
   echo "$as_me: failed program was:" >&5
2820
-cat conftest.$ac_ext >&5
2820
+sed 's/^/| /' conftest.$ac_ext >&5
2821
+
2821 2822
 fi
2822
-rm -f conftest.$ac_objext conftest.$ac_ext
2823
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2823 2824
 done
2824 2825
 rm -f conftest*
2825 2826
 if test -n "$ac_declaration"; then
... ...
@@ -2830,32 +3144,25 @@ fi
2830 2830
 
2831 2831
 else
2832 2832
   echo "$as_me: failed program was:" >&5
2833
-cat conftest.$ac_ext >&5
2833
+sed 's/^/| /' conftest.$ac_ext >&5
2834
+
2834 2835
 fi
2835
-rm -f conftest.$ac_objext conftest.$ac_ext
2836
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2836 2837
 ac_ext=c
2837 2838
 ac_cpp='$CPP $CPPFLAGS'
2838 2839
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2839 2840
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2840 2841
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2841
-rm -f .deps 2>/dev/null
2842
-mkdir .deps 2>/dev/null
2843
-if test -d .deps; then
2844
-  DEPDIR=.deps
2845
-else
2846
-  # MS-DOS does not allow filenames that begin with a dot.
2847
-  DEPDIR=_deps
2848
-fi
2849
-rmdir .deps 2>/dev/null
2850
-
2842
+DEPDIR="${am__leading_dot}deps"
2851 2843
 
2852
-ac_config_commands="$ac_config_commands depfiles"
2844
+          ac_config_commands="$ac_config_commands depfiles"
2853 2845
 
2854 2846
 
2855 2847
 am_make=${MAKE-make}
2856 2848
 cat > confinc << 'END'
2857
-doit:
2849
+am__doit:
2858 2850
 	@echo done
2851
+.PHONY: am__doit
2859 2852
 END
2860 2853
 # If we don't find an include directive, just comment out the code.
2861 2854
 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
... ...
@@ -2870,7 +3177,7 @@ echo "include confinc" > confmf
2870 2870
 # In particular we don't look at `^make:' because GNU make might
2871 2871
 # be invoked under some other name (usually "gmake"), in which
2872 2872
 # case it prints its new name instead of `make'.
2873
-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
2873
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2874 2874
    am__include=include
2875 2875
    am__quote=
2876 2876
    _am_result=GNU
... ...
@@ -2930,18 +3237,34 @@ else
2930 2930
   # using a relative directory.
2931 2931
   cp "$am_depcomp" conftest.dir
2932 2932
   cd conftest.dir
2933
+  # We will build objects and dependencies in a subdirectory because
2934
+  # it helps to detect inapplicable dependency modes.  For instance
2935
+  # both Tru64's cc and ICC support -MD to output dependencies as a
2936
+  # side effect of compilation, but ICC will put the dependencies in
2937
+  # the current directory while Tru64 will put them in the object
2938
+  # directory.
2939
+  mkdir sub
2933 2940
 
2934 2941
   am_cv_CC_dependencies_compiler_type=none
2935 2942
   if test "$am_compiler_list" = ""; then
2936 2943
      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2937 2944
   fi
2938 2945
   for depmode in $am_compiler_list; do
2946
+    # Setup a source with many dependencies, because some compilers
2947
+    # like to wrap large dependency lists on column 80 (with \), and
2948
+    # we should not choose a depcomp mode which is confused by this.
2949
+    #
2939 2950
     # We need to recreate these files for each test, as the compiler may
2940 2951
     # overwrite some of them when testing with obscure command lines.
2941 2952
     # This happens at least with the AIX C compiler.
2942
-    echo '#include "conftest.h"' > conftest.c
2943
-    echo 'int i;' > conftest.h
2944
-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
2953
+    : > sub/conftest.c
2954
+    for i in 1 2 3 4 5 6; do
2955
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2956
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2957
+      # Solaris 8's {/usr,}/bin/sh.
2958
+      touch sub/conftst$i.h
2959
+    done
2960
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2945 2961
 
2946 2962
     case $depmode in
2947 2963
     nosideeffect)
... ...
@@ -2959,13 +3282,20 @@ else
2959 2959
     # mode.  It turns out that the SunPro C++ compiler does not properly
2960 2960
     # handle `-M -o', and we need to detect this.
2961 2961
     if depmode=$depmode \
2962
-       source=conftest.c object=conftest.o \
2963
-       depfile=conftest.Po tmpdepfile=conftest.TPo \
2964
-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
2965
-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
2962
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2963
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2964
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2965
+         >/dev/null 2>conftest.err &&
2966
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2967
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2966 2968
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2967
-      am_cv_CC_dependencies_compiler_type=$depmode
2968
-      break
2969
+      # icc doesn't choke on unknown options, it will just issue warnings
2970
+      # (even with -Werror).  So we grep stderr for any message
2971
+      # that says an option was ignored.
2972
+      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2973
+        am_cv_CC_dependencies_compiler_type=$depmode
2974
+        break
2975
+      fi
2969 2976
     fi
2970 2977
   done
2971 2978
 
... ...
@@ -2981,6 +3311,18 @@ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2981 2981
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2982 2982
 
2983 2983
 
2984
+
2985
+if
2986
+  test "x$enable_dependency_tracking" != xno \
2987
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2988
+  am__fastdepCC_TRUE=
2989
+  am__fastdepCC_FALSE='#'
2990
+else
2991
+  am__fastdepCC_TRUE='#'
2992
+  am__fastdepCC_FALSE=
2993
+fi
2994
+
2995
+
2984 2996
 # Find a good install program.  We prefer a C program (faster),
2985 2997
 # so one script is as good as another.  But avoid the broken or
2986 2998
 # incompatible versions:
... ...
@@ -2992,6 +3334,7 @@ CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2992 2992
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2993 2993
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2994 2994
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2995
+# OS/2's system install, which has a completely different semantic
2995 2996
 # ./install, which can be erroneously created by make from ./install.sh.
2996 2997
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2997 2998
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
... ...
@@ -3008,6 +3351,7 @@ do
3008 3008
 case $as_dir/ in
3009 3009
   ./ | .// | /cC/* | \
3010 3010
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3011
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3011 3012
   /usr/ucb/* ) ;;
3012 3013
   *)
3013 3014
     # OSF1 and SCO ODT 3.0 have their own names for install.
... ...
@@ -3015,20 +3359,20 @@ case $as_dir/ in
3015 3015
     # by default.
3016 3016
     for ac_prog in ginstall scoinst install; do
3017 3017
       for ac_exec_ext in '' $ac_executable_extensions; do
3018
-        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3019
-          if test $ac_prog = install &&
3020
-            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3021
-            # AIX install.  It has an incompatible calling convention.
3022
-            :
3023
-          elif test $ac_prog = install &&
3024
-            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3025
-            # program-specific install script used by HP pwplus--don't use.
3026
-            :
3027
-          else
3028
-            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3029
-            break 3
3030
-          fi
3031
-        fi
3018
+	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3019
+	  if test $ac_prog = install &&
3020
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3021
+	    # AIX install.  It has an incompatible calling convention.
3022
+	    :
3023
+	  elif test $ac_prog = install &&
3024
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3025
+	    # program-specific install script used by HP pwplus--don't use.
3026
+	    :
3027
+	  else
3028
+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3029
+	    break 3
3030
+	  fi
3031
+	fi
3032 3032
       done
3033 3033
     done
3034 3034
     ;;
... ...
@@ -3069,15 +3413,15 @@ else
3069 3069
 echo "${ECHO_T}no, using $LN_S" >&6
3070 3070
 fi
3071 3071
 
3072
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
3073
-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
3074
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
3072
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3073
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3074
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
3075 3075
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3076 3076
   echo $ECHO_N "(cached) $ECHO_C" >&6
3077 3077
 else
3078 3078
   cat >conftest.make <<\_ACEOF
3079 3079
 all:
3080
-	@echo 'ac_maketemp="${MAKE}"'
3080
+	@echo 'ac_maketemp="$(MAKE)"'
3081 3081
 _ACEOF
3082 3082
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3083 3083
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
... ...
@@ -3734,24 +4078,34 @@ for ac_c_preproc_warn_flag in '' yes
3734 3734
 do
3735 3735
   # Use a header file that comes with gcc, so configuring glibc
3736 3736
   # with a fresh cross-compiler works.
3737
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3738
+  # <limits.h> exists even on freestanding compilers.
3737 3739
   # On the NeXT, cc -E runs the code through the compiler's parser,
3738 3740
   # not just through cpp. "Syntax error" is here to catch this case.
3739 3741
   cat >conftest.$ac_ext <<_ACEOF
3740
-#line $LINENO "configure"
3741
-#include "confdefs.h"
3742
-#include <assert.h>
3743
-                     Syntax error
3742
+/* confdefs.h.  */
3743
+_ACEOF
3744
+cat confdefs.h >>conftest.$ac_ext
3745
+cat >>conftest.$ac_ext <<_ACEOF
3746
+/* end confdefs.h.  */
3747
+#ifdef __STDC__
3748
+# include <limits.h>
3749
+#else
3750
+# include <assert.h>
3751
+#endif
3752
+		     Syntax error
3744 3753
 _ACEOF
3745 3754
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3746 3755
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3747 3756
   ac_status=$?
3748
-  egrep -v '^ *\+' conftest.er1 >conftest.err
3757
+  grep -v '^ *+' conftest.er1 >conftest.err
3749 3758
   rm -f conftest.er1
3750 3759
   cat conftest.err >&5
3751 3760
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 3761
   (exit $ac_status); } >/dev/null; then
3753 3762
   if test -s conftest.err; then
3754 3763
     ac_cpp_err=$ac_c_preproc_warn_flag
3764
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3755 3765
   else
3756 3766
     ac_cpp_err=
3757 3767
   fi
... ...
@@ -3762,7 +4116,8 @@ if test -z "$ac_cpp_err"; then
3762 3762
   :
3763 3763
 else
3764 3764
   echo "$as_me: failed program was:" >&5
3765
-  cat conftest.$ac_ext >&5
3765
+sed 's/^/| /' conftest.$ac_ext >&5
3766
+
3766 3767
   # Broken: fails on valid input.
3767 3768
 continue
3768 3769
 fi
... ...
@@ -3771,20 +4126,24 @@ rm -f conftest.err conftest.$ac_ext
3771 3771
   # OK, works on sane cases.  Now check whether non-existent headers
3772 3772
   # can be detected and how.
3773 3773
   cat >conftest.$ac_ext <<_ACEOF
3774
-#line $LINENO "configure"
3775
-#include "confdefs.h"
3774
+/* confdefs.h.  */
3775
+_ACEOF
3776
+cat confdefs.h >>conftest.$ac_ext
3777
+cat >>conftest.$ac_ext <<_ACEOF
3778
+/* end confdefs.h.  */
3776 3779
 #include <ac_nonexistent.h>
3777 3780
 _ACEOF
3778 3781
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3779 3782
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3780 3783
   ac_status=$?
3781
-  egrep -v '^ *\+' conftest.er1 >conftest.err
3784
+  grep -v '^ *+' conftest.er1 >conftest.err
3782 3785
   rm -f conftest.er1
3783 3786
   cat conftest.err >&5
3784 3787
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 3788
   (exit $ac_status); } >/dev/null; then
3786 3789
   if test -s conftest.err; then
3787 3790
     ac_cpp_err=$ac_c_preproc_warn_flag
3791
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3788 3792
   else
3789 3793
     ac_cpp_err=
3790 3794
   fi
... ...
@@ -3796,7 +4155,8 @@ if test -z "$ac_cpp_err"; then
3796 3796
 continue
3797 3797
 else
3798 3798
   echo "$as_me: failed program was:" >&5
3799
-  cat conftest.$ac_ext >&5
3799
+sed 's/^/| /' conftest.$ac_ext >&5
3800
+
3800 3801
   # Passes both tests.
3801 3802
 ac_preproc_ok=:
3802 3803
 break
... ...
@@ -3825,24 +4185,34 @@ for ac_c_preproc_warn_flag in '' yes
3825 3825
 do
3826 3826
   # Use a header file that comes with gcc, so configuring glibc
3827 3827
   # with a fresh cross-compiler works.
3828
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829
+  # <limits.h> exists even on freestanding compilers.
3828 3830
   # On the NeXT, cc -E runs the code through the compiler's parser,
3829 3831
   # not just through cpp. "Syntax error" is here to catch this case.
3830 3832
   cat >conftest.$ac_ext <<_ACEOF
3831
-#line $LINENO "configure"
3832
-#include "confdefs.h"
3833
-#include <assert.h>
3834
-                     Syntax error
3833
+/* confdefs.h.  */
3834
+_ACEOF
3835
+cat confdefs.h >>conftest.$ac_ext
3836
+cat >>conftest.$ac_ext <<_ACEOF
3837
+/* end confdefs.h.  */
3838
+#ifdef __STDC__
3839
+# include <limits.h>
3840
+#else
3841
+# include <assert.h>
3842
+#endif
3843
+		     Syntax error
3835 3844
 _ACEOF
3836 3845
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3837 3846
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3838 3847
   ac_status=$?
3839
-  egrep -v '^ *\+' conftest.er1 >conftest.err
3848
+  grep -v '^ *+' conftest.er1 >conftest.err
3840 3849
   rm -f conftest.er1
3841 3850
   cat conftest.err >&5
3842 3851
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 3852
   (exit $ac_status); } >/dev/null; then
3844 3853
   if test -s conftest.err; then
3845 3854
     ac_cpp_err=$ac_c_preproc_warn_flag
3855
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3846 3856
   else
3847 3857
     ac_cpp_err=
3848 3858
   fi
... ...
@@ -3853,7 +4223,8 @@ if test -z "$ac_cpp_err"; then
3853 3853
   :
3854 3854
 else
3855 3855
   echo "$as_me: failed program was:" >&5
3856
-  cat conftest.$ac_ext >&5
3856
+sed 's/^/| /' conftest.$ac_ext >&5
3857
+
3857 3858
   # Broken: fails on valid input.
3858 3859
 continue
3859 3860
 fi
... ...
@@ -3862,20 +4233,24 @@ rm -f conftest.err conftest.$ac_ext
3862 3862
   # OK, works on sane cases.  Now check whether non-existent headers
3863 3863
   # can be detected and how.
3864 3864
   cat >conftest.$ac_ext <<_ACEOF
3865
-#line $LINENO "configure"
3866
-#include "confdefs.h"
3865
+/* confdefs.h.  */
3866
+_ACEOF
3867
+cat confdefs.h >>conftest.$ac_ext
3868
+cat >>conftest.$ac_ext <<_ACEOF
3869
+/* end confdefs.h.  */
3867 3870
 #include <ac_nonexistent.h>
3868 3871
 _ACEOF
3869 3872
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3870 3873
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3871 3874
   ac_status=$?
3872
-  egrep -v '^ *\+' conftest.er1 >conftest.err
3875
+  grep -v '^ *+' conftest.er1 >conftest.err
3873 3876
   rm -f conftest.er1
3874 3877
   cat conftest.err >&5
3875 3878
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 3879
   (exit $ac_status); } >/dev/null; then
3877 3880
   if test -s conftest.err; then
3878 3881
     ac_cpp_err=$ac_c_preproc_warn_flag
3882
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3879 3883
   else
3880 3884
     ac_cpp_err=
3881 3885
   fi
... ...
@@ -3887,7 +4262,8 @@ if test -z "$ac_cpp_err"; then
3887 3887
 continue
3888 3888
 else
3889 3889
   echo "$as_me: failed program was:" >&5
3890
-  cat conftest.$ac_ext >&5
3890
+sed 's/^/| /' conftest.$ac_ext >&5
3891
+
3891 3892
   # Passes both tests.
3892 3893
 ac_preproc_ok=:
3893 3894
 break
... ...
@@ -3900,8 +4276,10 @@ rm -f conftest.err conftest.$ac_ext
3900 3900
 if $ac_preproc_ok; then
3901 3901
   :
3902 3902
 else
3903
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3904
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3903
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3904
+See \`config.log' for more details." >&5
3905
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3906
+See \`config.log' for more details." >&2;}
3905 3907
    { (exit 1); exit 1; }; }
3906 3908
 fi
3907 3909
 
... ...
@@ -3912,55 +4290,88 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
3912 3912
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3913 3913
 
3914 3914
 
3915
+echo "$as_me:$LINENO: checking for egrep" >&5
3916
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3917
+if test "${ac_cv_prog_egrep+set}" = set; then
3918
+  echo $ECHO_N "(cached) $ECHO_C" >&6
3919
+else
3920
+  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3921
+    then ac_cv_prog_egrep='grep -E'
3922
+    else ac_cv_prog_egrep='egrep'
3923
+    fi
3924
+fi
3925
+echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3926
+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3927
+ EGREP=$ac_cv_prog_egrep
3928
+
3929
+
3915 3930
 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3916 3931
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3917 3932
 if test "${ac_cv_header_stdc+set}" = set; then
3918 3933
   echo $ECHO_N "(cached) $ECHO_C" >&6
3919 3934
 else
3920 3935
   cat >conftest.$ac_ext <<_ACEOF
3921
-#line $LINENO "configure"
3922
-#include "confdefs.h"
3936
+/* confdefs.h.  */
3937
+_ACEOF
3938
+cat confdefs.h >>conftest.$ac_ext
3939
+cat >>conftest.$ac_ext <<_ACEOF
3940
+/* end confdefs.h.  */
3923 3941
 #include <stdlib.h>
3924 3942
 #include <stdarg.h>
3925 3943
 #include <string.h>
3926 3944
 #include <float.h>
3927 3945
 
3946
+int
3947
+main ()
3948
+{
3949
+
3950
+  ;
3951
+  return 0;
3952
+}
3928 3953
 _ACEOF
3929
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3930
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3954
+rm -f conftest.$ac_objext
3955
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3956
+  (eval $ac_compile) 2>conftest.er1
3931 3957
   ac_status=$?
3932
-  egrep -v '^ *\+' conftest.er1 >conftest.err
3958
+  grep -v '^ *+' conftest.er1 >conftest.err
3933 3959
   rm -f conftest.er1
3934 3960
   cat conftest.err >&5
3935 3961
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3936
-  (exit $ac_status); } >/dev/null; then
3937
-  if test -s conftest.err; then
3938
-    ac_cpp_err=$ac_c_preproc_warn_flag
3939
-  else
3940
-    ac_cpp_err=
3941
-  fi
3942
-else
3943
-  ac_cpp_err=yes
3944
-fi
3945
-if test -z "$ac_cpp_err"; then
3962
+  (exit $ac_status); } &&
3963
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
3964
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3965
+  (eval $ac_try) 2>&5
3966
+  ac_status=$?
3967
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3968
+  (exit $ac_status); }; } &&
3969
+	 { ac_try='test -s conftest.$ac_objext'
3970
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3971
+  (eval $ac_try) 2>&5
3972
+  ac_status=$?
3973
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3974
+  (exit $ac_status); }; }; then
3946 3975
   ac_cv_header_stdc=yes
3947 3976
 else
3948 3977
   echo "$as_me: failed program was:" >&5
3949
-  cat conftest.$ac_ext >&5
3950
-  ac_cv_header_stdc=no
3978
+sed 's/^/| /' conftest.$ac_ext >&5
3979
+
3980
+ac_cv_header_stdc=no
3951 3981
 fi
3952
-rm -f conftest.err conftest.$ac_ext
3982
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3953 3983
 
3954 3984
 if test $ac_cv_header_stdc = yes; then
3955 3985
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3956 3986
   cat >conftest.$ac_ext <<_ACEOF
3957
-#line $LINENO "configure"
3958
-#include "confdefs.h"
3987
+/* confdefs.h.  */
3988
+_ACEOF
3989
+cat confdefs.h >>conftest.$ac_ext
3990
+cat >>conftest.$ac_ext <<_ACEOF
3991
+/* end confdefs.h.  */
3959 3992
 #include <string.h>
3960 3993
 
3961 3994
 _ACEOF
3962 3995
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3963
-  egrep "memchr" >/dev/null 2>&1; then
3996
+  $EGREP "memchr" >/dev/null 2>&1; then
3964 3997
   :
3965 3998
 else
3966 3999
   ac_cv_header_stdc=no
... ...
@@ -3972,13 +4383,16 @@ fi
3972 3972
 if test $ac_cv_header_stdc = yes; then
3973 3973
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3974 3974
   cat >conftest.$ac_ext <<_ACEOF
3975
-#line $LINENO "configure"
3976
-#include "confdefs.h"
3975
+/* confdefs.h.  */
3976
+_ACEOF
3977
+cat confdefs.h >>conftest.$ac_ext
3978
+cat >>conftest.$ac_ext <<_ACEOF
3979
+/* end confdefs.h.  */
3977 3980
 #include <stdlib.h>
3978 3981
 
3979 3982
 _ACEOF
3980 3983
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3981
-  egrep "free" >/dev/null 2>&1; then
3984
+  $EGREP "free" >/dev/null 2>&1; then
3982 3985
   :
3983 3986
 else
3984 3987
   ac_cv_header_stdc=no
... ...
@@ -3993,16 +4407,20 @@ if test $ac_cv_header_stdc = yes; then
3993 3993
   :
3994 3994
 else
3995 3995
   cat >conftest.$ac_ext <<_ACEOF
3996
-#line $LINENO "configure"
3997
-#include "confdefs.h"
3996
+/* confdefs.h.  */
3997
+_ACEOF
3998
+cat confdefs.h >>conftest.$ac_ext
3999
+cat >>conftest.$ac_ext <<_ACEOF
4000
+/* end confdefs.h.  */
3998 4001
 #include <ctype.h>
3999 4002
 #if ((' ' & 0x0FF) == 0x020)
4000 4003
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4001 4004
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4002 4005
 #else
4003
-# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
4004
-                     || ('j' <= (c) && (c) <= 'r') \
4005
-                     || ('s' <= (c) && (c) <= 'z'))
4006
+# define ISLOWER(c) \
4007
+		   (('a' <= (c) && (c) <= 'i') \
4008
+		     || ('j' <= (c) && (c) <= 'r') \
4009
+		     || ('s' <= (c) && (c) <= 'z'))
4006 4010
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4007 4011
 #endif
4008 4012
 
... ...
@@ -4013,7 +4431,7 @@ main ()
4013 4013
   int i;
4014 4014
   for (i = 0; i < 256; i++)
4015 4015
     if (XOR (islower (i), ISLOWER (i))
4016
-        || toupper (i) != TOUPPER (i))
4016
+	|| toupper (i) != TOUPPER (i))
4017 4017
       exit(2);
4018 4018
   exit (0);
4019 4019
 }
... ...
@@ -4033,11 +4451,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4033 4033
 else
4034 4034
   echo "$as_me: program exited with status $ac_status" >&5
4035 4035
 echo "$as_me: failed program was:" >&5
4036
-cat conftest.$ac_ext >&5
4036
+sed 's/^/| /' conftest.$ac_ext >&5
4037
+
4037 4038
 ( exit $ac_status )
4038 4039
 ac_cv_header_stdc=no
4039 4040
 fi
4040
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4041
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4041 4042
 fi
4042 4043
 fi
4043 4044
 fi
... ...
@@ -4062,7 +4481,7 @@ fi
4062 4062
 
4063 4063
 
4064 4064
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4065
-                  inttypes.h stdint.h unistd.h
4065
+		  inttypes.h stdint.h unistd.h
4066 4066
 do
4067 4067
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4068 4068
 echo "$as_me:$LINENO: checking for $ac_header" >&5
... ...
@@ -4071,19 +4490,31 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4071 4071
   echo $ECHO_N "(cached) $ECHO_C" >&6
4072 4072
 else
4073 4073
   cat >conftest.$ac_ext <<_ACEOF
4074
-#line $LINENO "configure"
4075
-#include "confdefs.h"
4074
+/* confdefs.h.  */
4075
+_ACEOF
4076
+cat confdefs.h >>conftest.$ac_ext
4077
+cat >>conftest.$ac_ext <<_ACEOF
4078
+/* end confdefs.h.  */
4076 4079
 $ac_includes_default
4077 4080
 
4078 4081
 #include <$ac_header>
4079 4082
 _ACEOF
4080 4083
 rm -f conftest.$ac_objext
4081 4084
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4082
-  (eval $ac_compile) 2>&5
4085
+  (eval $ac_compile) 2>conftest.er1
4083 4086
   ac_status=$?
4087
+  grep -v '^ *+' conftest.er1 >conftest.err
4088
+  rm -f conftest.er1
4089
+  cat conftest.err >&5
4084 4090
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 4091
   (exit $ac_status); } &&
4086
-         { ac_try='test -s conftest.$ac_objext'
4092
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
4093
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4094
+  (eval $ac_try) 2>&5
4095
+  ac_status=$?
4096
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4097
+  (exit $ac_status); }; } &&
4098
+	 { ac_try='test -s conftest.$ac_objext'
4087 4099
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4088 4100
   (eval $ac_try) 2>&5
4089 4101
   ac_status=$?
... ...
@@ -4092,10 +4523,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4092 4092
   eval "$as_ac_Header=yes"
4093 4093
 else
4094 4094
   echo "$as_me: failed program was:" >&5
4095
-cat conftest.$ac_ext >&5
4095
+sed 's/^/| /' conftest.$ac_ext >&5
4096
+
4096 4097
 eval "$as_ac_Header=no"
4097 4098
 fi
4098
-rm -f conftest.$ac_objext conftest.$ac_ext
4099
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4099 4100
 fi
4100 4101
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4101 4102
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
... ...
@@ -4126,18 +4558,30 @@ else
4126 4126
 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4127 4127
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4128 4128
 cat >conftest.$ac_ext <<_ACEOF
4129
-#line $LINENO "configure"
4130
-#include "confdefs.h"
4129
+/* confdefs.h.  */
4130
+_ACEOF
4131
+cat confdefs.h >>conftest.$ac_ext
4132
+cat >>conftest.$ac_ext <<_ACEOF
4133
+/* end confdefs.h.  */
4131 4134
 $ac_includes_default
4132 4135
 #include <$ac_header>
4133 4136
 _ACEOF
4134 4137
 rm -f conftest.$ac_objext
4135 4138
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4136
-  (eval $ac_compile) 2>&5
4139
+  (eval $ac_compile) 2>conftest.er1
4137 4140
   ac_status=$?
4141
+  grep -v '^ *+' conftest.er1 >conftest.err
4142
+  rm -f conftest.er1
4143
+  cat conftest.err >&5
4138 4144
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4139 4145
   (exit $ac_status); } &&
4140
-         { ac_try='test -s conftest.$ac_objext'
4146
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
4147
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4148
+  (eval $ac_try) 2>&5
4149
+  ac_status=$?
4150
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151
+  (exit $ac_status); }; } &&
4152
+	 { ac_try='test -s conftest.$ac_objext'
4141 4153
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4142 4154
   (eval $ac_try) 2>&5
4143 4155
   ac_status=$?
... ...
@@ -4146,10 +4590,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4146 4146
   ac_header_compiler=yes
4147 4147
 else
4148 4148
   echo "$as_me: failed program was:" >&5
4149
-cat conftest.$ac_ext >&5
4149
+sed 's/^/| /' conftest.$ac_ext >&5
4150
+
4150 4151
 ac_header_compiler=no
4151 4152
 fi
4152
-rm -f conftest.$ac_objext conftest.$ac_ext
4153
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4153 4154
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4154 4155
 echo "${ECHO_T}$ac_header_compiler" >&6
4155 4156
 
... ...
@@ -4157,20 +4602,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4157 4157
 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4158 4158
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4159 4159
 cat >conftest.$ac_ext <<_ACEOF
4160
-#line $LINENO "configure"
4161
-#include "confdefs.h"
4160
+/* confdefs.h.  */
4161
+_ACEOF
4162
+cat confdefs.h >>conftest.$ac_ext
4163
+cat >>conftest.$ac_ext <<_ACEOF
4164
+/* end confdefs.h.  */
4162 4165
 #include <$ac_header>
4163 4166
 _ACEOF
4164 4167
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4165 4168
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4166 4169
   ac_status=$?
4167
-  egrep -v '^ *\+' conftest.er1 >conftest.err
4170
+  grep -v '^ *+' conftest.er1 >conftest.err
4168 4171
   rm -f conftest.er1
4169 4172
   cat conftest.err >&5
4170 4173
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171 4174
   (exit $ac_status); } >/dev/null; then
4172 4175
   if test -s conftest.err; then
4173 4176
     ac_cpp_err=$ac_c_preproc_warn_flag
4177
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4174 4178
   else
4175 4179
     ac_cpp_err=
4176 4180
   fi
... ...
@@ -4181,7 +4630,8 @@ if test -z "$ac_cpp_err"; then
4181 4181
   ac_header_preproc=yes
4182 4182
 else
4183 4183
   echo "$as_me: failed program was:" >&5
4184
-  cat conftest.$ac_ext >&5
4184
+sed 's/^/| /' conftest.$ac_ext >&5
4185
+
4185 4186
   ac_header_preproc=no
4186 4187
 fi
4187 4188
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -4189,26 +4639,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4189 4189
 echo "${ECHO_T}$ac_header_preproc" >&6
4190 4190
 
4191 4191
 # So?  What about this header?
4192
-case $ac_header_compiler:$ac_header_preproc in
4193
-  yes:no )
4192
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4193
+  yes:no: )
4194 4194
     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4195 4195
 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4196
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4197
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4198
-  no:yes )
4196
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4197
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4198
+    ac_header_preproc=yes
4199
+    ;;
4200
+  no:yes:* )
4199 4201
     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4200 4202
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4201
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4202
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4203
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4204
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4205
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4206
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4207
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4208
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4203 4209
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4204
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4210
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4211
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4212
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4213
+    (
4214
+      cat <<\_ASBOX
4215
+## ------------------------------------------ ##
4216
+## Report this to the AC_PACKAGE_NAME lists.  ##
4217
+## ------------------------------------------ ##
4218
+_ASBOX
4219
+    ) |
4220
+      sed "s/^/$as_me: WARNING:     /" >&2
4221
+    ;;
4205 4222
 esac
4206 4223
 echo "$as_me:$LINENO: checking for $ac_header" >&5
4207 4224
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4208 4225
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4209 4226
   echo $ECHO_N "(cached) $ECHO_C" >&6
4210 4227
 else
4211
-  eval "$as_ac_Header=$ac_header_preproc"
4228
+  eval "$as_ac_Header=\$ac_header_preproc"
4212 4229
 fi
4213 4230
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4214 4231
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
... ...
@@ -4542,7 +5009,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
4542 4542
 case $host in
4543 4543
 *-*-irix6*)
4544 4544
   # Find out which ABI we are using.
4545
-  echo '#line 4545 "configure"' > conftest.$ac_ext
4545
+  echo '#line 5012 "configure"' > conftest.$ac_ext
4546 4546
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4547 4547
   (eval $ac_compile) 2>&5
4548 4548
   ac_status=$?
... ...
@@ -4581,15 +5048,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
4581 4581
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582 4582
 
4583 4583
      cat >conftest.$ac_ext <<_ACEOF
4584
-#line $LINENO "configure"
4585
-#include "confdefs.h"
4584
+/* confdefs.h.  */
4585
+_ACEOF
4586
+cat confdefs.h >>conftest.$ac_ext
4587
+cat >>conftest.$ac_ext <<_ACEOF
4588
+/* end confdefs.h.  */
4586 4589
 
4587
-#ifdef F77_DUMMY_MAIN
4588
-#  ifdef __cplusplus
4589
-     extern "C"
4590
-#  endif
4591
-   int F77_DUMMY_MAIN() { return 1; }
4592
-#endif
4593 4590
 int
4594 4591
 main ()
4595 4592
 {
... ...
@@ -4600,11 +5064,20 @@ main ()
4600 4600
 _ACEOF
4601 4601
 rm -f conftest.$ac_objext conftest$ac_exeext
4602 4602
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4603
-  (eval $ac_link) 2>&5
4603
+  (eval $ac_link) 2>conftest.er1
4604 4604
   ac_status=$?
4605
+  grep -v '^ *+' conftest.er1 >conftest.err
4606
+  rm -f conftest.er1
4607
+  cat conftest.err >&5
4605 4608
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606 4609
   (exit $ac_status); } &&
4607
-         { ac_try='test -s conftest$ac_exeext'
4610
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
4611
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4612
+  (eval $ac_try) 2>&5
4613
+  ac_status=$?
4614
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615
+  (exit $ac_status); }; } &&
4616
+	 { ac_try='test -s conftest$ac_exeext'
4608 4617
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4609 4618
   (eval $ac_try) 2>&5
4610 4619
   ac_status=$?
... ...
@@ -4613,10 +5086,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4613 4613
   lt_cv_cc_needs_belf=yes
4614 4614
 else
4615 4615
   echo "$as_me: failed program was:" >&5
4616
-cat conftest.$ac_ext >&5
4616
+sed 's/^/| /' conftest.$ac_ext >&5
4617
+
4617 4618
 lt_cv_cc_needs_belf=no
4618 4619
 fi
4619
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4620
+rm -f conftest.err conftest.$ac_objext \
4621
+      conftest$ac_exeext conftest.$ac_ext
4620 4622
      ac_ext=c
4621 4623
 ac_cpp='$CPP $CPPFLAGS'
4622 4624
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
... ...
@@ -4725,6 +5200,8 @@ fi
4725 4725
 set dummy $CC
4726 4726
 compiler="$2"
4727 4727
 
4728
+## FIXME: this should be a separate macro
4729
+##
4728 4730
 echo "$as_me:$LINENO: checking for objdir" >&5
4729 4731
 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
4730 4732
 rm -f .libs 2>/dev/null
... ...
@@ -4738,8 +5215,12 @@ fi
4738 4738
 rmdir .libs 2>/dev/null
4739 4739
 echo "$as_me:$LINENO: result: $objdir" >&5
4740 4740
 echo "${ECHO_T}$objdir" >&6
4741
+##
4742
+## END FIXME
4741 4743
 
4742 4744
 
4745
+## FIXME: this should be a separate macro
4746
+##
4743 4747
 
4744 4748
 # Check whether --with-pic or --without-pic was given.
4745 4749
 if test "${with_pic+set}" = set; then
... ...
@@ -4915,15 +5396,12 @@ else
4915 4915
       save_CFLAGS="$CFLAGS"
4916 4916
     CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
4917 4917
     cat >conftest.$ac_ext <<_ACEOF
4918
-#line $LINENO "configure"
4919
-#include "confdefs.h"
4918
+/* confdefs.h.  */
4919
+_ACEOF
4920
+cat confdefs.h >>conftest.$ac_ext
4921
+cat >>conftest.$ac_ext <<_ACEOF
4922
+/* end confdefs.h.  */
4920 4923
 
4921
-#ifdef F77_DUMMY_MAIN
4922
-#  ifdef __cplusplus
4923
-     extern "C"
4924
-#  endif
4925
-   int F77_DUMMY_MAIN() { return 1; }
4926
-#endif
4927 4924
 int
4928 4925
 main ()
4929 4926
 {
... ...
@@ -4934,11 +5412,20 @@ main ()
4934 4934
 _ACEOF
4935 4935
 rm -f conftest.$ac_objext
4936 4936
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4937
-  (eval $ac_compile) 2>&5
4937
+  (eval $ac_compile) 2>conftest.er1
4938 4938
   ac_status=$?
4939
+  grep -v '^ *+' conftest.er1 >conftest.err
4940
+  rm -f conftest.er1
4941
+  cat conftest.err >&5
4939 4942
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940 4943
   (exit $ac_status); } &&
4941
-         { ac_try='test -s conftest.$ac_objext'
4944
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
4945
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4946
+  (eval $ac_try) 2>&5
4947
+  ac_status=$?
4948
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4949
+  (exit $ac_status); }; } &&
4950
+	 { ac_try='test -s conftest.$ac_objext'
4942 4951
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4943 4952
   (eval $ac_try) 2>&5
4944 4953
   ac_status=$?
... ...
@@ -4962,11 +5449,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4962 4962
 
4963 4963
 else
4964 4964
   echo "$as_me: failed program was:" >&5
4965
-cat conftest.$ac_ext >&5
4965
+sed 's/^/| /' conftest.$ac_ext >&5
4966
+
4966 4967
       lt_cv_prog_cc_pic_works=no
4967 4968
 
4968 4969
 fi
4969
-rm -f conftest.$ac_objext conftest.$ac_ext
4970
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4970 4971
     CFLAGS="$save_CFLAGS"
4971 4972
 
4972 4973
 fi
... ...
@@ -4982,6 +5470,8 @@ fi
4982 4982
   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
4983 4983
 echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
4984 4984
 fi
4985
+##
4986
+## END FIXME
4985 4987
 
4986 4988
 # Check for any special shared library compilation flags.
4987 4989
 if test -n "$lt_cv_prog_cc_shlib"; then
... ...
@@ -4995,6 +5485,8 @@ echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env varia
4995 4995
   fi
4996 4996
 fi
4997 4997
 
4998
+## FIXME: this should be a separate macro
4999
+##
4998 5000
 echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
4999 5001
 echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
5000 5002
 if test "${lt_cv_prog_cc_static_works+set}" = set; then
... ...
@@ -5004,15 +5496,12 @@ else
5004 5004
   save_LDFLAGS="$LDFLAGS"
5005 5005
   LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
5006 5006
   cat >conftest.$ac_ext <<_ACEOF
5007
-#line $LINENO "configure"
5008
-#include "confdefs.h"
5007
+/* confdefs.h.  */
5008
+_ACEOF
5009
+cat confdefs.h >>conftest.$ac_ext
5010
+cat >>conftest.$ac_ext <<_ACEOF
5011
+/* end confdefs.h.  */
5009 5012
 
5010
-#ifdef F77_DUMMY_MAIN
5011
-#  ifdef __cplusplus
5012
-     extern "C"
5013
-#  endif
5014
-   int F77_DUMMY_MAIN() { return 1; }
5015
-#endif
5016 5013
 int
5017 5014
 main ()
5018 5015
 {
... ...
@@ -5023,11 +5512,20 @@ main ()
5023 5023
 _ACEOF
5024 5024
 rm -f conftest.$ac_objext conftest$ac_exeext
5025 5025
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5026
-  (eval $ac_link) 2>&5
5026
+  (eval $ac_link) 2>conftest.er1
5027 5027
   ac_status=$?
5028
+  grep -v '^ *+' conftest.er1 >conftest.err
5029
+  rm -f conftest.er1
5030
+  cat conftest.err >&5
5028 5031
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5029 5032
   (exit $ac_status); } &&
5030
-         { ac_try='test -s conftest$ac_exeext'
5033
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
5034
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5035
+  (eval $ac_try) 2>&5
5036
+  ac_status=$?
5037
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5038
+  (exit $ac_status); }; } &&
5039
+	 { ac_try='test -s conftest$ac_exeext'
5031 5040
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5032 5041
   (eval $ac_try) 2>&5
5033 5042
   ac_status=$?
... ...
@@ -5036,9 +5534,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5036 5036
   lt_cv_prog_cc_static_works=yes
5037 5037
 else
5038 5038
   echo "$as_me: failed program was:" >&5
5039
-cat conftest.$ac_ext >&5
5039
+sed 's/^/| /' conftest.$ac_ext >&5
5040
+
5040 5041
 fi
5041
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5042
+rm -f conftest.err conftest.$ac_objext \
5043
+      conftest$ac_exeext conftest.$ac_ext
5042 5044
   LDFLAGS="$save_LDFLAGS"
5043 5045
 
5044 5046
 fi
... ...
@@ -5055,8 +5555,12 @@ wl="$lt_cv_prog_cc_wl"
5055 5055
 link_static_flag="$lt_cv_prog_cc_static"
5056 5056
 no_builtin_flag="$lt_cv_prog_cc_no_builtin"
5057 5057
 can_build_shared="$lt_cv_prog_cc_can_build_shared"
5058
+##
5059
+## END FIXME
5058 5060
 
5059 5061
 
5062
+## FIXME: this should be a separate macro
5063
+##
5060 5064
 # Check to see if options -o and -c are simultaneously supported by compiler
5061 5065
 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5062 5066
 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
... ...
@@ -5078,7 +5582,7 @@ chmod -w .
5078 5078
 save_CFLAGS="$CFLAGS"
5079 5079
 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5080 5080
 compiler_c_o=no
5081
-if { (eval echo configure:5081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5081
+if { (eval echo configure:5585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5082 5082
   # The compiler can only warn and ignore the option if not recognized
5083 5083
   # So say no if there are warnings
5084 5084
   if test -s out/conftest.err; then
... ...
@@ -5119,15 +5623,12 @@ else
5119 5119
   save_objext="$ac_objext"
5120 5120
   ac_objext=lo
5121 5121
   cat >conftest.$ac_ext <<_ACEOF
5122
-#line $LINENO "configure"
5123
-#include "confdefs.h"
5122
+/* confdefs.h.  */
5123
+_ACEOF
5124
+cat confdefs.h >>conftest.$ac_ext
5125
+cat >>conftest.$ac_ext <<_ACEOF
5126
+/* end confdefs.h.  */
5124 5127
 
5125
-#ifdef F77_DUMMY_MAIN
5126
-#  ifdef __cplusplus
5127
-     extern "C"
5128
-#  endif
5129
-   int F77_DUMMY_MAIN() { return 1; }
5130
-#endif
5131 5128
 int
5132 5129
 main ()
5133 5130
 {
... ...
@@ -5138,11 +5639,20 @@ int some_variable = 0;
5138 5138
 _ACEOF
5139 5139
 rm -f conftest.$ac_objext
5140 5140
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5141
-  (eval $ac_compile) 2>&5
5141
+  (eval $ac_compile) 2>conftest.er1
5142 5142
   ac_status=$?
5143
+  grep -v '^ *+' conftest.er1 >conftest.err
5144
+  rm -f conftest.er1
5145
+  cat conftest.err >&5
5143 5146
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5144 5147
   (exit $ac_status); } &&
5145
-         { ac_try='test -s conftest.$ac_objext'
5148
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
5149
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5150
+  (eval $ac_try) 2>&5
5151
+  ac_status=$?
5152
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5153
+  (exit $ac_status); }; } &&
5154
+	 { ac_try='test -s conftest.$ac_objext'
5146 5155
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5147 5156
   (eval $ac_try) 2>&5
5148 5157
   ac_status=$?
... ...
@@ -5158,9 +5668,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5158 5158
 
5159 5159
 else
5160 5160
   echo "$as_me: failed program was:" >&5
5161
-cat conftest.$ac_ext >&5
5161
+sed 's/^/| /' conftest.$ac_ext >&5
5162
+
5162 5163
 fi
5163
-rm -f conftest.$ac_objext conftest.$ac_ext
5164
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5164 5165
   ac_objext="$save_objext"
5165 5166
   CFLAGS="$save_CFLAGS"
5166 5167
 
... ...
@@ -5172,7 +5683,11 @@ echo "${ECHO_T}$compiler_o_lo" >&6
5172 5172
 else
5173 5173
   compiler_o_lo=no
5174 5174
 fi
5175
+##
5176
+## END FIXME
5175 5177
 
5178
+## FIXME: this should be a separate macro
5179
+##
5176 5180
 # Check to see if we can do hard links to lock some files if needed
5177 5181
 hard_links="nottested"
5178 5182
 if test "$compiler_c_o" = no && test "$need_locks" != no; then
... ...
@@ -5195,7 +5710,11 @@ echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be un
5195 5195
 else
5196 5196
   need_locks=no
5197 5197
 fi
5198
+##
5199
+## END FIXME
5198 5200
 
5201
+## FIXME: this should be a separate macro
5202
+##
5199 5203
 if test "$GCC" = yes; then
5200 5204
   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5201 5205
   echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
... ...
@@ -5205,15 +5724,12 @@ echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_
5205 5205
   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
5206 5206
   compiler_rtti_exceptions=no
5207 5207
   cat >conftest.$ac_ext <<_ACEOF
5208
-#line $LINENO "configure"
5209
-#include "confdefs.h"
5208
+/* confdefs.h.  */
5209
+_ACEOF
5210
+cat confdefs.h >>conftest.$ac_ext
5211
+cat >>conftest.$ac_ext <<_ACEOF
5212
+/* end confdefs.h.  */
5210 5213
 
5211
-#ifdef F77_DUMMY_MAIN
5212
-#  ifdef __cplusplus
5213
-     extern "C"
5214
-#  endif
5215
-   int F77_DUMMY_MAIN() { return 1; }
5216
-#endif
5217 5214
 int
5218 5215
 main ()
5219 5216
 {
... ...
@@ -5224,11 +5740,20 @@ int some_variable = 0;
5224 5224
 _ACEOF
5225 5225
 rm -f conftest.$ac_objext
5226 5226
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5227
-  (eval $ac_compile) 2>&5
5227
+  (eval $ac_compile) 2>conftest.er1
5228 5228
   ac_status=$?
5229
+  grep -v '^ *+' conftest.er1 >conftest.err
5230
+  rm -f conftest.er1
5231
+  cat conftest.err >&5
5229 5232
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 5233
   (exit $ac_status); } &&
5231
-         { ac_try='test -s conftest.$ac_objext'
5234
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
5235
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5236
+  (eval $ac_try) 2>&5
5237
+  ac_status=$?
5238
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5239
+  (exit $ac_status); }; } &&
5240
+	 { ac_try='test -s conftest.$ac_objext'
5232 5241
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5233 5242
   (eval $ac_try) 2>&5
5234 5243
   ac_status=$?
... ...
@@ -5244,9 +5769,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5244 5244
 
5245 5245
 else
5246 5246
   echo "$as_me: failed program was:" >&5
5247
-cat conftest.$ac_ext >&5
5247
+sed 's/^/| /' conftest.$ac_ext >&5
5248
+
5248 5249
 fi
5249
-rm -f conftest.$ac_objext conftest.$ac_ext
5250
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5250 5251
   CFLAGS="$save_CFLAGS"
5251 5252
   echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
5252 5253
 echo "${ECHO_T}$compiler_rtti_exceptions" >&6
... ...
@@ -5257,7 +5783,11 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
5257 5257
     no_builtin_flag=' -fno-builtin'
5258 5258
   fi
5259 5259
 fi
5260
+##
5261
+## END FIXME
5260 5262
 
5263
+## FIXME: this should be a separate macro
5264
+##
5261 5265
 # See if the linker supports building shared libraries.
5262 5266
 echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
5263 5267
 echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
... ...
@@ -5942,7 +6472,11 @@ fi
5942 5942
 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
5943 5943
 echo "${ECHO_T}$ld_shlibs" >&6
5944 5944
 test "$ld_shlibs" = no && can_build_shared=no
5945
+##
5946
+## END FIXME
5945 5947
 
5948
+## FIXME: this should be a separate macro
5949
+##
5946 5950
 # Check hardcoding attributes.
5947 5951
 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
5948 5952
 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
... ...
@@ -5970,7 +6504,11 @@ else
5970 5970
 fi
5971 5971
 echo "$as_me:$LINENO: result: $hardcode_action" >&5
5972 5972
 echo "${ECHO_T}$hardcode_action" >&6
5973
+##
5974
+## END FIXME
5973 5975
 
5976
+## FIXME: this should be a separate macro
5977
+##
5974 5978
 striplib=
5975 5979
 old_striplib=
5976 5980
 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
... ...
@@ -5984,10 +6522,14 @@ else
5984 5984
   echo "$as_me:$LINENO: result: no" >&5
5985 5985
 echo "${ECHO_T}no" >&6
5986 5986
 fi
5987
+##
5988
+## END FIXME
5987 5989
 
5988 5990
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5989 5991
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5990 5992
 
5993
+## FIXME: this should be a separate macro
5994
+##
5991 5995
 # PORTME Fill in your ld.so characteristics
5992 5996
 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
5993 5997
 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
... ...
@@ -6385,13 +6927,21 @@ esac
6385 6385
 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
6386 6386
 echo "${ECHO_T}$dynamic_linker" >&6
6387 6387
 test "$dynamic_linker" = no && can_build_shared=no
6388
+##
6389
+## END FIXME
6388 6390
 
6391
+## FIXME: this should be a separate macro
6392
+##
6389 6393
 # Report the final consequences.
6390 6394
 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
6391 6395
 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
6392 6396
 echo "$as_me:$LINENO: result: $can_build_shared" >&5
6393 6397
 echo "${ECHO_T}$can_build_shared" >&6
6398
+##
6399
+## END FIXME
6394 6400
 
6401
+## FIXME: this should be a separate macro
6402
+##
6395 6403
 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
6396 6404
 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
6397 6405
 test "$can_build_shared" = "no" && enable_shared=no
... ...
@@ -6415,13 +6965,19 @@ aix4*)
6415 6415
 esac
6416 6416
 echo "$as_me:$LINENO: result: $enable_shared" >&5
6417 6417
 echo "${ECHO_T}$enable_shared" >&6
6418
+##
6419
+## END FIXME
6418 6420
 
6421
+## FIXME: this should be a separate macro
6422
+##
6419 6423
 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
6420 6424
 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
6421 6425
 # Make sure either enable_shared or enable_static is yes.
6422 6426
 test "$enable_shared" = yes || enable_static=yes
6423 6427
 echo "$as_me:$LINENO: result: $enable_static" >&5
6424 6428
 echo "${ECHO_T}$enable_static" >&6
6429
+##
6430
+## END FIXME
6425 6431
 
6426 6432
 if test "$hardcode_action" = relink; then
6427 6433
   # Fast installation is not supported
... ...
@@ -6464,49 +7020,72 @@ if test "${ac_cv_func_shl_load+set}" = set; then
6464 6464
   echo $ECHO_N "(cached) $ECHO_C" >&6
6465 6465
 else
6466 6466
   cat >conftest.$ac_ext <<_ACEOF
6467
-#line $LINENO "configure"
6468
-#include "confdefs.h"
6467
+/* confdefs.h.  */
6468
+_ACEOF
6469
+cat confdefs.h >>conftest.$ac_ext
6470
+cat >>conftest.$ac_ext <<_ACEOF
6471
+/* end confdefs.h.  */
6472
+/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
6473
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6474
+#define shl_load innocuous_shl_load
6475
+
6469 6476
 /* System header to define __stub macros and hopefully few prototypes,
6470
-    which can conflict with char shl_load (); below.  */
6471
-#include <assert.h>
6477
+    which can conflict with char shl_load (); below.
6478
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6479
+    <limits.h> exists even on freestanding compilers.  */
6480
+
6481
+#ifdef __STDC__
6482
+# include <limits.h>
6483
+#else
6484
+# include <assert.h>
6485
+#endif
6486
+
6487
+#undef shl_load
6488
+
6472 6489
 /* Override any gcc2 internal prototype to avoid an error.  */
6473 6490
 #ifdef __cplusplus
6474 6491
 extern "C"
6492
+{
6475 6493
 #endif
6476 6494
 /* We use char because int might match the return type of a gcc2
6477 6495
    builtin and then its argument prototype would still apply.  */
6478 6496
 char shl_load ();
6479
-char (*f) ();
6480
-
6481
-#ifdef F77_DUMMY_MAIN
6482
-#  ifdef __cplusplus
6483
-     extern "C"
6484
-#  endif
6485
-   int F77_DUMMY_MAIN() { return 1; }
6486
-#endif
6487
-int
6488
-main ()
6489
-{
6490 6497
 /* The GNU C library defines this for functions which it implements
6491 6498
     to always fail with ENOSYS.  Some functions are actually named
6492 6499
     something starting with __ and the normal name is an alias.  */
6493 6500
 #if defined (__stub_shl_load) || defined (__stub___shl_load)
6494 6501
 choke me
6495 6502
 #else
6496
-f = shl_load;
6503
+char (*f) () = shl_load;
6504
+#endif
6505
+#ifdef __cplusplus
6506
+}
6497 6507
 #endif
6498 6508
 
6509
+int
6510
+main ()
6511
+{
6512
+return f != shl_load;
6499 6513
   ;
6500 6514
   return 0;
6501 6515
 }
6502 6516
 _ACEOF
6503 6517
 rm -f conftest.$ac_objext conftest$ac_exeext
6504 6518
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6505
-  (eval $ac_link) 2>&5
6519
+  (eval $ac_link) 2>conftest.er1
6506 6520
   ac_status=$?
6521
+  grep -v '^ *+' conftest.er1 >conftest.err
6522
+  rm -f conftest.er1
6523
+  cat conftest.err >&5
6507 6524
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508 6525
   (exit $ac_status); } &&
6509
-         { ac_try='test -s conftest$ac_exeext'
6526
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6527
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6528
+  (eval $ac_try) 2>&5
6529
+  ac_status=$?
6530
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6531
+  (exit $ac_status); }; } &&
6532
+	 { ac_try='test -s conftest$ac_exeext'
6510 6533
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6511 6534
   (eval $ac_try) 2>&5
6512 6535
   ac_status=$?
... ...
@@ -6515,10 +7094,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6515 6515
   ac_cv_func_shl_load=yes
6516 6516
 else
6517 6517
   echo "$as_me: failed program was:" >&5
6518
-cat conftest.$ac_ext >&5
6518
+sed 's/^/| /' conftest.$ac_ext >&5
6519
+
6519 6520
 ac_cv_func_shl_load=no
6520 6521
 fi
6521
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6522
+rm -f conftest.err conftest.$ac_objext \
6523
+      conftest$ac_exeext conftest.$ac_ext
6522 6524
 fi
6523 6525
 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
6524 6526
 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
... ...
@@ -6533,8 +7114,11 @@ else
6533 6533
   ac_check_lib_save_LIBS=$LIBS
6534 6534
 LIBS="-ldld  $LIBS"
6535 6535
 cat >conftest.$ac_ext <<_ACEOF
6536
-#line $LINENO "configure"
6537
-#include "confdefs.h"
6536
+/* confdefs.h.  */
6537
+_ACEOF
6538
+cat confdefs.h >>conftest.$ac_ext
6539
+cat >>conftest.$ac_ext <<_ACEOF
6540
+/* end confdefs.h.  */
6538 6541
 
6539 6542
 /* Override any gcc2 internal prototype to avoid an error.  */
6540 6543
 #ifdef __cplusplus
... ...
@@ -6543,12 +7127,6 @@ extern "C"
6543 6543
 /* We use char because int might match the return type of a gcc2
6544 6544
    builtin and then its argument prototype would still apply.  */
6545 6545
 char shl_load ();
6546
-#ifdef F77_DUMMY_MAIN
6547
-#  ifdef __cplusplus
6548
-     extern "C"
6549
-#  endif
6550
-   int F77_DUMMY_MAIN() { return 1; }
6551
-#endif
6552 6546
 int
6553 6547
 main ()
6554 6548
 {
... ...
@@ -6559,11 +7137,20 @@ shl_load ();
6559 6559
 _ACEOF
6560 6560
 rm -f conftest.$ac_objext conftest$ac_exeext
6561 6561
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6562
-  (eval $ac_link) 2>&5
6562
+  (eval $ac_link) 2>conftest.er1
6563 6563
   ac_status=$?
6564
+  grep -v '^ *+' conftest.er1 >conftest.err
6565
+  rm -f conftest.er1
6566
+  cat conftest.err >&5
6564 6567
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6565 6568
   (exit $ac_status); } &&
6566
-         { ac_try='test -s conftest$ac_exeext'
6569
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6570
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6571
+  (eval $ac_try) 2>&5
6572
+  ac_status=$?
6573
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6574
+  (exit $ac_status); }; } &&
6575
+	 { ac_try='test -s conftest$ac_exeext'
6567 6576
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6568 6577
   (eval $ac_try) 2>&5
6569 6578
   ac_status=$?
... ...
@@ -6572,10 +7159,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6572 6572
   ac_cv_lib_dld_shl_load=yes
6573 6573
 else
6574 6574
   echo "$as_me: failed program was:" >&5
6575
-cat conftest.$ac_ext >&5
6575
+sed 's/^/| /' conftest.$ac_ext >&5
6576
+
6576 6577
 ac_cv_lib_dld_shl_load=no
6577 6578
 fi
6578
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6579
+rm -f conftest.err conftest.$ac_objext \
6580
+      conftest$ac_exeext conftest.$ac_ext
6579 6581
 LIBS=$ac_check_lib_save_LIBS
6580 6582
 fi
6581 6583
 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
... ...
@@ -6589,49 +7178,72 @@ if test "${ac_cv_func_dlopen+set}" = set; then
6589 6589
   echo $ECHO_N "(cached) $ECHO_C" >&6
6590 6590
 else
6591 6591
   cat >conftest.$ac_ext <<_ACEOF
6592
-#line $LINENO "configure"
6593
-#include "confdefs.h"
6592
+/* confdefs.h.  */
6593
+_ACEOF
6594
+cat confdefs.h >>conftest.$ac_ext
6595
+cat >>conftest.$ac_ext <<_ACEOF
6596
+/* end confdefs.h.  */
6597
+/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
6598
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6599
+#define dlopen innocuous_dlopen
6600
+
6594 6601
 /* System header to define __stub macros and hopefully few prototypes,
6595
-    which can conflict with char dlopen (); below.  */
6596
-#include <assert.h>
6602
+    which can conflict with char dlopen (); below.
6603
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6604
+    <limits.h> exists even on freestanding compilers.  */
6605
+
6606
+#ifdef __STDC__
6607
+# include <limits.h>
6608
+#else
6609
+# include <assert.h>
6610
+#endif
6611
+
6612
+#undef dlopen
6613
+
6597 6614
 /* Override any gcc2 internal prototype to avoid an error.  */
6598 6615
 #ifdef __cplusplus
6599 6616
 extern "C"
6617
+{
6600 6618
 #endif
6601 6619
 /* We use char because int might match the return type of a gcc2
6602 6620
    builtin and then its argument prototype would still apply.  */
6603 6621
 char dlopen ();
6604
-char (*f) ();
6605
-
6606
-#ifdef F77_DUMMY_MAIN
6607
-#  ifdef __cplusplus
6608
-     extern "C"
6609
-#  endif
6610
-   int F77_DUMMY_MAIN() { return 1; }
6611
-#endif
6612
-int
6613
-main ()
6614
-{
6615 6622
 /* The GNU C library defines this for functions which it implements
6616 6623
     to always fail with ENOSYS.  Some functions are actually named
6617 6624
     something starting with __ and the normal name is an alias.  */
6618 6625
 #if defined (__stub_dlopen) || defined (__stub___dlopen)
6619 6626
 choke me
6620 6627
 #else
6621
-f = dlopen;
6628
+char (*f) () = dlopen;
6629
+#endif
6630
+#ifdef __cplusplus
6631
+}
6622 6632
 #endif
6623 6633
 
6634
+int
6635
+main ()
6636
+{
6637
+return f != dlopen;
6624 6638
   ;
6625 6639
   return 0;
6626 6640
 }
6627 6641
 _ACEOF
6628 6642
 rm -f conftest.$ac_objext conftest$ac_exeext
6629 6643
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6630
-  (eval $ac_link) 2>&5
6644
+  (eval $ac_link) 2>conftest.er1
6631 6645
   ac_status=$?
6646
+  grep -v '^ *+' conftest.er1 >conftest.err
6647
+  rm -f conftest.er1
6648
+  cat conftest.err >&5
6632 6649
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6633 6650
   (exit $ac_status); } &&
6634
-         { ac_try='test -s conftest$ac_exeext'
6651
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6652
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6653
+  (eval $ac_try) 2>&5
6654
+  ac_status=$?
6655
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6656
+  (exit $ac_status); }; } &&
6657
+	 { ac_try='test -s conftest$ac_exeext'
6635 6658
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6636 6659
   (eval $ac_try) 2>&5
6637 6660
   ac_status=$?
... ...
@@ -6640,10 +7252,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6640 6640
   ac_cv_func_dlopen=yes
6641 6641
 else
6642 6642
   echo "$as_me: failed program was:" >&5
6643
-cat conftest.$ac_ext >&5
6643
+sed 's/^/| /' conftest.$ac_ext >&5
6644
+
6644 6645
 ac_cv_func_dlopen=no
6645 6646
 fi
6646
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6647
+rm -f conftest.err conftest.$ac_objext \
6648
+      conftest$ac_exeext conftest.$ac_ext
6647 6649
 fi
6648 6650
 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
6649 6651
 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
... ...
@@ -6658,8 +7272,11 @@ else
6658 6658
   ac_check_lib_save_LIBS=$LIBS
6659 6659
 LIBS="-ldl  $LIBS"
6660 6660
 cat >conftest.$ac_ext <<_ACEOF
6661
-#line $LINENO "configure"
6662
-#include "confdefs.h"
6661
+/* confdefs.h.  */
6662
+_ACEOF
6663
+cat confdefs.h >>conftest.$ac_ext
6664
+cat >>conftest.$ac_ext <<_ACEOF
6665
+/* end confdefs.h.  */
6663 6666
 
6664 6667
 /* Override any gcc2 internal prototype to avoid an error.  */
6665 6668
 #ifdef __cplusplus
... ...
@@ -6668,12 +7285,6 @@ extern "C"
6668 6668
 /* We use char because int might match the return type of a gcc2
6669 6669
    builtin and then its argument prototype would still apply.  */
6670 6670
 char dlopen ();
6671
-#ifdef F77_DUMMY_MAIN
6672
-#  ifdef __cplusplus
6673
-     extern "C"
6674
-#  endif
6675
-   int F77_DUMMY_MAIN() { return 1; }
6676
-#endif
6677 6671
 int
6678 6672
 main ()
6679 6673
 {
... ...
@@ -6684,11 +7295,20 @@ dlopen ();
6684 6684
 _ACEOF
6685 6685
 rm -f conftest.$ac_objext conftest$ac_exeext
6686 6686
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6687
-  (eval $ac_link) 2>&5
6687
+  (eval $ac_link) 2>conftest.er1
6688 6688
   ac_status=$?
6689
+  grep -v '^ *+' conftest.er1 >conftest.err
6690
+  rm -f conftest.er1
6691
+  cat conftest.err >&5
6689 6692
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6690 6693
   (exit $ac_status); } &&
6691
-         { ac_try='test -s conftest$ac_exeext'
6694
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6695
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6696
+  (eval $ac_try) 2>&5
6697
+  ac_status=$?
6698
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6699
+  (exit $ac_status); }; } &&
6700
+	 { ac_try='test -s conftest$ac_exeext'
6692 6701
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6693 6702
   (eval $ac_try) 2>&5
6694 6703
   ac_status=$?
... ...
@@ -6697,10 +7317,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6697 6697
   ac_cv_lib_dl_dlopen=yes
6698 6698
 else
6699 6699
   echo "$as_me: failed program was:" >&5
6700
-cat conftest.$ac_ext >&5
6700
+sed 's/^/| /' conftest.$ac_ext >&5
6701
+
6701 6702
 ac_cv_lib_dl_dlopen=no
6702 6703
 fi
6703
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6704
+rm -f conftest.err conftest.$ac_objext \
6705
+      conftest$ac_exeext conftest.$ac_ext
6704 6706
 LIBS=$ac_check_lib_save_LIBS
6705 6707
 fi
6706 6708
 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
... ...
@@ -6716,8 +7338,11 @@ else
6716 6716
   ac_check_lib_save_LIBS=$LIBS
6717 6717
 LIBS="-lsvld  $LIBS"
6718 6718
 cat >conftest.$ac_ext <<_ACEOF
6719
-#line $LINENO "configure"
6720
-#include "confdefs.h"
6719
+/* confdefs.h.  */
6720
+_ACEOF
6721
+cat confdefs.h >>conftest.$ac_ext
6722
+cat >>conftest.$ac_ext <<_ACEOF
6723
+/* end confdefs.h.  */
6721 6724
 
6722 6725
 /* Override any gcc2 internal prototype to avoid an error.  */
6723 6726
 #ifdef __cplusplus
... ...
@@ -6726,12 +7351,6 @@ extern "C"
6726 6726
 /* We use char because int might match the return type of a gcc2
6727 6727
    builtin and then its argument prototype would still apply.  */
6728 6728
 char dlopen ();
6729
-#ifdef F77_DUMMY_MAIN
6730
-#  ifdef __cplusplus
6731
-     extern "C"
6732
-#  endif
6733
-   int F77_DUMMY_MAIN() { return 1; }
6734
-#endif
6735 6729
 int
6736 6730
 main ()
6737 6731
 {
... ...
@@ -6742,11 +7361,20 @@ dlopen ();
6742 6742
 _ACEOF
6743 6743
 rm -f conftest.$ac_objext conftest$ac_exeext
6744 6744
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6745
-  (eval $ac_link) 2>&5
6745
+  (eval $ac_link) 2>conftest.er1
6746 6746
   ac_status=$?
6747
+  grep -v '^ *+' conftest.er1 >conftest.err
6748
+  rm -f conftest.er1
6749
+  cat conftest.err >&5
6747 6750
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748 6751
   (exit $ac_status); } &&
6749
-         { ac_try='test -s conftest$ac_exeext'
6752
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6753
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6754
+  (eval $ac_try) 2>&5
6755
+  ac_status=$?
6756
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757
+  (exit $ac_status); }; } &&
6758
+	 { ac_try='test -s conftest$ac_exeext'
6750 6759
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6751 6760
   (eval $ac_try) 2>&5
6752 6761
   ac_status=$?
... ...
@@ -6755,10 +7383,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6755 6755
   ac_cv_lib_svld_dlopen=yes
6756 6756
 else
6757 6757
   echo "$as_me: failed program was:" >&5
6758
-cat conftest.$ac_ext >&5
6758
+sed 's/^/| /' conftest.$ac_ext >&5
6759
+
6759 6760
 ac_cv_lib_svld_dlopen=no
6760 6761
 fi
6761
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6762
+rm -f conftest.err conftest.$ac_objext \
6763
+      conftest$ac_exeext conftest.$ac_ext
6762 6764
 LIBS=$ac_check_lib_save_LIBS
6763 6765
 fi
6764 6766
 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
... ...
@@ -6774,8 +7404,11 @@ else
6774 6774
   ac_check_lib_save_LIBS=$LIBS
6775 6775
 LIBS="-ldld  $LIBS"
6776 6776
 cat >conftest.$ac_ext <<_ACEOF
6777
-#line $LINENO "configure"
6778
-#include "confdefs.h"
6777
+/* confdefs.h.  */
6778
+_ACEOF
6779
+cat confdefs.h >>conftest.$ac_ext
6780
+cat >>conftest.$ac_ext <<_ACEOF
6781
+/* end confdefs.h.  */
6779 6782
 
6780 6783
 /* Override any gcc2 internal prototype to avoid an error.  */
6781 6784
 #ifdef __cplusplus
... ...
@@ -6784,12 +7417,6 @@ extern "C"
6784 6784
 /* We use char because int might match the return type of a gcc2
6785 6785
    builtin and then its argument prototype would still apply.  */
6786 6786
 char dld_link ();
6787
-#ifdef F77_DUMMY_MAIN
6788
-#  ifdef __cplusplus
6789
-     extern "C"
6790
-#  endif
6791
-   int F77_DUMMY_MAIN() { return 1; }
6792
-#endif
6793 6787
 int
6794 6788
 main ()
6795 6789
 {
... ...
@@ -6800,11 +7427,20 @@ dld_link ();
6800 6800
 _ACEOF
6801 6801
 rm -f conftest.$ac_objext conftest$ac_exeext
6802 6802
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6803
-  (eval $ac_link) 2>&5
6803
+  (eval $ac_link) 2>conftest.er1
6804 6804
   ac_status=$?
6805
+  grep -v '^ *+' conftest.er1 >conftest.err
6806
+  rm -f conftest.er1
6807
+  cat conftest.err >&5
6805 6808
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 6809
   (exit $ac_status); } &&
6807
-         { ac_try='test -s conftest$ac_exeext'
6810
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
6811
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6812
+  (eval $ac_try) 2>&5
6813
+  ac_status=$?
6814
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815
+  (exit $ac_status); }; } &&
6816
+	 { ac_try='test -s conftest$ac_exeext'
6808 6817
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6809 6818
   (eval $ac_try) 2>&5
6810 6819
   ac_status=$?
... ...
@@ -6813,10 +7449,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6813 6813
   ac_cv_lib_dld_dld_link=yes
6814 6814
 else
6815 6815
   echo "$as_me: failed program was:" >&5
6816
-cat conftest.$ac_ext >&5
6816
+sed 's/^/| /' conftest.$ac_ext >&5
6817
+
6817 6818
 ac_cv_lib_dld_dld_link=no
6818 6819
 fi
6819
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6820
+rm -f conftest.err conftest.$ac_objext \
6821
+      conftest$ac_exeext conftest.$ac_ext
6820 6822
 LIBS=$ac_check_lib_save_LIBS
6821 6823
 fi
6822 6824
 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
... ...
@@ -6871,7 +7509,7 @@ else
6871 6871
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6872 6872
   lt_status=$lt_dlunknown
6873 6873
   cat > conftest.$ac_ext <<EOF
6874
-#line 6874 "configure"
6874
+#line 7512 "configure"
6875 6875
 #include "confdefs.h"
6876 6876
 
6877 6877
 #if HAVE_DLFCN_H
... ...
@@ -6969,7 +7607,7 @@ else
6969 6969
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6970 6970
   lt_status=$lt_dlunknown
6971 6971
   cat > conftest.$ac_ext <<EOF
6972
-#line 6972 "configure"
6972
+#line 7610 "configure"
6973 6973
 #include "confdefs.h"
6974 6974
 
6975 6975
 #if HAVE_DLFCN_H
... ...
@@ -7073,6 +7711,8 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
7073 7073
 fi
7074 7074
 
7075 7075
 
7076
+## FIXME: this should be a separate macro
7077
+##
7076 7078
 if test "$enable_shared" = yes && test "$GCC" = yes; then
7077 7079
   case $archive_cmds in
7078 7080
   *'~'*)
... ...
@@ -7129,7 +7769,11 @@ echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
7129 7129
   esac
7130 7130
 fi
7131 7131
 need_lc=${lt_cv_archive_cmds_need_lc-yes}
7132
+##
7133
+## END FIXME
7132 7134
 
7135
+## FIXME: this should be a separate macro
7136
+##
7133 7137
 # The second clause should only fire when bootstrapping the
7134 7138
 # libtool distribution, otherwise you forgot to ship ltmain.sh
7135 7139
 # with your package, and you will get complaints that there are
... ...
@@ -7679,6 +8323,8 @@ EOF
7679 7679
     (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
7680 7680
   chmod +x "$ofile"
7681 7681
 fi
7682
+##
7683
+## END FIXME
7682 7684
 
7683 7685
 
7684 7686
 
... ...
@@ -7711,49 +8357,67 @@ if test "${ac_cv_header_stdc+set}" = set; then
7711 7711
   echo $ECHO_N "(cached) $ECHO_C" >&6
7712 7712
 else
7713 7713
   cat >conftest.$ac_ext <<_ACEOF
7714
-#line $LINENO "configure"
7715
-#include "confdefs.h"
7714
+/* confdefs.h.  */
7715
+_ACEOF
7716
+cat confdefs.h >>conftest.$ac_ext
7717
+cat >>conftest.$ac_ext <<_ACEOF
7718
+/* end confdefs.h.  */
7716 7719
 #include <stdlib.h>
7717 7720
 #include <stdarg.h>
7718 7721
 #include <string.h>
7719 7722
 #include <float.h>
7720 7723
 
7724
+int
7725
+main ()
7726
+{
7727
+
7728
+  ;
7729
+  return 0;
7730
+}
7721 7731
 _ACEOF
7722
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7723
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7732
+rm -f conftest.$ac_objext
7733
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7734
+  (eval $ac_compile) 2>conftest.er1
7724 7735
   ac_status=$?
7725
-  egrep -v '^ *\+' conftest.er1 >conftest.err
7736
+  grep -v '^ *+' conftest.er1 >conftest.err
7726 7737
   rm -f conftest.er1
7727 7738
   cat conftest.err >&5
7728 7739
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7729
-  (exit $ac_status); } >/dev/null; then
7730
-  if test -s conftest.err; then
7731
-    ac_cpp_err=$ac_c_preproc_warn_flag
7732
-  else
7733
-    ac_cpp_err=
7734
-  fi
7735
-else
7736
-  ac_cpp_err=yes
7737
-fi
7738
-if test -z "$ac_cpp_err"; then
7740
+  (exit $ac_status); } &&
7741
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
7742
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7743
+  (eval $ac_try) 2>&5
7744
+  ac_status=$?
7745
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746
+  (exit $ac_status); }; } &&
7747
+	 { ac_try='test -s conftest.$ac_objext'
7748
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7749
+  (eval $ac_try) 2>&5
7750
+  ac_status=$?
7751
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752
+  (exit $ac_status); }; }; then
7739 7753
   ac_cv_header_stdc=yes
7740 7754
 else
7741 7755
   echo "$as_me: failed program was:" >&5
7742
-  cat conftest.$ac_ext >&5
7743
-  ac_cv_header_stdc=no
7756
+sed 's/^/| /' conftest.$ac_ext >&5
7757
+
7758
+ac_cv_header_stdc=no
7744 7759
 fi
7745
-rm -f conftest.err conftest.$ac_ext
7760
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7746 7761
 
7747 7762
 if test $ac_cv_header_stdc = yes; then
7748 7763
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7749 7764
   cat >conftest.$ac_ext <<_ACEOF
7750
-#line $LINENO "configure"
7751
-#include "confdefs.h"
7765
+/* confdefs.h.  */
7766
+_ACEOF
7767
+cat confdefs.h >>conftest.$ac_ext
7768
+cat >>conftest.$ac_ext <<_ACEOF
7769
+/* end confdefs.h.  */
7752 7770
 #include <string.h>
7753 7771
 
7754 7772
 _ACEOF
7755 7773
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7756
-  egrep "memchr" >/dev/null 2>&1; then
7774
+  $EGREP "memchr" >/dev/null 2>&1; then
7757 7775
   :
7758 7776
 else
7759 7777
   ac_cv_header_stdc=no
... ...
@@ -7765,13 +8429,16 @@ fi
7765 7765
 if test $ac_cv_header_stdc = yes; then
7766 7766
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7767 7767
   cat >conftest.$ac_ext <<_ACEOF
7768
-#line $LINENO "configure"
7769
-#include "confdefs.h"
7768
+/* confdefs.h.  */
7769
+_ACEOF
7770
+cat confdefs.h >>conftest.$ac_ext
7771
+cat >>conftest.$ac_ext <<_ACEOF
7772
+/* end confdefs.h.  */
7770 7773
 #include <stdlib.h>
7771 7774
 
7772 7775
 _ACEOF
7773 7776
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7774
-  egrep "free" >/dev/null 2>&1; then
7777
+  $EGREP "free" >/dev/null 2>&1; then
7775 7778
   :
7776 7779
 else
7777 7780
   ac_cv_header_stdc=no
... ...
@@ -7786,16 +8453,20 @@ if test $ac_cv_header_stdc = yes; then
7786 7786
   :
7787 7787
 else
7788 7788
   cat >conftest.$ac_ext <<_ACEOF
7789
-#line $LINENO "configure"
7790
-#include "confdefs.h"
7789
+/* confdefs.h.  */
7790
+_ACEOF
7791
+cat confdefs.h >>conftest.$ac_ext
7792
+cat >>conftest.$ac_ext <<_ACEOF
7793
+/* end confdefs.h.  */
7791 7794
 #include <ctype.h>
7792 7795
 #if ((' ' & 0x0FF) == 0x020)
7793 7796
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7794 7797
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7795 7798
 #else
7796
-# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
7797
-                     || ('j' <= (c) && (c) <= 'r') \
7798
-                     || ('s' <= (c) && (c) <= 'z'))
7799
+# define ISLOWER(c) \
7800
+		   (('a' <= (c) && (c) <= 'i') \
7801
+		     || ('j' <= (c) && (c) <= 'r') \
7802
+		     || ('s' <= (c) && (c) <= 'z'))
7799 7803
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7800 7804
 #endif
7801 7805
 
... ...
@@ -7806,7 +8477,7 @@ main ()
7806 7806
   int i;
7807 7807
   for (i = 0; i < 256; i++)
7808 7808
     if (XOR (islower (i), ISLOWER (i))
7809
-        || toupper (i) != TOUPPER (i))
7809
+	|| toupper (i) != TOUPPER (i))
7810 7810
       exit(2);
7811 7811
   exit (0);
7812 7812
 }
... ...
@@ -7826,11 +8497,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7826 7826
 else
7827 7827
   echo "$as_me: program exited with status $ac_status" >&5
7828 7828
 echo "$as_me: failed program was:" >&5
7829
-cat conftest.$ac_ext >&5
7829
+sed 's/^/| /' conftest.$ac_ext >&5
7830
+
7830 7831
 ( exit $ac_status )
7831 7832
 ac_cv_header_stdc=no
7832 7833
 fi
7833
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7834
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7834 7835
 fi
7835 7836
 fi
7836 7837
 fi
... ...
@@ -7879,18 +8551,30 @@ else
7879 7879
 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7880 7880
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7881 7881
 cat >conftest.$ac_ext <<_ACEOF
7882
-#line $LINENO "configure"
7883
-#include "confdefs.h"
7882
+/* confdefs.h.  */
7883
+_ACEOF
7884
+cat confdefs.h >>conftest.$ac_ext
7885
+cat >>conftest.$ac_ext <<_ACEOF
7886
+/* end confdefs.h.  */
7884 7887
 $ac_includes_default
7885 7888
 #include <$ac_header>
7886 7889
 _ACEOF
7887 7890
 rm -f conftest.$ac_objext
7888 7891
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7889
-  (eval $ac_compile) 2>&5
7892
+  (eval $ac_compile) 2>conftest.er1
7890 7893
   ac_status=$?
7894
+  grep -v '^ *+' conftest.er1 >conftest.err
7895
+  rm -f conftest.er1
7896
+  cat conftest.err >&5
7891 7897
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 7898
   (exit $ac_status); } &&
7893
-         { ac_try='test -s conftest.$ac_objext'
7899
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
7900
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7901
+  (eval $ac_try) 2>&5
7902
+  ac_status=$?
7903
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904
+  (exit $ac_status); }; } &&
7905
+	 { ac_try='test -s conftest.$ac_objext'
7894 7906
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7895 7907
   (eval $ac_try) 2>&5
7896 7908
   ac_status=$?
... ...
@@ -7899,10 +8583,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7899 7899
   ac_header_compiler=yes
7900 7900
 else
7901 7901
   echo "$as_me: failed program was:" >&5
7902
-cat conftest.$ac_ext >&5
7902
+sed 's/^/| /' conftest.$ac_ext >&5
7903
+
7903 7904
 ac_header_compiler=no
7904 7905
 fi
7905
-rm -f conftest.$ac_objext conftest.$ac_ext
7906
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7906 7907
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7907 7908
 echo "${ECHO_T}$ac_header_compiler" >&6
7908 7909
 
... ...
@@ -7910,20 +8595,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
7910 7910
 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7911 7911
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7912 7912
 cat >conftest.$ac_ext <<_ACEOF
7913
-#line $LINENO "configure"
7914
-#include "confdefs.h"
7913
+/* confdefs.h.  */
7914
+_ACEOF
7915
+cat confdefs.h >>conftest.$ac_ext
7916
+cat >>conftest.$ac_ext <<_ACEOF
7917
+/* end confdefs.h.  */
7915 7918
 #include <$ac_header>
7916 7919
 _ACEOF
7917 7920
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7918 7921
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7919 7922
   ac_status=$?
7920
-  egrep -v '^ *\+' conftest.er1 >conftest.err
7923
+  grep -v '^ *+' conftest.er1 >conftest.err
7921 7924
   rm -f conftest.er1
7922 7925
   cat conftest.err >&5
7923 7926
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7924 7927
   (exit $ac_status); } >/dev/null; then
7925 7928
   if test -s conftest.err; then
7926 7929
     ac_cpp_err=$ac_c_preproc_warn_flag
7930
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7927 7931
   else
7928 7932
     ac_cpp_err=
7929 7933
   fi
... ...
@@ -7934,7 +8623,8 @@ if test -z "$ac_cpp_err"; then
7934 7934
   ac_header_preproc=yes
7935 7935
 else
7936 7936
   echo "$as_me: failed program was:" >&5
7937
-  cat conftest.$ac_ext >&5
7937
+sed 's/^/| /' conftest.$ac_ext >&5
7938
+
7938 7939
   ac_header_preproc=no
7939 7940
 fi
7940 7941
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -7942,26 +8632,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7942 7942
 echo "${ECHO_T}$ac_header_preproc" >&6
7943 7943
 
7944 7944
 # So?  What about this header?
7945
-case $ac_header_compiler:$ac_header_preproc in
7946
-  yes:no )
7945
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7946
+  yes:no: )
7947 7947
     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7948 7948
 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7949
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7950
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7951
-  no:yes )
7949
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7950
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7951
+    ac_header_preproc=yes
7952
+    ;;
7953
+  no:yes:* )
7952 7954
     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7953 7955
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7954
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7955
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7956
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7957
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7958
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7959
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7960
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7961
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7956 7962
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7957
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7963
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7964
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7965
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7966
+    (
7967
+      cat <<\_ASBOX
7968
+## ------------------------------------------ ##
7969
+## Report this to the AC_PACKAGE_NAME lists.  ##
7970
+## ------------------------------------------ ##
7971
+_ASBOX
7972
+    ) |
7973
+      sed "s/^/$as_me: WARNING:     /" >&2
7974
+    ;;
7958 7975
 esac
7959 7976
 echo "$as_me:$LINENO: checking for $ac_header" >&5
7960 7977
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7961 7978
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7962 7979
   echo $ECHO_N "(cached) $ECHO_C" >&6
7963 7980
 else
7964
-  eval "$as_ac_Header=$ac_header_preproc"
7981
+  eval "$as_ac_Header=\$ac_header_preproc"
7965 7982
 fi
7966 7983
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7967 7984
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
... ...
@@ -7982,15 +8689,12 @@ if test "${ac_cv_type_off_t+set}" = set; then
7982 7982
   echo $ECHO_N "(cached) $ECHO_C" >&6
7983 7983
 else
7984 7984
   cat >conftest.$ac_ext <<_ACEOF
7985
-#line $LINENO "configure"
7986
-#include "confdefs.h"
7985
+/* confdefs.h.  */
7986
+_ACEOF
7987
+cat confdefs.h >>conftest.$ac_ext
7988
+cat >>conftest.$ac_ext <<_ACEOF
7989
+/* end confdefs.h.  */
7987 7990
 $ac_includes_default
7988
-#ifdef F77_DUMMY_MAIN
7989
-#  ifdef __cplusplus
7990
-     extern "C"
7991
-#  endif
7992
-   int F77_DUMMY_MAIN() { return 1; }
7993
-#endif
7994 7991
 int
7995 7992
 main ()
7996 7993
 {
... ...
@@ -8004,11 +8708,20 @@ if (sizeof (off_t))
8004 8004
 _ACEOF
8005 8005
 rm -f conftest.$ac_objext
8006 8006
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8007
-  (eval $ac_compile) 2>&5
8007
+  (eval $ac_compile) 2>conftest.er1
8008 8008
   ac_status=$?
8009
+  grep -v '^ *+' conftest.er1 >conftest.err
8010
+  rm -f conftest.er1
8011
+  cat conftest.err >&5
8009 8012
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010 8013
   (exit $ac_status); } &&
8011
-         { ac_try='test -s conftest.$ac_objext'
8014
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8015
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8016
+  (eval $ac_try) 2>&5
8017
+  ac_status=$?
8018
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8019
+  (exit $ac_status); }; } &&
8020
+	 { ac_try='test -s conftest.$ac_objext'
8012 8021
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8013 8022
   (eval $ac_try) 2>&5
8014 8023
   ac_status=$?
... ...
@@ -8017,10 +8730,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8017 8017
   ac_cv_type_off_t=yes
8018 8018
 else
8019 8019
   echo "$as_me: failed program was:" >&5
8020
-cat conftest.$ac_ext >&5
8020
+sed 's/^/| /' conftest.$ac_ext >&5
8021
+
8021 8022
 ac_cv_type_off_t=no
8022 8023
 fi
8023
-rm -f conftest.$ac_objext conftest.$ac_ext
8024
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8024 8025
 fi
8025 8026
 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
8026 8027
 echo "${ECHO_T}$ac_cv_type_off_t" >&6
... ...
@@ -8041,18 +8755,15 @@ if test "${ac_cv_sizeof_short+set}" = set; then
8041 8041
 else
8042 8042
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
8043 8043
   cat >conftest.$ac_ext <<_ACEOF
8044
-#line $LINENO "configure"
8045
-#include "confdefs.h"
8044
+/* confdefs.h.  */
8045
+_ACEOF
8046
+cat confdefs.h >>conftest.$ac_ext
8047
+cat >>conftest.$ac_ext <<_ACEOF
8048
+/* end confdefs.h.  */
8046 8049
 #include "confdefs.h"
8047 8050
 #include <sys/types.h>
8048 8051
 
8049 8052
 
8050
-#ifdef F77_DUMMY_MAIN
8051
-#  ifdef __cplusplus
8052
-     extern "C"
8053
-#  endif
8054
-   int F77_DUMMY_MAIN() { return 1; }
8055
-#endif
8056 8053
 int
8057 8054
 main ()
8058 8055
 {
... ...
@@ -8063,11 +8774,20 @@ switch (0) case 0: case (sizeof (short) == $ac_size):;
8063 8063
 _ACEOF
8064 8064
 rm -f conftest.$ac_objext
8065 8065
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8066
-  (eval $ac_compile) 2>&5
8066
+  (eval $ac_compile) 2>conftest.er1
8067 8067
   ac_status=$?
8068
+  grep -v '^ *+' conftest.er1 >conftest.err
8069
+  rm -f conftest.er1
8070
+  cat conftest.err >&5
8068 8071
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8069 8072
   (exit $ac_status); } &&
8070
-         { ac_try='test -s conftest.$ac_objext'
8073
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8074
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8075
+  (eval $ac_try) 2>&5
8076
+  ac_status=$?
8077
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078
+  (exit $ac_status); }; } &&
8079
+	 { ac_try='test -s conftest.$ac_objext'
8071 8080
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8072 8081
   (eval $ac_try) 2>&5
8073 8082
   ac_status=$?
... ...
@@ -8076,9 +8796,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8076 8076
   ac_cv_sizeof_short=$ac_size
8077 8077
 else
8078 8078
   echo "$as_me: failed program was:" >&5
8079
-cat conftest.$ac_ext >&5
8079
+sed 's/^/| /' conftest.$ac_ext >&5
8080
+
8080 8081
 fi
8081
-rm -f conftest.$ac_objext conftest.$ac_ext
8082
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8082 8083
   if test x$ac_cv_sizeof_short != x ; then break; fi
8083 8084
 done
8084 8085
 
... ...
@@ -8104,18 +8825,15 @@ if test "${ac_cv_sizeof_int+set}" = set; then
8104 8104
 else
8105 8105
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
8106 8106
   cat >conftest.$ac_ext <<_ACEOF
8107
-#line $LINENO "configure"
8108
-#include "confdefs.h"
8107
+/* confdefs.h.  */
8108
+_ACEOF
8109
+cat confdefs.h >>conftest.$ac_ext
8110
+cat >>conftest.$ac_ext <<_ACEOF
8111
+/* end confdefs.h.  */
8109 8112
 #include "confdefs.h"
8110 8113
 #include <sys/types.h>
8111 8114
 
8112 8115
 
8113
-#ifdef F77_DUMMY_MAIN
8114
-#  ifdef __cplusplus
8115
-     extern "C"
8116
-#  endif
8117
-   int F77_DUMMY_MAIN() { return 1; }
8118
-#endif
8119 8116
 int
8120 8117
 main ()
8121 8118
 {
... ...
@@ -8126,11 +8844,20 @@ switch (0) case 0: case (sizeof (int) == $ac_size):;
8126 8126
 _ACEOF
8127 8127
 rm -f conftest.$ac_objext
8128 8128
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8129
-  (eval $ac_compile) 2>&5
8129
+  (eval $ac_compile) 2>conftest.er1
8130 8130
   ac_status=$?
8131
+  grep -v '^ *+' conftest.er1 >conftest.err
8132
+  rm -f conftest.er1
8133
+  cat conftest.err >&5
8131 8134
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 8135
   (exit $ac_status); } &&
8133
-         { ac_try='test -s conftest.$ac_objext'
8136
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8137
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8138
+  (eval $ac_try) 2>&5
8139
+  ac_status=$?
8140
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8141
+  (exit $ac_status); }; } &&
8142
+	 { ac_try='test -s conftest.$ac_objext'
8134 8143
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8135 8144
   (eval $ac_try) 2>&5
8136 8145
   ac_status=$?
... ...
@@ -8139,9 +8866,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8139 8139
   ac_cv_sizeof_int=$ac_size
8140 8140
 else
8141 8141
   echo "$as_me: failed program was:" >&5
8142
-cat conftest.$ac_ext >&5
8142
+sed 's/^/| /' conftest.$ac_ext >&5
8143
+
8143 8144
 fi
8144
-rm -f conftest.$ac_objext conftest.$ac_ext
8145
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8145 8146
   if test x$ac_cv_sizeof_int != x ; then break; fi
8146 8147
 done
8147 8148
 
... ...
@@ -8167,18 +8895,15 @@ if test "${ac_cv_sizeof_long+set}" = set; then
8167 8167
 else
8168 8168
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
8169 8169
   cat >conftest.$ac_ext <<_ACEOF
8170
-#line $LINENO "configure"
8171
-#include "confdefs.h"
8170
+/* confdefs.h.  */
8171
+_ACEOF
8172
+cat confdefs.h >>conftest.$ac_ext
8173
+cat >>conftest.$ac_ext <<_ACEOF
8174
+/* end confdefs.h.  */
8172 8175
 #include "confdefs.h"
8173 8176
 #include <sys/types.h>
8174 8177
 
8175 8178
 
8176
-#ifdef F77_DUMMY_MAIN
8177
-#  ifdef __cplusplus
8178
-     extern "C"
8179
-#  endif
8180
-   int F77_DUMMY_MAIN() { return 1; }
8181
-#endif
8182 8179
 int
8183 8180
 main ()
8184 8181
 {
... ...
@@ -8189,11 +8914,20 @@ switch (0) case 0: case (sizeof (long) == $ac_size):;
8189 8189
 _ACEOF
8190 8190
 rm -f conftest.$ac_objext
8191 8191
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8192
-  (eval $ac_compile) 2>&5
8192
+  (eval $ac_compile) 2>conftest.er1
8193 8193
   ac_status=$?
8194
+  grep -v '^ *+' conftest.er1 >conftest.err
8195
+  rm -f conftest.er1
8196
+  cat conftest.err >&5
8194 8197
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8195 8198
   (exit $ac_status); } &&
8196
-         { ac_try='test -s conftest.$ac_objext'
8199
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8200
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8201
+  (eval $ac_try) 2>&5
8202
+  ac_status=$?
8203
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8204
+  (exit $ac_status); }; } &&
8205
+	 { ac_try='test -s conftest.$ac_objext'
8197 8206
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8198 8207
   (eval $ac_try) 2>&5
8199 8208
   ac_status=$?
... ...
@@ -8202,9 +8936,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8202 8202
   ac_cv_sizeof_long=$ac_size
8203 8203
 else
8204 8204
   echo "$as_me: failed program was:" >&5
8205
-cat conftest.$ac_ext >&5
8205
+sed 's/^/| /' conftest.$ac_ext >&5
8206
+
8206 8207
 fi
8207
-rm -f conftest.$ac_objext conftest.$ac_ext
8208
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8208 8209
   if test x$ac_cv_sizeof_long != x ; then break; fi
8209 8210
 done
8210 8211
 
... ...
@@ -8243,49 +8978,72 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8243 8243
   echo $ECHO_N "(cached) $ECHO_C" >&6
8244 8244
 else
8245 8245
   cat >conftest.$ac_ext <<_ACEOF
8246
-#line $LINENO "configure"
8247
-#include "confdefs.h"
8246
+/* confdefs.h.  */
8247
+_ACEOF
8248
+cat confdefs.h >>conftest.$ac_ext
8249
+cat >>conftest.$ac_ext <<_ACEOF
8250
+/* end confdefs.h.  */
8251
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8252
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8253
+#define $ac_func innocuous_$ac_func
8254
+
8248 8255
 /* System header to define __stub macros and hopefully few prototypes,
8249
-    which can conflict with char $ac_func (); below.  */
8250
-#include <assert.h>
8256
+    which can conflict with char $ac_func (); below.
8257
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8258
+    <limits.h> exists even on freestanding compilers.  */
8259
+
8260
+#ifdef __STDC__
8261
+# include <limits.h>
8262
+#else
8263
+# include <assert.h>
8264
+#endif
8265
+
8266
+#undef $ac_func
8267
+
8251 8268
 /* Override any gcc2 internal prototype to avoid an error.  */
8252 8269
 #ifdef __cplusplus
8253 8270
 extern "C"
8271
+{
8254 8272
 #endif
8255 8273
 /* We use char because int might match the return type of a gcc2
8256 8274
    builtin and then its argument prototype would still apply.  */
8257 8275
 char $ac_func ();
8258
-char (*f) ();
8259
-
8260
-#ifdef F77_DUMMY_MAIN
8261
-#  ifdef __cplusplus
8262
-     extern "C"
8263
-#  endif
8264
-   int F77_DUMMY_MAIN() { return 1; }
8265
-#endif
8266
-int
8267
-main ()
8268
-{
8269 8276
 /* The GNU C library defines this for functions which it implements
8270 8277
     to always fail with ENOSYS.  Some functions are actually named
8271 8278
     something starting with __ and the normal name is an alias.  */
8272 8279
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8273 8280
 choke me
8274 8281
 #else
8275
-f = $ac_func;
8282
+char (*f) () = $ac_func;
8283
+#endif
8284
+#ifdef __cplusplus
8285
+}
8276 8286
 #endif
8277 8287
 
8288
+int
8289
+main ()
8290
+{
8291
+return f != $ac_func;
8278 8292
   ;
8279 8293
   return 0;
8280 8294
 }
8281 8295
 _ACEOF
8282 8296
 rm -f conftest.$ac_objext conftest$ac_exeext
8283 8297
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8284
-  (eval $ac_link) 2>&5
8298
+  (eval $ac_link) 2>conftest.er1
8285 8299
   ac_status=$?
8300
+  grep -v '^ *+' conftest.er1 >conftest.err
8301
+  rm -f conftest.er1
8302
+  cat conftest.err >&5
8286 8303
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 8304
   (exit $ac_status); } &&
8288
-         { ac_try='test -s conftest$ac_exeext'
8305
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8306
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8307
+  (eval $ac_try) 2>&5
8308
+  ac_status=$?
8309
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8310
+  (exit $ac_status); }; } &&
8311
+	 { ac_try='test -s conftest$ac_exeext'
8289 8312
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8290 8313
   (eval $ac_try) 2>&5
8291 8314
   ac_status=$?
... ...
@@ -8294,10 +9052,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8294 8294
   eval "$as_ac_var=yes"
8295 8295
 else
8296 8296
   echo "$as_me: failed program was:" >&5
8297
-cat conftest.$ac_ext >&5
8297
+sed 's/^/| /' conftest.$ac_ext >&5
8298
+
8298 8299
 eval "$as_ac_var=no"
8299 8300
 fi
8300
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8301
+rm -f conftest.err conftest.$ac_objext \
8302
+      conftest$ac_exeext conftest.$ac_ext
8301 8303
 fi
8302 8304
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8303 8305
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
... ...
@@ -8327,18 +9087,30 @@ else
8327 8327
 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8328 8328
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8329 8329
 cat >conftest.$ac_ext <<_ACEOF
8330
-#line $LINENO "configure"
8331
-#include "confdefs.h"
8330
+/* confdefs.h.  */
8331
+_ACEOF
8332
+cat confdefs.h >>conftest.$ac_ext
8333
+cat >>conftest.$ac_ext <<_ACEOF
8334
+/* end confdefs.h.  */
8332 8335
 $ac_includes_default
8333 8336
 #include <$ac_header>
8334 8337
 _ACEOF
8335 8338
 rm -f conftest.$ac_objext
8336 8339
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8337
-  (eval $ac_compile) 2>&5
8340
+  (eval $ac_compile) 2>conftest.er1
8338 8341
   ac_status=$?
8342
+  grep -v '^ *+' conftest.er1 >conftest.err
8343
+  rm -f conftest.er1
8344
+  cat conftest.err >&5
8339 8345
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8340 8346
   (exit $ac_status); } &&
8341
-         { ac_try='test -s conftest.$ac_objext'
8347
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8348
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8349
+  (eval $ac_try) 2>&5
8350
+  ac_status=$?
8351
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352
+  (exit $ac_status); }; } &&
8353
+	 { ac_try='test -s conftest.$ac_objext'
8342 8354
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8343 8355
   (eval $ac_try) 2>&5
8344 8356
   ac_status=$?
... ...
@@ -8347,10 +9119,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8347 8347
   ac_header_compiler=yes
8348 8348
 else
8349 8349
   echo "$as_me: failed program was:" >&5
8350
-cat conftest.$ac_ext >&5
8350
+sed 's/^/| /' conftest.$ac_ext >&5
8351
+
8351 8352
 ac_header_compiler=no
8352 8353
 fi
8353
-rm -f conftest.$ac_objext conftest.$ac_ext
8354
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8354 8355
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8355 8356
 echo "${ECHO_T}$ac_header_compiler" >&6
8356 8357
 
... ...
@@ -8358,20 +9131,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8358 8358
 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8359 8359
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8360 8360
 cat >conftest.$ac_ext <<_ACEOF
8361
-#line $LINENO "configure"
8362
-#include "confdefs.h"
8361
+/* confdefs.h.  */
8362
+_ACEOF
8363
+cat confdefs.h >>conftest.$ac_ext
8364
+cat >>conftest.$ac_ext <<_ACEOF
8365
+/* end confdefs.h.  */
8363 8366
 #include <$ac_header>
8364 8367
 _ACEOF
8365 8368
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8366 8369
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8367 8370
   ac_status=$?
8368
-  egrep -v '^ *\+' conftest.er1 >conftest.err
8371
+  grep -v '^ *+' conftest.er1 >conftest.err
8369 8372
   rm -f conftest.er1
8370 8373
   cat conftest.err >&5
8371 8374
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372 8375
   (exit $ac_status); } >/dev/null; then
8373 8376
   if test -s conftest.err; then
8374 8377
     ac_cpp_err=$ac_c_preproc_warn_flag
8378
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8375 8379
   else
8376 8380
     ac_cpp_err=
8377 8381
   fi
... ...
@@ -8382,7 +9159,8 @@ if test -z "$ac_cpp_err"; then
8382 8382
   ac_header_preproc=yes
8383 8383
 else
8384 8384
   echo "$as_me: failed program was:" >&5
8385
-  cat conftest.$ac_ext >&5
8385
+sed 's/^/| /' conftest.$ac_ext >&5
8386
+
8386 8387
   ac_header_preproc=no
8387 8388
 fi
8388 8389
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -8390,26 +9168,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8390 8390
 echo "${ECHO_T}$ac_header_preproc" >&6
8391 8391
 
8392 8392
 # So?  What about this header?
8393
-case $ac_header_compiler:$ac_header_preproc in
8394
-  yes:no )
8393
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8394
+  yes:no: )
8395 8395
     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8396 8396
 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8397
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8398
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8399
-  no:yes )
8397
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8398
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8399
+    ac_header_preproc=yes
8400
+    ;;
8401
+  no:yes:* )
8400 8402
     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8401 8403
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8402
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8403
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8404
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8405
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8406
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8407
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8408
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8409
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8404 8410
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8405
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
8411
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8412
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8413
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8414
+    (
8415
+      cat <<\_ASBOX
8416
+## ------------------------------------------ ##
8417
+## Report this to the AC_PACKAGE_NAME lists.  ##
8418
+## ------------------------------------------ ##
8419
+_ASBOX
8420
+    ) |
8421
+      sed "s/^/$as_me: WARNING:     /" >&2
8422
+    ;;
8406 8423
 esac
8407 8424
 echo "$as_me:$LINENO: checking for $ac_header" >&5
8408 8425
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8409 8426
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8410 8427
   echo $ECHO_N "(cached) $ECHO_C" >&6
8411 8428
 else
8412
-  eval "$as_ac_Header=$ac_header_preproc"
8429
+  eval "$as_ac_Header=\$ac_header_preproc"
8413 8430
 fi
8414 8431
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8415 8432
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
... ...
@@ -8434,49 +9229,72 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8434 8434
   echo $ECHO_N "(cached) $ECHO_C" >&6
8435 8435
 else
8436 8436
   cat >conftest.$ac_ext <<_ACEOF
8437
-#line $LINENO "configure"
8438
-#include "confdefs.h"
8437
+/* confdefs.h.  */
8438
+_ACEOF
8439
+cat confdefs.h >>conftest.$ac_ext
8440
+cat >>conftest.$ac_ext <<_ACEOF
8441
+/* end confdefs.h.  */
8442
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8443
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8444
+#define $ac_func innocuous_$ac_func
8445
+
8439 8446
 /* System header to define __stub macros and hopefully few prototypes,
8440
-    which can conflict with char $ac_func (); below.  */
8441
-#include <assert.h>
8447
+    which can conflict with char $ac_func (); below.
8448
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8449
+    <limits.h> exists even on freestanding compilers.  */
8450
+
8451
+#ifdef __STDC__
8452
+# include <limits.h>
8453
+#else
8454
+# include <assert.h>
8455
+#endif
8456
+
8457
+#undef $ac_func
8458
+
8442 8459
 /* Override any gcc2 internal prototype to avoid an error.  */
8443 8460
 #ifdef __cplusplus
8444 8461
 extern "C"
8462
+{
8445 8463
 #endif
8446 8464
 /* We use char because int might match the return type of a gcc2
8447 8465
    builtin and then its argument prototype would still apply.  */
8448 8466
 char $ac_func ();
8449
-char (*f) ();
8450
-
8451
-#ifdef F77_DUMMY_MAIN
8452
-#  ifdef __cplusplus
8453
-     extern "C"
8454
-#  endif
8455
-   int F77_DUMMY_MAIN() { return 1; }
8456
-#endif
8457
-int
8458
-main ()
8459
-{
8460 8467
 /* The GNU C library defines this for functions which it implements
8461 8468
     to always fail with ENOSYS.  Some functions are actually named
8462 8469
     something starting with __ and the normal name is an alias.  */
8463 8470
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8464 8471
 choke me
8465 8472
 #else
8466
-f = $ac_func;
8473
+char (*f) () = $ac_func;
8474
+#endif
8475
+#ifdef __cplusplus
8476
+}
8467 8477
 #endif
8468 8478
 
8479
+int
8480
+main ()
8481
+{
8482
+return f != $ac_func;
8469 8483
   ;
8470 8484
   return 0;
8471 8485
 }
8472 8486
 _ACEOF
8473 8487
 rm -f conftest.$ac_objext conftest$ac_exeext
8474 8488
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8475
-  (eval $ac_link) 2>&5
8489
+  (eval $ac_link) 2>conftest.er1
8476 8490
   ac_status=$?
8491
+  grep -v '^ *+' conftest.er1 >conftest.err
8492
+  rm -f conftest.er1
8493
+  cat conftest.err >&5
8477 8494
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8478 8495
   (exit $ac_status); } &&
8479
-         { ac_try='test -s conftest$ac_exeext'
8496
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8497
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8498
+  (eval $ac_try) 2>&5
8499
+  ac_status=$?
8500
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8501
+  (exit $ac_status); }; } &&
8502
+	 { ac_try='test -s conftest$ac_exeext'
8480 8503
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8481 8504
   (eval $ac_try) 2>&5
8482 8505
   ac_status=$?
... ...
@@ -8485,10 +9303,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8485 8485
   eval "$as_ac_var=yes"
8486 8486
 else
8487 8487
   echo "$as_me: failed program was:" >&5
8488
-cat conftest.$ac_ext >&5
8488
+sed 's/^/| /' conftest.$ac_ext >&5
8489
+
8489 8490
 eval "$as_ac_var=no"
8490 8491
 fi
8491
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8492
+rm -f conftest.err conftest.$ac_objext \
8493
+      conftest$ac_exeext conftest.$ac_ext
8492 8494
 fi
8493 8495
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8494 8496
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
... ...
@@ -8509,8 +9329,11 @@ else
8509 8509
   ac_cv_func_mmap_fixed_mapped=no
8510 8510
 else
8511 8511
   cat >conftest.$ac_ext <<_ACEOF
8512
-#line $LINENO "configure"
8513
-#include "confdefs.h"
8512
+/* confdefs.h.  */
8513
+_ACEOF
8514
+cat confdefs.h >>conftest.$ac_ext
8515
+cat >>conftest.$ac_ext <<_ACEOF
8516
+/* end confdefs.h.  */
8514 8517
 $ac_includes_default
8515 8518
 /* malloc might have been renamed as rpl_malloc. */
8516 8519
 #undef malloc
... ...
@@ -8613,9 +9436,9 @@ main ()
8613 8613
   data2 = (char *) malloc (2 * pagesize);
8614 8614
   if (!data2)
8615 8615
     exit (1);
8616
-  data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
8616
+  data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
8617 8617
   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8618
-                     MAP_PRIVATE | MAP_FIXED, fd, 0L))
8618
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
8619 8619
     exit (1);
8620 8620
   for (i = 0; i < pagesize; ++i)
8621 8621
     if (*(data + i) != *(data2 + i))
... ...
@@ -8653,11 +9476,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8653 8653
 else
8654 8654
   echo "$as_me: program exited with status $ac_status" >&5
8655 8655
 echo "$as_me: failed program was:" >&5
8656
-cat conftest.$ac_ext >&5
8656
+sed 's/^/| /' conftest.$ac_ext >&5
8657
+
8657 8658
 ( exit $ac_status )
8658 8659
 ac_cv_func_mmap_fixed_mapped=no
8659 8660
 fi
8660
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8661
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8661 8662
 fi
8662 8663
 fi
8663 8664
 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
... ...
@@ -8679,15 +9503,12 @@ else
8679 8679
   while :; do
8680 8680
   ac_cv_sys_largefile_source=no
8681 8681
   cat >conftest.$ac_ext <<_ACEOF
8682
-#line $LINENO "configure"
8683
-#include "confdefs.h"
8682
+/* confdefs.h.  */
8683
+_ACEOF
8684
+cat confdefs.h >>conftest.$ac_ext
8685
+cat >>conftest.$ac_ext <<_ACEOF
8686
+/* end confdefs.h.  */
8684 8687
 #include <stdio.h>
8685
-#ifdef F77_DUMMY_MAIN
8686
-#  ifdef __cplusplus
8687
-     extern "C"
8688
-#  endif
8689
-   int F77_DUMMY_MAIN() { return 1; }
8690
-#endif
8691 8688
 int
8692 8689
 main ()
8693 8690
 {
... ...
@@ -8698,11 +9519,20 @@ return !fseeko;
8698 8698
 _ACEOF
8699 8699
 rm -f conftest.$ac_objext
8700 8700
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8701
-  (eval $ac_compile) 2>&5
8701
+  (eval $ac_compile) 2>conftest.er1
8702 8702
   ac_status=$?
8703
+  grep -v '^ *+' conftest.er1 >conftest.err
8704
+  rm -f conftest.er1
8705
+  cat conftest.err >&5
8703 8706
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8704 8707
   (exit $ac_status); } &&
8705
-         { ac_try='test -s conftest.$ac_objext'
8708
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8709
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8710
+  (eval $ac_try) 2>&5
8711
+  ac_status=$?
8712
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8713
+  (exit $ac_status); }; } &&
8714
+	 { ac_try='test -s conftest.$ac_objext'
8706 8715
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8707 8716
   (eval $ac_try) 2>&5
8708 8717
   ac_status=$?
... ...
@@ -8711,20 +9541,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8711 8711
   break
8712 8712
 else
8713 8713
   echo "$as_me: failed program was:" >&5
8714
-cat conftest.$ac_ext >&5
8714
+sed 's/^/| /' conftest.$ac_ext >&5
8715
+
8715 8716
 fi
8716
-rm -f conftest.$ac_objext conftest.$ac_ext
8717
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8717 8718
   cat >conftest.$ac_ext <<_ACEOF
8718
-#line $LINENO "configure"
8719
-#include "confdefs.h"
8719
+/* confdefs.h.  */
8720
+_ACEOF
8721
+cat confdefs.h >>conftest.$ac_ext
8722
+cat >>conftest.$ac_ext <<_ACEOF
8723
+/* end confdefs.h.  */
8720 8724
 #define _LARGEFILE_SOURCE 1
8721 8725
 #include <stdio.h>
8722
-#ifdef F77_DUMMY_MAIN
8723
-#  ifdef __cplusplus
8724
-     extern "C"
8725
-#  endif
8726
-   int F77_DUMMY_MAIN() { return 1; }
8727
-#endif
8728 8726
 int
8729 8727
 main ()
8730 8728
 {
... ...
@@ -8735,11 +9563,20 @@ return !fseeko;
8735 8735
 _ACEOF
8736 8736
 rm -f conftest.$ac_objext
8737 8737
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8738
-  (eval $ac_compile) 2>&5
8738
+  (eval $ac_compile) 2>conftest.er1
8739 8739
   ac_status=$?
8740
+  grep -v '^ *+' conftest.er1 >conftest.err
8741
+  rm -f conftest.er1
8742
+  cat conftest.err >&5
8740 8743
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8741 8744
   (exit $ac_status); } &&
8742
-         { ac_try='test -s conftest.$ac_objext'
8745
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8746
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8747
+  (eval $ac_try) 2>&5
8748
+  ac_status=$?
8749
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8750
+  (exit $ac_status); }; } &&
8751
+	 { ac_try='test -s conftest.$ac_objext'
8743 8752
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8744 8753
   (eval $ac_try) 2>&5
8745 8754
   ac_status=$?
... ...
@@ -8748,9 +9585,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8748 8748
   ac_cv_sys_largefile_source=1; break
8749 8749
 else
8750 8750
   echo "$as_me: failed program was:" >&5
8751
-cat conftest.$ac_ext >&5
8751
+sed 's/^/| /' conftest.$ac_ext >&5
8752
+
8752 8753
 fi
8753
-rm -f conftest.$ac_objext conftest.$ac_ext
8754
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8754 8755
   break
8755 8756
 done
8756 8757
 fi
... ...
@@ -8774,15 +9612,12 @@ if test "${ac_cv_func_fseeko+set}" = set; then
8774 8774
   echo $ECHO_N "(cached) $ECHO_C" >&6
8775 8775
 else
8776 8776
   cat >conftest.$ac_ext <<_ACEOF
8777
-#line $LINENO "configure"
8778
-#include "confdefs.h"
8777
+/* confdefs.h.  */
8778
+_ACEOF
8779
+cat confdefs.h >>conftest.$ac_ext
8780
+cat >>conftest.$ac_ext <<_ACEOF
8781
+/* end confdefs.h.  */
8779 8782
 #include <stdio.h>
8780
-#ifdef F77_DUMMY_MAIN
8781
-#  ifdef __cplusplus
8782
-     extern "C"
8783
-#  endif
8784
-   int F77_DUMMY_MAIN() { return 1; }
8785
-#endif
8786 8783
 int
8787 8784
 main ()
8788 8785
 {
... ...
@@ -8793,11 +9628,20 @@ return fseeko && fseeko (stdin, 0, 0);
8793 8793
 _ACEOF
8794 8794
 rm -f conftest.$ac_objext conftest$ac_exeext
8795 8795
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8796
-  (eval $ac_link) 2>&5
8796
+  (eval $ac_link) 2>conftest.er1
8797 8797
   ac_status=$?
8798
+  grep -v '^ *+' conftest.er1 >conftest.err
8799
+  rm -f conftest.er1
8800
+  cat conftest.err >&5
8798 8801
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8799 8802
   (exit $ac_status); } &&
8800
-         { ac_try='test -s conftest$ac_exeext'
8803
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8804
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8805
+  (eval $ac_try) 2>&5
8806
+  ac_status=$?
8807
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8808
+  (exit $ac_status); }; } &&
8809
+	 { ac_try='test -s conftest$ac_exeext'
8801 8810
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8802 8811
   (eval $ac_try) 2>&5
8803 8812
   ac_status=$?
... ...
@@ -8806,10 +9650,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8806 8806
   ac_cv_func_fseeko=yes
8807 8807
 else
8808 8808
   echo "$as_me: failed program was:" >&5
8809
-cat conftest.$ac_ext >&5
8809
+sed 's/^/| /' conftest.$ac_ext >&5
8810
+
8810 8811
 ac_cv_func_fseeko=no
8811 8812
 fi
8812
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8813
+rm -f conftest.err conftest.$ac_objext \
8814
+      conftest$ac_exeext conftest.$ac_ext
8813 8815
 fi
8814 8816
 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
8815 8817
 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
... ...
@@ -8827,13 +9673,18 @@ if test "x$ac_cv_func_snprintf" = "xyes" ; then
8827 8827
         echo "$as_me:$LINENO: checking whether snprintf correctly terminates long strings" >&5
8828 8828
 echo $ECHO_N "checking whether snprintf correctly terminates long strings... $ECHO_C" >&6
8829 8829
         if test "$cross_compiling" = yes; then
8830
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5
8831
-echo "$as_me: error: cannot run test program while cross compiling" >&2;}
8830
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8831
+See \`config.log' for more details." >&5
8832
+echo "$as_me: error: cannot run test program while cross compiling
8833
+See \`config.log' for more details." >&2;}
8832 8834
    { (exit 1); exit 1; }; }
8833 8835
 else
8834 8836
   cat >conftest.$ac_ext <<_ACEOF
8835
-#line $LINENO "configure"
8836
-#include "confdefs.h"
8837
+/* confdefs.h.  */
8838
+_ACEOF
8839
+cat confdefs.h >>conftest.$ac_ext
8840
+cat >>conftest.$ac_ext <<_ACEOF
8841
+/* end confdefs.h.  */
8837 8842
 
8838 8843
 #include <stdio.h>
8839 8844
 int main(void){char b[5];snprintf(b,5,"123456789");return(b[4]!='\0');}
... ...
@@ -8855,7 +9706,8 @@ echo "${ECHO_T}yes" >&6
8855 8855
 else
8856 8856
   echo "$as_me: program exited with status $ac_status" >&5
8857 8857
 echo "$as_me: failed program was:" >&5
8858
-cat conftest.$ac_ext >&5
8858
+sed 's/^/| /' conftest.$ac_ext >&5
8859
+
8859 8860
 ( exit $ac_status )
8860 8861
 
8861 8862
                         echo "$as_me:$LINENO: result: no" >&5
... ...
@@ -8870,7 +9722,7 @@ echo "$as_me: WARNING: ****** Your snprintf() function is broken, complain to yo
8870 8870
 
8871 8871
 
8872 8872
 fi
8873
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8873
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8874 8874
 fi
8875 8875
 fi
8876 8876
 
... ...
@@ -8888,18 +9740,30 @@ else
8888 8888
 echo "$as_me:$LINENO: checking pthread.h usability" >&5
8889 8889
 echo $ECHO_N "checking pthread.h usability... $ECHO_C" >&6
8890 8890
 cat >conftest.$ac_ext <<_ACEOF
8891
-#line $LINENO "configure"
8892
-#include "confdefs.h"
8891
+/* confdefs.h.  */
8892
+_ACEOF
8893
+cat confdefs.h >>conftest.$ac_ext
8894
+cat >>conftest.$ac_ext <<_ACEOF
8895
+/* end confdefs.h.  */
8893 8896
 $ac_includes_default
8894 8897
 #include <pthread.h>
8895 8898
 _ACEOF
8896 8899
 rm -f conftest.$ac_objext
8897 8900
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8898
-  (eval $ac_compile) 2>&5
8901
+  (eval $ac_compile) 2>conftest.er1
8899 8902
   ac_status=$?
8903
+  grep -v '^ *+' conftest.er1 >conftest.err
8904
+  rm -f conftest.er1
8905
+  cat conftest.err >&5
8900 8906
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 8907
   (exit $ac_status); } &&
8902
-         { ac_try='test -s conftest.$ac_objext'
8908
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
8909
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8910
+  (eval $ac_try) 2>&5
8911
+  ac_status=$?
8912
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8913
+  (exit $ac_status); }; } &&
8914
+	 { ac_try='test -s conftest.$ac_objext'
8903 8915
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8904 8916
   (eval $ac_try) 2>&5
8905 8917
   ac_status=$?
... ...
@@ -8908,10 +9772,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8908 8908
   ac_header_compiler=yes
8909 8909
 else
8910 8910
   echo "$as_me: failed program was:" >&5
8911
-cat conftest.$ac_ext >&5
8911
+sed 's/^/| /' conftest.$ac_ext >&5
8912
+
8912 8913
 ac_header_compiler=no
8913 8914
 fi
8914
-rm -f conftest.$ac_objext conftest.$ac_ext
8915
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8915 8916
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8916 8917
 echo "${ECHO_T}$ac_header_compiler" >&6
8917 8918
 
... ...
@@ -8919,20 +9784,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8919 8919
 echo "$as_me:$LINENO: checking pthread.h presence" >&5
8920 8920
 echo $ECHO_N "checking pthread.h presence... $ECHO_C" >&6
8921 8921
 cat >conftest.$ac_ext <<_ACEOF
8922
-#line $LINENO "configure"
8923
-#include "confdefs.h"
8922
+/* confdefs.h.  */
8923
+_ACEOF
8924
+cat confdefs.h >>conftest.$ac_ext
8925
+cat >>conftest.$ac_ext <<_ACEOF
8926
+/* end confdefs.h.  */
8924 8927
 #include <pthread.h>
8925 8928
 _ACEOF
8926 8929
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8927 8930
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8928 8931
   ac_status=$?
8929
-  egrep -v '^ *\+' conftest.er1 >conftest.err
8932
+  grep -v '^ *+' conftest.er1 >conftest.err
8930 8933
   rm -f conftest.er1
8931 8934
   cat conftest.err >&5
8932 8935
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 8936
   (exit $ac_status); } >/dev/null; then
8934 8937
   if test -s conftest.err; then
8935 8938
     ac_cpp_err=$ac_c_preproc_warn_flag
8939
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8936 8940
   else
8937 8941
     ac_cpp_err=
8938 8942
   fi
... ...
@@ -8943,7 +9812,8 @@ if test -z "$ac_cpp_err"; then
8943 8943
   ac_header_preproc=yes
8944 8944
 else
8945 8945
   echo "$as_me: failed program was:" >&5
8946
-  cat conftest.$ac_ext >&5
8946
+sed 's/^/| /' conftest.$ac_ext >&5
8947
+
8947 8948
   ac_header_preproc=no
8948 8949
 fi
8949 8950
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -8951,19 +9821,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8951 8951
 echo "${ECHO_T}$ac_header_preproc" >&6
8952 8952
 
8953 8953
 # So?  What about this header?
8954
-case $ac_header_compiler:$ac_header_preproc in
8955
-  yes:no )
8954
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8955
+  yes:no: )
8956 8956
     { echo "$as_me:$LINENO: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&5
8957 8957
 echo "$as_me: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8958
-    { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
8959
-echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;};;
8960
-  no:yes )
8958
+    { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the compiler's result" >&5
8959
+echo "$as_me: WARNING: pthread.h: proceeding with the compiler's result" >&2;}
8960
+    ac_header_preproc=yes
8961
+    ;;
8962
+  no:yes:* )
8961 8963
     { echo "$as_me:$LINENO: WARNING: pthread.h: present but cannot be compiled" >&5
8962 8964
 echo "$as_me: WARNING: pthread.h: present but cannot be compiled" >&2;}
8963
-    { echo "$as_me:$LINENO: WARNING: pthread.h: check for missing prerequisite headers?" >&5
8964
-echo "$as_me: WARNING: pthread.h: check for missing prerequisite headers?" >&2;}
8965
+    { echo "$as_me:$LINENO: WARNING: pthread.h:     check for missing prerequisite headers?" >&5
8966
+echo "$as_me: WARNING: pthread.h:     check for missing prerequisite headers?" >&2;}
8967
+    { echo "$as_me:$LINENO: WARNING: pthread.h: see the Autoconf documentation" >&5
8968
+echo "$as_me: WARNING: pthread.h: see the Autoconf documentation" >&2;}
8969
+    { echo "$as_me:$LINENO: WARNING: pthread.h:     section \"Present But Cannot Be Compiled\"" >&5
8970
+echo "$as_me: WARNING: pthread.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8965 8971
     { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
8966
-echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;};;
8972
+echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
8973
+    { echo "$as_me:$LINENO: WARNING: pthread.h: in the future, the compiler will take precedence" >&5
8974
+echo "$as_me: WARNING: pthread.h: in the future, the compiler will take precedence" >&2;}
8975
+    (
8976
+      cat <<\_ASBOX
8977
+## ------------------------------------------ ##
8978
+## Report this to the AC_PACKAGE_NAME lists.  ##
8979
+## ------------------------------------------ ##
8980
+_ASBOX
8981
+    ) |
8982
+      sed "s/^/$as_me: WARNING:     /" >&2
8983
+    ;;
8967 8984
 esac
8968 8985
 echo "$as_me:$LINENO: checking for pthread.h" >&5
8969 8986
 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
... ...
@@ -8995,18 +9882,30 @@ else
8995 8995
 echo "$as_me:$LINENO: checking zlib.h usability" >&5
8996 8996
 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
8997 8997
 cat >conftest.$ac_ext <<_ACEOF
8998
-#line $LINENO "configure"
8999
-#include "confdefs.h"
8998
+/* confdefs.h.  */
8999
+_ACEOF
9000
+cat confdefs.h >>conftest.$ac_ext
9001
+cat >>conftest.$ac_ext <<_ACEOF
9002
+/* end confdefs.h.  */
9000 9003
 $ac_includes_default
9001 9004
 #include <zlib.h>
9002 9005
 _ACEOF
9003 9006
 rm -f conftest.$ac_objext
9004 9007
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9005
-  (eval $ac_compile) 2>&5
9008
+  (eval $ac_compile) 2>conftest.er1
9006 9009
   ac_status=$?
9010
+  grep -v '^ *+' conftest.er1 >conftest.err
9011
+  rm -f conftest.er1
9012
+  cat conftest.err >&5
9007 9013
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9008 9014
   (exit $ac_status); } &&
9009
-         { ac_try='test -s conftest.$ac_objext'
9015
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9016
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9017
+  (eval $ac_try) 2>&5
9018
+  ac_status=$?
9019
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020
+  (exit $ac_status); }; } &&
9021
+	 { ac_try='test -s conftest.$ac_objext'
9010 9022
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9011 9023
   (eval $ac_try) 2>&5
9012 9024
   ac_status=$?
... ...
@@ -9015,10 +9914,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9015 9015
   ac_header_compiler=yes
9016 9016
 else
9017 9017
   echo "$as_me: failed program was:" >&5
9018
-cat conftest.$ac_ext >&5
9018
+sed 's/^/| /' conftest.$ac_ext >&5
9019
+
9019 9020
 ac_header_compiler=no
9020 9021
 fi
9021
-rm -f conftest.$ac_objext conftest.$ac_ext
9022
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9022 9023
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9023 9024
 echo "${ECHO_T}$ac_header_compiler" >&6
9024 9025
 
... ...
@@ -9026,20 +9926,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9026 9026
 echo "$as_me:$LINENO: checking zlib.h presence" >&5
9027 9027
 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
9028 9028
 cat >conftest.$ac_ext <<_ACEOF
9029
-#line $LINENO "configure"
9030
-#include "confdefs.h"
9029
+/* confdefs.h.  */
9030
+_ACEOF
9031
+cat confdefs.h >>conftest.$ac_ext
9032
+cat >>conftest.$ac_ext <<_ACEOF
9033
+/* end confdefs.h.  */
9031 9034
 #include <zlib.h>
9032 9035
 _ACEOF
9033 9036
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9034 9037
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9035 9038
   ac_status=$?
9036
-  egrep -v '^ *\+' conftest.er1 >conftest.err
9039
+  grep -v '^ *+' conftest.er1 >conftest.err
9037 9040
   rm -f conftest.er1
9038 9041
   cat conftest.err >&5
9039 9042
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040 9043
   (exit $ac_status); } >/dev/null; then
9041 9044
   if test -s conftest.err; then
9042 9045
     ac_cpp_err=$ac_c_preproc_warn_flag
9046
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9043 9047
   else
9044 9048
     ac_cpp_err=
9045 9049
   fi
... ...
@@ -9050,7 +9954,8 @@ if test -z "$ac_cpp_err"; then
9050 9050
   ac_header_preproc=yes
9051 9051
 else
9052 9052
   echo "$as_me: failed program was:" >&5
9053
-  cat conftest.$ac_ext >&5
9053
+sed 's/^/| /' conftest.$ac_ext >&5
9054
+
9054 9055
   ac_header_preproc=no
9055 9056
 fi
9056 9057
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -9058,19 +9963,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9058 9058
 echo "${ECHO_T}$ac_header_preproc" >&6
9059 9059
 
9060 9060
 # So?  What about this header?
9061
-case $ac_header_compiler:$ac_header_preproc in
9062
-  yes:no )
9061
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9062
+  yes:no: )
9063 9063
     { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9064 9064
 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9065
-    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
9066
-echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;};;
9067
-  no:yes )
9065
+    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
9066
+echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
9067
+    ac_header_preproc=yes
9068
+    ;;
9069
+  no:yes:* )
9068 9070
     { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
9069 9071
 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
9070
-    { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
9071
-echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
9072
+    { echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
9073
+echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
9074
+    { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
9075
+echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
9076
+    { echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
9077
+echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9072 9078
     { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
9073
-echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;};;
9079
+echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
9080
+    { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
9081
+echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
9082
+    (
9083
+      cat <<\_ASBOX
9084
+## ------------------------------------------ ##
9085
+## Report this to the AC_PACKAGE_NAME lists.  ##
9086
+## ------------------------------------------ ##
9087
+_ASBOX
9088
+    ) |
9089
+      sed "s/^/$as_me: WARNING:     /" >&2
9090
+    ;;
9074 9091
 esac
9075 9092
 echo "$as_me:$LINENO: checking for zlib.h" >&5
9076 9093
 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
... ...
@@ -9117,18 +10039,30 @@ else
9117 9117
 echo "$as_me:$LINENO: checking bzlib.h usability" >&5
9118 9118
 echo $ECHO_N "checking bzlib.h usability... $ECHO_C" >&6
9119 9119
 cat >conftest.$ac_ext <<_ACEOF
9120
-#line $LINENO "configure"
9121
-#include "confdefs.h"
9120
+/* confdefs.h.  */
9121
+_ACEOF
9122
+cat confdefs.h >>conftest.$ac_ext
9123
+cat >>conftest.$ac_ext <<_ACEOF
9124
+/* end confdefs.h.  */
9122 9125
 $ac_includes_default
9123 9126
 #include <bzlib.h>
9124 9127
 _ACEOF
9125 9128
 rm -f conftest.$ac_objext
9126 9129
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9127
-  (eval $ac_compile) 2>&5
9130
+  (eval $ac_compile) 2>conftest.er1
9128 9131
   ac_status=$?
9132
+  grep -v '^ *+' conftest.er1 >conftest.err
9133
+  rm -f conftest.er1
9134
+  cat conftest.err >&5
9129 9135
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9130 9136
   (exit $ac_status); } &&
9131
-         { ac_try='test -s conftest.$ac_objext'
9137
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9138
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9139
+  (eval $ac_try) 2>&5
9140
+  ac_status=$?
9141
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142
+  (exit $ac_status); }; } &&
9143
+	 { ac_try='test -s conftest.$ac_objext'
9132 9144
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9133 9145
   (eval $ac_try) 2>&5
9134 9146
   ac_status=$?
... ...
@@ -9137,10 +10071,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9137 9137
   ac_header_compiler=yes
9138 9138
 else
9139 9139
   echo "$as_me: failed program was:" >&5
9140
-cat conftest.$ac_ext >&5
9140
+sed 's/^/| /' conftest.$ac_ext >&5
9141
+
9141 9142
 ac_header_compiler=no
9142 9143
 fi
9143
-rm -f conftest.$ac_objext conftest.$ac_ext
9144
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9144 9145
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9145 9146
 echo "${ECHO_T}$ac_header_compiler" >&6
9146 9147
 
... ...
@@ -9148,20 +10083,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9148 9148
 echo "$as_me:$LINENO: checking bzlib.h presence" >&5
9149 9149
 echo $ECHO_N "checking bzlib.h presence... $ECHO_C" >&6
9150 9150
 cat >conftest.$ac_ext <<_ACEOF
9151
-#line $LINENO "configure"
9152
-#include "confdefs.h"
9151
+/* confdefs.h.  */
9152
+_ACEOF
9153
+cat confdefs.h >>conftest.$ac_ext
9154
+cat >>conftest.$ac_ext <<_ACEOF
9155
+/* end confdefs.h.  */
9153 9156
 #include <bzlib.h>
9154 9157
 _ACEOF
9155 9158
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9156 9159
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9157 9160
   ac_status=$?
9158
-  egrep -v '^ *\+' conftest.er1 >conftest.err
9161
+  grep -v '^ *+' conftest.er1 >conftest.err
9159 9162
   rm -f conftest.er1
9160 9163
   cat conftest.err >&5
9161 9164
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9162 9165
   (exit $ac_status); } >/dev/null; then
9163 9166
   if test -s conftest.err; then
9164 9167
     ac_cpp_err=$ac_c_preproc_warn_flag
9168
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9165 9169
   else
9166 9170
     ac_cpp_err=
9167 9171
   fi
... ...
@@ -9172,7 +10111,8 @@ if test -z "$ac_cpp_err"; then
9172 9172
   ac_header_preproc=yes
9173 9173
 else
9174 9174
   echo "$as_me: failed program was:" >&5
9175
-  cat conftest.$ac_ext >&5
9175
+sed 's/^/| /' conftest.$ac_ext >&5
9176
+
9176 9177
   ac_header_preproc=no
9177 9178
 fi
9178 9179
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -9180,19 +10120,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9180 9180
 echo "${ECHO_T}$ac_header_preproc" >&6
9181 9181
 
9182 9182
 # So?  What about this header?
9183
-case $ac_header_compiler:$ac_header_preproc in
9184
-  yes:no )
9183
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9184
+  yes:no: )
9185 9185
     { echo "$as_me:$LINENO: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9186 9186
 echo "$as_me: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9187
-    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5
9188
-echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;};;
9189
-  no:yes )
9187
+    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the compiler's result" >&5
9188
+echo "$as_me: WARNING: bzlib.h: proceeding with the compiler's result" >&2;}
9189
+    ac_header_preproc=yes
9190
+    ;;
9191
+  no:yes:* )
9190 9192
     { echo "$as_me:$LINENO: WARNING: bzlib.h: present but cannot be compiled" >&5
9191 9193
 echo "$as_me: WARNING: bzlib.h: present but cannot be compiled" >&2;}
9192
-    { echo "$as_me:$LINENO: WARNING: bzlib.h: check for missing prerequisite headers?" >&5
9193
-echo "$as_me: WARNING: bzlib.h: check for missing prerequisite headers?" >&2;}
9194
+    { echo "$as_me:$LINENO: WARNING: bzlib.h:     check for missing prerequisite headers?" >&5
9195
+echo "$as_me: WARNING: bzlib.h:     check for missing prerequisite headers?" >&2;}
9196
+    { echo "$as_me:$LINENO: WARNING: bzlib.h: see the Autoconf documentation" >&5
9197
+echo "$as_me: WARNING: bzlib.h: see the Autoconf documentation" >&2;}
9198
+    { echo "$as_me:$LINENO: WARNING: bzlib.h:     section \"Present But Cannot Be Compiled\"" >&5
9199
+echo "$as_me: WARNING: bzlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9194 9200
     { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5
9195
-echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;};;
9201
+echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;}
9202
+    { echo "$as_me:$LINENO: WARNING: bzlib.h: in the future, the compiler will take precedence" >&5
9203
+echo "$as_me: WARNING: bzlib.h: in the future, the compiler will take precedence" >&2;}
9204
+    (
9205
+      cat <<\_ASBOX
9206
+## ------------------------------------------ ##
9207
+## Report this to the AC_PACKAGE_NAME lists.  ##
9208
+## ------------------------------------------ ##
9209
+_ASBOX
9210
+    ) |
9211
+      sed "s/^/$as_me: WARNING:     /" >&2
9212
+    ;;
9196 9213
 esac
9197 9214
 echo "$as_me:$LINENO: checking for bzlib.h" >&5
9198 9215
 echo $ECHO_N "checking for bzlib.h... $ECHO_C" >&6
... ...
@@ -9224,8 +10181,11 @@ else
9224 9224
   ac_check_lib_save_LIBS=$LIBS
9225 9225
 LIBS="-lbz2  $LIBS"
9226 9226
 cat >conftest.$ac_ext <<_ACEOF
9227
-#line $LINENO "configure"
9228
-#include "confdefs.h"
9227
+/* confdefs.h.  */
9228
+_ACEOF
9229
+cat confdefs.h >>conftest.$ac_ext
9230
+cat >>conftest.$ac_ext <<_ACEOF
9231
+/* end confdefs.h.  */
9229 9232
 
9230 9233
 /* Override any gcc2 internal prototype to avoid an error.  */
9231 9234
 #ifdef __cplusplus
... ...
@@ -9234,12 +10194,6 @@ extern "C"
9234 9234
 /* We use char because int might match the return type of a gcc2
9235 9235
    builtin and then its argument prototype would still apply.  */
9236 9236
 char bzReadOpen ();
9237
-#ifdef F77_DUMMY_MAIN
9238
-#  ifdef __cplusplus
9239
-     extern "C"
9240
-#  endif
9241
-   int F77_DUMMY_MAIN() { return 1; }
9242
-#endif
9243 9237
 int
9244 9238
 main ()
9245 9239
 {
... ...
@@ -9250,11 +10204,20 @@ bzReadOpen ();
9250 9250
 _ACEOF
9251 9251
 rm -f conftest.$ac_objext conftest$ac_exeext
9252 9252
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9253
-  (eval $ac_link) 2>&5
9253
+  (eval $ac_link) 2>conftest.er1
9254 9254
   ac_status=$?
9255
+  grep -v '^ *+' conftest.er1 >conftest.err
9256
+  rm -f conftest.er1
9257
+  cat conftest.err >&5
9255 9258
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 9259
   (exit $ac_status); } &&
9257
-         { ac_try='test -s conftest$ac_exeext'
9260
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9261
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9262
+  (eval $ac_try) 2>&5
9263
+  ac_status=$?
9264
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265
+  (exit $ac_status); }; } &&
9266
+	 { ac_try='test -s conftest$ac_exeext'
9258 9267
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9259 9268
   (eval $ac_try) 2>&5
9260 9269
   ac_status=$?
... ...
@@ -9263,10 +10226,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9263 9263
   ac_cv_lib_bz2_bzReadOpen=yes
9264 9264
 else
9265 9265
   echo "$as_me: failed program was:" >&5
9266
-cat conftest.$ac_ext >&5
9266
+sed 's/^/| /' conftest.$ac_ext >&5
9267
+
9267 9268
 ac_cv_lib_bz2_bzReadOpen=no
9268 9269
 fi
9269
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9270
+rm -f conftest.err conftest.$ac_objext \
9271
+      conftest$ac_exeext conftest.$ac_ext
9270 9272
 LIBS=$ac_check_lib_save_LIBS
9271 9273
 fi
9272 9274
 echo "$as_me:$LINENO: result: $ac_cv_lib_bz2_bzReadOpen" >&5
... ...
@@ -9299,18 +10264,15 @@ echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
9299 9299
    { (exit 1); exit 1; }; }
9300 9300
 else
9301 9301
   cat >conftest.$ac_ext <<_ACEOF
9302
-#line $LINENO "configure"
9303
-#include "confdefs.h"
9302
+/* confdefs.h.  */
9303
+_ACEOF
9304
+cat confdefs.h >>conftest.$ac_ext
9305
+cat >>conftest.$ac_ext <<_ACEOF
9306
+/* end confdefs.h.  */
9304 9307
 #if HAVE_UNISTD_H
9305 9308
 # include <unistd.h>
9306 9309
 #endif
9307 9310
 
9308
-#ifdef F77_DUMMY_MAIN
9309
-#  ifdef __cplusplus
9310
-     extern "C"
9311
-#  endif
9312
-   int F77_DUMMY_MAIN() { return 1; }
9313
-#endif
9314 9311
 int
9315 9312
 main ()
9316 9313
 {
... ...
@@ -9337,11 +10299,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9337 9337
 else
9338 9338
   echo "$as_me: program exited with status $ac_status" >&5
9339 9339
 echo "$as_me: failed program was:" >&5
9340
-cat conftest.$ac_ext >&5
9340
+sed 's/^/| /' conftest.$ac_ext >&5
9341
+
9341 9342
 ( exit $ac_status )
9342 9343
 ac_cv_func_setpgrp_void=yes
9343 9344
 fi
9344
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9345
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9345 9346
 fi
9346 9347
 fi
9347 9348
 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
... ...
@@ -9369,18 +10332,30 @@ else
9369 9369
 echo "$as_me:$LINENO: checking libmilter/mfapi.h usability" >&5
9370 9370
 echo $ECHO_N "checking libmilter/mfapi.h usability... $ECHO_C" >&6
9371 9371
 cat >conftest.$ac_ext <<_ACEOF
9372
-#line $LINENO "configure"
9373
-#include "confdefs.h"
9372
+/* confdefs.h.  */
9373
+_ACEOF
9374
+cat confdefs.h >>conftest.$ac_ext
9375
+cat >>conftest.$ac_ext <<_ACEOF
9376
+/* end confdefs.h.  */
9374 9377
 $ac_includes_default
9375 9378
 #include <libmilter/mfapi.h>
9376 9379
 _ACEOF
9377 9380
 rm -f conftest.$ac_objext
9378 9381
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9379
-  (eval $ac_compile) 2>&5
9382
+  (eval $ac_compile) 2>conftest.er1
9380 9383
   ac_status=$?
9384
+  grep -v '^ *+' conftest.er1 >conftest.err
9385
+  rm -f conftest.er1
9386
+  cat conftest.err >&5
9381 9387
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9382 9388
   (exit $ac_status); } &&
9383
-         { ac_try='test -s conftest.$ac_objext'
9389
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9390
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9391
+  (eval $ac_try) 2>&5
9392
+  ac_status=$?
9393
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394
+  (exit $ac_status); }; } &&
9395
+	 { ac_try='test -s conftest.$ac_objext'
9384 9396
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9385 9397
   (eval $ac_try) 2>&5
9386 9398
   ac_status=$?
... ...
@@ -9389,10 +10364,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9389 9389
   ac_header_compiler=yes
9390 9390
 else
9391 9391
   echo "$as_me: failed program was:" >&5
9392
-cat conftest.$ac_ext >&5
9392
+sed 's/^/| /' conftest.$ac_ext >&5
9393
+
9393 9394
 ac_header_compiler=no
9394 9395
 fi
9395
-rm -f conftest.$ac_objext conftest.$ac_ext
9396
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9396 9397
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9397 9398
 echo "${ECHO_T}$ac_header_compiler" >&6
9398 9399
 
... ...
@@ -9400,20 +10376,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9400 9400
 echo "$as_me:$LINENO: checking libmilter/mfapi.h presence" >&5
9401 9401
 echo $ECHO_N "checking libmilter/mfapi.h presence... $ECHO_C" >&6
9402 9402
 cat >conftest.$ac_ext <<_ACEOF
9403
-#line $LINENO "configure"
9404
-#include "confdefs.h"
9403
+/* confdefs.h.  */
9404
+_ACEOF
9405
+cat confdefs.h >>conftest.$ac_ext
9406
+cat >>conftest.$ac_ext <<_ACEOF
9407
+/* end confdefs.h.  */
9405 9408
 #include <libmilter/mfapi.h>
9406 9409
 _ACEOF
9407 9410
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9408 9411
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9409 9412
   ac_status=$?
9410
-  egrep -v '^ *\+' conftest.er1 >conftest.err
9413
+  grep -v '^ *+' conftest.er1 >conftest.err
9411 9414
   rm -f conftest.er1
9412 9415
   cat conftest.err >&5
9413 9416
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9414 9417
   (exit $ac_status); } >/dev/null; then
9415 9418
   if test -s conftest.err; then
9416 9419
     ac_cpp_err=$ac_c_preproc_warn_flag
9420
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9417 9421
   else
9418 9422
     ac_cpp_err=
9419 9423
   fi
... ...
@@ -9424,7 +10404,8 @@ if test -z "$ac_cpp_err"; then
9424 9424
   ac_header_preproc=yes
9425 9425
 else
9426 9426
   echo "$as_me: failed program was:" >&5
9427
-  cat conftest.$ac_ext >&5
9427
+sed 's/^/| /' conftest.$ac_ext >&5
9428
+
9428 9429
   ac_header_preproc=no
9429 9430
 fi
9430 9431
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -9432,19 +10413,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9432 9432
 echo "${ECHO_T}$ac_header_preproc" >&6
9433 9433
 
9434 9434
 # So?  What about this header?
9435
-case $ac_header_compiler:$ac_header_preproc in
9436
-  yes:no )
9435
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9436
+  yes:no: )
9437 9437
     { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: accepted by the compiler, rejected by the preprocessor!" >&5
9438 9438
 echo "$as_me: WARNING: libmilter/mfapi.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9439
-    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: proceeding with the preprocessor's result" >&5
9440
-echo "$as_me: WARNING: libmilter/mfapi.h: proceeding with the preprocessor's result" >&2;};;
9441
-  no:yes )
9439
+    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: proceeding with the compiler's result" >&5
9440
+echo "$as_me: WARNING: libmilter/mfapi.h: proceeding with the compiler's result" >&2;}
9441
+    ac_header_preproc=yes
9442
+    ;;
9443
+  no:yes:* )
9442 9444
     { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: present but cannot be compiled" >&5
9443 9445
 echo "$as_me: WARNING: libmilter/mfapi.h: present but cannot be compiled" >&2;}
9444
-    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: check for missing prerequisite headers?" >&5
9445
-echo "$as_me: WARNING: libmilter/mfapi.h: check for missing prerequisite headers?" >&2;}
9446
+    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h:     check for missing prerequisite headers?" >&5
9447
+echo "$as_me: WARNING: libmilter/mfapi.h:     check for missing prerequisite headers?" >&2;}
9448
+    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: see the Autoconf documentation" >&5
9449
+echo "$as_me: WARNING: libmilter/mfapi.h: see the Autoconf documentation" >&2;}
9450
+    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h:     section \"Present But Cannot Be Compiled\"" >&5
9451
+echo "$as_me: WARNING: libmilter/mfapi.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9446 9452
     { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: proceeding with the preprocessor's result" >&5
9447
-echo "$as_me: WARNING: libmilter/mfapi.h: proceeding with the preprocessor's result" >&2;};;
9453
+echo "$as_me: WARNING: libmilter/mfapi.h: proceeding with the preprocessor's result" >&2;}
9454
+    { echo "$as_me:$LINENO: WARNING: libmilter/mfapi.h: in the future, the compiler will take precedence" >&5
9455
+echo "$as_me: WARNING: libmilter/mfapi.h: in the future, the compiler will take precedence" >&2;}
9456
+    (
9457
+      cat <<\_ASBOX
9458
+## ------------------------------------------ ##
9459
+## Report this to the AC_PACKAGE_NAME lists.  ##
9460
+## ------------------------------------------ ##
9461
+_ASBOX
9462
+    ) |
9463
+      sed "s/^/$as_me: WARNING:     /" >&2
9464
+    ;;
9448 9465
 esac
9449 9466
 echo "$as_me:$LINENO: checking for libmilter/mfapi.h" >&5
9450 9467
 echo $ECHO_N "checking for libmilter/mfapi.h... $ECHO_C" >&6
... ...
@@ -9488,8 +10486,11 @@ else
9488 9488
   ac_check_lib_save_LIBS=$LIBS
9489 9489
 LIBS="-lgmp  $LIBS"
9490 9490
 cat >conftest.$ac_ext <<_ACEOF
9491
-#line $LINENO "configure"
9492
-#include "confdefs.h"
9491
+/* confdefs.h.  */
9492
+_ACEOF
9493
+cat confdefs.h >>conftest.$ac_ext
9494
+cat >>conftest.$ac_ext <<_ACEOF
9495
+/* end confdefs.h.  */
9493 9496
 
9494 9497
 /* Override any gcc2 internal prototype to avoid an error.  */
9495 9498
 #ifdef __cplusplus
... ...
@@ -9498,12 +10499,6 @@ extern "C"
9498 9498
 /* We use char because int might match the return type of a gcc2
9499 9499
    builtin and then its argument prototype would still apply.  */
9500 9500
 char __gmpz_init ();
9501
-#ifdef F77_DUMMY_MAIN
9502
-#  ifdef __cplusplus
9503
-     extern "C"
9504
-#  endif
9505
-   int F77_DUMMY_MAIN() { return 1; }
9506
-#endif
9507 9501
 int
9508 9502
 main ()
9509 9503
 {
... ...
@@ -9514,11 +10509,20 @@ __gmpz_init ();
9514 9514
 _ACEOF
9515 9515
 rm -f conftest.$ac_objext conftest$ac_exeext
9516 9516
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9517
-  (eval $ac_link) 2>&5
9517
+  (eval $ac_link) 2>conftest.er1
9518 9518
   ac_status=$?
9519
+  grep -v '^ *+' conftest.er1 >conftest.err
9520
+  rm -f conftest.er1
9521
+  cat conftest.err >&5
9519 9522
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9520 9523
   (exit $ac_status); } &&
9521
-         { ac_try='test -s conftest$ac_exeext'
9524
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9525
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9526
+  (eval $ac_try) 2>&5
9527
+  ac_status=$?
9528
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529
+  (exit $ac_status); }; } &&
9530
+	 { ac_try='test -s conftest$ac_exeext'
9522 9531
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9523 9532
   (eval $ac_try) 2>&5
9524 9533
   ac_status=$?
... ...
@@ -9527,10 +10531,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9527 9527
   ac_cv_lib_gmp___gmpz_init=yes
9528 9528
 else
9529 9529
   echo "$as_me: failed program was:" >&5
9530
-cat conftest.$ac_ext >&5
9530
+sed 's/^/| /' conftest.$ac_ext >&5
9531
+
9531 9532
 ac_cv_lib_gmp___gmpz_init=no
9532 9533
 fi
9533
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9534
+rm -f conftest.err conftest.$ac_objext \
9535
+      conftest$ac_exeext conftest.$ac_ext
9534 9536
 LIBS=$ac_check_lib_save_LIBS
9535 9537
 fi
9536 9538
 echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_init" >&5
... ...
@@ -9550,8 +10556,11 @@ else
9550 9550
   ac_check_lib_save_LIBS=$LIBS
9551 9551
 LIBS="-lgmp  $LIBS"
9552 9552
 cat >conftest.$ac_ext <<_ACEOF
9553
-#line $LINENO "configure"
9554
-#include "confdefs.h"
9553
+/* confdefs.h.  */
9554
+_ACEOF
9555
+cat confdefs.h >>conftest.$ac_ext
9556
+cat >>conftest.$ac_ext <<_ACEOF
9557
+/* end confdefs.h.  */
9555 9558
 
9556 9559
 /* Override any gcc2 internal prototype to avoid an error.  */
9557 9560
 #ifdef __cplusplus
... ...
@@ -9560,12 +10569,6 @@ extern "C"
9560 9560
 /* We use char because int might match the return type of a gcc2
9561 9561
    builtin and then its argument prototype would still apply.  */
9562 9562
 char mpz_init ();
9563
-#ifdef F77_DUMMY_MAIN
9564
-#  ifdef __cplusplus
9565
-     extern "C"
9566
-#  endif
9567
-   int F77_DUMMY_MAIN() { return 1; }
9568
-#endif
9569 9563
 int
9570 9564
 main ()
9571 9565
 {
... ...
@@ -9576,11 +10579,20 @@ mpz_init ();
9576 9576
 _ACEOF
9577 9577
 rm -f conftest.$ac_objext conftest$ac_exeext
9578 9578
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9579
-  (eval $ac_link) 2>&5
9579
+  (eval $ac_link) 2>conftest.er1
9580 9580
   ac_status=$?
9581
+  grep -v '^ *+' conftest.er1 >conftest.err
9582
+  rm -f conftest.er1
9583
+  cat conftest.err >&5
9581 9584
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582 9585
   (exit $ac_status); } &&
9583
-         { ac_try='test -s conftest$ac_exeext'
9586
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9587
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9588
+  (eval $ac_try) 2>&5
9589
+  ac_status=$?
9590
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9591
+  (exit $ac_status); }; } &&
9592
+	 { ac_try='test -s conftest$ac_exeext'
9584 9593
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9585 9594
   (eval $ac_try) 2>&5
9586 9595
   ac_status=$?
... ...
@@ -9589,10 +10601,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9589 9589
   ac_cv_lib_gmp_mpz_init=yes
9590 9590
 else
9591 9591
   echo "$as_me: failed program was:" >&5
9592
-cat conftest.$ac_ext >&5
9592
+sed 's/^/| /' conftest.$ac_ext >&5
9593
+
9593 9594
 ac_cv_lib_gmp_mpz_init=no
9594 9595
 fi
9595
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9596
+rm -f conftest.err conftest.$ac_objext \
9597
+      conftest$ac_exeext conftest.$ac_ext
9596 9598
 LIBS=$ac_check_lib_save_LIBS
9597 9599
 fi
9598 9600
 echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_mpz_init" >&5
... ...
@@ -9624,18 +10638,30 @@ else
9624 9624
 echo "$as_me:$LINENO: checking syslog.h usability" >&5
9625 9625
 echo $ECHO_N "checking syslog.h usability... $ECHO_C" >&6
9626 9626
 cat >conftest.$ac_ext <<_ACEOF
9627
-#line $LINENO "configure"
9628
-#include "confdefs.h"
9627
+/* confdefs.h.  */
9628
+_ACEOF
9629
+cat confdefs.h >>conftest.$ac_ext
9630
+cat >>conftest.$ac_ext <<_ACEOF
9631
+/* end confdefs.h.  */
9629 9632
 $ac_includes_default
9630 9633
 #include <syslog.h>
9631 9634
 _ACEOF
9632 9635
 rm -f conftest.$ac_objext
9633 9636
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9634
-  (eval $ac_compile) 2>&5
9637
+  (eval $ac_compile) 2>conftest.er1
9635 9638
   ac_status=$?
9639
+  grep -v '^ *+' conftest.er1 >conftest.err
9640
+  rm -f conftest.er1
9641
+  cat conftest.err >&5
9636 9642
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 9643
   (exit $ac_status); } &&
9638
-         { ac_try='test -s conftest.$ac_objext'
9644
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
9645
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9646
+  (eval $ac_try) 2>&5
9647
+  ac_status=$?
9648
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649
+  (exit $ac_status); }; } &&
9650
+	 { ac_try='test -s conftest.$ac_objext'
9639 9651
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9640 9652
   (eval $ac_try) 2>&5
9641 9653
   ac_status=$?
... ...
@@ -9644,10 +10670,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9644 9644
   ac_header_compiler=yes
9645 9645
 else
9646 9646
   echo "$as_me: failed program was:" >&5
9647
-cat conftest.$ac_ext >&5
9647
+sed 's/^/| /' conftest.$ac_ext >&5
9648
+
9648 9649
 ac_header_compiler=no
9649 9650
 fi
9650
-rm -f conftest.$ac_objext conftest.$ac_ext
9651
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9651 9652
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9652 9653
 echo "${ECHO_T}$ac_header_compiler" >&6
9653 9654
 
... ...
@@ -9655,20 +10682,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9655 9655
 echo "$as_me:$LINENO: checking syslog.h presence" >&5
9656 9656
 echo $ECHO_N "checking syslog.h presence... $ECHO_C" >&6
9657 9657
 cat >conftest.$ac_ext <<_ACEOF
9658
-#line $LINENO "configure"
9659
-#include "confdefs.h"
9658
+/* confdefs.h.  */
9659
+_ACEOF
9660
+cat confdefs.h >>conftest.$ac_ext
9661
+cat >>conftest.$ac_ext <<_ACEOF
9662
+/* end confdefs.h.  */
9660 9663
 #include <syslog.h>
9661 9664
 _ACEOF
9662 9665
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9663 9666
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9664 9667
   ac_status=$?
9665
-  egrep -v '^ *\+' conftest.er1 >conftest.err
9668
+  grep -v '^ *+' conftest.er1 >conftest.err
9666 9669
   rm -f conftest.er1
9667 9670
   cat conftest.err >&5
9668 9671
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 9672
   (exit $ac_status); } >/dev/null; then
9670 9673
   if test -s conftest.err; then
9671 9674
     ac_cpp_err=$ac_c_preproc_warn_flag
9675
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9672 9676
   else
9673 9677
     ac_cpp_err=
9674 9678
   fi
... ...
@@ -9679,7 +10710,8 @@ if test -z "$ac_cpp_err"; then
9679 9679
   ac_header_preproc=yes
9680 9680
 else
9681 9681
   echo "$as_me: failed program was:" >&5
9682
-  cat conftest.$ac_ext >&5
9682
+sed 's/^/| /' conftest.$ac_ext >&5
9683
+
9683 9684
   ac_header_preproc=no
9684 9685
 fi
9685 9686
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -9687,19 +10719,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9687 9687
 echo "${ECHO_T}$ac_header_preproc" >&6
9688 9688
 
9689 9689
 # So?  What about this header?
9690
-case $ac_header_compiler:$ac_header_preproc in
9691
-  yes:no )
9690
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9691
+  yes:no: )
9692 9692
     { echo "$as_me:$LINENO: WARNING: syslog.h: accepted by the compiler, rejected by the preprocessor!" >&5
9693 9693
 echo "$as_me: WARNING: syslog.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9694
-    { echo "$as_me:$LINENO: WARNING: syslog.h: proceeding with the preprocessor's result" >&5
9695
-echo "$as_me: WARNING: syslog.h: proceeding with the preprocessor's result" >&2;};;
9696
-  no:yes )
9694
+    { echo "$as_me:$LINENO: WARNING: syslog.h: proceeding with the compiler's result" >&5
9695
+echo "$as_me: WARNING: syslog.h: proceeding with the compiler's result" >&2;}
9696
+    ac_header_preproc=yes
9697
+    ;;
9698
+  no:yes:* )
9697 9699
     { echo "$as_me:$LINENO: WARNING: syslog.h: present but cannot be compiled" >&5
9698 9700
 echo "$as_me: WARNING: syslog.h: present but cannot be compiled" >&2;}
9699
-    { echo "$as_me:$LINENO: WARNING: syslog.h: check for missing prerequisite headers?" >&5
9700
-echo "$as_me: WARNING: syslog.h: check for missing prerequisite headers?" >&2;}
9701
+    { echo "$as_me:$LINENO: WARNING: syslog.h:     check for missing prerequisite headers?" >&5
9702
+echo "$as_me: WARNING: syslog.h:     check for missing prerequisite headers?" >&2;}
9703
+    { echo "$as_me:$LINENO: WARNING: syslog.h: see the Autoconf documentation" >&5
9704
+echo "$as_me: WARNING: syslog.h: see the Autoconf documentation" >&2;}
9705
+    { echo "$as_me:$LINENO: WARNING: syslog.h:     section \"Present But Cannot Be Compiled\"" >&5
9706
+echo "$as_me: WARNING: syslog.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9701 9707
     { echo "$as_me:$LINENO: WARNING: syslog.h: proceeding with the preprocessor's result" >&5
9702
-echo "$as_me: WARNING: syslog.h: proceeding with the preprocessor's result" >&2;};;
9708
+echo "$as_me: WARNING: syslog.h: proceeding with the preprocessor's result" >&2;}
9709
+    { echo "$as_me:$LINENO: WARNING: syslog.h: in the future, the compiler will take precedence" >&5
9710
+echo "$as_me: WARNING: syslog.h: in the future, the compiler will take precedence" >&2;}
9711
+    (
9712
+      cat <<\_ASBOX
9713
+## ------------------------------------------ ##
9714
+## Report this to the AC_PACKAGE_NAME lists.  ##
9715
+## ------------------------------------------ ##
9716
+_ASBOX
9717
+    ) |
9718
+      sed "s/^/$as_me: WARNING:     /" >&2
9719
+    ;;
9703 9720
 esac
9704 9721
 echo "$as_me:$LINENO: checking for syslog.h" >&5
9705 9722
 echo $ECHO_N "checking for syslog.h... $ECHO_C" >&6
... ...
@@ -9919,13 +10968,18 @@ fi
9919 9919
 
9920 9920
 # check for in_port_t definition
9921 9921
 if test "$cross_compiling" = yes; then
9922
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5
9923
-echo "$as_me: error: cannot run test program while cross compiling" >&2;}
9922
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9923
+See \`config.log' for more details." >&5
9924
+echo "$as_me: error: cannot run test program while cross compiling
9925
+See \`config.log' for more details." >&2;}
9924 9926
    { (exit 1); exit 1; }; }
9925 9927
 else
9926 9928
   cat >conftest.$ac_ext <<_ACEOF
9927
-#line $LINENO "configure"
9928
-#include "confdefs.h"
9929
+/* confdefs.h.  */
9930
+_ACEOF
9931
+cat confdefs.h >>conftest.$ac_ext
9932
+cat >>conftest.$ac_ext <<_ACEOF
9933
+/* end confdefs.h.  */
9929 9934
 
9930 9935
 #include <sys/types.h>
9931 9936
 #include <netinet/in.h>
... ...
@@ -9951,12 +11005,13 @@ _ACEOF
9951 9951
 else
9952 9952
   echo "$as_me: program exited with status $ac_status" >&5
9953 9953
 echo "$as_me: failed program was:" >&5
9954
-cat conftest.$ac_ext >&5
9954
+sed 's/^/| /' conftest.$ac_ext >&5
9955
+
9955 9956
 ( exit $ac_status )
9956 9957
 echo "$as_me:$LINENO: result: in_port_t is not defined" >&5
9957 9958
 echo "${ECHO_T}in_port_t is not defined" >&6
9958 9959
 fi
9959
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9960
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9960 9961
 fi
9961 9962
 
9962 9963
 case "$target_os" in
... ...
@@ -10311,7 +11366,8 @@ else
10311 10311
   ;;
10312 10312
   *)
10313 10313
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10314
-for as_dir in $PATH:/usr/lib:/usr/sbin:/etc:/usr/local/lib:/usr/local/sbin:/usr/bin:/usr/local/bin
10314
+as_dummy="$PATH:/usr/lib:/usr/sbin:/etc:/usr/local/lib:/usr/local/sbin:/usr/bin:/usr/local/bin"
10315
+for as_dir in $as_dummy
10315 10316
 do
10316 10317
   IFS=$as_save_IFS
10317 10318
   test -z "$as_dir" && as_dir=.
... ...
@@ -10374,18 +11430,30 @@ else
10374 10374
 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10375 10375
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10376 10376
 cat >conftest.$ac_ext <<_ACEOF
10377
-#line $LINENO "configure"
10378
-#include "confdefs.h"
10377
+/* confdefs.h.  */
10378
+_ACEOF
10379
+cat confdefs.h >>conftest.$ac_ext
10380
+cat >>conftest.$ac_ext <<_ACEOF
10381
+/* end confdefs.h.  */
10379 10382
 $ac_includes_default
10380 10383
 #include <$ac_header>
10381 10384
 _ACEOF
10382 10385
 rm -f conftest.$ac_objext
10383 10386
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10384
-  (eval $ac_compile) 2>&5
10387
+  (eval $ac_compile) 2>conftest.er1
10385 10388
   ac_status=$?
10389
+  grep -v '^ *+' conftest.er1 >conftest.err
10390
+  rm -f conftest.er1
10391
+  cat conftest.err >&5
10386 10392
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10387 10393
   (exit $ac_status); } &&
10388
-         { ac_try='test -s conftest.$ac_objext'
10394
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10395
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10396
+  (eval $ac_try) 2>&5
10397
+  ac_status=$?
10398
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399
+  (exit $ac_status); }; } &&
10400
+	 { ac_try='test -s conftest.$ac_objext'
10389 10401
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10390 10402
   (eval $ac_try) 2>&5
10391 10403
   ac_status=$?
... ...
@@ -10394,10 +11462,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10394 10394
   ac_header_compiler=yes
10395 10395
 else
10396 10396
   echo "$as_me: failed program was:" >&5
10397
-cat conftest.$ac_ext >&5
10397
+sed 's/^/| /' conftest.$ac_ext >&5
10398
+
10398 10399
 ac_header_compiler=no
10399 10400
 fi
10400
-rm -f conftest.$ac_objext conftest.$ac_ext
10401
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10401 10402
 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10402 10403
 echo "${ECHO_T}$ac_header_compiler" >&6
10403 10404
 
... ...
@@ -10405,20 +11474,24 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10405 10405
 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10406 10406
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10407 10407
 cat >conftest.$ac_ext <<_ACEOF
10408
-#line $LINENO "configure"
10409
-#include "confdefs.h"
10408
+/* confdefs.h.  */
10409
+_ACEOF
10410
+cat confdefs.h >>conftest.$ac_ext
10411
+cat >>conftest.$ac_ext <<_ACEOF
10412
+/* end confdefs.h.  */
10410 10413
 #include <$ac_header>
10411 10414
 _ACEOF
10412 10415
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10413 10416
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10414 10417
   ac_status=$?
10415
-  egrep -v '^ *\+' conftest.er1 >conftest.err
10418
+  grep -v '^ *+' conftest.er1 >conftest.err
10416 10419
   rm -f conftest.er1
10417 10420
   cat conftest.err >&5
10418 10421
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10419 10422
   (exit $ac_status); } >/dev/null; then
10420 10423
   if test -s conftest.err; then
10421 10424
     ac_cpp_err=$ac_c_preproc_warn_flag
10425
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10422 10426
   else
10423 10427
     ac_cpp_err=
10424 10428
   fi
... ...
@@ -10429,7 +11502,8 @@ if test -z "$ac_cpp_err"; then
10429 10429
   ac_header_preproc=yes
10430 10430
 else
10431 10431
   echo "$as_me: failed program was:" >&5
10432
-  cat conftest.$ac_ext >&5
10432
+sed 's/^/| /' conftest.$ac_ext >&5
10433
+
10433 10434
   ac_header_preproc=no
10434 10435
 fi
10435 10436
 rm -f conftest.err conftest.$ac_ext
... ...
@@ -10437,26 +11511,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10437 10437
 echo "${ECHO_T}$ac_header_preproc" >&6
10438 10438
 
10439 10439
 # So?  What about this header?
10440
-case $ac_header_compiler:$ac_header_preproc in
10441
-  yes:no )
10440
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10441
+  yes:no: )
10442 10442
     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10443 10443
 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10444
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10445
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
10446
-  no:yes )
10444
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10445
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10446
+    ac_header_preproc=yes
10447
+    ;;
10448
+  no:yes:* )
10447 10449
     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10448 10450
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10449
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10450
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10451
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10452
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10453
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10454
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10455
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10456
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10451 10457
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10452
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
10458
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10459
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10460
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10461
+    (
10462
+      cat <<\_ASBOX
10463
+## ------------------------------------------ ##
10464
+## Report this to the AC_PACKAGE_NAME lists.  ##
10465
+## ------------------------------------------ ##
10466
+_ASBOX
10467
+    ) |
10468
+      sed "s/^/$as_me: WARNING:     /" >&2
10469
+    ;;
10453 10470
 esac
10454 10471
 echo "$as_me:$LINENO: checking for $ac_header" >&5
10455 10472
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10456 10473
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10457 10474
   echo $ECHO_N "(cached) $ECHO_C" >&6
10458 10475
 else
10459
-  eval "$as_ac_Header=$ac_header_preproc"
10476
+  eval "$as_ac_Header=\$ac_header_preproc"
10460 10477
 fi
10461 10478
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10462 10479
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
... ...
@@ -10472,8 +11563,11 @@ echo $ECHO_N "checking for TCP wrappers library... $ECHO_C" >&6
10472 10472
                 save_LIBS="$LIBS"
10473 10473
                 LIBS="$LIBS -lwrap $FRESHCLAM_LIBS"
10474 10474
                 cat >conftest.$ac_ext <<_ACEOF
10475
-#line $LINENO "configure"
10476
-#include "confdefs.h"
10475
+/* confdefs.h.  */
10476
+_ACEOF
10477
+cat confdefs.h >>conftest.$ac_ext
10478
+cat >>conftest.$ac_ext <<_ACEOF
10479
+/* end confdefs.h.  */
10477 10480
 
10478 10481
 #include <tcpd.h>
10479 10482
 int allow_severity = 0;
... ...
@@ -10481,12 +11575,6 @@ int deny_severity  = 0;
10481 10481
 
10482 10482
 struct request_info *req;
10483 10483
 
10484
-#ifdef F77_DUMMY_MAIN
10485
-#  ifdef __cplusplus
10486
-     extern "C"
10487
-#  endif
10488
-   int F77_DUMMY_MAIN() { return 1; }
10489
-#endif
10490 10484
 int
10491 10485
 main ()
10492 10486
 {
... ...
@@ -10499,11 +11587,20 @@ hosts_access(req)
10499 10499
 _ACEOF
10500 10500
 rm -f conftest.$ac_objext conftest$ac_exeext
10501 10501
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10502
-  (eval $ac_link) 2>&5
10502
+  (eval $ac_link) 2>conftest.er1
10503 10503
   ac_status=$?
10504
+  grep -v '^ *+' conftest.er1 >conftest.err
10505
+  rm -f conftest.er1
10506
+  cat conftest.err >&5
10504 10507
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10505 10508
   (exit $ac_status); } &&
10506
-         { ac_try='test -s conftest$ac_exeext'
10509
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10510
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10511
+  (eval $ac_try) 2>&5
10512
+  ac_status=$?
10513
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10514
+  (exit $ac_status); }; } &&
10515
+	 { ac_try='test -s conftest$ac_exeext'
10507 10516
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10508 10517
   (eval $ac_try) 2>&5
10509 10518
   ac_status=$?
... ...
@@ -10516,12 +11613,16 @@ echo "${ECHO_T}-lwrap" >&6
10516 10516
                 CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lwrap"
10517 10517
 else
10518 10518
   echo "$as_me: failed program was:" >&5
10519
-cat conftest.$ac_ext >&5
10519
+sed 's/^/| /' conftest.$ac_ext >&5
10520
+
10520 10521
 
10521 10522
                                 LIBS="$LIBS -lnsl $FRESHCLAM_LIBS"
10522 10523
                 cat >conftest.$ac_ext <<_ACEOF
10523
-#line $LINENO "configure"
10524
-#include "confdefs.h"
10524
+/* confdefs.h.  */
10525
+_ACEOF
10526
+cat confdefs.h >>conftest.$ac_ext
10527
+cat >>conftest.$ac_ext <<_ACEOF
10528
+/* end confdefs.h.  */
10525 10529
 
10526 10530
 #include <tcpd.h>
10527 10531
 int allow_severity = 0;
... ...
@@ -10529,12 +11630,6 @@ int deny_severity  = 0;
10529 10529
 
10530 10530
 struct request_info *req;
10531 10531
 
10532
-#ifdef F77_DUMMY_MAIN
10533
-#  ifdef __cplusplus
10534
-     extern "C"
10535
-#  endif
10536
-   int F77_DUMMY_MAIN() { return 1; }
10537
-#endif
10538 10532
 int
10539 10533
 main ()
10540 10534
 {
... ...
@@ -10547,11 +11642,20 @@ hosts_access(req)
10547 10547
 _ACEOF
10548 10548
 rm -f conftest.$ac_objext conftest$ac_exeext
10549 10549
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10550
-  (eval $ac_link) 2>&5
10550
+  (eval $ac_link) 2>conftest.er1
10551 10551
   ac_status=$?
10552
+  grep -v '^ *+' conftest.er1 >conftest.err
10553
+  rm -f conftest.er1
10554
+  cat conftest.err >&5
10552 10555
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553 10556
   (exit $ac_status); } &&
10554
-         { ac_try='test -s conftest$ac_exeext'
10557
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10558
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10559
+  (eval $ac_try) 2>&5
10560
+  ac_status=$?
10561
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562
+  (exit $ac_status); }; } &&
10563
+	 { ac_try='test -s conftest$ac_exeext'
10555 10564
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10556 10565
   (eval $ac_try) 2>&5
10557 10566
   ac_status=$?
... ...
@@ -10563,16 +11667,19 @@ echo "${ECHO_T}-lwrap -lnsl" >&6
10563 10563
                 CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lwrap"
10564 10564
 else
10565 10565
   echo "$as_me: failed program was:" >&5
10566
-cat conftest.$ac_ext >&5
10566
+sed 's/^/| /' conftest.$ac_ext >&5
10567
+
10567 10568
 
10568 10569
                 echo "$as_me:$LINENO: result: no" >&5
10569 10570
 echo "${ECHO_T}no" >&6
10570 10571
                 have_wrappers=no
10571 10572
                 LIBS=$save_LIBS
10572 10573
 fi
10573
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10574
+rm -f conftest.err conftest.$ac_objext \
10575
+      conftest$ac_exeext conftest.$ac_ext
10574 10576
 fi
10575
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10577
+rm -f conftest.err conftest.$ac_objext \
10578
+      conftest$ac_exeext conftest.$ac_ext
10576 10579
 else
10577 10580
   have_wrappers=no
10578 10581
 fi
... ...
@@ -10685,118 +11792,18 @@ fi
10685 10685
     fi
10686 10686
 fi
10687 10687
 
10688
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10689
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10690
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
10691
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10692
-else
10693
-  ac_cv_prog_cc_stdc=no
10694
-ac_save_CC=$CC
10695
-cat >conftest.$ac_ext <<_ACEOF
10696
-#line $LINENO "configure"
10697
-#include "confdefs.h"
10698
-#include <stdarg.h>
10699
-#include <stdio.h>
10700
-#include <sys/types.h>
10701
-#include <sys/stat.h>
10702
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
10703
-struct buf { int x; };
10704
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
10705
-static char *e (p, i)
10706
-     char **p;
10707
-     int i;
10708
-{
10709
-  return p[i];
10710
-}
10711
-static char *f (char * (*g) (char **, int), char **p, ...)
10712
-{
10713
-  char *s;
10714
-  va_list v;
10715
-  va_start (v,p);
10716
-  s = g (p, va_arg (v,int));
10717
-  va_end (v);
10718
-  return s;
10719
-}
10720
-int test (int i, double x);
10721
-struct s1 {int (*f) (int a);};
10722
-struct s2 {int (*f) (double a);};
10723
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10724
-int argc;
10725
-char **argv;
10726
-#ifdef F77_DUMMY_MAIN
10727
-#  ifdef __cplusplus
10728
-     extern "C"
10729
-#  endif
10730
-   int F77_DUMMY_MAIN() { return 1; }
10731
-#endif
10732
-int
10733
-main ()
10734
-{
10735
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
10736
-  ;
10737
-  return 0;
10738
-}
10739
-_ACEOF
10740
-# Don't try gcc -ansi; that turns off useful extensions and
10741
-# breaks some systems' header files.
10742
-# AIX			-qlanglvl=ansi
10743
-# Ultrix and OSF/1	-std1
10744
-# HP-UX 10.20 and later	-Ae
10745
-# HP-UX older versions	-Aa -D_HPUX_SOURCE
10746
-# SVR4			-Xc -D__EXTENSIONS__
10747
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10748
-do
10749
-  CC="$ac_save_CC $ac_arg"
10750
-  rm -f conftest.$ac_objext
10751
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10752
-  (eval $ac_compile) 2>&5
10753
-  ac_status=$?
10754
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755
-  (exit $ac_status); } &&
10756
-         { ac_try='test -s conftest.$ac_objext'
10757
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10758
-  (eval $ac_try) 2>&5
10759
-  ac_status=$?
10760
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10761
-  (exit $ac_status); }; }; then
10762
-  ac_cv_prog_cc_stdc=$ac_arg
10763
-break
10764
-else
10765
-  echo "$as_me: failed program was:" >&5
10766
-cat conftest.$ac_ext >&5
10767
-fi
10768
-rm -f conftest.$ac_objext
10769
-done
10770
-rm -f conftest.$ac_ext conftest.$ac_objext
10771
-CC=$ac_save_CC
10772
-
10773
-fi
10774
-
10775
-case "x$ac_cv_prog_cc_stdc" in
10776
-  x|xno)
10777
-    echo "$as_me:$LINENO: result: none needed" >&5
10778
-echo "${ECHO_T}none needed" >&6 ;;
10779
-  *)
10780
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10781
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10782
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
10783
-esac
10784
-
10785 10688
 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
10786 10689
 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
10787 10690
 if test "${ac_cv_c_const+set}" = set; then
10788 10691
   echo $ECHO_N "(cached) $ECHO_C" >&6
10789 10692
 else
10790 10693
   cat >conftest.$ac_ext <<_ACEOF
10791
-#line $LINENO "configure"
10792
-#include "confdefs.h"
10694
+/* confdefs.h.  */
10695
+_ACEOF
10696
+cat confdefs.h >>conftest.$ac_ext
10697
+cat >>conftest.$ac_ext <<_ACEOF
10698
+/* end confdefs.h.  */
10793 10699
 
10794
-#ifdef F77_DUMMY_MAIN
10795
-#  ifdef __cplusplus
10796
-     extern "C"
10797
-#  endif
10798
-   int F77_DUMMY_MAIN() { return 1; }
10799
-#endif
10800 10700
 int
10801 10701
 main ()
10802 10702
 {
... ...
@@ -10853,11 +11860,20 @@ main ()
10853 10853
 _ACEOF
10854 10854
 rm -f conftest.$ac_objext
10855 10855
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10856
-  (eval $ac_compile) 2>&5
10856
+  (eval $ac_compile) 2>conftest.er1
10857 10857
   ac_status=$?
10858
+  grep -v '^ *+' conftest.er1 >conftest.err
10859
+  rm -f conftest.er1
10860
+  cat conftest.err >&5
10858 10861
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10859 10862
   (exit $ac_status); } &&
10860
-         { ac_try='test -s conftest.$ac_objext'
10863
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10864
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10865
+  (eval $ac_try) 2>&5
10866
+  ac_status=$?
10867
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10868
+  (exit $ac_status); }; } &&
10869
+	 { ac_try='test -s conftest.$ac_objext'
10861 10870
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10862 10871
   (eval $ac_try) 2>&5
10863 10872
   ac_status=$?
... ...
@@ -10866,10 +11882,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10866 10866
   ac_cv_c_const=yes
10867 10867
 else
10868 10868
   echo "$as_me: failed program was:" >&5
10869
-cat conftest.$ac_ext >&5
10869
+sed 's/^/| /' conftest.$ac_ext >&5
10870
+
10870 10871
 ac_cv_c_const=no
10871 10872
 fi
10872
-rm -f conftest.$ac_objext conftest.$ac_ext
10873
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10873 10874
 fi
10874 10875
 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
10875 10876
 echo "${ECHO_T}$ac_cv_c_const" >&6
... ...
@@ -10888,17 +11905,14 @@ if test "${ac_cv_c_bigendian+set}" = set; then
10888 10888
 else
10889 10889
   # See if sys/param.h defines the BYTE_ORDER macro.
10890 10890
 cat >conftest.$ac_ext <<_ACEOF
10891
-#line $LINENO "configure"
10892
-#include "confdefs.h"
10891
+/* confdefs.h.  */
10892
+_ACEOF
10893
+cat confdefs.h >>conftest.$ac_ext
10894
+cat >>conftest.$ac_ext <<_ACEOF
10895
+/* end confdefs.h.  */
10893 10896
 #include <sys/types.h>
10894 10897
 #include <sys/param.h>
10895 10898
 
10896
-#ifdef F77_DUMMY_MAIN
10897
-#  ifdef __cplusplus
10898
-     extern "C"
10899
-#  endif
10900
-   int F77_DUMMY_MAIN() { return 1; }
10901
-#endif
10902 10899
 int
10903 10900
 main ()
10904 10901
 {
... ...
@@ -10912,11 +11926,20 @@ main ()
10912 10912
 _ACEOF
10913 10913
 rm -f conftest.$ac_objext
10914 10914
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10915
-  (eval $ac_compile) 2>&5
10915
+  (eval $ac_compile) 2>conftest.er1
10916 10916
   ac_status=$?
10917
+  grep -v '^ *+' conftest.er1 >conftest.err
10918
+  rm -f conftest.er1
10919
+  cat conftest.err >&5
10917 10920
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10918 10921
   (exit $ac_status); } &&
10919
-         { ac_try='test -s conftest.$ac_objext'
10922
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10923
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10924
+  (eval $ac_try) 2>&5
10925
+  ac_status=$?
10926
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927
+  (exit $ac_status); }; } &&
10928
+	 { ac_try='test -s conftest.$ac_objext'
10920 10929
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10921 10930
   (eval $ac_try) 2>&5
10922 10931
   ac_status=$?
... ...
@@ -10924,17 +11947,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10924 10924
   (exit $ac_status); }; }; then
10925 10925
   # It does; now see whether it defined to BIG_ENDIAN or not.
10926 10926
 cat >conftest.$ac_ext <<_ACEOF
10927
-#line $LINENO "configure"
10928
-#include "confdefs.h"
10927
+/* confdefs.h.  */
10928
+_ACEOF
10929
+cat confdefs.h >>conftest.$ac_ext
10930
+cat >>conftest.$ac_ext <<_ACEOF
10931
+/* end confdefs.h.  */
10929 10932
 #include <sys/types.h>
10930 10933
 #include <sys/param.h>
10931 10934
 
10932
-#ifdef F77_DUMMY_MAIN
10933
-#  ifdef __cplusplus
10934
-     extern "C"
10935
-#  endif
10936
-   int F77_DUMMY_MAIN() { return 1; }
10937
-#endif
10938 10935
 int
10939 10936
 main ()
10940 10937
 {
... ...
@@ -10948,11 +11968,20 @@ main ()
10948 10948
 _ACEOF
10949 10949
 rm -f conftest.$ac_objext
10950 10950
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10951
-  (eval $ac_compile) 2>&5
10951
+  (eval $ac_compile) 2>conftest.er1
10952 10952
   ac_status=$?
10953
+  grep -v '^ *+' conftest.er1 >conftest.err
10954
+  rm -f conftest.er1
10955
+  cat conftest.err >&5
10953 10956
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 10957
   (exit $ac_status); } &&
10955
-         { ac_try='test -s conftest.$ac_objext'
10958
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
10959
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10960
+  (eval $ac_try) 2>&5
10961
+  ac_status=$?
10962
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10963
+  (exit $ac_status); }; } &&
10964
+	 { ac_try='test -s conftest.$ac_objext'
10956 10965
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10957 10966
   (eval $ac_try) 2>&5
10958 10967
   ac_status=$?
... ...
@@ -10961,32 +11990,31 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10961 10961
   ac_cv_c_bigendian=yes
10962 10962
 else
10963 10963
   echo "$as_me: failed program was:" >&5
10964
-cat conftest.$ac_ext >&5
10964
+sed 's/^/| /' conftest.$ac_ext >&5
10965
+
10965 10966
 ac_cv_c_bigendian=no
10966 10967
 fi
10967
-rm -f conftest.$ac_objext conftest.$ac_ext
10968
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10968 10969
 else
10969 10970
   echo "$as_me: failed program was:" >&5
10970
-cat conftest.$ac_ext >&5
10971
+sed 's/^/| /' conftest.$ac_ext >&5
10972
+
10971 10973
 # It does not; compile a test program.
10972 10974
 if test "$cross_compiling" = yes; then
10973
-  # try to guess the endianess by grep'ing values into an object file
10975
+  # try to guess the endianness by grepping values into an object file
10974 10976
   ac_cv_c_bigendian=unknown
10975 10977
   cat >conftest.$ac_ext <<_ACEOF
10976
-#line $LINENO "configure"
10977
-#include "confdefs.h"
10978
+/* confdefs.h.  */
10979
+_ACEOF
10980
+cat confdefs.h >>conftest.$ac_ext
10981
+cat >>conftest.$ac_ext <<_ACEOF
10982
+/* end confdefs.h.  */
10978 10983
 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10979 10984
 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10980 10985
 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
10981 10986
 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10982 10987
 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10983 10988
 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
10984
-#ifdef F77_DUMMY_MAIN
10985
-#  ifdef __cplusplus
10986
-     extern "C"
10987
-#  endif
10988
-   int F77_DUMMY_MAIN() { return 1; }
10989
-#endif
10990 10989
 int
10991 10990
 main ()
10992 10991
 {
... ...
@@ -10997,20 +12025,29 @@ main ()
10997 10997
 _ACEOF
10998 10998
 rm -f conftest.$ac_objext
10999 10999
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11000
-  (eval $ac_compile) 2>&5
11000
+  (eval $ac_compile) 2>conftest.er1
11001 11001
   ac_status=$?
11002
+  grep -v '^ *+' conftest.er1 >conftest.err
11003
+  rm -f conftest.er1
11004
+  cat conftest.err >&5
11002 11005
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11003 11006
   (exit $ac_status); } &&
11004
-         { ac_try='test -s conftest.$ac_objext'
11007
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
11008
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11009
+  (eval $ac_try) 2>&5
11010
+  ac_status=$?
11011
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11012
+  (exit $ac_status); }; } &&
11013
+	 { ac_try='test -s conftest.$ac_objext'
11005 11014
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11006 11015
   (eval $ac_try) 2>&5
11007 11016
   ac_status=$?
11008 11017
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009 11018
   (exit $ac_status); }; }; then
11010
-  if fgrep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
11019
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
11011 11020
   ac_cv_c_bigendian=yes
11012 11021
 fi
11013
-if fgrep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11022
+if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11014 11023
   if test "$ac_cv_c_bigendian" = unknown; then
11015 11024
     ac_cv_c_bigendian=no
11016 11025
   else
... ...
@@ -11020,13 +12057,17 @@ if fgrep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11020 11020
 fi
11021 11021
 else
11022 11022
   echo "$as_me: failed program was:" >&5
11023
-cat conftest.$ac_ext >&5
11023
+sed 's/^/| /' conftest.$ac_ext >&5
11024
+
11024 11025
 fi
11025
-rm -f conftest.$ac_objext conftest.$ac_ext
11026
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11026 11027
 else
11027 11028
   cat >conftest.$ac_ext <<_ACEOF
11028
-#line $LINENO "configure"
11029
-#include "confdefs.h"
11029
+/* confdefs.h.  */
11030
+_ACEOF
11031
+cat confdefs.h >>conftest.$ac_ext
11032
+cat >>conftest.$ac_ext <<_ACEOF
11033
+/* end confdefs.h.  */
11030 11034
 int
11031 11035
 main ()
11032 11036
 {
... ...
@@ -11055,14 +12096,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11055 11055
 else
11056 11056
   echo "$as_me: program exited with status $ac_status" >&5
11057 11057
 echo "$as_me: failed program was:" >&5
11058
-cat conftest.$ac_ext >&5
11058
+sed 's/^/| /' conftest.$ac_ext >&5
11059
+
11059 11060
 ( exit $ac_status )
11060 11061
 ac_cv_c_bigendian=yes
11061 11062
 fi
11062
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11063
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11063 11064
 fi
11064 11065
 fi
11065
-rm -f conftest.$ac_objext conftest.$ac_ext
11066
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11066 11067
 fi
11067 11068
 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
11068 11069
 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
... ...
@@ -11076,9 +12118,9 @@ _ACEOF
11076 11076
   no)
11077 11077
      ;;
11078 11078
   *)
11079
-    { { echo "$as_me:$LINENO: error: unknown endianess
11079
+    { { echo "$as_me:$LINENO: error: unknown endianness
11080 11080
 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
11081
-echo "$as_me: error: unknown endianess
11081
+echo "$as_me: error: unknown endianness
11082 11082
 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
11083 11083
    { (exit 1); exit 1; }; } ;;
11084 11084
 esac
... ...
@@ -11104,15 +12146,12 @@ if test "${have_attrib_packed+set}" = set; then
11104 11104
 else
11105 11105
 
11106 11106
 	cat >conftest.$ac_ext <<_ACEOF
11107
-#line $LINENO "configure"
11108
-#include "confdefs.h"
11107
+/* confdefs.h.  */
11108
+_ACEOF
11109
+cat confdefs.h >>conftest.$ac_ext
11110
+cat >>conftest.$ac_ext <<_ACEOF
11111
+/* end confdefs.h.  */
11109 11112
 
11110
-#ifdef F77_DUMMY_MAIN
11111
-#  ifdef __cplusplus
11112
-     extern "C"
11113
-#  endif
11114
-   int F77_DUMMY_MAIN() { return 1; }
11115
-#endif
11116 11113
 int
11117 11114
 main ()
11118 11115
 {
... ...
@@ -11123,11 +12162,20 @@ struct { int i __attribute__((packed)); } s;
11123 11123
 _ACEOF
11124 11124
 rm -f conftest.$ac_objext
11125 11125
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11126
-  (eval $ac_compile) 2>&5
11126
+  (eval $ac_compile) 2>conftest.er1
11127 11127
   ac_status=$?
11128
+  grep -v '^ *+' conftest.er1 >conftest.err
11129
+  rm -f conftest.er1
11130
+  cat conftest.err >&5
11128 11131
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11129 11132
   (exit $ac_status); } &&
11130
-         { ac_try='test -s conftest.$ac_objext'
11133
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
11134
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11135
+  (eval $ac_try) 2>&5
11136
+  ac_status=$?
11137
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11138
+  (exit $ac_status); }; } &&
11139
+	 { ac_try='test -s conftest.$ac_objext'
11131 11140
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11132 11141
   (eval $ac_try) 2>&5
11133 11142
   ac_status=$?
... ...
@@ -11136,10 +12184,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11136 11136
   have_attrib_packed=yes
11137 11137
 else
11138 11138
   echo "$as_me: failed program was:" >&5
11139
-cat conftest.$ac_ext >&5
11139
+sed 's/^/| /' conftest.$ac_ext >&5
11140
+
11140 11141
 have_attrib_packed=no
11141 11142
 fi
11142
-rm -f conftest.$ac_objext conftest.$ac_ext
11143
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11143 11144
 
11144 11145
 fi
11145 11146
 
... ...
@@ -11154,13 +12203,18 @@ echo $ECHO_N "checking for structure packing via pragma... $ECHO_C" >&6
11154 11154
 else
11155 11155
 
11156 11156
 		if test "$cross_compiling" = yes; then
11157
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5
11158
-echo "$as_me: error: cannot run test program while cross compiling" >&2;}
11157
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
11158
+See \`config.log' for more details." >&5
11159
+echo "$as_me: error: cannot run test program while cross compiling
11160
+See \`config.log' for more details." >&2;}
11159 11161
    { (exit 1); exit 1; }; }
11160 11162
 else
11161 11163
   cat >conftest.$ac_ext <<_ACEOF
11162
-#line $LINENO "configure"
11163
-#include "confdefs.h"
11164
+/* confdefs.h.  */
11165
+_ACEOF
11166
+cat confdefs.h >>conftest.$ac_ext
11167
+cat >>conftest.$ac_ext <<_ACEOF
11168
+/* end confdefs.h.  */
11164 11169
 int main(int argc, char **argv) {
11165 11170
 #pragma pack(1)			/* has to be in column 1 ! */
11166 11171
 			struct { char c; long l; } s;
... ...
@@ -11181,11 +12235,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11181 11181
 else
11182 11182
   echo "$as_me: program exited with status $ac_status" >&5
11183 11183
 echo "$as_me: failed program was:" >&5
11184
-cat conftest.$ac_ext >&5
11184
+sed 's/^/| /' conftest.$ac_ext >&5
11185
+
11185 11186
 ( exit $ac_status )
11186 11187
 have_pragma_pack=no
11187 11188
 fi
11188
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11189
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11189 11190
 fi
11190 11191
 
11191 11192
 fi
... ...
@@ -11216,15 +12271,12 @@ fi
11216 11216
 echo "$as_me:$LINENO: checking for fd_set" >&5
11217 11217
 echo $ECHO_N "checking for fd_set... $ECHO_C" >&6
11218 11218
 cat >conftest.$ac_ext <<_ACEOF
11219
-#line $LINENO "configure"
11220
-#include "confdefs.h"
11219
+/* confdefs.h.  */
11220
+_ACEOF
11221
+cat confdefs.h >>conftest.$ac_ext
11222
+cat >>conftest.$ac_ext <<_ACEOF
11223
+/* end confdefs.h.  */
11221 11224
 #include <sys/types.h>
11222
-#ifdef F77_DUMMY_MAIN
11223
-#  ifdef __cplusplus
11224
-     extern "C"
11225
-#  endif
11226
-   int F77_DUMMY_MAIN() { return 1; }
11227
-#endif
11228 11225
 int
11229 11226
 main ()
11230 11227
 {
... ...
@@ -11235,11 +12287,20 @@ fd_set readMask, writeMask;
11235 11235
 _ACEOF
11236 11236
 rm -f conftest.$ac_objext
11237 11237
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11238
-  (eval $ac_compile) 2>&5
11238
+  (eval $ac_compile) 2>conftest.er1
11239 11239
   ac_status=$?
11240
+  grep -v '^ *+' conftest.er1 >conftest.err
11241
+  rm -f conftest.er1
11242
+  cat conftest.err >&5
11240 11243
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11241 11244
   (exit $ac_status); } &&
11242
-         { ac_try='test -s conftest.$ac_objext'
11245
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
11246
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11247
+  (eval $ac_try) 2>&5
11248
+  ac_status=$?
11249
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11250
+  (exit $ac_status); }; } &&
11251
+	 { ac_try='test -s conftest.$ac_objext'
11243 11252
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11244 11253
   (eval $ac_try) 2>&5
11245 11254
   ac_status=$?
... ...
@@ -11248,22 +12309,26 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11248 11248
   have_fd_set=yes
11249 11249
 else
11250 11250
   echo "$as_me: failed program was:" >&5
11251
-cat conftest.$ac_ext >&5
11251
+sed 's/^/| /' conftest.$ac_ext >&5
11252
+
11252 11253
 have_fd_set=no
11253 11254
 fi
11254
-rm -f conftest.$ac_objext conftest.$ac_ext
11255
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11255 11256
 if test $have_fd_set = yes; then
11256 11257
     echo "$as_me:$LINENO: result: yes, found in sys/types.h" >&5
11257 11258
 echo "${ECHO_T}yes, found in sys/types.h" >&6
11258 11259
 else
11259 11260
     cat >conftest.$ac_ext <<_ACEOF
11260
-#line $LINENO "configure"
11261
-#include "confdefs.h"
11261
+/* confdefs.h.  */
11262
+_ACEOF
11263
+cat confdefs.h >>conftest.$ac_ext
11264
+cat >>conftest.$ac_ext <<_ACEOF
11265
+/* end confdefs.h.  */
11262 11266
 #include <sys/select.h>
11263 11267
 
11264 11268
 _ACEOF
11265 11269
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11266
-  egrep "fd_mask" >/dev/null 2>&1; then
11270
+  $EGREP "fd_mask" >/dev/null 2>&1; then
11267 11271
   have_fd_set=yes
11268 11272
 fi
11269 11273
 rm -f conftest*
... ...
@@ -11293,8 +12358,11 @@ if test "$cross_compiling" = yes; then
11293 11293
   DEFAULT_FD_SETSIZE=256
11294 11294
 else
11295 11295
   cat >conftest.$ac_ext <<_ACEOF
11296
-#line $LINENO "configure"
11297
-#include "confdefs.h"
11296
+/* confdefs.h.  */
11297
+_ACEOF
11298
+cat confdefs.h >>conftest.$ac_ext
11299
+cat >>conftest.$ac_ext <<_ACEOF
11300
+/* end confdefs.h.  */
11298 11301
 
11299 11302
 #include <stdio.h>
11300 11303
 #include <unistd.h>
... ...
@@ -11323,11 +12391,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11323 11323
 else
11324 11324
   echo "$as_me: program exited with status $ac_status" >&5
11325 11325
 echo "$as_me: failed program was:" >&5
11326
-cat conftest.$ac_ext >&5
11326
+sed 's/^/| /' conftest.$ac_ext >&5
11327
+
11327 11328
 ( exit $ac_status )
11328 11329
 DEFAULT_FD_SETSIZE=256
11329 11330
 fi
11330
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11331
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11331 11332
 fi
11332 11333
 echo "$as_me:$LINENO: result: $DEFAULT_FD_SETSIZE" >&5
11333 11334
 echo "${ECHO_T}$DEFAULT_FD_SETSIZE" >&6
... ...
@@ -11337,7 +12406,7 @@ cat >>confdefs.h <<_ACEOF
11337 11337
 _ACEOF
11338 11338
 
11339 11339
 
11340
-ac_config_files="$ac_config_files libclamav/Makefile clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile etc/Makefile Makefile clamav-config libclamav.pc"
11340
+                                                                                                                                  ac_config_files="$ac_config_files libclamav/Makefile clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile etc/Makefile Makefile clamav-config libclamav.pc"
11341 11341
 cat >confcache <<\_ACEOF
11342 11342
 # This file is a shell script that caches the results of configure
11343 11343
 # tests run on this system so they can be shared between configure
... ...
@@ -11348,7 +12417,7 @@ cat >confcache <<\_ACEOF
11348 11348
 # config.status only pays attention to the cache file if you give it
11349 11349
 # the --recheck option to rerun configure.
11350 11350
 #
11351
-# `ac_cv_env_foo' variables (set or unset) will be overriden when
11351
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
11352 11352
 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11353 11353
 # following values.
11354 11354
 
... ...
@@ -11366,13 +12435,13 @@ _ACEOF
11366 11366
       # `set' does not quote correctly, so add quotes (double-quote
11367 11367
       # substitution turns \\\\ into \\, and sed turns \\ into \).
11368 11368
       sed -n \
11369
-        "s/'/'\\\\''/g;
11370
-    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11369
+	"s/'/'\\\\''/g;
11370
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11371 11371
       ;;
11372 11372
     *)
11373 11373
       # `set' quotes correctly as required by POSIX, so do not add quotes.
11374 11374
       sed -n \
11375
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11375
+	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11376 11376
       ;;
11377 11377
     esac;
11378 11378
 } |
... ...
@@ -11383,7 +12452,7 @@ _ACEOF
11383 11383
      t end
11384 11384
      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11385 11385
      : end' >>confcache
11386
-if cmp -s $cache_file confcache; then :; else
11386
+if diff $cache_file confcache >/dev/null 2>&1; then :; else
11387 11387
   if test -w $cache_file; then
11388 11388
     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11389 11389
     cat confcache >$cache_file
... ...
@@ -11402,18 +12471,33 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11402 11402
 # trailing colons and then remove the whole line if VPATH becomes empty
11403 11403
 # (actually we leave an empty line to preserve line numbers).
11404 11404
 if test "x$srcdir" = x.; then
11405
-  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
11405
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
11406 11406
 s/:*\$(srcdir):*/:/;
11407 11407
 s/:*\${srcdir}:*/:/;
11408 11408
 s/:*@srcdir@:*/:/;
11409
-s/^\([^=]*=[ 	]*\):*/\1/;
11409
+s/^\([^=]*=[	 ]*\):*/\1/;
11410 11410
 s/:*$//;
11411
-s/^[^=]*=[ 	]*$//;
11411
+s/^[^=]*=[	 ]*$//;
11412 11412
 }'
11413 11413
 fi
11414 11414
 
11415 11415
 DEFS=-DHAVE_CONFIG_H
11416 11416
 
11417
+ac_libobjs=
11418
+ac_ltlibobjs=
11419
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11420
+  # 1. Remove the extension, and $U if already installed.
11421
+  ac_i=`echo "$ac_i" |
11422
+	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11423
+  # 2. Add them.
11424
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
11425
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
11426
+done
11427
+LIBOBJS=$ac_libobjs
11428
+
11429
+LTLIBOBJS=$ac_ltlibobjs
11430
+
11431
+
11417 11432
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11418 11433
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11419 11434
 Usually this means the macro was only invoked conditionally." >&5
... ...
@@ -11421,6 +12505,13 @@ echo "$as_me: error: conditional \"AMDEP\" was never defined.
11421 11421
 Usually this means the macro was only invoked conditionally." >&2;}
11422 11422
    { (exit 1); exit 1; }; }
11423 11423
 fi
11424
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11425
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11426
+Usually this means the macro was only invoked conditionally." >&5
11427
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11428
+Usually this means the macro was only invoked conditionally." >&2;}
11429
+   { (exit 1); exit 1; }; }
11430
+fi
11424 11431
 if test -z "${INSTALL_CLAMAV_CONF_TRUE}" && test -z "${INSTALL_CLAMAV_CONF_FALSE}"; then
11425 11432
   { { echo "$as_me:$LINENO: error: conditional \"INSTALL_CLAMAV_CONF\" was never defined.
11426 11433
 Usually this means the macro was only invoked conditionally." >&5
... ...
@@ -11463,11 +12554,12 @@ cat >$CONFIG_STATUS <<_ACEOF
11463 11463
 # configure, is in config.log if it exists.
11464 11464
 
11465 11465
 debug=false
11466
+ac_cs_recheck=false
11467
+ac_cs_silent=false
11466 11468
 SHELL=\${CONFIG_SHELL-$SHELL}
11467 11469
 _ACEOF
11468 11470
 
11469 11471
 cat >>$CONFIG_STATUS <<\_ACEOF
11470
-
11471 11472
 ## --------------------- ##
11472 11473
 ## M4sh Initialization.  ##
11473 11474
 ## --------------------- ##
... ...
@@ -11476,46 +12568,57 @@ cat >>$CONFIG_STATUS <<\_ACEOF
11476 11476
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11477 11477
   emulate sh
11478 11478
   NULLCMD=:
11479
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11480
+  # is contrary to our usage.  Disable this feature.
11481
+  alias -g '${1+"$@"}'='"$@"'
11479 11482
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
11480 11483
   set -o posix
11481 11484
 fi
11485
+DUALCASE=1; export DUALCASE # for MKS sh
11482 11486
 
11483
-# NLS nuisances.
11484 11487
 # Support unset when possible.
11485
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
11488
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11486 11489
   as_unset=unset
11487 11490
 else
11488 11491
   as_unset=false
11489 11492
 fi
11490 11493
 
11491
-(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
11492
-    { $as_unset LANG || test "${LANG+set}" != set; } ||
11493
-      { LANG=C; export LANG; }
11494
-(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
11495
-    { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
11496
-      { LC_ALL=C; export LC_ALL; }
11497
-(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
11498
-    { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
11499
-      { LC_TIME=C; export LC_TIME; }
11500
-(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
11501
-    { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
11502
-      { LC_CTYPE=C; export LC_CTYPE; }
11503
-(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
11504
-    { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
11505
-      { LANGUAGE=C; export LANGUAGE; }
11506
-(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
11507
-    { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
11508
-      { LC_COLLATE=C; export LC_COLLATE; }
11509
-(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
11510
-    { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
11511
-      { LC_NUMERIC=C; export LC_NUMERIC; }
11512
-(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
11513
-    { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
11514
-      { LC_MESSAGES=C; export LC_MESSAGES; }
11494
+
11495
+# Work around bugs in pre-3.0 UWIN ksh.
11496
+$as_unset ENV MAIL MAILPATH
11497
+PS1='$ '
11498
+PS2='> '
11499
+PS4='+ '
11500
+
11501
+# NLS nuisances.
11502
+for as_var in \
11503
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11504
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11505
+  LC_TELEPHONE LC_TIME
11506
+do
11507
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11508
+    eval $as_var=C; export $as_var
11509
+  else
11510
+    $as_unset $as_var
11511
+  fi
11512
+done
11513
+
11514
+# Required to use basename.
11515
+if expr a : '\(a\)' >/dev/null 2>&1; then
11516
+  as_expr=expr
11517
+else
11518
+  as_expr=false
11519
+fi
11520
+
11521
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11522
+  as_basename=basename
11523
+else
11524
+  as_basename=false
11525
+fi
11515 11526
 
11516 11527
 
11517 11528
 # Name of the executable.
11518
-as_me=`(basename "$0") 2>/dev/null ||
11529
+as_me=`$as_basename "$0" ||
11519 11530
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11520 11531
 	 X"$0" : 'X\(//\)$' \| \
11521 11532
 	 X"$0" : 'X\(/\)$' \| \
... ...
@@ -11526,6 +12629,7 @@ echo X/"$0" |
11526 11526
   	  /^X\/\(\/\).*/{ s//\1/; q; }
11527 11527
   	  s/.*/./; q'`
11528 11528
 
11529
+
11529 11530
 # PATH needs CR, and LINENO needs CR and PATH.
11530 11531
 # Avoid depending upon Character Ranges.
11531 11532
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
... ...
@@ -11536,15 +12640,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
11536 11536
 
11537 11537
 # The user is always right.
11538 11538
 if test "${PATH_SEPARATOR+set}" != set; then
11539
-  echo "#! /bin/sh" >conftest.sh
11540
-  echo  "exit 0"   >>conftest.sh
11541
-  chmod +x conftest.sh
11542
-  if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
11539
+  echo "#! /bin/sh" >conf$$.sh
11540
+  echo  "exit 0"   >>conf$$.sh
11541
+  chmod +x conf$$.sh
11542
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11543 11543
     PATH_SEPARATOR=';'
11544 11544
   else
11545 11545
     PATH_SEPARATOR=:
11546 11546
   fi
11547
-  rm -f conftest.sh
11547
+  rm -f conf$$.sh
11548 11548
 fi
11549 11549
 
11550 11550
 
... ...
@@ -11593,6 +12697,8 @@ do
11593 11593
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11594 11594
   test "x$as_lineno_1" != "x$as_lineno_2" &&
11595 11595
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
11596
+	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11597
+	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11596 11598
 	     CONFIG_SHELL=$as_dir/$as_base
11597 11599
 	     export CONFIG_SHELL
11598 11600
 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
... ...
@@ -11666,13 +12772,20 @@ else
11666 11666
 fi
11667 11667
 rm -f conf$$ conf$$.exe conf$$.file
11668 11668
 
11669
+if mkdir -p . 2>/dev/null; then
11670
+  as_mkdir_p=:
11671
+else
11672
+  test -d ./-p && rmdir ./-p
11673
+  as_mkdir_p=false
11674
+fi
11675
+
11669 11676
 as_executable_p="test -f"
11670 11677
 
11671 11678
 # Sed expression to map a string onto a valid CPP name.
11672
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
11679
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11673 11680
 
11674 11681
 # Sed expression to map a string onto a valid variable name.
11675
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
11682
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11676 11683
 
11677 11684
 
11678 11685
 # IFS
... ...
@@ -11682,7 +12795,7 @@ as_nl='
11682 11682
 IFS=" 	$as_nl"
11683 11683
 
11684 11684
 # CDPATH.
11685
-$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
11685
+$as_unset CDPATH
11686 11686
 
11687 11687
 exec 6>&1
11688 11688
 
... ...
@@ -11699,7 +12812,7 @@ _ASBOX
11699 11699
 cat >&5 <<_CSEOF
11700 11700
 
11701 11701
 This file was extended by $as_me, which was
11702
-generated by GNU Autoconf 2.53.  Invocation command line was
11702
+generated by GNU Autoconf 2.59.  Invocation command line was
11703 11703
 
11704 11704
   CONFIG_FILES    = $CONFIG_FILES
11705 11705
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -11739,12 +12852,13 @@ Usage: $0 [OPTIONS] [FILE]...
11739 11739
 
11740 11740
   -h, --help       print this help, then exit
11741 11741
   -V, --version    print version number, then exit
11742
+  -q, --quiet      do not print progress messages
11742 11743
   -d, --debug      don't remove temporary files
11743 11744
       --recheck    update $as_me by reconfiguring in the same conditions
11744 11745
   --file=FILE[:TEMPLATE]
11745
-                   instantiate the configuration file FILE
11746
+		   instantiate the configuration file FILE
11746 11747
   --header=FILE[:TEMPLATE]
11747
-                   instantiate the configuration header FILE
11748
+		   instantiate the configuration header FILE
11748 11749
 
11749 11750
 Configuration files:
11750 11751
 $config_files
... ...
@@ -11761,11 +12875,10 @@ _ACEOF
11761 11761
 cat >>$CONFIG_STATUS <<_ACEOF
11762 11762
 ac_cs_version="\\
11763 11763
 config.status
11764
-configured by $0, generated by GNU Autoconf 2.53,
11764
+configured by $0, generated by GNU Autoconf 2.59,
11765 11765
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11766 11766
 
11767
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
11768
-Free Software Foundation, Inc.
11767
+Copyright (C) 2003 Free Software Foundation, Inc.
11769 11768
 This config.status script is free software; the Free Software Foundation
11770 11769
 gives unlimited permission to copy, distribute and modify it."
11771 11770
 srcdir=$srcdir
... ...
@@ -11782,25 +12895,25 @@ do
11782 11782
   --*=*)
11783 11783
     ac_option=`expr "x$1" : 'x\([^=]*\)='`
11784 11784
     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
11785
-    shift
11786
-    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
11787
-    shift
11785
+    ac_shift=:
11786
+    ;;
11787
+  -*)
11788
+    ac_option=$1
11789
+    ac_optarg=$2
11790
+    ac_shift=shift
11788 11791
     ;;
11789
-  -*);;
11790 11792
   *) # This is not an option, so the user has probably given explicit
11791 11793
      # arguments.
11794
+     ac_option=$1
11792 11795
      ac_need_defaults=false;;
11793 11796
   esac
11794 11797
 
11795
-  case $1 in
11798
+  case $ac_option in
11796 11799
   # Handling of the options.
11797 11800
 _ACEOF
11798
-cat >>$CONFIG_STATUS <<_ACEOF
11799
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11800
-    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
11801
-    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
11802
-_ACEOF
11803 11801
 cat >>$CONFIG_STATUS <<\_ACEOF
11802
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11803
+    ac_cs_recheck=: ;;
11804 11804
   --version | --vers* | -V )
11805 11805
     echo "$ac_cs_version"; exit 0 ;;
11806 11806
   --he | --h)
... ...
@@ -11815,13 +12928,16 @@ Try \`$0 --help' for more information." >&2;}
11815 11815
   --debug | --d* | -d )
11816 11816
     debug=: ;;
11817 11817
   --file | --fil | --fi | --f )
11818
-    shift
11819
-    CONFIG_FILES="$CONFIG_FILES $1"
11818
+    $ac_shift
11819
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11820 11820
     ac_need_defaults=false;;
11821 11821
   --header | --heade | --head | --hea )
11822
-    shift
11823
-    CONFIG_HEADERS="$CONFIG_HEADERS $1"
11822
+    $ac_shift
11823
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11824 11824
     ac_need_defaults=false;;
11825
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11826
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
11827
+    ac_cs_silent=: ;;
11825 11828
 
11826 11829
   # This is an error.
11827 11830
   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
... ...
@@ -11836,6 +12952,20 @@ Try \`$0 --help' for more information." >&2;}
11836 11836
   shift
11837 11837
 done
11838 11838
 
11839
+ac_configure_extra_args=
11840
+
11841
+if $ac_cs_silent; then
11842
+  exec 6>/dev/null
11843
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
11844
+fi
11845
+
11846
+_ACEOF
11847
+cat >>$CONFIG_STATUS <<_ACEOF
11848
+if \$ac_cs_recheck; then
11849
+  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11850
+  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11851
+fi
11852
+
11839 11853
 _ACEOF
11840 11854
 
11841 11855
 cat >>$CONFIG_STATUS <<_ACEOF
... ...
@@ -11885,6 +13015,9 @@ if $ac_need_defaults; then
11885 11885
   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11886 11886
 fi
11887 11887
 
11888
+# Have a temporary directory for convenience.  Make it in the build tree
11889
+# simply because there is no reason to put it here, and in addition,
11890
+# creating and moving files from /tmp can sometimes cause problems.
11888 11891
 # Create a temporary directory, and hook for its removal unless debugging.
11889 11892
 $debug ||
11890 11893
 {
... ...
@@ -11893,17 +13026,17 @@ $debug ||
11893 11893
 }
11894 11894
 
11895 11895
 # Create a (secure) tmp directory for tmp files.
11896
-: ${TMPDIR=/tmp}
11896
+
11897 11897
 {
11898
-  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
11898
+  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11899 11899
   test -n "$tmp" && test -d "$tmp"
11900 11900
 }  ||
11901 11901
 {
11902
-  tmp=$TMPDIR/cs$$-$RANDOM
11902
+  tmp=./confstat$$-$RANDOM
11903 11903
   (umask 077 && mkdir $tmp)
11904 11904
 } ||
11905 11905
 {
11906
-   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
11906
+   echo "$me: cannot create a temporary directory in ." >&2
11907 11907
    { (exit 1); exit 1; }
11908 11908
 }
11909 11909
 
... ...
@@ -11966,6 +13099,7 @@ s,@target_os@,$target_os,;t t
11966 11966
 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11967 11967
 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11968 11968
 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11969
+s,@CYGPATH_W@,$CYGPATH_W,;t t
11969 11970
 s,@PACKAGE@,$PACKAGE,;t t
11970 11971
 s,@VERSION@,$VERSION,;t t
11971 11972
 s,@ACLOCAL@,$ACLOCAL,;t t
... ...
@@ -11978,8 +13112,10 @@ s,@install_sh@,$install_sh,;t t
11978 11978
 s,@STRIP@,$STRIP,;t t
11979 11979
 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11980 11980
 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11981
+s,@mkdir_p@,$mkdir_p,;t t
11981 11982
 s,@AWK@,$AWK,;t t
11982 11983
 s,@SET_MAKE@,$SET_MAKE,;t t
11984
+s,@am__leading_dot@,$am__leading_dot,;t t
11983 11985
 s,@LIBCLAMAV_VERSION@,$LIBCLAMAV_VERSION,;t t
11984 11986
 s,@CC@,$CC,;t t
11985 11987
 s,@CFLAGS@,$CFLAGS,;t t
... ...
@@ -11995,11 +13131,14 @@ s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11995 11995
 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11996 11996
 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11997 11997
 s,@CCDEPMODE@,$CCDEPMODE,;t t
11998
+s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11999
+s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11998 12000
 s,@LN_S@,$LN_S,;t t
11999 12001
 s,@ECHO@,$ECHO,;t t
12000 12002
 s,@RANLIB@,$RANLIB,;t t
12001 12003
 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
12002 12004
 s,@CPP@,$CPP,;t t
12005
+s,@EGREP@,$EGREP,;t t
12003 12006
 s,@LIBTOOL@,$LIBTOOL,;t t
12004 12007
 s,@DBDIR@,$DBDIR,;t t
12005 12008
 s,@CFGDIR@,$CFGDIR,;t t
... ...
@@ -12021,6 +13160,8 @@ s,@SENDMAIL@,$SENDMAIL,;t t
12021 12021
 s,@GETENT@,$GETENT,;t t
12022 12022
 s,@CLAMAVUSER@,$CLAMAVUSER,;t t
12023 12023
 s,@CLAMAVGROUP@,$CLAMAVGROUP,;t t
12024
+s,@LIBOBJS@,$LIBOBJS,;t t
12025
+s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12024 12026
 CEOF
12025 12027
 
12026 12028
 _ACEOF
... ...
@@ -12050,9 +13191,9 @@ _ACEOF
12050 12050
       (echo ':t
12051 12051
   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12052 12052
       if test -z "$ac_sed_cmds"; then
12053
-  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12053
+	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12054 12054
       else
12055
-  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12055
+	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12056 12056
       fi
12057 12057
       ac_sed_frag=`expr $ac_sed_frag + 1`
12058 12058
       ac_beg=$ac_end
... ...
@@ -12070,46 +13211,51 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12070 12070
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12071 12071
   case $ac_file in
12072 12072
   - | *:- | *:-:* ) # input from stdin
12073
-        cat >$tmp/stdin
12074
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12075
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12073
+	cat >$tmp/stdin
12074
+	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12075
+	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12076 12076
   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12077
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12077
+	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12078 12078
   * )   ac_file_in=$ac_file.in ;;
12079 12079
   esac
12080 12080
 
12081 12081
   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12082 12082
   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12083 12083
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12084
-         X"$ac_file" : 'X\(//\)[^/]' \| \
12085
-         X"$ac_file" : 'X\(//\)$' \| \
12086
-         X"$ac_file" : 'X\(/\)' \| \
12087
-         .     : '\(.\)' 2>/dev/null ||
12084
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
12085
+	 X"$ac_file" : 'X\(//\)$' \| \
12086
+	 X"$ac_file" : 'X\(/\)' \| \
12087
+	 .     : '\(.\)' 2>/dev/null ||
12088 12088
 echo X"$ac_file" |
12089 12089
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12090 12090
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12091 12091
   	  /^X\(\/\/\)$/{ s//\1/; q; }
12092 12092
   	  /^X\(\/\).*/{ s//\1/; q; }
12093 12093
   	  s/.*/./; q'`
12094
-  { case "$ac_dir" in
12095
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
12096
-  *)                      as_incr_dir=.;;
12097
-esac
12098
-as_dummy="$ac_dir"
12099
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
12100
-  case $as_mkdir_dir in
12101
-    # Skip DOS drivespec
12102
-    ?:) as_incr_dir=$as_mkdir_dir ;;
12103
-    *)
12104
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
12105
-      test -d "$as_incr_dir" ||
12106
-        mkdir "$as_incr_dir" ||
12107
-	{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
12108
-echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
12109
-   { (exit 1); exit 1; }; }
12110
-    ;;
12111
-  esac
12112
-done; }
12094
+  { if $as_mkdir_p; then
12095
+    mkdir -p "$ac_dir"
12096
+  else
12097
+    as_dir="$ac_dir"
12098
+    as_dirs=
12099
+    while test ! -d "$as_dir"; do
12100
+      as_dirs="$as_dir $as_dirs"
12101
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
12102
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12103
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
12104
+	 X"$as_dir" : 'X\(//\)$' \| \
12105
+	 X"$as_dir" : 'X\(/\)' \| \
12106
+	 .     : '\(.\)' 2>/dev/null ||
12107
+echo X"$as_dir" |
12108
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12109
+  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12110
+  	  /^X\(\/\/\)$/{ s//\1/; q; }
12111
+  	  /^X\(\/\).*/{ s//\1/; q; }
12112
+  	  s/.*/./; q'`
12113
+    done
12114
+    test ! -n "$as_dirs" || mkdir $as_dirs
12115
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12116
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12117
+   { (exit 1); exit 1; }; }; }
12113 12118
 
12114 12119
   ac_builddir=.
12115 12120
 
... ...
@@ -12136,12 +13282,45 @@ case $srcdir in
12136 12136
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12137 12137
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
12138 12138
 esac
12139
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
12140
-# absolute.
12141
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
12142
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
12143
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
12144
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
12139
+
12140
+# Do not use `cd foo && pwd` to compute absolute paths, because
12141
+# the directories may not exist.
12142
+case `pwd` in
12143
+.) ac_abs_builddir="$ac_dir";;
12144
+*)
12145
+  case "$ac_dir" in
12146
+  .) ac_abs_builddir=`pwd`;;
12147
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12148
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
12149
+  esac;;
12150
+esac
12151
+case $ac_abs_builddir in
12152
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
12153
+*)
12154
+  case ${ac_top_builddir}. in
12155
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
12156
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12157
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12158
+  esac;;
12159
+esac
12160
+case $ac_abs_builddir in
12161
+.) ac_abs_srcdir=$ac_srcdir;;
12162
+*)
12163
+  case $ac_srcdir in
12164
+  .) ac_abs_srcdir=$ac_abs_builddir;;
12165
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12166
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12167
+  esac;;
12168
+esac
12169
+case $ac_abs_builddir in
12170
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
12171
+*)
12172
+  case $ac_top_srcdir in
12173
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
12174
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12175
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12176
+  esac;;
12177
+esac
12145 12178
 
12146 12179
 
12147 12180
   case $INSTALL in
... ...
@@ -12149,11 +13328,6 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
12149 12149
   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
12150 12150
   esac
12151 12151
 
12152
-  if test x"$ac_file" != x-; then
12153
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
12154
-echo "$as_me: creating $ac_file" >&6;}
12155
-    rm -f "$ac_file"
12156
-  fi
12157 12152
   # Let's still pretend it is `configure' which instantiates (i.e., don't
12158 12153
   # use $as_me), people would be surprised to read:
12159 12154
   #    /* config.h.  Generated by config.status.  */
... ...
@@ -12163,7 +13337,7 @@ echo "$as_me: creating $ac_file" >&6;}
12163 12163
     configure_input="$ac_file.  "
12164 12164
   fi
12165 12165
   configure_input=$configure_input"Generated from `echo $ac_file_in |
12166
-                                     sed 's,.*/,,'` by configure."
12166
+				     sed 's,.*/,,'` by configure."
12167 12167
 
12168 12168
   # First look for the input files in the build tree, otherwise in the
12169 12169
   # src tree.
... ...
@@ -12172,26 +13346,32 @@ echo "$as_me: creating $ac_file" >&6;}
12172 12172
       case $f in
12173 12173
       -) echo $tmp/stdin ;;
12174 12174
       [\\/$]*)
12175
-         # Absolute (can't be DOS-style, as IFS=:)
12176
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12175
+	 # Absolute (can't be DOS-style, as IFS=:)
12176
+	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12177 12177
 echo "$as_me: error: cannot find input file: $f" >&2;}
12178 12178
    { (exit 1); exit 1; }; }
12179
-         echo $f;;
12179
+	 echo "$f";;
12180 12180
       *) # Relative
12181
-         if test -f "$f"; then
12182
-           # Build tree
12183
-           echo $f
12184
-         elif test -f "$srcdir/$f"; then
12185
-           # Source tree
12186
-           echo $srcdir/$f
12187
-         else
12188
-           # /dev/null tree
12189
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12181
+	 if test -f "$f"; then
12182
+	   # Build tree
12183
+	   echo "$f"
12184
+	 elif test -f "$srcdir/$f"; then
12185
+	   # Source tree
12186
+	   echo "$srcdir/$f"
12187
+	 else
12188
+	   # /dev/null tree
12189
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12190 12190
 echo "$as_me: error: cannot find input file: $f" >&2;}
12191 12191
    { (exit 1); exit 1; }; }
12192
-         fi;;
12192
+	 fi;;
12193 12193
       esac
12194 12194
     done` || { (exit 1); exit 1; }
12195
+
12196
+  if test x"$ac_file" != x-; then
12197
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
12198
+echo "$as_me: creating $ac_file" >&6;}
12199
+    rm -f "$ac_file"
12200
+  fi
12195 12201
 _ACEOF
12196 12202
 cat >>$CONFIG_STATUS <<_ACEOF
12197 12203
   sed "$ac_vpsub
... ...
@@ -12231,12 +13411,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
12231 12231
 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12232 12232
 #
12233 12233
 # ac_d sets the value in "#define NAME VALUE" lines.
12234
-ac_dA='s,^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
12235
-ac_dB='[ 	].*$,\1#\2'
12234
+ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
12235
+ac_dB='[	 ].*$,\1#\2'
12236 12236
 ac_dC=' '
12237 12237
 ac_dD=',;t'
12238 12238
 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12239
-ac_uA='s,^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
12239
+ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
12240 12240
 ac_uB='$,\1#\2define\3'
12241 12241
 ac_uC=' '
12242 12242
 ac_uD=',;t'
... ...
@@ -12245,11 +13425,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
12245 12245
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12246 12246
   case $ac_file in
12247 12247
   - | *:- | *:-:* ) # input from stdin
12248
-        cat >$tmp/stdin
12249
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12250
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12248
+	cat >$tmp/stdin
12249
+	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12250
+	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12251 12251
   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12252
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12252
+	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12253 12253
   * )   ac_file_in=$ac_file.in ;;
12254 12254
   esac
12255 12255
 
... ...
@@ -12263,28 +13443,29 @@ echo "$as_me: creating $ac_file" >&6;}
12263 12263
       case $f in
12264 12264
       -) echo $tmp/stdin ;;
12265 12265
       [\\/$]*)
12266
-         # Absolute (can't be DOS-style, as IFS=:)
12267
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12266
+	 # Absolute (can't be DOS-style, as IFS=:)
12267
+	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12268 12268
 echo "$as_me: error: cannot find input file: $f" >&2;}
12269 12269
    { (exit 1); exit 1; }; }
12270
-         echo $f;;
12270
+	 # Do quote $f, to prevent DOS paths from being IFS'd.
12271
+	 echo "$f";;
12271 12272
       *) # Relative
12272
-         if test -f "$f"; then
12273
-           # Build tree
12274
-           echo $f
12275
-         elif test -f "$srcdir/$f"; then
12276
-           # Source tree
12277
-           echo $srcdir/$f
12278
-         else
12279
-           # /dev/null tree
12280
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12273
+	 if test -f "$f"; then
12274
+	   # Build tree
12275
+	   echo "$f"
12276
+	 elif test -f "$srcdir/$f"; then
12277
+	   # Source tree
12278
+	   echo "$srcdir/$f"
12279
+	 else
12280
+	   # /dev/null tree
12281
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12281 12282
 echo "$as_me: error: cannot find input file: $f" >&2;}
12282 12283
    { (exit 1); exit 1; }; }
12283
-         fi;;
12284
+	 fi;;
12284 12285
       esac
12285 12286
     done` || { (exit 1); exit 1; }
12286 12287
   # Remove the trailing spaces.
12287
-  sed 's/[ 	]*$//' $ac_file_inputs >$tmp/in
12288
+  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
12288 12289
 
12289 12290
 _ACEOF
12290 12291
 
... ...
@@ -12307,9 +13488,9 @@ s/[\\&,]/\\&/g
12307 12307
 s,[\\$`],\\&,g
12308 12308
 t clear
12309 12309
 : clear
12310
-s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*\)\(([^)]*)\)[ 	]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12310
+s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12311 12311
 t end
12312
-s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12312
+s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12313 12313
 : end
12314 12314
 _ACEOF
12315 12315
 # If some macros were called several times there might be several times
... ...
@@ -12323,13 +13504,13 @@ rm -f confdef2sed.sed
12323 12323
 # example, in the case of _POSIX_SOURCE, which is predefined and required
12324 12324
 # on some systems where configure will not decide to define it.
12325 12325
 cat >>conftest.undefs <<\_ACEOF
12326
-s,^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12326
+s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12327 12327
 _ACEOF
12328 12328
 
12329 12329
 # Break up conftest.defines because some shells have a limit on the size
12330 12330
 # of here documents, and old seds have small limits too (100 cmds).
12331 12331
 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12332
-echo '  if egrep "^[ 	]*#[ 	]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12332
+echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12333 12333
 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12334 12334
 echo '  :' >>$CONFIG_STATUS
12335 12335
 rm -f conftest.tail
... ...
@@ -12338,7 +13519,7 @@ do
12338 12338
   # Write a limited-size here document to $tmp/defines.sed.
12339 12339
   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12340 12340
   # Speed up: don't consider the non `#define' lines.
12341
-  echo '/^[ 	]*#[ 	]*define/!b' >>$CONFIG_STATUS
12341
+  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
12342 12342
   # Work around the forget-to-reset-the-flag bug.
12343 12343
   echo 't clr' >>$CONFIG_STATUS
12344 12344
   echo ': clr' >>$CONFIG_STATUS
... ...
@@ -12353,7 +13534,7 @@ do
12353 12353
   mv conftest.tail conftest.defines
12354 12354
 done
12355 12355
 rm -f conftest.defines
12356
-echo '  fi # egrep' >>$CONFIG_STATUS
12356
+echo '  fi # grep' >>$CONFIG_STATUS
12357 12357
 echo >>$CONFIG_STATUS
12358 12358
 
12359 12359
 # Break up conftest.undefs because some shells have a limit on the size
... ...
@@ -12365,7 +13546,7 @@ do
12365 12365
   # Write a limited-size here document to $tmp/undefs.sed.
12366 12366
   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12367 12367
   # Speed up: don't consider the non `#undef'
12368
-  echo '/^[ 	]*#[ 	]*undef/!b' >>$CONFIG_STATUS
12368
+  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
12369 12369
   # Work around the forget-to-reset-the-flag bug.
12370 12370
   echo 't clr' >>$CONFIG_STATUS
12371 12371
   echo ': clr' >>$CONFIG_STATUS
... ...
@@ -12393,41 +13574,46 @@ cat >>$CONFIG_STATUS <<\_ACEOF
12393 12393
   cat $tmp/in >>$tmp/config.h
12394 12394
   rm -f $tmp/in
12395 12395
   if test x"$ac_file" != x-; then
12396
-    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
12396
+    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
12397 12397
       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12398 12398
 echo "$as_me: $ac_file is unchanged" >&6;}
12399 12399
     else
12400 12400
       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12401 12401
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12402
-         X"$ac_file" : 'X\(//\)[^/]' \| \
12403
-         X"$ac_file" : 'X\(//\)$' \| \
12404
-         X"$ac_file" : 'X\(/\)' \| \
12405
-         .     : '\(.\)' 2>/dev/null ||
12402
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
12403
+	 X"$ac_file" : 'X\(//\)$' \| \
12404
+	 X"$ac_file" : 'X\(/\)' \| \
12405
+	 .     : '\(.\)' 2>/dev/null ||
12406 12406
 echo X"$ac_file" |
12407 12407
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12408 12408
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12409 12409
   	  /^X\(\/\/\)$/{ s//\1/; q; }
12410 12410
   	  /^X\(\/\).*/{ s//\1/; q; }
12411 12411
   	  s/.*/./; q'`
12412
-      { case "$ac_dir" in
12413
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
12414
-  *)                      as_incr_dir=.;;
12415
-esac
12416
-as_dummy="$ac_dir"
12417
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
12418
-  case $as_mkdir_dir in
12419
-    # Skip DOS drivespec
12420
-    ?:) as_incr_dir=$as_mkdir_dir ;;
12421
-    *)
12422
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
12423
-      test -d "$as_incr_dir" ||
12424
-        mkdir "$as_incr_dir" ||
12425
-	{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
12426
-echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
12427
-   { (exit 1); exit 1; }; }
12428
-    ;;
12429
-  esac
12430
-done; }
12412
+      { if $as_mkdir_p; then
12413
+    mkdir -p "$ac_dir"
12414
+  else
12415
+    as_dir="$ac_dir"
12416
+    as_dirs=
12417
+    while test ! -d "$as_dir"; do
12418
+      as_dirs="$as_dir $as_dirs"
12419
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
12420
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12421
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
12422
+	 X"$as_dir" : 'X\(//\)$' \| \
12423
+	 X"$as_dir" : 'X\(/\)' \| \
12424
+	 .     : '\(.\)' 2>/dev/null ||
12425
+echo X"$as_dir" |
12426
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12427
+  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12428
+  	  /^X\(\/\/\)$/{ s//\1/; q; }
12429
+  	  /^X\(\/\).*/{ s//\1/; q; }
12430
+  	  s/.*/./; q'`
12431
+    done
12432
+    test ! -n "$as_dirs" || mkdir $as_dirs
12433
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12434
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12435
+   { (exit 1); exit 1; }; }; }
12431 12436
 
12432 12437
       rm -f $ac_file
12433 12438
       mv $tmp/config.h $ac_file
... ...
@@ -12436,13 +13622,29 @@ done; }
12436 12436
     cat $tmp/config.h
12437 12437
     rm -f $tmp/config.h
12438 12438
   fi
12439
-  # Run the commands associated with the file.
12440
-  case $ac_file in
12441
-    clamav-config.h ) # update the timestamp
12442
-echo 'timestamp for clamav-config.h' >"./stamp-h1"
12443
- ;;
12439
+# Compute $ac_file's index in $config_headers.
12440
+_am_stamp_count=1
12441
+for _am_header in $config_headers :; do
12442
+  case $_am_header in
12443
+    $ac_file | $ac_file:* )
12444
+      break ;;
12445
+    * )
12446
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12444 12447
   esac
12445 12448
 done
12449
+echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12450
+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12451
+	 X$ac_file : 'X\(//\)[^/]' \| \
12452
+	 X$ac_file : 'X\(//\)$' \| \
12453
+	 X$ac_file : 'X\(/\)' \| \
12454
+	 .     : '\(.\)' 2>/dev/null ||
12455
+echo X$ac_file |
12456
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12457
+  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12458
+  	  /^X\(\/\/\)$/{ s//\1/; q; }
12459
+  	  /^X\(\/\).*/{ s//\1/; q; }
12460
+  	  s/.*/./; q'`/stamp-h$_am_stamp_count
12461
+done
12446 12462
 _ACEOF
12447 12463
 cat >>$CONFIG_STATUS <<\_ACEOF
12448 12464
 
... ...
@@ -12454,16 +13656,41 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
12454 12454
   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
12455 12455
   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
12456 12456
 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12457
-         X"$ac_dest" : 'X\(//\)[^/]' \| \
12458
-         X"$ac_dest" : 'X\(//\)$' \| \
12459
-         X"$ac_dest" : 'X\(/\)' \| \
12460
-         .     : '\(.\)' 2>/dev/null ||
12457
+	 X"$ac_dest" : 'X\(//\)[^/]' \| \
12458
+	 X"$ac_dest" : 'X\(//\)$' \| \
12459
+	 X"$ac_dest" : 'X\(/\)' \| \
12460
+	 .     : '\(.\)' 2>/dev/null ||
12461 12461
 echo X"$ac_dest" |
12462 12462
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12463 12463
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12464 12464
   	  /^X\(\/\/\)$/{ s//\1/; q; }
12465 12465
   	  /^X\(\/\).*/{ s//\1/; q; }
12466 12466
   	  s/.*/./; q'`
12467
+  { if $as_mkdir_p; then
12468
+    mkdir -p "$ac_dir"
12469
+  else
12470
+    as_dir="$ac_dir"
12471
+    as_dirs=
12472
+    while test ! -d "$as_dir"; do
12473
+      as_dirs="$as_dir $as_dirs"
12474
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
12475
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12476
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
12477
+	 X"$as_dir" : 'X\(//\)$' \| \
12478
+	 X"$as_dir" : 'X\(/\)' \| \
12479
+	 .     : '\(.\)' 2>/dev/null ||
12480
+echo X"$as_dir" |
12481
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12482
+  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12483
+  	  /^X\(\/\/\)$/{ s//\1/; q; }
12484
+  	  /^X\(\/\).*/{ s//\1/; q; }
12485
+  	  s/.*/./; q'`
12486
+    done
12487
+    test ! -n "$as_dirs" || mkdir $as_dirs
12488
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12489
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12490
+   { (exit 1); exit 1; }; }; }
12491
+
12467 12492
   ac_builddir=.
12468 12493
 
12469 12494
 if test "$ac_dir" != .; then
... ...
@@ -12489,12 +13716,45 @@ case $srcdir in
12489 12489
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12490 12490
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
12491 12491
 esac
12492
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
12493
-# absolute.
12494
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
12495
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
12496
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
12497
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
12492
+
12493
+# Do not use `cd foo && pwd` to compute absolute paths, because
12494
+# the directories may not exist.
12495
+case `pwd` in
12496
+.) ac_abs_builddir="$ac_dir";;
12497
+*)
12498
+  case "$ac_dir" in
12499
+  .) ac_abs_builddir=`pwd`;;
12500
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12501
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
12502
+  esac;;
12503
+esac
12504
+case $ac_abs_builddir in
12505
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
12506
+*)
12507
+  case ${ac_top_builddir}. in
12508
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
12509
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12510
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12511
+  esac;;
12512
+esac
12513
+case $ac_abs_builddir in
12514
+.) ac_abs_srcdir=$ac_srcdir;;
12515
+*)
12516
+  case $ac_srcdir in
12517
+  .) ac_abs_srcdir=$ac_abs_builddir;;
12518
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12519
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12520
+  esac;;
12521
+esac
12522
+case $ac_abs_builddir in
12523
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
12524
+*)
12525
+  case $ac_top_srcdir in
12526
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
12527
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12528
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12529
+  esac;;
12530
+esac
12498 12531
 
12499 12532
 
12500 12533
   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
... ...
@@ -12503,13 +13763,19 @@ echo "$as_me: executing $ac_dest commands" >&6;}
12503 12503
     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12504 12504
   # Strip MF so we end up with the name of the file.
12505 12505
   mf=`echo "$mf" | sed -e 's/:.*$//'`
12506
-  if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
12506
+  # Check whether this is an Automake generated Makefile or not.
12507
+  # We used to match only the files named `Makefile.in', but
12508
+  # some people rename them; so instead we look at the file content.
12509
+  # Grep'ing the first line is not enough: some people post-process
12510
+  # each Makefile.in and add a new line on top of each file to say so.
12511
+  # So let's grep whole file.
12512
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12507 12513
     dirpart=`(dirname "$mf") 2>/dev/null ||
12508 12514
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12509
-         X"$mf" : 'X\(//\)[^/]' \| \
12510
-         X"$mf" : 'X\(//\)$' \| \
12511
-         X"$mf" : 'X\(/\)' \| \
12512
-         .     : '\(.\)' 2>/dev/null ||
12515
+	 X"$mf" : 'X\(//\)[^/]' \| \
12516
+	 X"$mf" : 'X\(//\)$' \| \
12517
+	 X"$mf" : 'X\(/\)' \| \
12518
+	 .     : '\(.\)' 2>/dev/null ||
12513 12519
 echo X"$mf" |
12514 12520
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12515 12521
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
... ...
@@ -12522,14 +13788,14 @@ echo X"$mf" |
12522 12522
   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12523 12523
   # Extract the definition of DEP_FILES from the Makefile without
12524 12524
   # running `make'.
12525
-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12525
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12526 12526
   test -z "$DEPDIR" && continue
12527 12527
   # When using ansi2knr, U may be empty or an underscore; expand it
12528
-  U=`sed -n -e '/^U = / s///p' < "$mf"`
12528
+  U=`sed -n 's/^U = //p' < "$mf"`
12529 12529
   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12530 12530
   # We invoke sed twice because it is the simplest approach to
12531 12531
   # changing $(DEPDIR) to its actual value in the expansion.
12532
-  for file in `sed -n -e '
12532
+  for file in `sed -n '
12533 12533
     /^DEP_FILES = .*\\\\$/ {
12534 12534
       s/^DEP_FILES = //
12535 12535
       :loop
... ...
@@ -12545,35 +13811,40 @@ echo X"$mf" |
12545 12545
     test -f "$dirpart/$file" && continue
12546 12546
     fdir=`(dirname "$file") 2>/dev/null ||
12547 12547
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12548
-         X"$file" : 'X\(//\)[^/]' \| \
12549
-         X"$file" : 'X\(//\)$' \| \
12550
-         X"$file" : 'X\(/\)' \| \
12551
-         .     : '\(.\)' 2>/dev/null ||
12548
+	 X"$file" : 'X\(//\)[^/]' \| \
12549
+	 X"$file" : 'X\(//\)$' \| \
12550
+	 X"$file" : 'X\(/\)' \| \
12551
+	 .     : '\(.\)' 2>/dev/null ||
12552 12552
 echo X"$file" |
12553 12553
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12554 12554
   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12555 12555
   	  /^X\(\/\/\)$/{ s//\1/; q; }
12556 12556
   	  /^X\(\/\).*/{ s//\1/; q; }
12557 12557
   	  s/.*/./; q'`
12558
-    { case $dirpart/$fdir in
12559
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
12560
-  *)                      as_incr_dir=.;;
12561
-esac
12562
-as_dummy=$dirpart/$fdir
12563
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
12564
-  case $as_mkdir_dir in
12565
-    # Skip DOS drivespec
12566
-    ?:) as_incr_dir=$as_mkdir_dir ;;
12567
-    *)
12568
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
12569
-      test -d "$as_incr_dir" ||
12570
-        mkdir "$as_incr_dir" ||
12571
-	{ { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5
12572
-echo "$as_me: error: cannot create $dirpart/$fdir" >&2;}
12573
-   { (exit 1); exit 1; }; }
12574
-    ;;
12575
-  esac
12576
-done; }
12558
+    { if $as_mkdir_p; then
12559
+    mkdir -p $dirpart/$fdir
12560
+  else
12561
+    as_dir=$dirpart/$fdir
12562
+    as_dirs=
12563
+    while test ! -d "$as_dir"; do
12564
+      as_dirs="$as_dir $as_dirs"
12565
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
12566
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12567
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
12568
+	 X"$as_dir" : 'X\(//\)$' \| \
12569
+	 X"$as_dir" : 'X\(/\)' \| \
12570
+	 .     : '\(.\)' 2>/dev/null ||
12571
+echo X"$as_dir" |
12572
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12573
+  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12574
+  	  /^X\(\/\/\)$/{ s//\1/; q; }
12575
+  	  /^X\(\/\).*/{ s//\1/; q; }
12576
+  	  s/.*/./; q'`
12577
+    done
12578
+    test ! -n "$as_dirs" || mkdir $as_dirs
12579
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12580
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12581
+   { (exit 1); exit 1; }; }; }
12577 12582
 
12578 12583
     # echo "creating $dirpart/$file"
12579 12584
     echo '# dummy' > "$dirpart/$file"
... ...
@@ -12602,8 +13873,11 @@ ac_clean_files=$ac_clean_files_save
12602 12602
 # need to make the FD available again.
12603 12603
 if test "$no_create" != yes; then
12604 12604
   ac_cs_success=:
12605
+  ac_config_status_args=
12606
+  test "$silent" = yes &&
12607
+    ac_config_status_args="$ac_config_status_args --quiet"
12605 12608
   exec 5>/dev/null
12606
-  $SHELL $CONFIG_STATUS || ac_cs_success=false
12609
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12607 12610
   exec 5>>config.log
12608 12611
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12609 12612
   # would make configure fail if this is the last instruction.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -32,109 +32,183 @@
32 32
 #  You should have received a copy of the GNU General Public License
33 33
 #  along with this program; if not, write to the Free Software
34 34
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
-SHELL = @SHELL@
36
-
37 35
 srcdir = @srcdir@
38 36
 top_srcdir = @top_srcdir@
39 37
 VPATH = @srcdir@
40
-prefix = @prefix@
41
-exec_prefix = @exec_prefix@
42
-
43
-bindir = @bindir@
44
-sbindir = @sbindir@
45
-libexecdir = @libexecdir@
46
-datadir = @datadir@
47
-sysconfdir = @sysconfdir@
48
-sharedstatedir = @sharedstatedir@
49
-localstatedir = @localstatedir@
50
-libdir = @libdir@
51
-infodir = @infodir@
52
-mandir = @mandir@
53
-includedir = @includedir@
54
-oldincludedir = /usr/include
55 38
 pkgdatadir = $(datadir)/@PACKAGE@
56 39
 pkglibdir = $(libdir)/@PACKAGE@
57 40
 pkgincludedir = $(includedir)/@PACKAGE@
58 41
 top_builddir = ..
59
-
60
-ACLOCAL = @ACLOCAL@
61
-AUTOCONF = @AUTOCONF@
62
-AUTOMAKE = @AUTOMAKE@
63
-AUTOHEADER = @AUTOHEADER@
64
-
65 42
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 43
 INSTALL = @INSTALL@
67
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
68
-INSTALL_DATA = @INSTALL_DATA@
69 44
 install_sh_DATA = $(install_sh) -c -m 644
70 45
 install_sh_PROGRAM = $(install_sh) -c
71
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
46
+install_sh_SCRIPT = $(install_sh) -c
72 47
 INSTALL_HEADER = $(INSTALL_DATA)
73
-transform = @program_transform_name@
48
+transform = $(program_transform_name)
74 49
 NORMAL_INSTALL = :
75 50
 PRE_INSTALL = :
76 51
 POST_INSTALL = :
77 52
 NORMAL_UNINSTALL = :
78 53
 PRE_UNINSTALL = :
79 54
 POST_UNINSTALL = :
80
-build_alias = @build_alias@
81 55
 build_triplet = @build@
82
-host_alias = @host_alias@
83 56
 host_triplet = @host@
84
-target_alias = @target_alias@
85 57
 target_triplet = @target@
86
-
87
-EXEEXT = @EXEEXT@
88
-OBJEXT = @OBJEXT@
89
-PATH_SEPARATOR = @PATH_SEPARATOR@
58
+subdir = database
59
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
62
+	$(top_srcdir)/configure.in
63
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
+	$(ACLOCAL_M4)
65
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
67
+CONFIG_CLEAN_FILES =
68
+SOURCES =
69
+DIST_SOURCES =
70
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
+ACLOCAL = @ACLOCAL@
90 72
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
73
+AMDEP_FALSE = @AMDEP_FALSE@
74
+AMDEP_TRUE = @AMDEP_TRUE@
91 75
 AMTAR = @AMTAR@
92
-AS = @AS@
76
+AUTOCONF = @AUTOCONF@
77
+AUTOHEADER = @AUTOHEADER@
78
+AUTOMAKE = @AUTOMAKE@
93 79
 AWK = @AWK@
80
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
81
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
94 82
 CC = @CC@
83
+CCDEPMODE = @CCDEPMODE@
95 84
 CFGDIR = @CFGDIR@
85
+CFLAGS = @CFLAGS@
96 86
 CLAMAVGROUP = @CLAMAVGROUP@
97 87
 CLAMAVUSER = @CLAMAVUSER@
98 88
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
99 89
 CLAMD_LIBS = @CLAMD_LIBS@
90
+CPP = @CPP@
91
+CPPFLAGS = @CPPFLAGS@
92
+CYGPATH_W = @CYGPATH_W@
100 93
 DBDIR = @DBDIR@
94
+DEFS = @DEFS@
101 95
 DEPDIR = @DEPDIR@
102
-DLLTOOL = @DLLTOOL@
103 96
 ECHO = @ECHO@
97
+ECHO_C = @ECHO_C@
98
+ECHO_N = @ECHO_N@
99
+ECHO_T = @ECHO_T@
100
+EGREP = @EGREP@
101
+EXEEXT = @EXEEXT@
104 102
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
105 103
 GETENT = @GETENT@
104
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
105
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
106
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
107
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
108
+INSTALL_DATA = @INSTALL_DATA@
109
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
110
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
111
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 113
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114
+LDFLAGS = @LDFLAGS@
107 115
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
108 116
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
117
+LIBOBJS = @LIBOBJS@
118
+LIBS = @LIBS@
109 119
 LIBTOOL = @LIBTOOL@
110 120
 LN_S = @LN_S@
111
-OBJDUMP = @OBJDUMP@
121
+LTLIBOBJS = @LTLIBOBJS@
122
+MAKEINFO = @MAKEINFO@
123
+OBJEXT = @OBJEXT@
112 124
 PACKAGE = @PACKAGE@
125
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
+PACKAGE_NAME = @PACKAGE_NAME@
127
+PACKAGE_STRING = @PACKAGE_STRING@
128
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
129
+PACKAGE_VERSION = @PACKAGE_VERSION@
130
+PATH_SEPARATOR = @PATH_SEPARATOR@
113 131
 RANLIB = @RANLIB@
114 132
 SENDMAIL = @SENDMAIL@
133
+SET_MAKE = @SET_MAKE@
134
+SHELL = @SHELL@
115 135
 STRIP = @STRIP@
116 136
 TH_SAFE = @TH_SAFE@
117 137
 VERSION = @VERSION@
138
+ac_ct_CC = @ac_ct_CC@
139
+ac_ct_RANLIB = @ac_ct_RANLIB@
140
+ac_ct_STRIP = @ac_ct_STRIP@
141
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118 143
 am__include = @am__include@
144
+am__leading_dot = @am__leading_dot@
119 145
 am__quote = @am__quote@
146
+bindir = @bindir@
147
+build = @build@
148
+build_alias = @build_alias@
149
+build_cpu = @build_cpu@
150
+build_os = @build_os@
151
+build_vendor = @build_vendor@
152
+datadir = @datadir@
153
+exec_prefix = @exec_prefix@
154
+host = @host@
155
+host_alias = @host_alias@
156
+host_cpu = @host_cpu@
157
+host_os = @host_os@
158
+host_vendor = @host_vendor@
159
+includedir = @includedir@
160
+infodir = @infodir@
120 161
 install_sh = @install_sh@
121
-
162
+libdir = @libdir@
163
+libexecdir = @libexecdir@
164
+localstatedir = @localstatedir@
165
+mandir = @mandir@
166
+mkdir_p = @mkdir_p@
167
+oldincludedir = @oldincludedir@
168
+prefix = @prefix@
169
+program_transform_name = @program_transform_name@
170
+sbindir = @sbindir@
171
+sharedstatedir = @sharedstatedir@
172
+sysconfdir = @sysconfdir@
173
+target = @target@
174
+target_alias = @target_alias@
175
+target_cpu = @target_cpu@
176
+target_os = @target_os@
177
+target_vendor = @target_vendor@
122 178
 EXTRA_DIST = main.cvd daily.cvd
123 179
 DBINST = @DBDIR@
124
-subdir = database
125
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
127
-CONFIG_CLEAN_FILES =
128
-DIST_SOURCES =
129
-DIST_COMMON = Makefile.am Makefile.in
130 180
 all: all-am
131 181
 
132 182
 .SUFFIXES:
133
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
183
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
184
+	@for dep in $?; do \
185
+	  case '$(am__configure_deps)' in \
186
+	    *$$dep*) \
187
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188
+		&& exit 0; \
189
+	      exit 1;; \
190
+	  esac; \
191
+	done; \
192
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  database/Makefile'; \
134 193
 	cd $(top_srcdir) && \
135 194
 	  $(AUTOMAKE) --gnu  database/Makefile
136
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
137
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
195
+.PRECIOUS: Makefile
196
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197
+	@case '$?' in \
198
+	  *config.status*) \
199
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
200
+	  *) \
201
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
202
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
203
+	esac;
204
+
205
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
+
208
+$(top_srcdir)/configure:  $(am__configure_deps)
209
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
211
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
138 212
 
139 213
 mostlyclean-libtool:
140 214
 	-rm -f *.lo
... ...
@@ -148,18 +222,23 @@ uninstall-info-am:
148 148
 tags: TAGS
149 149
 TAGS:
150 150
 
151
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151
+ctags: CTAGS
152
+CTAGS:
152 153
 
153
-top_distdir = ..
154
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
155 154
 
156 155
 distdir: $(DISTFILES)
157
-	@for file in $(DISTFILES); do \
156
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
157
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
158
+	list='$(DISTFILES)'; for file in $$list; do \
159
+	  case $$file in \
160
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
161
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
162
+	  esac; \
158 163
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
159 164
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
160 165
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
161 166
 	    dir="/$$dir"; \
162
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
167
+	    $(mkdir_p) "$(distdir)$$dir"; \
163 168
 	  else \
164 169
 	    dir=''; \
165 170
 	  fi; \
... ...
@@ -177,7 +256,6 @@ distdir: $(DISTFILES)
177 177
 check-am: all-am
178 178
 check: check-am
179 179
 all-am: Makefile
180
-
181 180
 installdirs:
182 181
 install-exec: install-exec-am
183 182
 install-data: install-data-am
... ...
@@ -189,7 +267,7 @@ install-am: all-am
189 189
 installcheck: installcheck-am
190 190
 install-strip:
191 191
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
192
-	  INSTALL_STRIP_FLAG=-s \
192
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
193 193
 	  `test -z '$(STRIP)' || \
194 194
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
195 195
 mostlyclean-generic:
... ...
@@ -197,7 +275,7 @@ mostlyclean-generic:
197 197
 clean-generic:
198 198
 
199 199
 distclean-generic:
200
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
200
+	-rm -f $(CONFIG_CLEAN_FILES)
201 201
 
202 202
 maintainer-clean-generic:
203 203
 	@echo "This command is intended for maintainers to use"
... ...
@@ -207,13 +285,15 @@ clean: clean-am
207 207
 clean-am: clean-generic clean-libtool mostlyclean-am
208 208
 
209 209
 distclean: distclean-am
210
-
210
+	-rm -f Makefile
211 211
 distclean-am: clean-am distclean-generic distclean-libtool
212 212
 
213 213
 dvi: dvi-am
214 214
 
215 215
 dvi-am:
216 216
 
217
+html: html-am
218
+
217 219
 info: info-am
218 220
 
219 221
 info-am:
... ...
@@ -229,23 +309,32 @@ install-man:
229 229
 installcheck-am:
230 230
 
231 231
 maintainer-clean: maintainer-clean-am
232
-
232
+	-rm -f Makefile
233 233
 maintainer-clean-am: distclean-am maintainer-clean-generic
234 234
 
235 235
 mostlyclean: mostlyclean-am
236 236
 
237 237
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
238 238
 
239
+pdf: pdf-am
240
+
241
+pdf-am:
242
+
243
+ps: ps-am
244
+
245
+ps-am:
246
+
239 247
 uninstall-am: uninstall-info-am
240 248
 
241 249
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
242 250
 	distclean distclean-generic distclean-libtool distdir dvi \
243
-	dvi-am info info-am install install-am install-data \
244
-	install-data-am install-exec install-exec-am install-info \
245
-	install-info-am install-man install-strip installcheck \
246
-	installcheck-am installdirs maintainer-clean \
251
+	dvi-am html html-am info info-am install install-am \
252
+	install-data install-data-am install-exec install-exec-am \
253
+	install-info install-info-am install-man install-strip \
254
+	installcheck installcheck-am installdirs maintainer-clean \
247 255
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
248
-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
256
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
257
+	uninstall-info-am
249 258
 
250 259
 
251 260
 install:
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,112 +30,189 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
34
-
35 33
 srcdir = @srcdir@
36 34
 top_srcdir = @top_srcdir@
37 35
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 36
 pkgdatadir = $(datadir)/@PACKAGE@
54 37
 pkglibdir = $(libdir)/@PACKAGE@
55 38
 pkgincludedir = $(includedir)/@PACKAGE@
56 39
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 40
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 41
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 42
 install_sh_DATA = $(install_sh) -c -m 644
68 43
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
44
+install_sh_SCRIPT = $(install_sh) -c
70 45
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
46
+transform = $(program_transform_name)
72 47
 NORMAL_INSTALL = :
73 48
 PRE_INSTALL = :
74 49
 POST_INSTALL = :
75 50
 NORMAL_UNINSTALL = :
76 51
 PRE_UNINSTALL = :
77 52
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 53
 build_triplet = @build@
80
-host_alias = @host_alias@
81 54
 host_triplet = @host@
82
-target_alias = @target_alias@
83 55
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
56
+subdir = docs
57
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60
+	$(top_srcdir)/configure.in
61
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
+	$(ACLOCAL_M4)
63
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
65
+CONFIG_CLEAN_FILES =
66
+SOURCES =
67
+DIST_SOURCES =
68
+man1dir = $(mandir)/man1
69
+am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
70
+man5dir = $(mandir)/man5
71
+man8dir = $(mandir)/man8
72
+NROFF = nroff
73
+MANS = $(man_MANS)
74
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
+ACLOCAL = @ACLOCAL@
88 76
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
77
+AMDEP_FALSE = @AMDEP_FALSE@
78
+AMDEP_TRUE = @AMDEP_TRUE@
89 79
 AMTAR = @AMTAR@
90
-AS = @AS@
80
+AUTOCONF = @AUTOCONF@
81
+AUTOHEADER = @AUTOHEADER@
82
+AUTOMAKE = @AUTOMAKE@
91 83
 AWK = @AWK@
84
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
85
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 86
 CC = @CC@
87
+CCDEPMODE = @CCDEPMODE@
93 88
 CFGDIR = @CFGDIR@
89
+CFLAGS = @CFLAGS@
94 90
 CLAMAVGROUP = @CLAMAVGROUP@
95 91
 CLAMAVUSER = @CLAMAVUSER@
96 92
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 93
 CLAMD_LIBS = @CLAMD_LIBS@
94
+CPP = @CPP@
95
+CPPFLAGS = @CPPFLAGS@
96
+CYGPATH_W = @CYGPATH_W@
98 97
 DBDIR = @DBDIR@
98
+DEFS = @DEFS@
99 99
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 100
 ECHO = @ECHO@
101
+ECHO_C = @ECHO_C@
102
+ECHO_N = @ECHO_N@
103
+ECHO_T = @ECHO_T@
104
+EGREP = @EGREP@
105
+EXEEXT = @EXEEXT@
102 106
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 107
 GETENT = @GETENT@
108
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
109
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
110
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
111
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
112
+INSTALL_DATA = @INSTALL_DATA@
113
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
114
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
115
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 117
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118
+LDFLAGS = @LDFLAGS@
105 119
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 120
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
121
+LIBOBJS = @LIBOBJS@
122
+LIBS = @LIBS@
107 123
 LIBTOOL = @LIBTOOL@
108 124
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
125
+LTLIBOBJS = @LTLIBOBJS@
126
+MAKEINFO = @MAKEINFO@
127
+OBJEXT = @OBJEXT@
110 128
 PACKAGE = @PACKAGE@
129
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
+PACKAGE_NAME = @PACKAGE_NAME@
131
+PACKAGE_STRING = @PACKAGE_STRING@
132
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
133
+PACKAGE_VERSION = @PACKAGE_VERSION@
134
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 135
 RANLIB = @RANLIB@
112 136
 SENDMAIL = @SENDMAIL@
137
+SET_MAKE = @SET_MAKE@
138
+SHELL = @SHELL@
113 139
 STRIP = @STRIP@
114 140
 TH_SAFE = @TH_SAFE@
115 141
 VERSION = @VERSION@
142
+ac_ct_CC = @ac_ct_CC@
143
+ac_ct_RANLIB = @ac_ct_RANLIB@
144
+ac_ct_STRIP = @ac_ct_STRIP@
145
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 147
 am__include = @am__include@
148
+am__leading_dot = @am__leading_dot@
117 149
 am__quote = @am__quote@
150
+bindir = @bindir@
151
+build = @build@
152
+build_alias = @build_alias@
153
+build_cpu = @build_cpu@
154
+build_os = @build_os@
155
+build_vendor = @build_vendor@
156
+datadir = @datadir@
157
+exec_prefix = @exec_prefix@
158
+host = @host@
159
+host_alias = @host_alias@
160
+host_cpu = @host_cpu@
161
+host_os = @host_os@
162
+host_vendor = @host_vendor@
163
+includedir = @includedir@
164
+infodir = @infodir@
118 165
 install_sh = @install_sh@
119
-
166
+libdir = @libdir@
167
+libexecdir = @libexecdir@
168
+localstatedir = @localstatedir@
169
+mandir = @mandir@
170
+mkdir_p = @mkdir_p@
171
+oldincludedir = @oldincludedir@
172
+prefix = @prefix@
173
+program_transform_name = @program_transform_name@
174
+sbindir = @sbindir@
175
+sharedstatedir = @sharedstatedir@
176
+sysconfdir = @sysconfdir@
177
+target = @target@
178
+target_alias = @target_alias@
179
+target_cpu = @target_cpu@
180
+target_os = @target_os@
181
+target_vendor = @target_vendor@
120 182
 EXTRA_DIST = clamdoc.pdf DMS German Spanish Japanese html man FreeBSD-HowTo Portugese Turkish clamd_supervised clamav-mirror-howto.pdf signatures.pdf French Polish
121 183
 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamav.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5
122
-subdir = docs
123
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
125
-CONFIG_CLEAN_FILES =
126
-DIST_SOURCES =
127
-
128
-NROFF = nroff
129
-MANS = $(man_MANS)
130
-DIST_COMMON = Makefile.am Makefile.in
131 184
 all: all-am
132 185
 
133 186
 .SUFFIXES:
134
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
187
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
188
+	@for dep in $?; do \
189
+	  case '$(am__configure_deps)' in \
190
+	    *$$dep*) \
191
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192
+		&& exit 0; \
193
+	      exit 1;; \
194
+	  esac; \
195
+	done; \
196
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/Makefile'; \
135 197
 	cd $(top_srcdir) && \
136 198
 	  $(AUTOMAKE) --gnu  docs/Makefile
137
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
138
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
199
+.PRECIOUS: Makefile
200
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201
+	@case '$?' in \
202
+	  *config.status*) \
203
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204
+	  *) \
205
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207
+	esac;
208
+
209
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
+
212
+$(top_srcdir)/configure:  $(am__configure_deps)
213
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
215
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
139 216
 
140 217
 mostlyclean-libtool:
141 218
 	-rm -f *.lo
... ...
@@ -146,11 +223,9 @@ clean-libtool:
146 146
 distclean-libtool:
147 147
 	-rm -f libtool
148 148
 uninstall-info-am:
149
-
150
-man1dir = $(mandir)/man1
151 149
 install-man1: $(man1_MANS) $(man_MANS)
152 150
 	@$(NORMAL_INSTALL)
153
-	$(mkinstalldirs) $(DESTDIR)$(man1dir)
151
+	test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
154 152
 	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
155 153
 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
156 154
 	for i in $$l2; do \
... ...
@@ -162,11 +237,15 @@ install-man1: $(man1_MANS) $(man_MANS)
162 162
 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
163 163
 	  else file=$$i; fi; \
164 164
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
165
+	  case "$$ext" in \
166
+	    1*) ;; \
167
+	    *) ext='1' ;; \
168
+	  esac; \
165 169
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
166 170
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
167 171
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
168
-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
169
-	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
172
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
173
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
170 174
 	done
171 175
 uninstall-man1:
172 176
 	@$(NORMAL_UNINSTALL)
... ...
@@ -179,17 +258,19 @@ uninstall-man1:
179 179
 	done; \
180 180
 	for i in $$list; do \
181 181
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
182
+	  case "$$ext" in \
183
+	    1*) ;; \
184
+	    *) ext='1' ;; \
185
+	  esac; \
182 186
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
183 187
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
184 188
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
185
-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
186
-	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
189
+	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
190
+	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
187 191
 	done
188
-
189
-man5dir = $(mandir)/man5
190 192
 install-man5: $(man5_MANS) $(man_MANS)
191 193
 	@$(NORMAL_INSTALL)
192
-	$(mkinstalldirs) $(DESTDIR)$(man5dir)
194
+	test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
193 195
 	@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
194 196
 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
195 197
 	for i in $$l2; do \
... ...
@@ -201,11 +282,15 @@ install-man5: $(man5_MANS) $(man_MANS)
201 201
 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
202 202
 	  else file=$$i; fi; \
203 203
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
204
+	  case "$$ext" in \
205
+	    5*) ;; \
206
+	    *) ext='5' ;; \
207
+	  esac; \
204 208
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
205 209
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
206 210
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
207
-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
208
-	  $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
211
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
212
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
209 213
 	done
210 214
 uninstall-man5:
211 215
 	@$(NORMAL_UNINSTALL)
... ...
@@ -218,17 +303,19 @@ uninstall-man5:
218 218
 	done; \
219 219
 	for i in $$list; do \
220 220
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
221
+	  case "$$ext" in \
222
+	    5*) ;; \
223
+	    *) ext='5' ;; \
224
+	  esac; \
221 225
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
222 226
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
223 227
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
224
-	  echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
225
-	  rm -f $(DESTDIR)$(man5dir)/$$inst; \
228
+	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
229
+	  rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
226 230
 	done
227
-
228
-man8dir = $(mandir)/man8
229 231
 install-man8: $(man8_MANS) $(man_MANS)
230 232
 	@$(NORMAL_INSTALL)
231
-	$(mkinstalldirs) $(DESTDIR)$(man8dir)
233
+	test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
232 234
 	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
233 235
 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
234 236
 	for i in $$l2; do \
... ...
@@ -240,11 +327,15 @@ install-man8: $(man8_MANS) $(man_MANS)
240 240
 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
241 241
 	  else file=$$i; fi; \
242 242
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
243
+	  case "$$ext" in \
244
+	    8*) ;; \
245
+	    *) ext='8' ;; \
246
+	  esac; \
243 247
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
244 248
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
245 249
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
246
-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
247
-	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
250
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
251
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
248 252
 	done
249 253
 uninstall-man8:
250 254
 	@$(NORMAL_UNINSTALL)
... ...
@@ -257,27 +348,36 @@ uninstall-man8:
257 257
 	done; \
258 258
 	for i in $$list; do \
259 259
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
260
+	  case "$$ext" in \
261
+	    8*) ;; \
262
+	    *) ext='8' ;; \
263
+	  esac; \
260 264
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
261 265
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
262 266
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
263
-	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
264
-	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
267
+	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
268
+	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
265 269
 	done
266 270
 tags: TAGS
267 271
 TAGS:
268 272
 
269
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
273
+ctags: CTAGS
274
+CTAGS:
270 275
 
271
-top_distdir = ..
272
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
273 276
 
274 277
 distdir: $(DISTFILES)
275
-	@for file in $(DISTFILES); do \
278
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
279
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
280
+	list='$(DISTFILES)'; for file in $$list; do \
281
+	  case $$file in \
282
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
283
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
284
+	  esac; \
276 285
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277 286
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278 287
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279 288
 	    dir="/$$dir"; \
280
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
289
+	    $(mkdir_p) "$(distdir)$$dir"; \
281 290
 	  else \
282 291
 	    dir=''; \
283 292
 	  fi; \
... ...
@@ -295,10 +395,10 @@ distdir: $(DISTFILES)
295 295
 check-am: all-am
296 296
 check: check-am
297 297
 all-am: Makefile $(MANS)
298
-
299 298
 installdirs:
300
-	$(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir)
301
-
299
+	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
300
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
301
+	done
302 302
 install: install-am
303 303
 install-exec: install-exec-am
304 304
 install-data: install-data-am
... ...
@@ -310,7 +410,7 @@ install-am: all-am
310 310
 installcheck: installcheck-am
311 311
 install-strip:
312 312
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
313
-	  INSTALL_STRIP_FLAG=-s \
313
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
314 314
 	  `test -z '$(STRIP)' || \
315 315
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
316 316
 mostlyclean-generic:
... ...
@@ -318,7 +418,7 @@ mostlyclean-generic:
318 318
 clean-generic:
319 319
 
320 320
 distclean-generic:
321
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
321
+	-rm -f $(CONFIG_CLEAN_FILES)
322 322
 
323 323
 maintainer-clean-generic:
324 324
 	@echo "This command is intended for maintainers to use"
... ...
@@ -328,13 +428,15 @@ clean: clean-am
328 328
 clean-am: clean-generic clean-libtool mostlyclean-am
329 329
 
330 330
 distclean: distclean-am
331
-
331
+	-rm -f Makefile
332 332
 distclean-am: clean-am distclean-generic distclean-libtool
333 333
 
334 334
 dvi: dvi-am
335 335
 
336 336
 dvi-am:
337 337
 
338
+html: html-am
339
+
338 340
 info: info-am
339 341
 
340 342
 info-am:
... ...
@@ -350,27 +452,36 @@ install-man: install-man1 install-man5 install-man8
350 350
 installcheck-am:
351 351
 
352 352
 maintainer-clean: maintainer-clean-am
353
-
353
+	-rm -f Makefile
354 354
 maintainer-clean-am: distclean-am maintainer-clean-generic
355 355
 
356 356
 mostlyclean: mostlyclean-am
357 357
 
358 358
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
359 359
 
360
+pdf: pdf-am
361
+
362
+pdf-am:
363
+
364
+ps: ps-am
365
+
366
+ps-am:
367
+
360 368
 uninstall-am: uninstall-info-am uninstall-man
361 369
 
362 370
 uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
363 371
 
364 372
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
365 373
 	distclean distclean-generic distclean-libtool distdir dvi \
366
-	dvi-am info info-am install install-am install-data \
367
-	install-data-am install-exec install-exec-am install-info \
368
-	install-info-am install-man install-man1 install-man5 \
369
-	install-man8 install-strip installcheck installcheck-am \
370
-	installdirs maintainer-clean maintainer-clean-generic \
371
-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
372
-	uninstall-am uninstall-info-am uninstall-man uninstall-man1 \
373
-	uninstall-man5 uninstall-man8
374
+	dvi-am html html-am info info-am install install-am \
375
+	install-data install-data-am install-exec install-exec-am \
376
+	install-info install-info-am install-man install-man1 \
377
+	install-man5 install-man8 install-strip installcheck \
378
+	installcheck-am installdirs maintainer-clean \
379
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
380
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
381
+	uninstall-info-am uninstall-man uninstall-man1 uninstall-man5 \
382
+	uninstall-man8
374 383
 
375 384
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
376 385
 # Otherwise a system limit (for SysV at least) may be exceeded.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -32,109 +32,183 @@
32 32
 #  You should have received a copy of the GNU General Public License
33 33
 #  along with this program; if not, write to the Free Software
34 34
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
-SHELL = @SHELL@
36
-
37 35
 srcdir = @srcdir@
38 36
 top_srcdir = @top_srcdir@
39 37
 VPATH = @srcdir@
40
-prefix = @prefix@
41
-exec_prefix = @exec_prefix@
42
-
43
-bindir = @bindir@
44
-sbindir = @sbindir@
45
-libexecdir = @libexecdir@
46
-datadir = @datadir@
47
-sysconfdir = @sysconfdir@
48
-sharedstatedir = @sharedstatedir@
49
-localstatedir = @localstatedir@
50
-libdir = @libdir@
51
-infodir = @infodir@
52
-mandir = @mandir@
53
-includedir = @includedir@
54
-oldincludedir = /usr/include
55 38
 pkgdatadir = $(datadir)/@PACKAGE@
56 39
 pkglibdir = $(libdir)/@PACKAGE@
57 40
 pkgincludedir = $(includedir)/@PACKAGE@
58 41
 top_builddir = ..
59
-
60
-ACLOCAL = @ACLOCAL@
61
-AUTOCONF = @AUTOCONF@
62
-AUTOMAKE = @AUTOMAKE@
63
-AUTOHEADER = @AUTOHEADER@
64
-
65 42
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 43
 INSTALL = @INSTALL@
67
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
68
-INSTALL_DATA = @INSTALL_DATA@
69 44
 install_sh_DATA = $(install_sh) -c -m 644
70 45
 install_sh_PROGRAM = $(install_sh) -c
71
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
46
+install_sh_SCRIPT = $(install_sh) -c
72 47
 INSTALL_HEADER = $(INSTALL_DATA)
73
-transform = @program_transform_name@
48
+transform = $(program_transform_name)
74 49
 NORMAL_INSTALL = :
75 50
 PRE_INSTALL = :
76 51
 POST_INSTALL = :
77 52
 NORMAL_UNINSTALL = :
78 53
 PRE_UNINSTALL = :
79 54
 POST_UNINSTALL = :
80
-build_alias = @build_alias@
81 55
 build_triplet = @build@
82
-host_alias = @host_alias@
83 56
 host_triplet = @host@
84
-target_alias = @target_alias@
85 57
 target_triplet = @target@
86
-
87
-EXEEXT = @EXEEXT@
88
-OBJEXT = @OBJEXT@
89
-PATH_SEPARATOR = @PATH_SEPARATOR@
58
+subdir = etc
59
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
62
+	$(top_srcdir)/configure.in
63
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
+	$(ACLOCAL_M4)
65
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
67
+CONFIG_CLEAN_FILES =
68
+SOURCES =
69
+DIST_SOURCES =
70
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
+ACLOCAL = @ACLOCAL@
90 72
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
73
+AMDEP_FALSE = @AMDEP_FALSE@
74
+AMDEP_TRUE = @AMDEP_TRUE@
91 75
 AMTAR = @AMTAR@
92
-AS = @AS@
76
+AUTOCONF = @AUTOCONF@
77
+AUTOHEADER = @AUTOHEADER@
78
+AUTOMAKE = @AUTOMAKE@
93 79
 AWK = @AWK@
80
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
81
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
94 82
 CC = @CC@
83
+CCDEPMODE = @CCDEPMODE@
95 84
 CFGDIR = @CFGDIR@
85
+CFLAGS = @CFLAGS@
96 86
 CLAMAVGROUP = @CLAMAVGROUP@
97 87
 CLAMAVUSER = @CLAMAVUSER@
98 88
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
99 89
 CLAMD_LIBS = @CLAMD_LIBS@
90
+CPP = @CPP@
91
+CPPFLAGS = @CPPFLAGS@
92
+CYGPATH_W = @CYGPATH_W@
100 93
 DBDIR = @DBDIR@
94
+DEFS = @DEFS@
101 95
 DEPDIR = @DEPDIR@
102
-DLLTOOL = @DLLTOOL@
103 96
 ECHO = @ECHO@
97
+ECHO_C = @ECHO_C@
98
+ECHO_N = @ECHO_N@
99
+ECHO_T = @ECHO_T@
100
+EGREP = @EGREP@
101
+EXEEXT = @EXEEXT@
104 102
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
105 103
 GETENT = @GETENT@
104
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
105
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
106
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
107
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
108
+INSTALL_DATA = @INSTALL_DATA@
109
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
110
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
111
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 113
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114
+LDFLAGS = @LDFLAGS@
107 115
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
108 116
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
117
+LIBOBJS = @LIBOBJS@
118
+LIBS = @LIBS@
109 119
 LIBTOOL = @LIBTOOL@
110 120
 LN_S = @LN_S@
111
-OBJDUMP = @OBJDUMP@
121
+LTLIBOBJS = @LTLIBOBJS@
122
+MAKEINFO = @MAKEINFO@
123
+OBJEXT = @OBJEXT@
112 124
 PACKAGE = @PACKAGE@
125
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
+PACKAGE_NAME = @PACKAGE_NAME@
127
+PACKAGE_STRING = @PACKAGE_STRING@
128
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
129
+PACKAGE_VERSION = @PACKAGE_VERSION@
130
+PATH_SEPARATOR = @PATH_SEPARATOR@
113 131
 RANLIB = @RANLIB@
114 132
 SENDMAIL = @SENDMAIL@
133
+SET_MAKE = @SET_MAKE@
134
+SHELL = @SHELL@
115 135
 STRIP = @STRIP@
116 136
 TH_SAFE = @TH_SAFE@
117 137
 VERSION = @VERSION@
138
+ac_ct_CC = @ac_ct_CC@
139
+ac_ct_RANLIB = @ac_ct_RANLIB@
140
+ac_ct_STRIP = @ac_ct_STRIP@
141
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118 143
 am__include = @am__include@
144
+am__leading_dot = @am__leading_dot@
119 145
 am__quote = @am__quote@
146
+bindir = @bindir@
147
+build = @build@
148
+build_alias = @build_alias@
149
+build_cpu = @build_cpu@
150
+build_os = @build_os@
151
+build_vendor = @build_vendor@
152
+datadir = @datadir@
153
+exec_prefix = @exec_prefix@
154
+host = @host@
155
+host_alias = @host_alias@
156
+host_cpu = @host_cpu@
157
+host_os = @host_os@
158
+host_vendor = @host_vendor@
159
+includedir = @includedir@
160
+infodir = @infodir@
120 161
 install_sh = @install_sh@
121
-
162
+libdir = @libdir@
163
+libexecdir = @libexecdir@
164
+localstatedir = @localstatedir@
165
+mandir = @mandir@
166
+mkdir_p = @mkdir_p@
167
+oldincludedir = @oldincludedir@
168
+prefix = @prefix@
169
+program_transform_name = @program_transform_name@
170
+sbindir = @sbindir@
171
+sharedstatedir = @sharedstatedir@
172
+sysconfdir = @sysconfdir@
173
+target = @target@
174
+target_alias = @target_alias@
175
+target_cpu = @target_cpu@
176
+target_os = @target_os@
177
+target_vendor = @target_vendor@
122 178
 EXTRA_DIST = clamav.conf freshclam.conf
123 179
 CFGINST = @CFGDIR@
124
-subdir = etc
125
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
127
-CONFIG_CLEAN_FILES =
128
-DIST_SOURCES =
129
-DIST_COMMON = Makefile.am Makefile.in
130 180
 all: all-am
131 181
 
132 182
 .SUFFIXES:
133
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
183
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
184
+	@for dep in $?; do \
185
+	  case '$(am__configure_deps)' in \
186
+	    *$$dep*) \
187
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188
+		&& exit 0; \
189
+	      exit 1;; \
190
+	  esac; \
191
+	done; \
192
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/Makefile'; \
134 193
 	cd $(top_srcdir) && \
135 194
 	  $(AUTOMAKE) --gnu  etc/Makefile
136
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
137
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
195
+.PRECIOUS: Makefile
196
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197
+	@case '$?' in \
198
+	  *config.status*) \
199
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
200
+	  *) \
201
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
202
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
203
+	esac;
204
+
205
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
+
208
+$(top_srcdir)/configure:  $(am__configure_deps)
209
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
211
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
138 212
 
139 213
 mostlyclean-libtool:
140 214
 	-rm -f *.lo
... ...
@@ -148,18 +222,23 @@ uninstall-info-am:
148 148
 tags: TAGS
149 149
 TAGS:
150 150
 
151
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151
+ctags: CTAGS
152
+CTAGS:
152 153
 
153
-top_distdir = ..
154
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
155 154
 
156 155
 distdir: $(DISTFILES)
157
-	@for file in $(DISTFILES); do \
156
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
157
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
158
+	list='$(DISTFILES)'; for file in $$list; do \
159
+	  case $$file in \
160
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
161
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
162
+	  esac; \
158 163
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
159 164
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
160 165
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
161 166
 	    dir="/$$dir"; \
162
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
167
+	    $(mkdir_p) "$(distdir)$$dir"; \
163 168
 	  else \
164 169
 	    dir=''; \
165 170
 	  fi; \
... ...
@@ -177,7 +256,6 @@ distdir: $(DISTFILES)
177 177
 check-am: all-am
178 178
 check: check-am
179 179
 all-am: Makefile
180
-
181 180
 installdirs:
182 181
 install-exec: install-exec-am
183 182
 install-data: install-data-am
... ...
@@ -189,7 +267,7 @@ install-am: all-am
189 189
 installcheck: installcheck-am
190 190
 install-strip:
191 191
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
192
-	  INSTALL_STRIP_FLAG=-s \
192
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
193 193
 	  `test -z '$(STRIP)' || \
194 194
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
195 195
 mostlyclean-generic:
... ...
@@ -197,7 +275,7 @@ mostlyclean-generic:
197 197
 clean-generic:
198 198
 
199 199
 distclean-generic:
200
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
200
+	-rm -f $(CONFIG_CLEAN_FILES)
201 201
 
202 202
 maintainer-clean-generic:
203 203
 	@echo "This command is intended for maintainers to use"
... ...
@@ -207,13 +285,15 @@ clean: clean-am
207 207
 clean-am: clean-generic clean-libtool mostlyclean-am
208 208
 
209 209
 distclean: distclean-am
210
-
210
+	-rm -f Makefile
211 211
 distclean-am: clean-am distclean-generic distclean-libtool
212 212
 
213 213
 dvi: dvi-am
214 214
 
215 215
 dvi-am:
216 216
 
217
+html: html-am
218
+
217 219
 info: info-am
218 220
 
219 221
 info-am:
... ...
@@ -229,23 +309,32 @@ install-man:
229 229
 installcheck-am:
230 230
 
231 231
 maintainer-clean: maintainer-clean-am
232
-
232
+	-rm -f Makefile
233 233
 maintainer-clean-am: distclean-am maintainer-clean-generic
234 234
 
235 235
 mostlyclean: mostlyclean-am
236 236
 
237 237
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
238 238
 
239
+pdf: pdf-am
240
+
241
+pdf-am:
242
+
243
+ps: ps-am
244
+
245
+ps-am:
246
+
239 247
 uninstall-am: uninstall-info-am
240 248
 
241 249
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
242 250
 	distclean distclean-generic distclean-libtool distdir dvi \
243
-	dvi-am info info-am install install-am install-data \
244
-	install-data-am install-exec install-exec-am install-info \
245
-	install-info-am install-man install-strip installcheck \
246
-	installcheck-am installdirs maintainer-clean \
251
+	dvi-am html html-am info info-am install install-am \
252
+	install-data install-data-am install-exec install-exec-am \
253
+	install-info install-info-am install-man install-strip \
254
+	installcheck installcheck-am installdirs maintainer-clean \
247 255
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
248
-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
256
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
257
+	uninstall-info-am
249 258
 
250 259
 
251 260
 install:
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -31,95 +31,179 @@
31 31
 #  You should have received a copy of the GNU General Public License
32 32
 #  along with this program; if not, write to the Free Software
33 33
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
34
-SHELL = @SHELL@
34
+
35
+SOURCES = $(freshclam_SOURCES)
35 36
 
36 37
 srcdir = @srcdir@
37 38
 top_srcdir = @top_srcdir@
38 39
 VPATH = @srcdir@
39
-prefix = @prefix@
40
-exec_prefix = @exec_prefix@
41
-
42
-bindir = @bindir@
43
-sbindir = @sbindir@
44
-libexecdir = @libexecdir@
45
-datadir = @datadir@
46
-sysconfdir = @sysconfdir@
47
-sharedstatedir = @sharedstatedir@
48
-localstatedir = @localstatedir@
49
-libdir = @libdir@
50
-infodir = @infodir@
51
-mandir = @mandir@
52
-includedir = @includedir@
53
-oldincludedir = /usr/include
54 40
 pkgdatadir = $(datadir)/@PACKAGE@
55 41
 pkglibdir = $(libdir)/@PACKAGE@
56 42
 pkgincludedir = $(includedir)/@PACKAGE@
57 43
 top_builddir = ..
58
-
59
-ACLOCAL = @ACLOCAL@
60
-AUTOCONF = @AUTOCONF@
61
-AUTOMAKE = @AUTOMAKE@
62
-AUTOHEADER = @AUTOHEADER@
63
-
64 44
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 45
 INSTALL = @INSTALL@
66
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
67
-INSTALL_DATA = @INSTALL_DATA@
68 46
 install_sh_DATA = $(install_sh) -c -m 644
69 47
 install_sh_PROGRAM = $(install_sh) -c
70
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
48
+install_sh_SCRIPT = $(install_sh) -c
71 49
 INSTALL_HEADER = $(INSTALL_DATA)
72
-transform = @program_transform_name@
50
+transform = $(program_transform_name)
73 51
 NORMAL_INSTALL = :
74 52
 PRE_INSTALL = :
75 53
 POST_INSTALL = :
76 54
 NORMAL_UNINSTALL = :
77 55
 PRE_UNINSTALL = :
78 56
 POST_UNINSTALL = :
79
-build_alias = @build_alias@
80 57
 build_triplet = @build@
81
-host_alias = @host_alias@
82 58
 host_triplet = @host@
83
-target_alias = @target_alias@
84 59
 target_triplet = @target@
85
-
86
-EXEEXT = @EXEEXT@
87
-OBJEXT = @OBJEXT@
88
-PATH_SEPARATOR = @PATH_SEPARATOR@
60
+bin_PROGRAMS = freshclam$(EXEEXT)
61
+subdir = freshclam
62
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65
+	$(top_srcdir)/configure.in
66
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
+	$(ACLOCAL_M4)
68
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
70
+CONFIG_CLEAN_FILES =
71
+am__installdirs = "$(DESTDIR)$(bindir)"
72
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
73
+PROGRAMS = $(bin_PROGRAMS)
74
+am_freshclam_OBJECTS = output.$(OBJEXT) cfgparser.$(OBJEXT) \
75
+	getopt.$(OBJEXT) memory.$(OBJEXT) freshclam.$(OBJEXT) \
76
+	options.$(OBJEXT) manager.$(OBJEXT) notify.$(OBJEXT)
77
+freshclam_OBJECTS = $(am_freshclam_OBJECTS)
78
+freshclam_LDADD = $(LDADD)
79
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
80
+depcomp = $(SHELL) $(top_srcdir)/depcomp
81
+am__depfiles_maybe = depfiles
82
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
83
+@AMDEP_TRUE@	./$(DEPDIR)/freshclam.Po ./$(DEPDIR)/getopt.Po \
84
+@AMDEP_TRUE@	./$(DEPDIR)/manager.Po ./$(DEPDIR)/memory.Po \
85
+@AMDEP_TRUE@	./$(DEPDIR)/notify.Po ./$(DEPDIR)/options.Po \
86
+@AMDEP_TRUE@	./$(DEPDIR)/output.Po
87
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
90
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91
+	$(AM_CFLAGS) $(CFLAGS)
92
+CCLD = $(CC)
93
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
95
+SOURCES = $(freshclam_SOURCES)
96
+DIST_SOURCES = $(freshclam_SOURCES)
97
+ETAGS = etags
98
+CTAGS = ctags
99
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
+ACLOCAL = @ACLOCAL@
89 101
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
102
+AMDEP_FALSE = @AMDEP_FALSE@
103
+AMDEP_TRUE = @AMDEP_TRUE@
90 104
 AMTAR = @AMTAR@
91
-AS = @AS@
105
+AUTOCONF = @AUTOCONF@
106
+AUTOHEADER = @AUTOHEADER@
107
+AUTOMAKE = @AUTOMAKE@
92 108
 AWK = @AWK@
109
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
110
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
93 111
 CC = @CC@
112
+CCDEPMODE = @CCDEPMODE@
94 113
 CFGDIR = @CFGDIR@
114
+CFLAGS = @CFLAGS@
95 115
 CLAMAVGROUP = @CLAMAVGROUP@
96 116
 CLAMAVUSER = @CLAMAVUSER@
97 117
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
98 118
 CLAMD_LIBS = @CLAMD_LIBS@
119
+CPP = @CPP@
120
+CPPFLAGS = @CPPFLAGS@
121
+CYGPATH_W = @CYGPATH_W@
99 122
 DBDIR = @DBDIR@
123
+DEFS = @DEFS@ -DCL_NOTHREADS
100 124
 DEPDIR = @DEPDIR@
101
-DLLTOOL = @DLLTOOL@
102 125
 ECHO = @ECHO@
126
+ECHO_C = @ECHO_C@
127
+ECHO_N = @ECHO_N@
128
+ECHO_T = @ECHO_T@
129
+EGREP = @EGREP@
130
+EXEEXT = @EXEEXT@
103 131
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
104 132
 GETENT = @GETENT@
133
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
134
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
135
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
136
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
137
+INSTALL_DATA = @INSTALL_DATA@
138
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
139
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
140
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
141
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
105 142
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143
+LDFLAGS = @LDFLAGS@
106 144
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
107 145
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
146
+LIBOBJS = @LIBOBJS@
147
+LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
108 148
 LIBTOOL = @LIBTOOL@
109 149
 LN_S = @LN_S@
110
-OBJDUMP = @OBJDUMP@
150
+LTLIBOBJS = @LTLIBOBJS@
151
+MAKEINFO = @MAKEINFO@
152
+OBJEXT = @OBJEXT@
111 153
 PACKAGE = @PACKAGE@
154
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155
+PACKAGE_NAME = @PACKAGE_NAME@
156
+PACKAGE_STRING = @PACKAGE_STRING@
157
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
158
+PACKAGE_VERSION = @PACKAGE_VERSION@
159
+PATH_SEPARATOR = @PATH_SEPARATOR@
112 160
 RANLIB = @RANLIB@
113 161
 SENDMAIL = @SENDMAIL@
162
+SET_MAKE = @SET_MAKE@
163
+SHELL = @SHELL@
114 164
 STRIP = @STRIP@
115 165
 TH_SAFE = @TH_SAFE@
116 166
 VERSION = @VERSION@
167
+ac_ct_CC = @ac_ct_CC@
168
+ac_ct_RANLIB = @ac_ct_RANLIB@
169
+ac_ct_STRIP = @ac_ct_STRIP@
170
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
171
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117 172
 am__include = @am__include@
173
+am__leading_dot = @am__leading_dot@
118 174
 am__quote = @am__quote@
175
+bindir = @bindir@
176
+build = @build@
177
+build_alias = @build_alias@
178
+build_cpu = @build_cpu@
179
+build_os = @build_os@
180
+build_vendor = @build_vendor@
181
+datadir = @datadir@
182
+exec_prefix = @exec_prefix@
183
+host = @host@
184
+host_alias = @host_alias@
185
+host_cpu = @host_cpu@
186
+host_os = @host_os@
187
+host_vendor = @host_vendor@
188
+includedir = @includedir@
189
+infodir = @infodir@
119 190
 install_sh = @install_sh@
120
-
121
-bin_PROGRAMS = freshclam
122
-
191
+libdir = @libdir@
192
+libexecdir = @libexecdir@
193
+localstatedir = @localstatedir@
194
+mandir = @mandir@
195
+mkdir_p = @mkdir_p@
196
+oldincludedir = @oldincludedir@
197
+prefix = @prefix@
198
+program_transform_name = @program_transform_name@
199
+sbindir = @sbindir@
200
+sharedstatedir = @sharedstatedir@
201
+sysconfdir = @sysconfdir@
202
+target = @target@
203
+target_alias = @target_alias@
204
+target_cpu = @target_cpu@
205
+target_os = @target_os@
206
+target_vendor = @target_vendor@
123 207
 freshclam_SOURCES = \
124 208
     $(top_srcdir)/shared/output.c \
125 209
     $(top_srcdir)/shared/output.h \
... ...
@@ -139,92 +223,74 @@ freshclam_SOURCES = \
139 139
     notify.c \
140 140
     notify.h
141 141
 
142
-
143
-DEFS = @DEFS@ -DCL_NOTHREADS
144 142
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
145
-LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
146
-subdir = freshclam
147
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
148
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
149
-CONFIG_CLEAN_FILES =
150
-bin_PROGRAMS = freshclam$(EXEEXT)
151
-PROGRAMS = $(bin_PROGRAMS)
152
-
153
-am_freshclam_OBJECTS = output.$(OBJEXT) cfgparser.$(OBJEXT) \
154
-	getopt.$(OBJEXT) memory.$(OBJEXT) freshclam.$(OBJEXT) \
155
-	options.$(OBJEXT) manager.$(OBJEXT) notify.$(OBJEXT)
156
-freshclam_OBJECTS = $(am_freshclam_OBJECTS)
157
-freshclam_LDADD = $(LDADD)
158
-freshclam_DEPENDENCIES =
159
-freshclam_LDFLAGS =
160
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
161
-CPPFLAGS = @CPPFLAGS@
162
-LDFLAGS = @LDFLAGS@
163
-depcomp = $(SHELL) $(top_srcdir)/depcomp
164
-am__depfiles_maybe = depfiles
165
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po \
166
-@AMDEP_TRUE@	./$(DEPDIR)/freshclam.Po ./$(DEPDIR)/getopt.Po \
167
-@AMDEP_TRUE@	./$(DEPDIR)/manager.Po ./$(DEPDIR)/memory.Po \
168
-@AMDEP_TRUE@	./$(DEPDIR)/notify.Po ./$(DEPDIR)/options.Po \
169
-@AMDEP_TRUE@	./$(DEPDIR)/output.Po
170
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
173
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174
-CCLD = $(CC)
175
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177
-CFLAGS = @CFLAGS@
178
-DIST_SOURCES = $(freshclam_SOURCES)
179
-DIST_COMMON = Makefile.am Makefile.in
180
-SOURCES = $(freshclam_SOURCES)
181
-
182 143
 all: all-am
183 144
 
184 145
 .SUFFIXES:
185 146
 .SUFFIXES: .c .lo .o .obj
186
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
147
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
148
+	@for dep in $?; do \
149
+	  case '$(am__configure_deps)' in \
150
+	    *$$dep*) \
151
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
152
+		&& exit 0; \
153
+	      exit 1;; \
154
+	  esac; \
155
+	done; \
156
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  freshclam/Makefile'; \
187 157
 	cd $(top_srcdir) && \
188 158
 	  $(AUTOMAKE) --gnu  freshclam/Makefile
189
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
190
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
191
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
159
+.PRECIOUS: Makefile
160
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161
+	@case '$?' in \
162
+	  *config.status*) \
163
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
164
+	  *) \
165
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
166
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
167
+	esac;
168
+
169
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
170
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
171
+
172
+$(top_srcdir)/configure:  $(am__configure_deps)
173
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
174
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
175
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192 176
 install-binPROGRAMS: $(bin_PROGRAMS)
193 177
 	@$(NORMAL_INSTALL)
194
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
178
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
195 179
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
196 180
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
197 181
 	  if test -f $$p \
198 182
 	     || test -f $$p1 \
199 183
 	  ; then \
200
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
201
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
202
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
203
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
184
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
185
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
186
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
204 187
 	  else :; fi; \
205 188
 	done
206 189
 
207 190
 uninstall-binPROGRAMS:
208 191
 	@$(NORMAL_UNINSTALL)
209 192
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
210
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
211
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
212
-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
213
-	  rm -f $(DESTDIR)$(bindir)/$$f; \
193
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
194
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
195
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
214 196
 	done
215 197
 
216 198
 clean-binPROGRAMS:
217
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
218
-output.$(OBJEXT): $(top_srcdir)/shared/output.c
219
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
220
-getopt.$(OBJEXT): $(top_srcdir)/shared/getopt.c
221
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
199
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
200
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
201
+	  echo " rm -f $$p $$f"; \
202
+	  rm -f $$p $$f ; \
203
+	done
222 204
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) 
223 205
 	@rm -f freshclam$(EXEEXT)
224 206
 	$(LINK) $(freshclam_LDFLAGS) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
225 207
 
226 208
 mostlyclean-compile:
227
-	-rm -f *.$(OBJEXT) core *.core
209
+	-rm -f *.$(OBJEXT)
228 210
 
229 211
 distclean-compile:
230 212
 	-rm -f *.tab.c
... ...
@@ -238,99 +304,125 @@ distclean-compile:
238 238
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
239 239
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
240 240
 
241
-distclean-depend:
242
-	-rm -rf ./$(DEPDIR)
243
-
244 241
 .c.o:
245
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
246
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
247
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
248
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
242
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
243
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
244
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
245
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
246
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
249 248
 
250 249
 .c.obj:
251
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
252
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
253
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254
-	$(COMPILE) -c `cygpath -w $<`
250
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
251
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
252
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
253
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
254
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
255
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
255 256
 
256 257
 .c.lo:
257
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
258
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
259
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
258
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
259
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
260
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
261
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
262
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
261 264
 
262 265
 output.o: $(top_srcdir)/shared/output.c
263
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
264
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
265
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
266
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
267
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
268
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
269
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
270
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
267 272
 
268 273
 output.obj: $(top_srcdir)/shared/output.c
269
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
270
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
271
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `cygpath -w $(top_srcdir)/shared/output.c`
274
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
275
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
276
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
277
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
278
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
273 280
 
274 281
 output.lo: $(top_srcdir)/shared/output.c
275
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
276
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
277
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
282
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
283
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Plo"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
284
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
285
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
286
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
279 288
 
280 289
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
281
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
282
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
283
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
290
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
291
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
292
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
293
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
294
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
285 296
 
286 297
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
287
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
288
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
289
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
298
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
299
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
300
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
301
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
302
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
291 304
 
292 305
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
293
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
294
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
295
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
306
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
307
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
308
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
309
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
310
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
297 312
 
298 313
 getopt.o: $(top_srcdir)/shared/getopt.c
299
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
300
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
301
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
314
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
315
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
316
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
317
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
318
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
303 320
 
304 321
 getopt.obj: $(top_srcdir)/shared/getopt.c
305
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
306
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
307
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `cygpath -w $(top_srcdir)/shared/getopt.c`
322
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
323
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
324
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
325
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
326
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
309 328
 
310 329
 getopt.lo: $(top_srcdir)/shared/getopt.c
311
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
312
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
313
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
330
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
331
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Plo"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
332
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
333
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
334
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
315 336
 
316 337
 memory.o: $(top_srcdir)/shared/memory.c
317
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
318
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
319
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
338
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
339
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
340
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
341
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
342
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
321 344
 
322 345
 memory.obj: $(top_srcdir)/shared/memory.c
323
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
324
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
325
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
346
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
347
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
348
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
349
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
350
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
327 352
 
328 353
 memory.lo: $(top_srcdir)/shared/memory.c
329
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
330
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
331
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
333
-CCDEPMODE = @CCDEPMODE@
354
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
355
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
356
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
357
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
358
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
334 360
 
335 361
 mostlyclean-libtool:
336 362
 	-rm -f *.lo
... ...
@@ -342,11 +434,6 @@ distclean-libtool:
342 342
 	-rm -f libtool
343 343
 uninstall-info-am:
344 344
 
345
-ETAGS = etags
346
-ETAGSFLAGS =
347
-
348
-tags: TAGS
349
-
350 345
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351 346
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352 347
 	unique=`for i in $$list; do \
... ...
@@ -355,6 +442,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355 355
 	  $(AWK) '    { files[$$0] = 1; } \
356 356
 	       END { for (i in files) print i; }'`; \
357 357
 	mkid -fID $$unique
358
+tags: TAGS
358 359
 
359 360
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360 361
 		$(TAGS_FILES) $(LISP)
... ...
@@ -369,6 +457,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369 369
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
370 370
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 371
 	     $$tags $$unique
372
+ctags: CTAGS
373
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374
+		$(TAGS_FILES) $(LISP)
375
+	tags=; \
376
+	here=`pwd`; \
377
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378
+	unique=`for i in $$list; do \
379
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
+	  done | \
381
+	  $(AWK) '    { files[$$0] = 1; } \
382
+	       END { for (i in files) print i; }'`; \
383
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
384
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385
+	     $$tags $$unique
372 386
 
373 387
 GTAGS:
374 388
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -376,19 +478,21 @@ GTAGS:
376 376
 	  && gtags -i $(GTAGS_ARGS) $$here
377 377
 
378 378
 distclean-tags:
379
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
380
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
381
-
382
-top_distdir = ..
383
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
379
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384 380
 
385 381
 distdir: $(DISTFILES)
386
-	@for file in $(DISTFILES); do \
382
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384
+	list='$(DISTFILES)'; for file in $$list; do \
385
+	  case $$file in \
386
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388
+	  esac; \
387 389
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388 390
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
389 391
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
390 392
 	    dir="/$$dir"; \
391
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
393
+	    $(mkdir_p) "$(distdir)$$dir"; \
392 394
 	  else \
393 395
 	    dir=''; \
394 396
 	  fi; \
... ...
@@ -406,10 +510,10 @@ distdir: $(DISTFILES)
406 406
 check-am: all-am
407 407
 check: check-am
408 408
 all-am: Makefile $(PROGRAMS)
409
-
410 409
 installdirs:
411
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
412
-
410
+	for dir in "$(DESTDIR)$(bindir)"; do \
411
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
412
+	done
413 413
 install: install-am
414 414
 install-exec: install-exec-am
415 415
 install-data: install-data-am
... ...
@@ -421,7 +525,7 @@ install-am: all-am
421 421
 installcheck: installcheck-am
422 422
 install-strip:
423 423
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424
-	  INSTALL_STRIP_FLAG=-s \
424
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425 425
 	  `test -z '$(STRIP)' || \
426 426
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427 427
 mostlyclean-generic:
... ...
@@ -429,7 +533,7 @@ mostlyclean-generic:
429 429
 clean-generic:
430 430
 
431 431
 distclean-generic:
432
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
432
+	-rm -f $(CONFIG_CLEAN_FILES)
433 433
 
434 434
 maintainer-clean-generic:
435 435
 	@echo "This command is intended for maintainers to use"
... ...
@@ -439,14 +543,17 @@ clean: clean-am
439 439
 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
440 440
 
441 441
 distclean: distclean-am
442
-
443
-distclean-am: clean-am distclean-compile distclean-depend \
444
-	distclean-generic distclean-libtool distclean-tags
442
+	-rm -rf ./$(DEPDIR)
443
+	-rm -f Makefile
444
+distclean-am: clean-am distclean-compile distclean-generic \
445
+	distclean-libtool distclean-tags
445 446
 
446 447
 dvi: dvi-am
447 448
 
448 449
 dvi-am:
449 450
 
451
+html: html-am
452
+
450 453
 info: info-am
451 454
 
452 455
 info-am:
... ...
@@ -462,7 +569,8 @@ install-man:
462 462
 installcheck-am:
463 463
 
464 464
 maintainer-clean: maintainer-clean-am
465
-
465
+	-rm -rf ./$(DEPDIR)
466
+	-rm -f Makefile
466 467
 maintainer-clean-am: distclean-am maintainer-clean-generic
467 468
 
468 469
 mostlyclean: mostlyclean-am
... ...
@@ -470,18 +578,26 @@ mostlyclean: mostlyclean-am
470 470
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
471 471
 	mostlyclean-libtool
472 472
 
473
+pdf: pdf-am
474
+
475
+pdf-am:
476
+
477
+ps: ps-am
478
+
479
+ps-am:
480
+
473 481
 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
474 482
 
475
-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
476
-	clean-generic clean-libtool distclean distclean-compile \
477
-	distclean-depend distclean-generic distclean-libtool \
478
-	distclean-tags distdir dvi dvi-am info info-am install \
479
-	install-am install-binPROGRAMS install-data install-data-am \
480
-	install-exec install-exec-am install-info install-info-am \
481
-	install-man install-strip installcheck installcheck-am \
482
-	installdirs maintainer-clean maintainer-clean-generic \
483
-	mostlyclean mostlyclean-compile mostlyclean-generic \
484
-	mostlyclean-libtool tags uninstall uninstall-am \
483
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
484
+	clean-generic clean-libtool ctags distclean distclean-compile \
485
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
486
+	dvi-am html html-am info info-am install install-am \
487
+	install-binPROGRAMS install-data install-data-am install-exec \
488
+	install-exec-am install-info install-info-am install-man \
489
+	install-strip installcheck installcheck-am installdirs \
490
+	maintainer-clean maintainer-clean-generic mostlyclean \
491
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
492
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
485 493
 	uninstall-binPROGRAMS uninstall-info-am
486 494
 
487 495
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,101 +30,203 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34
+
35
+SOURCES = $(libclamav_la_SOURCES)
34 36
 
35 37
 srcdir = @srcdir@
36 38
 top_srcdir = @top_srcdir@
37 39
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 40
 pkgdatadir = $(datadir)/@PACKAGE@
54 41
 pkglibdir = $(libdir)/@PACKAGE@
55 42
 pkgincludedir = $(includedir)/@PACKAGE@
56 43
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 44
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 45
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 46
 install_sh_DATA = $(install_sh) -c -m 644
68 47
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
48
+install_sh_SCRIPT = $(install_sh) -c
70 49
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
50
+transform = $(program_transform_name)
72 51
 NORMAL_INSTALL = :
73 52
 PRE_INSTALL = :
74 53
 POST_INSTALL = :
75 54
 NORMAL_UNINSTALL = :
76 55
 PRE_UNINSTALL = :
77 56
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 57
 build_triplet = @build@
80
-host_alias = @host_alias@
81 58
 host_triplet = @host@
82
-target_alias = @target_alias@
83 59
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
60
+subdir = libclamav
61
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
62
+	$(srcdir)/Makefile.in
63
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65
+	$(top_srcdir)/configure.in
66
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
+	$(ACLOCAL_M4)
68
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
70
+CONFIG_CLEAN_FILES =
71
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
72
+libLTLIBRARIES_INSTALL = $(INSTALL)
73
+LTLIBRARIES = $(lib_LTLIBRARIES)
74
+libclamav_la_DEPENDENCIES =
75
+am_libclamav_la_OBJECTS = matcher.lo md5.lo others.lo readdb.lo cvd.lo \
76
+	dsig.lo str.lo scanners.lo unrarlib.lo zzip-dir.lo zzip-err.lo \
77
+	zzip-file.lo zzip-info.lo zzip-io.lo zzip-stat.lo zzip-zip.lo \
78
+	strc.lo blob.lo mbox.lo message.lo snprintf.lo strrcpy.lo \
79
+	table.lo text.lo ole2_extract.lo vba_extract.lo msexpand.lo \
80
+	pe.lo cabd.lo lzxd.lo mszipd.lo qtmd.lo system.lo upx.lo
81
+libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
82
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
83
+depcomp = $(SHELL) $(top_srcdir)/depcomp
84
+am__depfiles_maybe = depfiles
85
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/blob.Plo ./$(DEPDIR)/cabd.Plo \
86
+@AMDEP_TRUE@	./$(DEPDIR)/cvd.Plo ./$(DEPDIR)/dsig.Plo \
87
+@AMDEP_TRUE@	./$(DEPDIR)/lzxd.Plo ./$(DEPDIR)/matcher.Plo \
88
+@AMDEP_TRUE@	./$(DEPDIR)/mbox.Plo ./$(DEPDIR)/md5.Plo \
89
+@AMDEP_TRUE@	./$(DEPDIR)/message.Plo ./$(DEPDIR)/msexpand.Plo \
90
+@AMDEP_TRUE@	./$(DEPDIR)/mszipd.Plo \
91
+@AMDEP_TRUE@	./$(DEPDIR)/ole2_extract.Plo \
92
+@AMDEP_TRUE@	./$(DEPDIR)/others.Plo ./$(DEPDIR)/pe.Plo \
93
+@AMDEP_TRUE@	./$(DEPDIR)/qtmd.Plo ./$(DEPDIR)/readdb.Plo \
94
+@AMDEP_TRUE@	./$(DEPDIR)/scanners.Plo ./$(DEPDIR)/snprintf.Plo \
95
+@AMDEP_TRUE@	./$(DEPDIR)/str.Plo ./$(DEPDIR)/strc.Plo \
96
+@AMDEP_TRUE@	./$(DEPDIR)/strrcpy.Plo ./$(DEPDIR)/system.Plo \
97
+@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/text.Plo \
98
+@AMDEP_TRUE@	./$(DEPDIR)/unrarlib.Plo ./$(DEPDIR)/upx.Plo \
99
+@AMDEP_TRUE@	./$(DEPDIR)/vba_extract.Plo \
100
+@AMDEP_TRUE@	./$(DEPDIR)/zzip-dir.Plo ./$(DEPDIR)/zzip-err.Plo \
101
+@AMDEP_TRUE@	./$(DEPDIR)/zzip-file.Plo \
102
+@AMDEP_TRUE@	./$(DEPDIR)/zzip-info.Plo ./$(DEPDIR)/zzip-io.Plo \
103
+@AMDEP_TRUE@	./$(DEPDIR)/zzip-stat.Plo ./$(DEPDIR)/zzip-zip.Plo
104
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
107
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
108
+	$(AM_CFLAGS) $(CFLAGS)
109
+CCLD = $(CC)
110
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
112
+SOURCES = $(libclamav_la_SOURCES)
113
+DIST_SOURCES = $(libclamav_la_SOURCES)
114
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
115
+HEADERS = $(include_HEADERS)
116
+ETAGS = etags
117
+CTAGS = ctags
118
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
+ACLOCAL = @ACLOCAL@
88 120
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
121
+AMDEP_FALSE = @AMDEP_FALSE@
122
+AMDEP_TRUE = @AMDEP_TRUE@
89 123
 AMTAR = @AMTAR@
90
-AS = @AS@
124
+AUTOCONF = @AUTOCONF@
125
+AUTOHEADER = @AUTOHEADER@
126
+AUTOMAKE = @AUTOMAKE@
91 127
 AWK = @AWK@
128
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
129
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 130
 CC = @CC@
131
+CCDEPMODE = @CCDEPMODE@
93 132
 CFGDIR = @CFGDIR@
133
+CFLAGS = @CFLAGS@
94 134
 CLAMAVGROUP = @CLAMAVGROUP@
95 135
 CLAMAVUSER = @CLAMAVUSER@
96 136
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 137
 CLAMD_LIBS = @CLAMD_LIBS@
138
+CPP = @CPP@
139
+CPPFLAGS = @CPPFLAGS@
140
+CYGPATH_W = @CYGPATH_W@
98 141
 DBDIR = @DBDIR@
142
+DEFS = @DEFS@
99 143
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 144
 ECHO = @ECHO@
145
+ECHO_C = @ECHO_C@
146
+ECHO_N = @ECHO_N@
147
+ECHO_T = @ECHO_T@
148
+EGREP = @EGREP@
149
+EXEEXT = @EXEEXT@
102 150
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 151
 GETENT = @GETENT@
152
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
153
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
154
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
155
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
156
+INSTALL_DATA = @INSTALL_DATA@
157
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
158
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
159
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 161
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162
+LDFLAGS = @LDFLAGS@
105 163
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 164
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
165
+LIBOBJS = @LIBOBJS@
166
+LIBS = @LIBS@
107 167
 LIBTOOL = @LIBTOOL@
108 168
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
169
+LTLIBOBJS = @LTLIBOBJS@
170
+MAKEINFO = @MAKEINFO@
171
+OBJEXT = @OBJEXT@
110 172
 PACKAGE = @PACKAGE@
173
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174
+PACKAGE_NAME = @PACKAGE_NAME@
175
+PACKAGE_STRING = @PACKAGE_STRING@
176
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
177
+PACKAGE_VERSION = @PACKAGE_VERSION@
178
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 179
 RANLIB = @RANLIB@
112 180
 SENDMAIL = @SENDMAIL@
181
+SET_MAKE = @SET_MAKE@
182
+SHELL = @SHELL@
113 183
 STRIP = @STRIP@
114 184
 TH_SAFE = @TH_SAFE@
115 185
 VERSION = @VERSION@
186
+ac_ct_CC = @ac_ct_CC@
187
+ac_ct_RANLIB = @ac_ct_RANLIB@
188
+ac_ct_STRIP = @ac_ct_STRIP@
189
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
190
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 191
 am__include = @am__include@
192
+am__leading_dot = @am__leading_dot@
117 193
 am__quote = @am__quote@
194
+bindir = @bindir@
195
+build = @build@
196
+build_alias = @build_alias@
197
+build_cpu = @build_cpu@
198
+build_os = @build_os@
199
+build_vendor = @build_vendor@
200
+datadir = @datadir@
201
+exec_prefix = @exec_prefix@
202
+host = @host@
203
+host_alias = @host_alias@
204
+host_cpu = @host_cpu@
205
+host_os = @host_os@
206
+host_vendor = @host_vendor@
207
+includedir = @includedir@
208
+infodir = @infodir@
118 209
 install_sh = @install_sh@
119
-
210
+libdir = @libdir@
211
+libexecdir = @libexecdir@
212
+localstatedir = @localstatedir@
213
+mandir = @mandir@
214
+mkdir_p = @mkdir_p@
215
+oldincludedir = @oldincludedir@
216
+prefix = @prefix@
217
+program_transform_name = @program_transform_name@
218
+sbindir = @sbindir@
219
+sharedstatedir = @sharedstatedir@
220
+sysconfdir = @sysconfdir@
221
+target = @target@
222
+target_alias = @target_alias@
223
+target_cpu = @target_cpu@
224
+target_os = @target_os@
225
+target_vendor = @target_vendor@
120 226
 INCLUDES = -I$(top_srcdir) -I@srcdir@/zziplib -I@srcdir@/mspack
121
-
122 227
 libclamav_la_LIBADD = @LIBCLAMAV_LIBS@
123
-
124 228
 libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@
125
-
126 229
 include_HEADERS = clamav.h
127
-
128 230
 libclamav_la_SOURCES = \
129 231
 	clamav.h \
130 232
         matcher.c \
... ...
@@ -155,7 +257,6 @@ libclamav_la_SOURCES = \
155 155
 	zziplib/zzip-io.c \
156 156
 	zziplib/zzip-io.h \
157 157
 	zziplib/zzip-stat.c \
158
-	zziplib/zzip-stdint.h \
159 158
 	zziplib/zzip-zip.c \
160 159
 	zziplib/zzip.h \
161 160
 	zziplib/zzipformat.h \
... ...
@@ -199,80 +300,48 @@ libclamav_la_SOURCES = \
199 199
 	upx.c \
200 200
 	upx.h
201 201
 
202
-
203 202
 lib_LTLIBRARIES = libclamav.la
204
-subdir = libclamav
205
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
206
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
207
-CONFIG_CLEAN_FILES =
208
-LTLIBRARIES = $(lib_LTLIBRARIES)
209
-
210
-libclamav_la_DEPENDENCIES =
211
-am_libclamav_la_OBJECTS = matcher.lo md5.lo others.lo readdb.lo cvd.lo \
212
-	dsig.lo str.lo scanners.lo unrarlib.lo zzip-dir.lo zzip-err.lo \
213
-	zzip-file.lo zzip-info.lo zzip-io.lo zzip-stat.lo zzip-zip.lo \
214
-	strc.lo blob.lo mbox.lo message.lo snprintf.lo strrcpy.lo \
215
-	table.lo text.lo ole2_extract.lo vba_extract.lo msexpand.lo \
216
-	pe.lo cabd.lo lzxd.lo mszipd.lo qtmd.lo system.lo upx.lo
217
-libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
218
-
219
-DEFS = @DEFS@
220
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
221
-CPPFLAGS = @CPPFLAGS@
222
-LDFLAGS = @LDFLAGS@
223
-LIBS = @LIBS@
224
-depcomp = $(SHELL) $(top_srcdir)/depcomp
225
-am__depfiles_maybe = depfiles
226
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/blob.Plo ./$(DEPDIR)/cabd.Plo \
227
-@AMDEP_TRUE@	./$(DEPDIR)/cvd.Plo ./$(DEPDIR)/dsig.Plo \
228
-@AMDEP_TRUE@	./$(DEPDIR)/lzxd.Plo ./$(DEPDIR)/matcher.Plo \
229
-@AMDEP_TRUE@	./$(DEPDIR)/mbox.Plo ./$(DEPDIR)/md5.Plo \
230
-@AMDEP_TRUE@	./$(DEPDIR)/message.Plo ./$(DEPDIR)/msexpand.Plo \
231
-@AMDEP_TRUE@	./$(DEPDIR)/mszipd.Plo ./$(DEPDIR)/ole2_extract.Plo \
232
-@AMDEP_TRUE@	./$(DEPDIR)/others.Plo ./$(DEPDIR)/pe.Plo \
233
-@AMDEP_TRUE@	./$(DEPDIR)/qtmd.Plo ./$(DEPDIR)/readdb.Plo \
234
-@AMDEP_TRUE@	./$(DEPDIR)/scanners.Plo ./$(DEPDIR)/snprintf.Plo \
235
-@AMDEP_TRUE@	./$(DEPDIR)/str.Plo ./$(DEPDIR)/strc.Plo \
236
-@AMDEP_TRUE@	./$(DEPDIR)/strrcpy.Plo ./$(DEPDIR)/system.Plo \
237
-@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/text.Plo \
238
-@AMDEP_TRUE@	./$(DEPDIR)/unrarlib.Plo ./$(DEPDIR)/upx.Plo \
239
-@AMDEP_TRUE@	./$(DEPDIR)/vba_extract.Plo \
240
-@AMDEP_TRUE@	./$(DEPDIR)/zzip-dir.Plo ./$(DEPDIR)/zzip-err.Plo \
241
-@AMDEP_TRUE@	./$(DEPDIR)/zzip-file.Plo ./$(DEPDIR)/zzip-info.Plo \
242
-@AMDEP_TRUE@	./$(DEPDIR)/zzip-io.Plo ./$(DEPDIR)/zzip-stat.Plo \
243
-@AMDEP_TRUE@	./$(DEPDIR)/zzip-zip.Plo
244
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
245
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
246
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
247
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
248
-CCLD = $(CC)
249
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
250
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
251
-CFLAGS = @CFLAGS@
252
-DIST_SOURCES = $(libclamav_la_SOURCES)
253
-HEADERS = $(include_HEADERS)
254
-
255
-DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
256
-SOURCES = $(libclamav_la_SOURCES)
257
-
258 203
 all: all-am
259 204
 
260 205
 .SUFFIXES:
261 206
 .SUFFIXES: .c .lo .o .obj
262
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
207
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208
+	@for dep in $?; do \
209
+	  case '$(am__configure_deps)' in \
210
+	    *$$dep*) \
211
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212
+		&& exit 0; \
213
+	      exit 1;; \
214
+	  esac; \
215
+	done; \
216
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libclamav/Makefile'; \
263 217
 	cd $(top_srcdir) && \
264 218
 	  $(AUTOMAKE) --gnu  libclamav/Makefile
265
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
266
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
267
-libLTLIBRARIES_INSTALL = $(INSTALL)
219
+.PRECIOUS: Makefile
220
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
+	@case '$?' in \
222
+	  *config.status*) \
223
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224
+	  *) \
225
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227
+	esac;
228
+
229
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
+
232
+$(top_srcdir)/configure:  $(am__configure_deps)
233
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 236
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
269 237
 	@$(NORMAL_INSTALL)
270
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
238
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
271 239
 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
272 240
 	  if test -f $$p; then \
273 241
 	    f="`echo $$p | sed -e 's|^.*/||'`"; \
274
-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
275
-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
242
+	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
243
+	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
276 244
 	  else :; fi; \
277 245
 	done
278 246
 
... ...
@@ -280,30 +349,23 @@ uninstall-libLTLIBRARIES:
280 280
 	@$(NORMAL_UNINSTALL)
281 281
 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282 282
 	    p="`echo $$p | sed -e 's|^.*/||'`"; \
283
-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
284
-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
283
+	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
284
+	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
285 285
 	done
286 286
 
287 287
 clean-libLTLIBRARIES:
288 288
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
289
-zzip-dir.lo: zziplib/zzip-dir.c
290
-zzip-err.lo: zziplib/zzip-err.c
291
-zzip-file.lo: zziplib/zzip-file.c
292
-zzip-info.lo: zziplib/zzip-info.c
293
-zzip-io.lo: zziplib/zzip-io.c
294
-zzip-stat.lo: zziplib/zzip-stat.c
295
-zzip-zip.lo: zziplib/zzip-zip.c
296
-strc.lo: zziplib/strc.c
297
-cabd.lo: mspack/cabd.c
298
-lzxd.lo: mspack/lzxd.c
299
-mszipd.lo: mspack/mszipd.c
300
-qtmd.lo: mspack/qtmd.c
301
-system.lo: mspack/system.c
289
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
291
+	  test "$$dir" = "$$p" && dir=.; \
292
+	  echo "rm -f \"$${dir}/so_locations\""; \
293
+	  rm -f "$${dir}/so_locations"; \
294
+	done
302 295
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) 
303 296
 	$(LINK) -rpath $(libdir) $(libclamav_la_LDFLAGS) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
304 297
 
305 298
 mostlyclean-compile:
306
-	-rm -f *.$(OBJEXT) core *.core
299
+	-rm -f *.$(OBJEXT)
307 300
 
308 301
 distclean-compile:
309 302
 	-rm -f *.tab.c
... ...
@@ -343,261 +405,341 @@ distclean-compile:
343 343
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zzip-stat.Plo@am__quote@
344 344
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zzip-zip.Plo@am__quote@
345 345
 
346
-distclean-depend:
347
-	-rm -rf ./$(DEPDIR)
348
-
349 346
 .c.o:
350
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
352
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
347
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
348
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
349
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
351
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
354 353
 
355 354
 .c.obj:
356
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
358
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
-	$(COMPILE) -c `cygpath -w $<`
355
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
356
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
357
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
359
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
360 361
 
361 362
 .c.lo:
362
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
363
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
364
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
363
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
364
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
365
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
366
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
367
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
366 369
 
367 370
 zzip-dir.o: zziplib/zzip-dir.c
368
-@AMDEP_TRUE@	source='zziplib/zzip-dir.c' object='zzip-dir.o' libtool=no @AMDEPBACKSLASH@
369
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-dir.Po' tmpdepfile='$(DEPDIR)/zzip-dir.TPo' @AMDEPBACKSLASH@
370
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.o `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c
371
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-dir.o -MD -MP -MF "$(DEPDIR)/zzip-dir.Tpo" -c -o zzip-dir.o `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c; \
372
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-dir.Tpo" "$(DEPDIR)/zzip-dir.Po"; else rm -f "$(DEPDIR)/zzip-dir.Tpo"; exit 1; fi
373
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-dir.c' object='zzip-dir.o' libtool=no @AMDEPBACKSLASH@
374
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-dir.Po' tmpdepfile='$(DEPDIR)/zzip-dir.TPo' @AMDEPBACKSLASH@
375
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.o `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c
372 377
 
373 378
 zzip-dir.obj: zziplib/zzip-dir.c
374
-@AMDEP_TRUE@	source='zziplib/zzip-dir.c' object='zzip-dir.obj' libtool=no @AMDEPBACKSLASH@
375
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-dir.Po' tmpdepfile='$(DEPDIR)/zzip-dir.TPo' @AMDEPBACKSLASH@
376
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.obj `cygpath -w zziplib/zzip-dir.c`
379
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-dir.obj -MD -MP -MF "$(DEPDIR)/zzip-dir.Tpo" -c -o zzip-dir.obj `if test -f 'zziplib/zzip-dir.c'; then $(CYGPATH_W) 'zziplib/zzip-dir.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-dir.c'; fi`; \
380
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-dir.Tpo" "$(DEPDIR)/zzip-dir.Po"; else rm -f "$(DEPDIR)/zzip-dir.Tpo"; exit 1; fi
381
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-dir.c' object='zzip-dir.obj' libtool=no @AMDEPBACKSLASH@
382
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-dir.Po' tmpdepfile='$(DEPDIR)/zzip-dir.TPo' @AMDEPBACKSLASH@
383
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.obj `if test -f 'zziplib/zzip-dir.c'; then $(CYGPATH_W) 'zziplib/zzip-dir.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-dir.c'; fi`
378 385
 
379 386
 zzip-dir.lo: zziplib/zzip-dir.c
380
-@AMDEP_TRUE@	source='zziplib/zzip-dir.c' object='zzip-dir.lo' libtool=yes @AMDEPBACKSLASH@
381
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-dir.Plo' tmpdepfile='$(DEPDIR)/zzip-dir.TPlo' @AMDEPBACKSLASH@
382
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.lo `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c
387
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-dir.lo -MD -MP -MF "$(DEPDIR)/zzip-dir.Tpo" -c -o zzip-dir.lo `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c; \
388
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-dir.Tpo" "$(DEPDIR)/zzip-dir.Plo"; else rm -f "$(DEPDIR)/zzip-dir.Tpo"; exit 1; fi
389
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-dir.c' object='zzip-dir.lo' libtool=yes @AMDEPBACKSLASH@
390
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-dir.Plo' tmpdepfile='$(DEPDIR)/zzip-dir.TPlo' @AMDEPBACKSLASH@
391
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-dir.lo `test -f 'zziplib/zzip-dir.c' || echo '$(srcdir)/'`zziplib/zzip-dir.c
384 393
 
385 394
 zzip-err.o: zziplib/zzip-err.c
386
-@AMDEP_TRUE@	source='zziplib/zzip-err.c' object='zzip-err.o' libtool=no @AMDEPBACKSLASH@
387
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-err.Po' tmpdepfile='$(DEPDIR)/zzip-err.TPo' @AMDEPBACKSLASH@
388
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.o `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c
395
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-err.o -MD -MP -MF "$(DEPDIR)/zzip-err.Tpo" -c -o zzip-err.o `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c; \
396
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-err.Tpo" "$(DEPDIR)/zzip-err.Po"; else rm -f "$(DEPDIR)/zzip-err.Tpo"; exit 1; fi
397
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-err.c' object='zzip-err.o' libtool=no @AMDEPBACKSLASH@
398
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-err.Po' tmpdepfile='$(DEPDIR)/zzip-err.TPo' @AMDEPBACKSLASH@
399
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.o `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c
390 401
 
391 402
 zzip-err.obj: zziplib/zzip-err.c
392
-@AMDEP_TRUE@	source='zziplib/zzip-err.c' object='zzip-err.obj' libtool=no @AMDEPBACKSLASH@
393
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-err.Po' tmpdepfile='$(DEPDIR)/zzip-err.TPo' @AMDEPBACKSLASH@
394
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.obj `cygpath -w zziplib/zzip-err.c`
403
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-err.obj -MD -MP -MF "$(DEPDIR)/zzip-err.Tpo" -c -o zzip-err.obj `if test -f 'zziplib/zzip-err.c'; then $(CYGPATH_W) 'zziplib/zzip-err.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-err.c'; fi`; \
404
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-err.Tpo" "$(DEPDIR)/zzip-err.Po"; else rm -f "$(DEPDIR)/zzip-err.Tpo"; exit 1; fi
405
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-err.c' object='zzip-err.obj' libtool=no @AMDEPBACKSLASH@
406
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-err.Po' tmpdepfile='$(DEPDIR)/zzip-err.TPo' @AMDEPBACKSLASH@
407
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.obj `if test -f 'zziplib/zzip-err.c'; then $(CYGPATH_W) 'zziplib/zzip-err.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-err.c'; fi`
396 409
 
397 410
 zzip-err.lo: zziplib/zzip-err.c
398
-@AMDEP_TRUE@	source='zziplib/zzip-err.c' object='zzip-err.lo' libtool=yes @AMDEPBACKSLASH@
399
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-err.Plo' tmpdepfile='$(DEPDIR)/zzip-err.TPlo' @AMDEPBACKSLASH@
400
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.lo `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c
411
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-err.lo -MD -MP -MF "$(DEPDIR)/zzip-err.Tpo" -c -o zzip-err.lo `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c; \
412
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-err.Tpo" "$(DEPDIR)/zzip-err.Plo"; else rm -f "$(DEPDIR)/zzip-err.Tpo"; exit 1; fi
413
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-err.c' object='zzip-err.lo' libtool=yes @AMDEPBACKSLASH@
414
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-err.Plo' tmpdepfile='$(DEPDIR)/zzip-err.TPlo' @AMDEPBACKSLASH@
415
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-err.lo `test -f 'zziplib/zzip-err.c' || echo '$(srcdir)/'`zziplib/zzip-err.c
402 417
 
403 418
 zzip-file.o: zziplib/zzip-file.c
404
-@AMDEP_TRUE@	source='zziplib/zzip-file.c' object='zzip-file.o' libtool=no @AMDEPBACKSLASH@
405
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-file.Po' tmpdepfile='$(DEPDIR)/zzip-file.TPo' @AMDEPBACKSLASH@
406
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.o `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c
419
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-file.o -MD -MP -MF "$(DEPDIR)/zzip-file.Tpo" -c -o zzip-file.o `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c; \
420
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-file.Tpo" "$(DEPDIR)/zzip-file.Po"; else rm -f "$(DEPDIR)/zzip-file.Tpo"; exit 1; fi
421
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-file.c' object='zzip-file.o' libtool=no @AMDEPBACKSLASH@
422
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-file.Po' tmpdepfile='$(DEPDIR)/zzip-file.TPo' @AMDEPBACKSLASH@
423
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.o `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c
408 425
 
409 426
 zzip-file.obj: zziplib/zzip-file.c
410
-@AMDEP_TRUE@	source='zziplib/zzip-file.c' object='zzip-file.obj' libtool=no @AMDEPBACKSLASH@
411
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-file.Po' tmpdepfile='$(DEPDIR)/zzip-file.TPo' @AMDEPBACKSLASH@
412
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.obj `cygpath -w zziplib/zzip-file.c`
427
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-file.obj -MD -MP -MF "$(DEPDIR)/zzip-file.Tpo" -c -o zzip-file.obj `if test -f 'zziplib/zzip-file.c'; then $(CYGPATH_W) 'zziplib/zzip-file.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-file.c'; fi`; \
428
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-file.Tpo" "$(DEPDIR)/zzip-file.Po"; else rm -f "$(DEPDIR)/zzip-file.Tpo"; exit 1; fi
429
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-file.c' object='zzip-file.obj' libtool=no @AMDEPBACKSLASH@
430
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-file.Po' tmpdepfile='$(DEPDIR)/zzip-file.TPo' @AMDEPBACKSLASH@
431
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.obj `if test -f 'zziplib/zzip-file.c'; then $(CYGPATH_W) 'zziplib/zzip-file.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-file.c'; fi`
414 433
 
415 434
 zzip-file.lo: zziplib/zzip-file.c
416
-@AMDEP_TRUE@	source='zziplib/zzip-file.c' object='zzip-file.lo' libtool=yes @AMDEPBACKSLASH@
417
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-file.Plo' tmpdepfile='$(DEPDIR)/zzip-file.TPlo' @AMDEPBACKSLASH@
418
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.lo `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c
435
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-file.lo -MD -MP -MF "$(DEPDIR)/zzip-file.Tpo" -c -o zzip-file.lo `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c; \
436
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-file.Tpo" "$(DEPDIR)/zzip-file.Plo"; else rm -f "$(DEPDIR)/zzip-file.Tpo"; exit 1; fi
437
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-file.c' object='zzip-file.lo' libtool=yes @AMDEPBACKSLASH@
438
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-file.Plo' tmpdepfile='$(DEPDIR)/zzip-file.TPlo' @AMDEPBACKSLASH@
439
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-file.lo `test -f 'zziplib/zzip-file.c' || echo '$(srcdir)/'`zziplib/zzip-file.c
420 441
 
421 442
 zzip-info.o: zziplib/zzip-info.c
422
-@AMDEP_TRUE@	source='zziplib/zzip-info.c' object='zzip-info.o' libtool=no @AMDEPBACKSLASH@
423
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-info.Po' tmpdepfile='$(DEPDIR)/zzip-info.TPo' @AMDEPBACKSLASH@
424
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.o `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c
443
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-info.o -MD -MP -MF "$(DEPDIR)/zzip-info.Tpo" -c -o zzip-info.o `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c; \
444
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-info.Tpo" "$(DEPDIR)/zzip-info.Po"; else rm -f "$(DEPDIR)/zzip-info.Tpo"; exit 1; fi
445
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-info.c' object='zzip-info.o' libtool=no @AMDEPBACKSLASH@
446
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-info.Po' tmpdepfile='$(DEPDIR)/zzip-info.TPo' @AMDEPBACKSLASH@
447
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.o `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c
426 449
 
427 450
 zzip-info.obj: zziplib/zzip-info.c
428
-@AMDEP_TRUE@	source='zziplib/zzip-info.c' object='zzip-info.obj' libtool=no @AMDEPBACKSLASH@
429
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-info.Po' tmpdepfile='$(DEPDIR)/zzip-info.TPo' @AMDEPBACKSLASH@
430
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.obj `cygpath -w zziplib/zzip-info.c`
451
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-info.obj -MD -MP -MF "$(DEPDIR)/zzip-info.Tpo" -c -o zzip-info.obj `if test -f 'zziplib/zzip-info.c'; then $(CYGPATH_W) 'zziplib/zzip-info.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-info.c'; fi`; \
452
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-info.Tpo" "$(DEPDIR)/zzip-info.Po"; else rm -f "$(DEPDIR)/zzip-info.Tpo"; exit 1; fi
453
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-info.c' object='zzip-info.obj' libtool=no @AMDEPBACKSLASH@
454
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-info.Po' tmpdepfile='$(DEPDIR)/zzip-info.TPo' @AMDEPBACKSLASH@
455
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.obj `if test -f 'zziplib/zzip-info.c'; then $(CYGPATH_W) 'zziplib/zzip-info.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-info.c'; fi`
432 457
 
433 458
 zzip-info.lo: zziplib/zzip-info.c
434
-@AMDEP_TRUE@	source='zziplib/zzip-info.c' object='zzip-info.lo' libtool=yes @AMDEPBACKSLASH@
435
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-info.Plo' tmpdepfile='$(DEPDIR)/zzip-info.TPlo' @AMDEPBACKSLASH@
436
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.lo `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c
459
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-info.lo -MD -MP -MF "$(DEPDIR)/zzip-info.Tpo" -c -o zzip-info.lo `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c; \
460
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-info.Tpo" "$(DEPDIR)/zzip-info.Plo"; else rm -f "$(DEPDIR)/zzip-info.Tpo"; exit 1; fi
461
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-info.c' object='zzip-info.lo' libtool=yes @AMDEPBACKSLASH@
462
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-info.Plo' tmpdepfile='$(DEPDIR)/zzip-info.TPlo' @AMDEPBACKSLASH@
463
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-info.lo `test -f 'zziplib/zzip-info.c' || echo '$(srcdir)/'`zziplib/zzip-info.c
438 465
 
439 466
 zzip-io.o: zziplib/zzip-io.c
440
-@AMDEP_TRUE@	source='zziplib/zzip-io.c' object='zzip-io.o' libtool=no @AMDEPBACKSLASH@
441
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-io.Po' tmpdepfile='$(DEPDIR)/zzip-io.TPo' @AMDEPBACKSLASH@
442
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.o `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c
467
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-io.o -MD -MP -MF "$(DEPDIR)/zzip-io.Tpo" -c -o zzip-io.o `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c; \
468
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-io.Tpo" "$(DEPDIR)/zzip-io.Po"; else rm -f "$(DEPDIR)/zzip-io.Tpo"; exit 1; fi
469
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-io.c' object='zzip-io.o' libtool=no @AMDEPBACKSLASH@
470
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-io.Po' tmpdepfile='$(DEPDIR)/zzip-io.TPo' @AMDEPBACKSLASH@
471
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.o `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c
444 473
 
445 474
 zzip-io.obj: zziplib/zzip-io.c
446
-@AMDEP_TRUE@	source='zziplib/zzip-io.c' object='zzip-io.obj' libtool=no @AMDEPBACKSLASH@
447
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-io.Po' tmpdepfile='$(DEPDIR)/zzip-io.TPo' @AMDEPBACKSLASH@
448
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.obj `cygpath -w zziplib/zzip-io.c`
475
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-io.obj -MD -MP -MF "$(DEPDIR)/zzip-io.Tpo" -c -o zzip-io.obj `if test -f 'zziplib/zzip-io.c'; then $(CYGPATH_W) 'zziplib/zzip-io.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-io.c'; fi`; \
476
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-io.Tpo" "$(DEPDIR)/zzip-io.Po"; else rm -f "$(DEPDIR)/zzip-io.Tpo"; exit 1; fi
477
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-io.c' object='zzip-io.obj' libtool=no @AMDEPBACKSLASH@
478
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-io.Po' tmpdepfile='$(DEPDIR)/zzip-io.TPo' @AMDEPBACKSLASH@
479
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.obj `if test -f 'zziplib/zzip-io.c'; then $(CYGPATH_W) 'zziplib/zzip-io.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-io.c'; fi`
450 481
 
451 482
 zzip-io.lo: zziplib/zzip-io.c
452
-@AMDEP_TRUE@	source='zziplib/zzip-io.c' object='zzip-io.lo' libtool=yes @AMDEPBACKSLASH@
453
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-io.Plo' tmpdepfile='$(DEPDIR)/zzip-io.TPlo' @AMDEPBACKSLASH@
454
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.lo `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c
483
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-io.lo -MD -MP -MF "$(DEPDIR)/zzip-io.Tpo" -c -o zzip-io.lo `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c; \
484
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-io.Tpo" "$(DEPDIR)/zzip-io.Plo"; else rm -f "$(DEPDIR)/zzip-io.Tpo"; exit 1; fi
485
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-io.c' object='zzip-io.lo' libtool=yes @AMDEPBACKSLASH@
486
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-io.Plo' tmpdepfile='$(DEPDIR)/zzip-io.TPlo' @AMDEPBACKSLASH@
487
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-io.lo `test -f 'zziplib/zzip-io.c' || echo '$(srcdir)/'`zziplib/zzip-io.c
456 489
 
457 490
 zzip-stat.o: zziplib/zzip-stat.c
458
-@AMDEP_TRUE@	source='zziplib/zzip-stat.c' object='zzip-stat.o' libtool=no @AMDEPBACKSLASH@
459
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-stat.Po' tmpdepfile='$(DEPDIR)/zzip-stat.TPo' @AMDEPBACKSLASH@
460
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.o `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c
491
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-stat.o -MD -MP -MF "$(DEPDIR)/zzip-stat.Tpo" -c -o zzip-stat.o `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c; \
492
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-stat.Tpo" "$(DEPDIR)/zzip-stat.Po"; else rm -f "$(DEPDIR)/zzip-stat.Tpo"; exit 1; fi
493
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-stat.c' object='zzip-stat.o' libtool=no @AMDEPBACKSLASH@
494
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-stat.Po' tmpdepfile='$(DEPDIR)/zzip-stat.TPo' @AMDEPBACKSLASH@
495
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.o `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c
462 497
 
463 498
 zzip-stat.obj: zziplib/zzip-stat.c
464
-@AMDEP_TRUE@	source='zziplib/zzip-stat.c' object='zzip-stat.obj' libtool=no @AMDEPBACKSLASH@
465
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-stat.Po' tmpdepfile='$(DEPDIR)/zzip-stat.TPo' @AMDEPBACKSLASH@
466
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.obj `cygpath -w zziplib/zzip-stat.c`
499
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-stat.obj -MD -MP -MF "$(DEPDIR)/zzip-stat.Tpo" -c -o zzip-stat.obj `if test -f 'zziplib/zzip-stat.c'; then $(CYGPATH_W) 'zziplib/zzip-stat.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-stat.c'; fi`; \
500
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-stat.Tpo" "$(DEPDIR)/zzip-stat.Po"; else rm -f "$(DEPDIR)/zzip-stat.Tpo"; exit 1; fi
501
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-stat.c' object='zzip-stat.obj' libtool=no @AMDEPBACKSLASH@
502
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-stat.Po' tmpdepfile='$(DEPDIR)/zzip-stat.TPo' @AMDEPBACKSLASH@
503
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.obj `if test -f 'zziplib/zzip-stat.c'; then $(CYGPATH_W) 'zziplib/zzip-stat.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-stat.c'; fi`
468 505
 
469 506
 zzip-stat.lo: zziplib/zzip-stat.c
470
-@AMDEP_TRUE@	source='zziplib/zzip-stat.c' object='zzip-stat.lo' libtool=yes @AMDEPBACKSLASH@
471
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-stat.Plo' tmpdepfile='$(DEPDIR)/zzip-stat.TPlo' @AMDEPBACKSLASH@
472
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.lo `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c
507
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-stat.lo -MD -MP -MF "$(DEPDIR)/zzip-stat.Tpo" -c -o zzip-stat.lo `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c; \
508
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-stat.Tpo" "$(DEPDIR)/zzip-stat.Plo"; else rm -f "$(DEPDIR)/zzip-stat.Tpo"; exit 1; fi
509
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-stat.c' object='zzip-stat.lo' libtool=yes @AMDEPBACKSLASH@
510
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-stat.Plo' tmpdepfile='$(DEPDIR)/zzip-stat.TPlo' @AMDEPBACKSLASH@
511
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-stat.lo `test -f 'zziplib/zzip-stat.c' || echo '$(srcdir)/'`zziplib/zzip-stat.c
474 513
 
475 514
 zzip-zip.o: zziplib/zzip-zip.c
476
-@AMDEP_TRUE@	source='zziplib/zzip-zip.c' object='zzip-zip.o' libtool=no @AMDEPBACKSLASH@
477
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-zip.Po' tmpdepfile='$(DEPDIR)/zzip-zip.TPo' @AMDEPBACKSLASH@
478
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.o `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c
515
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-zip.o -MD -MP -MF "$(DEPDIR)/zzip-zip.Tpo" -c -o zzip-zip.o `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c; \
516
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-zip.Tpo" "$(DEPDIR)/zzip-zip.Po"; else rm -f "$(DEPDIR)/zzip-zip.Tpo"; exit 1; fi
517
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-zip.c' object='zzip-zip.o' libtool=no @AMDEPBACKSLASH@
518
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-zip.Po' tmpdepfile='$(DEPDIR)/zzip-zip.TPo' @AMDEPBACKSLASH@
519
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.o `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c
480 521
 
481 522
 zzip-zip.obj: zziplib/zzip-zip.c
482
-@AMDEP_TRUE@	source='zziplib/zzip-zip.c' object='zzip-zip.obj' libtool=no @AMDEPBACKSLASH@
483
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-zip.Po' tmpdepfile='$(DEPDIR)/zzip-zip.TPo' @AMDEPBACKSLASH@
484
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.obj `cygpath -w zziplib/zzip-zip.c`
523
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-zip.obj -MD -MP -MF "$(DEPDIR)/zzip-zip.Tpo" -c -o zzip-zip.obj `if test -f 'zziplib/zzip-zip.c'; then $(CYGPATH_W) 'zziplib/zzip-zip.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-zip.c'; fi`; \
524
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-zip.Tpo" "$(DEPDIR)/zzip-zip.Po"; else rm -f "$(DEPDIR)/zzip-zip.Tpo"; exit 1; fi
525
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-zip.c' object='zzip-zip.obj' libtool=no @AMDEPBACKSLASH@
526
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-zip.Po' tmpdepfile='$(DEPDIR)/zzip-zip.TPo' @AMDEPBACKSLASH@
527
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.obj `if test -f 'zziplib/zzip-zip.c'; then $(CYGPATH_W) 'zziplib/zzip-zip.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/zzip-zip.c'; fi`
486 529
 
487 530
 zzip-zip.lo: zziplib/zzip-zip.c
488
-@AMDEP_TRUE@	source='zziplib/zzip-zip.c' object='zzip-zip.lo' libtool=yes @AMDEPBACKSLASH@
489
-@AMDEP_TRUE@	depfile='$(DEPDIR)/zzip-zip.Plo' tmpdepfile='$(DEPDIR)/zzip-zip.TPlo' @AMDEPBACKSLASH@
490
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.lo `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c
531
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzip-zip.lo -MD -MP -MF "$(DEPDIR)/zzip-zip.Tpo" -c -o zzip-zip.lo `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c; \
532
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/zzip-zip.Tpo" "$(DEPDIR)/zzip-zip.Plo"; else rm -f "$(DEPDIR)/zzip-zip.Tpo"; exit 1; fi
533
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/zzip-zip.c' object='zzip-zip.lo' libtool=yes @AMDEPBACKSLASH@
534
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/zzip-zip.Plo' tmpdepfile='$(DEPDIR)/zzip-zip.TPlo' @AMDEPBACKSLASH@
535
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzip-zip.lo `test -f 'zziplib/zzip-zip.c' || echo '$(srcdir)/'`zziplib/zzip-zip.c
492 537
 
493 538
 strc.o: zziplib/strc.c
494
-@AMDEP_TRUE@	source='zziplib/strc.c' object='strc.o' libtool=no @AMDEPBACKSLASH@
495
-@AMDEP_TRUE@	depfile='$(DEPDIR)/strc.Po' tmpdepfile='$(DEPDIR)/strc.TPo' @AMDEPBACKSLASH@
496
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.o `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c
539
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strc.o -MD -MP -MF "$(DEPDIR)/strc.Tpo" -c -o strc.o `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c; \
540
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strc.Tpo" "$(DEPDIR)/strc.Po"; else rm -f "$(DEPDIR)/strc.Tpo"; exit 1; fi
541
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/strc.c' object='strc.o' libtool=no @AMDEPBACKSLASH@
542
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/strc.Po' tmpdepfile='$(DEPDIR)/strc.TPo' @AMDEPBACKSLASH@
543
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.o `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c
498 545
 
499 546
 strc.obj: zziplib/strc.c
500
-@AMDEP_TRUE@	source='zziplib/strc.c' object='strc.obj' libtool=no @AMDEPBACKSLASH@
501
-@AMDEP_TRUE@	depfile='$(DEPDIR)/strc.Po' tmpdepfile='$(DEPDIR)/strc.TPo' @AMDEPBACKSLASH@
502
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.obj `cygpath -w zziplib/strc.c`
547
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strc.obj -MD -MP -MF "$(DEPDIR)/strc.Tpo" -c -o strc.obj `if test -f 'zziplib/strc.c'; then $(CYGPATH_W) 'zziplib/strc.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/strc.c'; fi`; \
548
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strc.Tpo" "$(DEPDIR)/strc.Po"; else rm -f "$(DEPDIR)/strc.Tpo"; exit 1; fi
549
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/strc.c' object='strc.obj' libtool=no @AMDEPBACKSLASH@
550
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/strc.Po' tmpdepfile='$(DEPDIR)/strc.TPo' @AMDEPBACKSLASH@
551
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.obj `if test -f 'zziplib/strc.c'; then $(CYGPATH_W) 'zziplib/strc.c'; else $(CYGPATH_W) '$(srcdir)/zziplib/strc.c'; fi`
504 553
 
505 554
 strc.lo: zziplib/strc.c
506
-@AMDEP_TRUE@	source='zziplib/strc.c' object='strc.lo' libtool=yes @AMDEPBACKSLASH@
507
-@AMDEP_TRUE@	depfile='$(DEPDIR)/strc.Plo' tmpdepfile='$(DEPDIR)/strc.TPlo' @AMDEPBACKSLASH@
508
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.lo `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c
555
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strc.lo -MD -MP -MF "$(DEPDIR)/strc.Tpo" -c -o strc.lo `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c; \
556
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strc.Tpo" "$(DEPDIR)/strc.Plo"; else rm -f "$(DEPDIR)/strc.Tpo"; exit 1; fi
557
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='zziplib/strc.c' object='strc.lo' libtool=yes @AMDEPBACKSLASH@
558
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/strc.Plo' tmpdepfile='$(DEPDIR)/strc.TPlo' @AMDEPBACKSLASH@
559
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strc.lo `test -f 'zziplib/strc.c' || echo '$(srcdir)/'`zziplib/strc.c
510 561
 
511 562
 cabd.o: mspack/cabd.c
512
-@AMDEP_TRUE@	source='mspack/cabd.c' object='cabd.o' libtool=no @AMDEPBACKSLASH@
513
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cabd.Po' tmpdepfile='$(DEPDIR)/cabd.TPo' @AMDEPBACKSLASH@
514
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.o `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c
563
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cabd.o -MD -MP -MF "$(DEPDIR)/cabd.Tpo" -c -o cabd.o `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c; \
564
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cabd.Tpo" "$(DEPDIR)/cabd.Po"; else rm -f "$(DEPDIR)/cabd.Tpo"; exit 1; fi
565
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/cabd.c' object='cabd.o' libtool=no @AMDEPBACKSLASH@
566
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cabd.Po' tmpdepfile='$(DEPDIR)/cabd.TPo' @AMDEPBACKSLASH@
567
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.o `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c
516 569
 
517 570
 cabd.obj: mspack/cabd.c
518
-@AMDEP_TRUE@	source='mspack/cabd.c' object='cabd.obj' libtool=no @AMDEPBACKSLASH@
519
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cabd.Po' tmpdepfile='$(DEPDIR)/cabd.TPo' @AMDEPBACKSLASH@
520
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.obj `cygpath -w mspack/cabd.c`
571
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cabd.obj -MD -MP -MF "$(DEPDIR)/cabd.Tpo" -c -o cabd.obj `if test -f 'mspack/cabd.c'; then $(CYGPATH_W) 'mspack/cabd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/cabd.c'; fi`; \
572
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cabd.Tpo" "$(DEPDIR)/cabd.Po"; else rm -f "$(DEPDIR)/cabd.Tpo"; exit 1; fi
573
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/cabd.c' object='cabd.obj' libtool=no @AMDEPBACKSLASH@
574
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cabd.Po' tmpdepfile='$(DEPDIR)/cabd.TPo' @AMDEPBACKSLASH@
575
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.obj `if test -f 'mspack/cabd.c'; then $(CYGPATH_W) 'mspack/cabd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/cabd.c'; fi`
522 577
 
523 578
 cabd.lo: mspack/cabd.c
524
-@AMDEP_TRUE@	source='mspack/cabd.c' object='cabd.lo' libtool=yes @AMDEPBACKSLASH@
525
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cabd.Plo' tmpdepfile='$(DEPDIR)/cabd.TPlo' @AMDEPBACKSLASH@
526
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.lo `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c
579
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cabd.lo -MD -MP -MF "$(DEPDIR)/cabd.Tpo" -c -o cabd.lo `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c; \
580
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cabd.Tpo" "$(DEPDIR)/cabd.Plo"; else rm -f "$(DEPDIR)/cabd.Tpo"; exit 1; fi
581
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/cabd.c' object='cabd.lo' libtool=yes @AMDEPBACKSLASH@
582
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cabd.Plo' tmpdepfile='$(DEPDIR)/cabd.TPlo' @AMDEPBACKSLASH@
583
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cabd.lo `test -f 'mspack/cabd.c' || echo '$(srcdir)/'`mspack/cabd.c
528 585
 
529 586
 lzxd.o: mspack/lzxd.c
530
-@AMDEP_TRUE@	source='mspack/lzxd.c' object='lzxd.o' libtool=no @AMDEPBACKSLASH@
531
-@AMDEP_TRUE@	depfile='$(DEPDIR)/lzxd.Po' tmpdepfile='$(DEPDIR)/lzxd.TPo' @AMDEPBACKSLASH@
532
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.o `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c
587
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzxd.o -MD -MP -MF "$(DEPDIR)/lzxd.Tpo" -c -o lzxd.o `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c; \
588
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lzxd.Tpo" "$(DEPDIR)/lzxd.Po"; else rm -f "$(DEPDIR)/lzxd.Tpo"; exit 1; fi
589
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/lzxd.c' object='lzxd.o' libtool=no @AMDEPBACKSLASH@
590
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lzxd.Po' tmpdepfile='$(DEPDIR)/lzxd.TPo' @AMDEPBACKSLASH@
591
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.o `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c
534 593
 
535 594
 lzxd.obj: mspack/lzxd.c
536
-@AMDEP_TRUE@	source='mspack/lzxd.c' object='lzxd.obj' libtool=no @AMDEPBACKSLASH@
537
-@AMDEP_TRUE@	depfile='$(DEPDIR)/lzxd.Po' tmpdepfile='$(DEPDIR)/lzxd.TPo' @AMDEPBACKSLASH@
538
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.obj `cygpath -w mspack/lzxd.c`
595
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzxd.obj -MD -MP -MF "$(DEPDIR)/lzxd.Tpo" -c -o lzxd.obj `if test -f 'mspack/lzxd.c'; then $(CYGPATH_W) 'mspack/lzxd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/lzxd.c'; fi`; \
596
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lzxd.Tpo" "$(DEPDIR)/lzxd.Po"; else rm -f "$(DEPDIR)/lzxd.Tpo"; exit 1; fi
597
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/lzxd.c' object='lzxd.obj' libtool=no @AMDEPBACKSLASH@
598
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lzxd.Po' tmpdepfile='$(DEPDIR)/lzxd.TPo' @AMDEPBACKSLASH@
599
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.obj `if test -f 'mspack/lzxd.c'; then $(CYGPATH_W) 'mspack/lzxd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/lzxd.c'; fi`
540 601
 
541 602
 lzxd.lo: mspack/lzxd.c
542
-@AMDEP_TRUE@	source='mspack/lzxd.c' object='lzxd.lo' libtool=yes @AMDEPBACKSLASH@
543
-@AMDEP_TRUE@	depfile='$(DEPDIR)/lzxd.Plo' tmpdepfile='$(DEPDIR)/lzxd.TPlo' @AMDEPBACKSLASH@
544
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.lo `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c
603
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzxd.lo -MD -MP -MF "$(DEPDIR)/lzxd.Tpo" -c -o lzxd.lo `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c; \
604
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lzxd.Tpo" "$(DEPDIR)/lzxd.Plo"; else rm -f "$(DEPDIR)/lzxd.Tpo"; exit 1; fi
605
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/lzxd.c' object='lzxd.lo' libtool=yes @AMDEPBACKSLASH@
606
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lzxd.Plo' tmpdepfile='$(DEPDIR)/lzxd.TPlo' @AMDEPBACKSLASH@
607
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzxd.lo `test -f 'mspack/lzxd.c' || echo '$(srcdir)/'`mspack/lzxd.c
546 609
 
547 610
 mszipd.o: mspack/mszipd.c
548
-@AMDEP_TRUE@	source='mspack/mszipd.c' object='mszipd.o' libtool=no @AMDEPBACKSLASH@
549
-@AMDEP_TRUE@	depfile='$(DEPDIR)/mszipd.Po' tmpdepfile='$(DEPDIR)/mszipd.TPo' @AMDEPBACKSLASH@
550
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.o `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c
611
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mszipd.o -MD -MP -MF "$(DEPDIR)/mszipd.Tpo" -c -o mszipd.o `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c; \
612
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mszipd.Tpo" "$(DEPDIR)/mszipd.Po"; else rm -f "$(DEPDIR)/mszipd.Tpo"; exit 1; fi
613
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/mszipd.c' object='mszipd.o' libtool=no @AMDEPBACKSLASH@
614
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mszipd.Po' tmpdepfile='$(DEPDIR)/mszipd.TPo' @AMDEPBACKSLASH@
615
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.o `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c
552 617
 
553 618
 mszipd.obj: mspack/mszipd.c
554
-@AMDEP_TRUE@	source='mspack/mszipd.c' object='mszipd.obj' libtool=no @AMDEPBACKSLASH@
555
-@AMDEP_TRUE@	depfile='$(DEPDIR)/mszipd.Po' tmpdepfile='$(DEPDIR)/mszipd.TPo' @AMDEPBACKSLASH@
556
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.obj `cygpath -w mspack/mszipd.c`
619
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mszipd.obj -MD -MP -MF "$(DEPDIR)/mszipd.Tpo" -c -o mszipd.obj `if test -f 'mspack/mszipd.c'; then $(CYGPATH_W) 'mspack/mszipd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/mszipd.c'; fi`; \
620
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mszipd.Tpo" "$(DEPDIR)/mszipd.Po"; else rm -f "$(DEPDIR)/mszipd.Tpo"; exit 1; fi
621
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/mszipd.c' object='mszipd.obj' libtool=no @AMDEPBACKSLASH@
622
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mszipd.Po' tmpdepfile='$(DEPDIR)/mszipd.TPo' @AMDEPBACKSLASH@
623
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.obj `if test -f 'mspack/mszipd.c'; then $(CYGPATH_W) 'mspack/mszipd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/mszipd.c'; fi`
558 625
 
559 626
 mszipd.lo: mspack/mszipd.c
560
-@AMDEP_TRUE@	source='mspack/mszipd.c' object='mszipd.lo' libtool=yes @AMDEPBACKSLASH@
561
-@AMDEP_TRUE@	depfile='$(DEPDIR)/mszipd.Plo' tmpdepfile='$(DEPDIR)/mszipd.TPlo' @AMDEPBACKSLASH@
562
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.lo `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c
627
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mszipd.lo -MD -MP -MF "$(DEPDIR)/mszipd.Tpo" -c -o mszipd.lo `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c; \
628
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mszipd.Tpo" "$(DEPDIR)/mszipd.Plo"; else rm -f "$(DEPDIR)/mszipd.Tpo"; exit 1; fi
629
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/mszipd.c' object='mszipd.lo' libtool=yes @AMDEPBACKSLASH@
630
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mszipd.Plo' tmpdepfile='$(DEPDIR)/mszipd.TPlo' @AMDEPBACKSLASH@
631
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mszipd.lo `test -f 'mspack/mszipd.c' || echo '$(srcdir)/'`mspack/mszipd.c
564 633
 
565 634
 qtmd.o: mspack/qtmd.c
566
-@AMDEP_TRUE@	source='mspack/qtmd.c' object='qtmd.o' libtool=no @AMDEPBACKSLASH@
567
-@AMDEP_TRUE@	depfile='$(DEPDIR)/qtmd.Po' tmpdepfile='$(DEPDIR)/qtmd.TPo' @AMDEPBACKSLASH@
568
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.o `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c
635
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qtmd.o -MD -MP -MF "$(DEPDIR)/qtmd.Tpo" -c -o qtmd.o `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c; \
636
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/qtmd.Tpo" "$(DEPDIR)/qtmd.Po"; else rm -f "$(DEPDIR)/qtmd.Tpo"; exit 1; fi
637
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/qtmd.c' object='qtmd.o' libtool=no @AMDEPBACKSLASH@
638
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/qtmd.Po' tmpdepfile='$(DEPDIR)/qtmd.TPo' @AMDEPBACKSLASH@
639
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.o `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c
570 641
 
571 642
 qtmd.obj: mspack/qtmd.c
572
-@AMDEP_TRUE@	source='mspack/qtmd.c' object='qtmd.obj' libtool=no @AMDEPBACKSLASH@
573
-@AMDEP_TRUE@	depfile='$(DEPDIR)/qtmd.Po' tmpdepfile='$(DEPDIR)/qtmd.TPo' @AMDEPBACKSLASH@
574
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.obj `cygpath -w mspack/qtmd.c`
643
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qtmd.obj -MD -MP -MF "$(DEPDIR)/qtmd.Tpo" -c -o qtmd.obj `if test -f 'mspack/qtmd.c'; then $(CYGPATH_W) 'mspack/qtmd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/qtmd.c'; fi`; \
644
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/qtmd.Tpo" "$(DEPDIR)/qtmd.Po"; else rm -f "$(DEPDIR)/qtmd.Tpo"; exit 1; fi
645
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/qtmd.c' object='qtmd.obj' libtool=no @AMDEPBACKSLASH@
646
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/qtmd.Po' tmpdepfile='$(DEPDIR)/qtmd.TPo' @AMDEPBACKSLASH@
647
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.obj `if test -f 'mspack/qtmd.c'; then $(CYGPATH_W) 'mspack/qtmd.c'; else $(CYGPATH_W) '$(srcdir)/mspack/qtmd.c'; fi`
576 649
 
577 650
 qtmd.lo: mspack/qtmd.c
578
-@AMDEP_TRUE@	source='mspack/qtmd.c' object='qtmd.lo' libtool=yes @AMDEPBACKSLASH@
579
-@AMDEP_TRUE@	depfile='$(DEPDIR)/qtmd.Plo' tmpdepfile='$(DEPDIR)/qtmd.TPlo' @AMDEPBACKSLASH@
580
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.lo `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c
651
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qtmd.lo -MD -MP -MF "$(DEPDIR)/qtmd.Tpo" -c -o qtmd.lo `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c; \
652
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/qtmd.Tpo" "$(DEPDIR)/qtmd.Plo"; else rm -f "$(DEPDIR)/qtmd.Tpo"; exit 1; fi
653
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/qtmd.c' object='qtmd.lo' libtool=yes @AMDEPBACKSLASH@
654
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/qtmd.Plo' tmpdepfile='$(DEPDIR)/qtmd.TPlo' @AMDEPBACKSLASH@
655
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qtmd.lo `test -f 'mspack/qtmd.c' || echo '$(srcdir)/'`mspack/qtmd.c
582 657
 
583 658
 system.o: mspack/system.c
584
-@AMDEP_TRUE@	source='mspack/system.c' object='system.o' libtool=no @AMDEPBACKSLASH@
585
-@AMDEP_TRUE@	depfile='$(DEPDIR)/system.Po' tmpdepfile='$(DEPDIR)/system.TPo' @AMDEPBACKSLASH@
586
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.o `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c
659
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT system.o -MD -MP -MF "$(DEPDIR)/system.Tpo" -c -o system.o `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c; \
660
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/system.Tpo" "$(DEPDIR)/system.Po"; else rm -f "$(DEPDIR)/system.Tpo"; exit 1; fi
661
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/system.c' object='system.o' libtool=no @AMDEPBACKSLASH@
662
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/system.Po' tmpdepfile='$(DEPDIR)/system.TPo' @AMDEPBACKSLASH@
663
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.o `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c
588 665
 
589 666
 system.obj: mspack/system.c
590
-@AMDEP_TRUE@	source='mspack/system.c' object='system.obj' libtool=no @AMDEPBACKSLASH@
591
-@AMDEP_TRUE@	depfile='$(DEPDIR)/system.Po' tmpdepfile='$(DEPDIR)/system.TPo' @AMDEPBACKSLASH@
592
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.obj `cygpath -w mspack/system.c`
667
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT system.obj -MD -MP -MF "$(DEPDIR)/system.Tpo" -c -o system.obj `if test -f 'mspack/system.c'; then $(CYGPATH_W) 'mspack/system.c'; else $(CYGPATH_W) '$(srcdir)/mspack/system.c'; fi`; \
668
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/system.Tpo" "$(DEPDIR)/system.Po"; else rm -f "$(DEPDIR)/system.Tpo"; exit 1; fi
669
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/system.c' object='system.obj' libtool=no @AMDEPBACKSLASH@
670
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/system.Po' tmpdepfile='$(DEPDIR)/system.TPo' @AMDEPBACKSLASH@
671
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.obj `if test -f 'mspack/system.c'; then $(CYGPATH_W) 'mspack/system.c'; else $(CYGPATH_W) '$(srcdir)/mspack/system.c'; fi`
594 673
 
595 674
 system.lo: mspack/system.c
596
-@AMDEP_TRUE@	source='mspack/system.c' object='system.lo' libtool=yes @AMDEPBACKSLASH@
597
-@AMDEP_TRUE@	depfile='$(DEPDIR)/system.Plo' tmpdepfile='$(DEPDIR)/system.TPlo' @AMDEPBACKSLASH@
598
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.lo `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c
600
-CCDEPMODE = @CCDEPMODE@
675
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT system.lo -MD -MP -MF "$(DEPDIR)/system.Tpo" -c -o system.lo `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c; \
676
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/system.Tpo" "$(DEPDIR)/system.Plo"; else rm -f "$(DEPDIR)/system.Tpo"; exit 1; fi
677
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mspack/system.c' object='system.lo' libtool=yes @AMDEPBACKSLASH@
678
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/system.Plo' tmpdepfile='$(DEPDIR)/system.TPlo' @AMDEPBACKSLASH@
679
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o system.lo `test -f 'mspack/system.c' || echo '$(srcdir)/'`mspack/system.c
601 681
 
602 682
 mostlyclean-libtool:
603 683
 	-rm -f *.lo
... ...
@@ -608,30 +750,24 @@ clean-libtool:
608 608
 distclean-libtool:
609 609
 	-rm -f libtool
610 610
 uninstall-info-am:
611
-includeHEADERS_INSTALL = $(INSTALL_HEADER)
612 611
 install-includeHEADERS: $(include_HEADERS)
613 612
 	@$(NORMAL_INSTALL)
614
-	$(mkinstalldirs) $(DESTDIR)$(includedir)
613
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
615 614
 	@list='$(include_HEADERS)'; for p in $$list; do \
616 615
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
617 616
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
618
-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
619
-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
617
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
618
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
620 619
 	done
621 620
 
622 621
 uninstall-includeHEADERS:
623 622
 	@$(NORMAL_UNINSTALL)
624 623
 	@list='$(include_HEADERS)'; for p in $$list; do \
625 624
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
626
-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
627
-	  rm -f $(DESTDIR)$(includedir)/$$f; \
625
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
626
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
628 627
 	done
629 628
 
630
-ETAGS = etags
631
-ETAGSFLAGS =
632
-
633
-tags: TAGS
634
-
635 629
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
636 630
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
637 631
 	unique=`for i in $$list; do \
... ...
@@ -640,6 +776,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
640 640
 	  $(AWK) '    { files[$$0] = 1; } \
641 641
 	       END { for (i in files) print i; }'`; \
642 642
 	mkid -fID $$unique
643
+tags: TAGS
643 644
 
644 645
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
645 646
 		$(TAGS_FILES) $(LISP)
... ...
@@ -654,6 +791,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
654 654
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
655 655
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
656 656
 	     $$tags $$unique
657
+ctags: CTAGS
658
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
659
+		$(TAGS_FILES) $(LISP)
660
+	tags=; \
661
+	here=`pwd`; \
662
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
663
+	unique=`for i in $$list; do \
664
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
665
+	  done | \
666
+	  $(AWK) '    { files[$$0] = 1; } \
667
+	       END { for (i in files) print i; }'`; \
668
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
669
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
670
+	     $$tags $$unique
657 671
 
658 672
 GTAGS:
659 673
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -661,19 +812,21 @@ GTAGS:
661 661
 	  && gtags -i $(GTAGS_ARGS) $$here
662 662
 
663 663
 distclean-tags:
664
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
665
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
666
-
667
-top_distdir = ..
668
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
664
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
669 665
 
670 666
 distdir: $(DISTFILES)
671
-	@for file in $(DISTFILES); do \
667
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
668
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
669
+	list='$(DISTFILES)'; for file in $$list; do \
670
+	  case $$file in \
671
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
672
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
673
+	  esac; \
672 674
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
673 675
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
674 676
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
675 677
 	    dir="/$$dir"; \
676
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
678
+	    $(mkdir_p) "$(distdir)$$dir"; \
677 679
 	  else \
678 680
 	    dir=''; \
679 681
 	  fi; \
... ...
@@ -691,10 +844,10 @@ distdir: $(DISTFILES)
691 691
 check-am: all-am
692 692
 check: check-am
693 693
 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
694
-
695 694
 installdirs:
696
-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
697
-
695
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
696
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
697
+	done
698 698
 install: install-am
699 699
 install-exec: install-exec-am
700 700
 install-data: install-data-am
... ...
@@ -706,7 +859,7 @@ install-am: all-am
706 706
 installcheck: installcheck-am
707 707
 install-strip:
708 708
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709
-	  INSTALL_STRIP_FLAG=-s \
709
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710 710
 	  `test -z '$(STRIP)' || \
711 711
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
712 712
 mostlyclean-generic:
... ...
@@ -714,7 +867,7 @@ mostlyclean-generic:
714 714
 clean-generic:
715 715
 
716 716
 distclean-generic:
717
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
717
+	-rm -f $(CONFIG_CLEAN_FILES)
718 718
 
719 719
 maintainer-clean-generic:
720 720
 	@echo "This command is intended for maintainers to use"
... ...
@@ -725,14 +878,17 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
725 725
 	mostlyclean-am
726 726
 
727 727
 distclean: distclean-am
728
-
729
-distclean-am: clean-am distclean-compile distclean-depend \
730
-	distclean-generic distclean-libtool distclean-tags
728
+	-rm -rf ./$(DEPDIR)
729
+	-rm -f Makefile
730
+distclean-am: clean-am distclean-compile distclean-generic \
731
+	distclean-libtool distclean-tags
731 732
 
732 733
 dvi: dvi-am
733 734
 
734 735
 dvi-am:
735 736
 
737
+html: html-am
738
+
736 739
 info: info-am
737 740
 
738 741
 info-am:
... ...
@@ -748,7 +904,8 @@ install-man:
748 748
 installcheck-am:
749 749
 
750 750
 maintainer-clean: maintainer-clean-am
751
-
751
+	-rm -rf ./$(DEPDIR)
752
+	-rm -f Makefile
752 753
 maintainer-clean-am: distclean-am maintainer-clean-generic
753 754
 
754 755
 mostlyclean: mostlyclean-am
... ...
@@ -756,21 +913,30 @@ mostlyclean: mostlyclean-am
756 756
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
757 757
 	mostlyclean-libtool
758 758
 
759
+pdf: pdf-am
760
+
761
+pdf-am:
762
+
763
+ps: ps-am
764
+
765
+ps-am:
766
+
759 767
 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
760 768
 	uninstall-libLTLIBRARIES
761 769
 
762
-.PHONY: GTAGS all all-am check check-am clean clean-generic \
763
-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
764
-	distclean-depend distclean-generic distclean-libtool \
765
-	distclean-tags distdir dvi dvi-am info info-am install \
766
-	install-am install-data install-data-am install-exec \
770
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
771
+	clean-libLTLIBRARIES clean-libtool ctags distclean \
772
+	distclean-compile distclean-generic distclean-libtool \
773
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
774
+	install install-am install-data install-data-am install-exec \
767 775
 	install-exec-am install-includeHEADERS install-info \
768 776
 	install-info-am install-libLTLIBRARIES install-man \
769 777
 	install-strip installcheck installcheck-am installdirs \
770 778
 	maintainer-clean maintainer-clean-generic mostlyclean \
771 779
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
772
-	tags uninstall uninstall-am uninstall-includeHEADERS \
773
-	uninstall-info-am uninstall-libLTLIBRARIES
780
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
781
+	uninstall-includeHEADERS uninstall-info-am \
782
+	uninstall-libLTLIBRARIES
774 783
 
775 784
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 785
 # Otherwise a system limit (for SysV at least) may be exceeded.
... ...
@@ -1,8 +1,8 @@
1
-# Makefile.in generated by automake 1.6.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.8.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
-# Free Software Foundation, Inc.
4
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+# 2003, 2004  Free Software Foundation, Inc.
6 6
 # This Makefile.in is free software; the Free Software Foundation
7 7
 # gives unlimited permission to copy and/or distribute it,
8 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -30,95 +30,177 @@
30 30
 #  You should have received a copy of the GNU General Public License
31 31
 #  along with this program; if not, write to the Free Software
32 32
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
-SHELL = @SHELL@
33
+
34
+SOURCES = $(sigtool_SOURCES)
34 35
 
35 36
 srcdir = @srcdir@
36 37
 top_srcdir = @top_srcdir@
37 38
 VPATH = @srcdir@
38
-prefix = @prefix@
39
-exec_prefix = @exec_prefix@
40
-
41
-bindir = @bindir@
42
-sbindir = @sbindir@
43
-libexecdir = @libexecdir@
44
-datadir = @datadir@
45
-sysconfdir = @sysconfdir@
46
-sharedstatedir = @sharedstatedir@
47
-localstatedir = @localstatedir@
48
-libdir = @libdir@
49
-infodir = @infodir@
50
-mandir = @mandir@
51
-includedir = @includedir@
52
-oldincludedir = /usr/include
53 39
 pkgdatadir = $(datadir)/@PACKAGE@
54 40
 pkglibdir = $(libdir)/@PACKAGE@
55 41
 pkgincludedir = $(includedir)/@PACKAGE@
56 42
 top_builddir = ..
57
-
58
-ACLOCAL = @ACLOCAL@
59
-AUTOCONF = @AUTOCONF@
60
-AUTOMAKE = @AUTOMAKE@
61
-AUTOHEADER = @AUTOHEADER@
62
-
63 43
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 44
 INSTALL = @INSTALL@
65
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
-INSTALL_DATA = @INSTALL_DATA@
67 45
 install_sh_DATA = $(install_sh) -c -m 644
68 46
 install_sh_PROGRAM = $(install_sh) -c
69
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
47
+install_sh_SCRIPT = $(install_sh) -c
70 48
 INSTALL_HEADER = $(INSTALL_DATA)
71
-transform = @program_transform_name@
49
+transform = $(program_transform_name)
72 50
 NORMAL_INSTALL = :
73 51
 PRE_INSTALL = :
74 52
 POST_INSTALL = :
75 53
 NORMAL_UNINSTALL = :
76 54
 PRE_UNINSTALL = :
77 55
 POST_UNINSTALL = :
78
-build_alias = @build_alias@
79 56
 build_triplet = @build@
80
-host_alias = @host_alias@
81 57
 host_triplet = @host@
82
-target_alias = @target_alias@
83 58
 target_triplet = @target@
84
-
85
-EXEEXT = @EXEEXT@
86
-OBJEXT = @OBJEXT@
87
-PATH_SEPARATOR = @PATH_SEPARATOR@
59
+bin_PROGRAMS = sigtool$(EXEEXT)
60
+subdir = sigtool
61
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64
+	$(top_srcdir)/configure.in
65
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
+	$(ACLOCAL_M4)
67
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
+CONFIG_CLEAN_FILES =
70
+am__installdirs = "$(DESTDIR)$(bindir)"
71
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
+PROGRAMS = $(bin_PROGRAMS)
73
+am_sigtool_OBJECTS = output.$(OBJEXT) getopt.$(OBJEXT) \
74
+	memory.$(OBJEXT) cfgparser.$(OBJEXT) options.$(OBJEXT) \
75
+	sigtool.$(OBJEXT)
76
+sigtool_OBJECTS = $(am_sigtool_OBJECTS)
77
+sigtool_DEPENDENCIES = $(top_builddir)/clamscan/others.o
78
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
79
+depcomp = $(SHELL) $(top_srcdir)/depcomp
80
+am__depfiles_maybe = depfiles
81
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/getopt.Po \
82
+@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/options.Po \
83
+@AMDEP_TRUE@	./$(DEPDIR)/output.Po ./$(DEPDIR)/sigtool.Po
84
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
87
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
88
+	$(AM_CFLAGS) $(CFLAGS)
89
+CCLD = $(CC)
90
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
91
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
92
+SOURCES = $(sigtool_SOURCES)
93
+DIST_SOURCES = $(sigtool_SOURCES)
94
+ETAGS = etags
95
+CTAGS = ctags
96
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97
+ACLOCAL = @ACLOCAL@
88 98
 ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
99
+AMDEP_FALSE = @AMDEP_FALSE@
100
+AMDEP_TRUE = @AMDEP_TRUE@
89 101
 AMTAR = @AMTAR@
90
-AS = @AS@
102
+AUTOCONF = @AUTOCONF@
103
+AUTOHEADER = @AUTOHEADER@
104
+AUTOMAKE = @AUTOMAKE@
91 105
 AWK = @AWK@
106
+BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
107
+BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
92 108
 CC = @CC@
109
+CCDEPMODE = @CCDEPMODE@
93 110
 CFGDIR = @CFGDIR@
111
+CFLAGS = @CFLAGS@
94 112
 CLAMAVGROUP = @CLAMAVGROUP@
95 113
 CLAMAVUSER = @CLAMAVUSER@
96 114
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
97 115
 CLAMD_LIBS = @CLAMD_LIBS@
116
+CPP = @CPP@
117
+CPPFLAGS = @CPPFLAGS@
118
+CYGPATH_W = @CYGPATH_W@
98 119
 DBDIR = @DBDIR@
120
+DEFS = @DEFS@ -DCL_NOTHREADS
99 121
 DEPDIR = @DEPDIR@
100
-DLLTOOL = @DLLTOOL@
101 122
 ECHO = @ECHO@
123
+ECHO_C = @ECHO_C@
124
+ECHO_N = @ECHO_N@
125
+ECHO_T = @ECHO_T@
126
+EGREP = @EGREP@
127
+EXEEXT = @EXEEXT@
102 128
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
103 129
 GETENT = @GETENT@
130
+HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
131
+HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
132
+INSTALL_CLAMAV_CONF_FALSE = @INSTALL_CLAMAV_CONF_FALSE@
133
+INSTALL_CLAMAV_CONF_TRUE = @INSTALL_CLAMAV_CONF_TRUE@
134
+INSTALL_DATA = @INSTALL_DATA@
135
+INSTALL_FRESHCLAM_CONF_FALSE = @INSTALL_FRESHCLAM_CONF_FALSE@
136
+INSTALL_FRESHCLAM_CONF_TRUE = @INSTALL_FRESHCLAM_CONF_TRUE@
137
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
104 139
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
+LDFLAGS = @LDFLAGS@
105 141
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
106 142
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
143
+LIBOBJS = @LIBOBJS@
144
+LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
107 145
 LIBTOOL = @LIBTOOL@
108 146
 LN_S = @LN_S@
109
-OBJDUMP = @OBJDUMP@
147
+LTLIBOBJS = @LTLIBOBJS@
148
+MAKEINFO = @MAKEINFO@
149
+OBJEXT = @OBJEXT@
110 150
 PACKAGE = @PACKAGE@
151
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152
+PACKAGE_NAME = @PACKAGE_NAME@
153
+PACKAGE_STRING = @PACKAGE_STRING@
154
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
155
+PACKAGE_VERSION = @PACKAGE_VERSION@
156
+PATH_SEPARATOR = @PATH_SEPARATOR@
111 157
 RANLIB = @RANLIB@
112 158
 SENDMAIL = @SENDMAIL@
159
+SET_MAKE = @SET_MAKE@
160
+SHELL = @SHELL@
113 161
 STRIP = @STRIP@
114 162
 TH_SAFE = @TH_SAFE@
115 163
 VERSION = @VERSION@
164
+ac_ct_CC = @ac_ct_CC@
165
+ac_ct_RANLIB = @ac_ct_RANLIB@
166
+ac_ct_STRIP = @ac_ct_STRIP@
167
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
168
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116 169
 am__include = @am__include@
170
+am__leading_dot = @am__leading_dot@
117 171
 am__quote = @am__quote@
172
+bindir = @bindir@
173
+build = @build@
174
+build_alias = @build_alias@
175
+build_cpu = @build_cpu@
176
+build_os = @build_os@
177
+build_vendor = @build_vendor@
178
+datadir = @datadir@
179
+exec_prefix = @exec_prefix@
180
+host = @host@
181
+host_alias = @host_alias@
182
+host_cpu = @host_cpu@
183
+host_os = @host_os@
184
+host_vendor = @host_vendor@
185
+includedir = @includedir@
186
+infodir = @infodir@
118 187
 install_sh = @install_sh@
119
-
120
-bin_PROGRAMS = sigtool
121
-
188
+libdir = @libdir@
189
+libexecdir = @libexecdir@
190
+localstatedir = @localstatedir@
191
+mandir = @mandir@
192
+mkdir_p = @mkdir_p@
193
+oldincludedir = @oldincludedir@
194
+prefix = @prefix@
195
+program_transform_name = @program_transform_name@
196
+sbindir = @sbindir@
197
+sharedstatedir = @sharedstatedir@
198
+sysconfdir = @sysconfdir@
199
+target = @target@
200
+target_alias = @target_alias@
201
+target_cpu = @target_cpu@
202
+target_os = @target_os@
203
+target_vendor = @target_vendor@
122 204
 sigtool_SOURCES = \
123 205
     $(top_srcdir)/shared/output.c \
124 206
     $(top_srcdir)/shared/output.h \
... ...
@@ -132,90 +214,75 @@ sigtool_SOURCES = \
132 132
     options.h \
133 133
     sigtool.c
134 134
 
135
-
136 135
 sigtool_LDADD = $(top_builddir)/clamscan/others.o 
137
-
138
-DEFS = @DEFS@ -DCL_NOTHREADS
139 136
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
140
-LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
141
-subdir = sigtool
142
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
143
-CONFIG_HEADER = $(top_builddir)/clamav-config.h
144
-CONFIG_CLEAN_FILES =
145
-bin_PROGRAMS = sigtool$(EXEEXT)
146
-PROGRAMS = $(bin_PROGRAMS)
147
-
148
-am_sigtool_OBJECTS = output.$(OBJEXT) getopt.$(OBJEXT) memory.$(OBJEXT) \
149
-	cfgparser.$(OBJEXT) options.$(OBJEXT) sigtool.$(OBJEXT)
150
-sigtool_OBJECTS = $(am_sigtool_OBJECTS)
151
-sigtool_DEPENDENCIES = $(top_builddir)/clamscan/others.o
152
-sigtool_LDFLAGS =
153
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
154
-CPPFLAGS = @CPPFLAGS@
155
-LDFLAGS = @LDFLAGS@
156
-depcomp = $(SHELL) $(top_srcdir)/depcomp
157
-am__depfiles_maybe = depfiles
158
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/getopt.Po \
159
-@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/options.Po \
160
-@AMDEP_TRUE@	./$(DEPDIR)/output.Po ./$(DEPDIR)/sigtool.Po
161
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
164
-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165
-CCLD = $(CC)
166
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
168
-CFLAGS = @CFLAGS@
169
-DIST_SOURCES = $(sigtool_SOURCES)
170
-DIST_COMMON = Makefile.am Makefile.in
171
-SOURCES = $(sigtool_SOURCES)
172
-
173 137
 all: all-am
174 138
 
175 139
 .SUFFIXES:
176 140
 .SUFFIXES: .c .lo .o .obj
177
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
141
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
142
+	@for dep in $?; do \
143
+	  case '$(am__configure_deps)' in \
144
+	    *$$dep*) \
145
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
146
+		&& exit 0; \
147
+	      exit 1;; \
148
+	  esac; \
149
+	done; \
150
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  sigtool/Makefile'; \
178 151
 	cd $(top_srcdir) && \
179 152
 	  $(AUTOMAKE) --gnu  sigtool/Makefile
180
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
181
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
182
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
153
+.PRECIOUS: Makefile
154
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
155
+	@case '$?' in \
156
+	  *config.status*) \
157
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
158
+	  *) \
159
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
160
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
161
+	esac;
162
+
163
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
164
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
165
+
166
+$(top_srcdir)/configure:  $(am__configure_deps)
167
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
168
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
169
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
183 170
 install-binPROGRAMS: $(bin_PROGRAMS)
184 171
 	@$(NORMAL_INSTALL)
185
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
172
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
186 173
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
187 174
 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
188 175
 	  if test -f $$p \
189 176
 	     || test -f $$p1 \
190 177
 	  ; then \
191
-	    p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
192
-	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
193
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
194
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
178
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
179
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
180
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
195 181
 	  else :; fi; \
196 182
 	done
197 183
 
198 184
 uninstall-binPROGRAMS:
199 185
 	@$(NORMAL_UNINSTALL)
200 186
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
201
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
202
-	  f=`echo "$$f" | sed -e 's,^.*/,,'`; \
203
-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
204
-	  rm -f $(DESTDIR)$(bindir)/$$f; \
187
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
188
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
189
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
205 190
 	done
206 191
 
207 192
 clean-binPROGRAMS:
208
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
209
-output.$(OBJEXT): $(top_srcdir)/shared/output.c
210
-getopt.$(OBJEXT): $(top_srcdir)/shared/getopt.c
211
-memory.$(OBJEXT): $(top_srcdir)/shared/memory.c
212
-cfgparser.$(OBJEXT): $(top_srcdir)/shared/cfgparser.c
193
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
194
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
195
+	  echo " rm -f $$p $$f"; \
196
+	  rm -f $$p $$f ; \
197
+	done
213 198
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) 
214 199
 	@rm -f sigtool$(EXEEXT)
215 200
 	$(LINK) $(sigtool_LDFLAGS) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
216 201
 
217 202
 mostlyclean-compile:
218
-	-rm -f *.$(OBJEXT) core *.core
203
+	-rm -f *.$(OBJEXT)
219 204
 
220 205
 distclean-compile:
221 206
 	-rm -f *.tab.c
... ...
@@ -227,99 +294,125 @@ distclean-compile:
227 227
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
228 228
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigtool.Po@am__quote@
229 229
 
230
-distclean-depend:
231
-	-rm -rf ./$(DEPDIR)
232
-
233 230
 .c.o:
234
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
236
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237
-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
231
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
232
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
233
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
234
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
235
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
238 237
 
239 238
 .c.obj:
240
-@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
241
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
242
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243
-	$(COMPILE) -c `cygpath -w $<`
239
+@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
240
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
241
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
242
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
243
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
244
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
244 245
 
245 246
 .c.lo:
246
-@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
247
-@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
248
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249
-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
247
+@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
248
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
249
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
250
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
251
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
250 253
 
251 254
 output.o: $(top_srcdir)/shared/output.c
252
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
253
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
254
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
255
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
255
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
256
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
257
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
258
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
259
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
256 261
 
257 262
 output.obj: $(top_srcdir)/shared/output.c
258
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
259
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
260
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `cygpath -w $(top_srcdir)/shared/output.c`
263
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
264
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
265
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
266
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Po' tmpdepfile='$(DEPDIR)/output.TPo' @AMDEPBACKSLASH@
267
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
262 269
 
263 270
 output.lo: $(top_srcdir)/shared/output.c
264
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
265
-@AMDEP_TRUE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
266
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
271
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
272
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Plo"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
273
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
274
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/output.Plo' tmpdepfile='$(DEPDIR)/output.TPlo' @AMDEPBACKSLASH@
275
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
268 277
 
269 278
 getopt.o: $(top_srcdir)/shared/getopt.c
270
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
271
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
272
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
279
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
280
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
281
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
282
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
283
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
274 285
 
275 286
 getopt.obj: $(top_srcdir)/shared/getopt.c
276
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
277
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
278
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `cygpath -w $(top_srcdir)/shared/getopt.c`
287
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
288
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
289
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
290
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Po' tmpdepfile='$(DEPDIR)/getopt.TPo' @AMDEPBACKSLASH@
291
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
280 293
 
281 294
 getopt.lo: $(top_srcdir)/shared/getopt.c
282
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
283
-@AMDEP_TRUE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
284
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
295
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
296
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Plo"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
297
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
298
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/getopt.Plo' tmpdepfile='$(DEPDIR)/getopt.TPlo' @AMDEPBACKSLASH@
299
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
286 301
 
287 302
 memory.o: $(top_srcdir)/shared/memory.c
288
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
289
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
290
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
303
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
304
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
305
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
306
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
307
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
292 309
 
293 310
 memory.obj: $(top_srcdir)/shared/memory.c
294
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
295
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
296
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `cygpath -w $(top_srcdir)/shared/memory.c`
311
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
312
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
313
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
314
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Po' tmpdepfile='$(DEPDIR)/memory.TPo' @AMDEPBACKSLASH@
315
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
298 317
 
299 318
 memory.lo: $(top_srcdir)/shared/memory.c
300
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
301
-@AMDEP_TRUE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
302
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
319
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.lo -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
320
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Plo"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
321
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/memory.c' object='memory.lo' libtool=yes @AMDEPBACKSLASH@
322
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/memory.Plo' tmpdepfile='$(DEPDIR)/memory.TPlo' @AMDEPBACKSLASH@
323
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.lo `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
304 325
 
305 326
 cfgparser.o: $(top_srcdir)/shared/cfgparser.c
306
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
307
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
308
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
327
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
328
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
329
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
330
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
331
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
310 333
 
311 334
 cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
312
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
313
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
314
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `cygpath -w $(top_srcdir)/shared/cfgparser.c`
335
+@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
336
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
337
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
338
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Po' tmpdepfile='$(DEPDIR)/cfgparser.TPo' @AMDEPBACKSLASH@
339
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
316 341
 
317 342
 cfgparser.lo: $(top_srcdir)/shared/cfgparser.c
318
-@AMDEP_TRUE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
319
-@AMDEP_TRUE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
320
-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
-	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
322
-CCDEPMODE = @CCDEPMODE@
343
+@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.lo -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
344
+@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Plo"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
345
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.lo' libtool=yes @AMDEPBACKSLASH@
346
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/cfgparser.Plo' tmpdepfile='$(DEPDIR)/cfgparser.TPlo' @AMDEPBACKSLASH@
347
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
+@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.lo `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
323 349
 
324 350
 mostlyclean-libtool:
325 351
 	-rm -f *.lo
... ...
@@ -331,11 +424,6 @@ distclean-libtool:
331 331
 	-rm -f libtool
332 332
 uninstall-info-am:
333 333
 
334
-ETAGS = etags
335
-ETAGSFLAGS =
336
-
337
-tags: TAGS
338
-
339 334
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340 335
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341 336
 	unique=`for i in $$list; do \
... ...
@@ -344,6 +432,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344 344
 	  $(AWK) '    { files[$$0] = 1; } \
345 345
 	       END { for (i in files) print i; }'`; \
346 346
 	mkid -fID $$unique
347
+tags: TAGS
347 348
 
348 349
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349 350
 		$(TAGS_FILES) $(LISP)
... ...
@@ -358,6 +447,20 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
358 358
 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
359 359
 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360 360
 	     $$tags $$unique
361
+ctags: CTAGS
362
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
+		$(TAGS_FILES) $(LISP)
364
+	tags=; \
365
+	here=`pwd`; \
366
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367
+	unique=`for i in $$list; do \
368
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
+	  done | \
370
+	  $(AWK) '    { files[$$0] = 1; } \
371
+	       END { for (i in files) print i; }'`; \
372
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
373
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374
+	     $$tags $$unique
361 375
 
362 376
 GTAGS:
363 377
 	here=`$(am__cd) $(top_builddir) && pwd` \
... ...
@@ -365,19 +468,21 @@ GTAGS:
365 365
 	  && gtags -i $(GTAGS_ARGS) $$here
366 366
 
367 367
 distclean-tags:
368
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
369
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
370
-
371
-top_distdir = ..
372
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
368
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373 369
 
374 370
 distdir: $(DISTFILES)
375
-	@for file in $(DISTFILES); do \
371
+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
372
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
373
+	list='$(DISTFILES)'; for file in $$list; do \
374
+	  case $$file in \
375
+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
376
+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
377
+	  esac; \
376 378
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 379
 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
378 380
 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379 381
 	    dir="/$$dir"; \
380
-	    $(mkinstalldirs) "$(distdir)$$dir"; \
382
+	    $(mkdir_p) "$(distdir)$$dir"; \
381 383
 	  else \
382 384
 	    dir=''; \
383 385
 	  fi; \
... ...
@@ -395,10 +500,10 @@ distdir: $(DISTFILES)
395 395
 check-am: all-am
396 396
 check: check-am
397 397
 all-am: Makefile $(PROGRAMS)
398
-
399 398
 installdirs:
400
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
401
-
399
+	for dir in "$(DESTDIR)$(bindir)"; do \
400
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
401
+	done
402 402
 install: install-am
403 403
 install-exec: install-exec-am
404 404
 install-data: install-data-am
... ...
@@ -410,7 +515,7 @@ install-am: all-am
410 410
 installcheck: installcheck-am
411 411
 install-strip:
412 412
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413
-	  INSTALL_STRIP_FLAG=-s \
413
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414 414
 	  `test -z '$(STRIP)' || \
415 415
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
416 416
 mostlyclean-generic:
... ...
@@ -418,7 +523,7 @@ mostlyclean-generic:
418 418
 clean-generic:
419 419
 
420 420
 distclean-generic:
421
-	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
421
+	-rm -f $(CONFIG_CLEAN_FILES)
422 422
 
423 423
 maintainer-clean-generic:
424 424
 	@echo "This command is intended for maintainers to use"
... ...
@@ -428,14 +533,17 @@ clean: clean-am
428 428
 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
429 429
 
430 430
 distclean: distclean-am
431
-
432
-distclean-am: clean-am distclean-compile distclean-depend \
433
-	distclean-generic distclean-libtool distclean-tags
431
+	-rm -rf ./$(DEPDIR)
432
+	-rm -f Makefile
433
+distclean-am: clean-am distclean-compile distclean-generic \
434
+	distclean-libtool distclean-tags
434 435
 
435 436
 dvi: dvi-am
436 437
 
437 438
 dvi-am:
438 439
 
440
+html: html-am
441
+
439 442
 info: info-am
440 443
 
441 444
 info-am:
... ...
@@ -451,7 +559,8 @@ install-man:
451 451
 installcheck-am:
452 452
 
453 453
 maintainer-clean: maintainer-clean-am
454
-
454
+	-rm -rf ./$(DEPDIR)
455
+	-rm -f Makefile
455 456
 maintainer-clean-am: distclean-am maintainer-clean-generic
456 457
 
457 458
 mostlyclean: mostlyclean-am
... ...
@@ -459,18 +568,26 @@ mostlyclean: mostlyclean-am
459 459
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
460 460
 	mostlyclean-libtool
461 461
 
462
+pdf: pdf-am
463
+
464
+pdf-am:
465
+
466
+ps: ps-am
467
+
468
+ps-am:
469
+
462 470
 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
463 471
 
464
-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
465
-	clean-generic clean-libtool distclean distclean-compile \
466
-	distclean-depend distclean-generic distclean-libtool \
467
-	distclean-tags distdir dvi dvi-am info info-am install \
468
-	install-am install-binPROGRAMS install-data install-data-am \
469
-	install-exec install-exec-am install-info install-info-am \
470
-	install-man install-strip installcheck installcheck-am \
471
-	installdirs maintainer-clean maintainer-clean-generic \
472
-	mostlyclean mostlyclean-compile mostlyclean-generic \
473
-	mostlyclean-libtool tags uninstall uninstall-am \
472
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
473
+	clean-generic clean-libtool ctags distclean distclean-compile \
474
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
475
+	dvi-am html html-am info info-am install install-am \
476
+	install-binPROGRAMS install-data install-data-am install-exec \
477
+	install-exec-am install-info install-info-am install-man \
478
+	install-strip installcheck installcheck-am installdirs \
479
+	maintainer-clean maintainer-clean-generic mostlyclean \
480
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
481
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
474 482
 	uninstall-binPROGRAMS uninstall-info-am
475 483
 
476 484
 # Tell versions [3.59,3.63) of GNU make to not export all variables.