Codebase list squidview / e7c9113
Imported Debian patch 0.72-1 Willi Mann 11 years ago
24 changed file(s) with 3804 addition(s) and 2983 deletion(s). Raw diff Collapse all Expand all
00 >> Squidview history:
1
2 v0.72: 22 December 2007:
3 - minor changes to permit compilation with gcc v4.3
4 - c++ code cleanup to eliminate compiler warnings
5 - autoconf, automake cleanup
16
27 v0.71: 5 November 2006:
38 - applied edited patch from Vaclav Haisman which can boost speed of making
4 reports 2 times.
9 reports 2 times - big thanks.
510
611 v0.70: 14 March 2006:
712 - applied patch from Debian people to permit compilation in gcc 4.1.
0 squidview 0.6 (c) 2001 - 2004 Graeme Sheppard - GPL software
0 squidview 0.7x (c) 2001 - 2007 Graeme Sheppard - GPL software
11 www.rillion.net/squidview
22
33 --Overview
0 AUTOMAKE_OPTIONS = gnu
1 AM_CPPFLAGS = -DSHAREDIR='"$(datadir)/$(PACKAGE)"' @CPPFLAGS@
02 bin_PROGRAMS = squidview
13 squidview_SOURCES = squidview.cpp squidview.h
24 pkgdata_DATA = HOWTO BUGS users words aliases example.log
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1
2 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
35 # This Makefile.in is free software; the Free Software Foundation
46 # gives unlimited permission to copy and/or distribute it,
57 # with or without modifications, as long as this notice is preserved.
911 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1012 # PARTICULAR PURPOSE.
1113
12
13 SHELL = @SHELL@
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
14 @SET_MAKE@
15
16
1717 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
20
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DESTDIR =
35
3618 pkgdatadir = $(datadir)/@PACKAGE@
3719 pkglibdir = $(libdir)/@PACKAGE@
3820 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = .
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
5327 NORMAL_INSTALL = :
5428 PRE_INSTALL = :
5529 POST_INSTALL = :
5630 NORMAL_UNINSTALL = :
5731 PRE_UNINSTALL = :
5832 POST_UNINSTALL = :
33 bin_PROGRAMS = squidview$(EXEEXT)
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38 depcomp install-sh missing
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
44 configure.lineno config.status.lineno
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = config.h
47 CONFIG_CLEAN_FILES =
48 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
49 "$(DESTDIR)$(pkgdatadir)"
50 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51 PROGRAMS = $(bin_PROGRAMS)
52 am_squidview_OBJECTS = squidview.$(OBJEXT)
53 squidview_OBJECTS = $(am_squidview_OBJECTS)
54 squidview_LDADD = $(LDADD)
55 DEFAULT_INCLUDES = -I.@am__isrc@
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
60 CXXLD = $(CXX)
61 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
62 -o $@
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67 SOURCES = $(squidview_SOURCES)
68 DIST_SOURCES = $(squidview_SOURCES)
69 man1dir = $(mandir)/man1
70 NROFF = nroff
71 MANS = $(man_MANS)
72 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73 am__vpath_adj = case $$p in \
74 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75 *) f=$$p;; \
76 esac;
77 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
78 pkgdataDATA_INSTALL = $(INSTALL_DATA)
79 DATA = $(pkgdata_DATA)
80 ETAGS = etags
81 CTAGS = ctags
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 distdir = $(PACKAGE)-$(VERSION)
84 top_distdir = $(distdir)
85 am__remove_distdir = \
86 { test ! -d $(distdir) \
87 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
88 && rm -fr $(distdir); }; }
89 DIST_ARCHIVES = $(distdir).tar.gz
90 GZIP_ENV = --best
91 distuninstallcheck_listfiles = find . -type f -print
92 distcleancheck_listfiles = find . -type f -print
93 ACLOCAL = @ACLOCAL@
94 AMTAR = @AMTAR@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 ECHO_C = @ECHO_C@
112 ECHO_N = @ECHO_N@
113 ECHO_T = @ECHO_T@
114 EGREP = @EGREP@
115 EXEEXT = @EXEEXT@
116 GREP = @GREP@
117 INSTALL = @INSTALL@
118 INSTALL_DATA = @INSTALL_DATA@
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122 LDFLAGS = @LDFLAGS@
123 LIBOBJS = @LIBOBJS@
124 LIBS = @LIBS@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAKEINFO = @MAKEINFO@
127 MKDIR_P = @MKDIR_P@
128 OBJEXT = @OBJEXT@
129 PACKAGE = @PACKAGE@
130 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131 PACKAGE_NAME = @PACKAGE_NAME@
132 PACKAGE_STRING = @PACKAGE_STRING@
133 PACKAGE_TARNAME = @PACKAGE_TARNAME@
134 PACKAGE_VERSION = @PACKAGE_VERSION@
135 PATH_SEPARATOR = @PATH_SEPARATOR@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 STRIP = @STRIP@
139 VERSION = @VERSION@
140 abs_builddir = @abs_builddir@
141 abs_srcdir = @abs_srcdir@
142 abs_top_builddir = @abs_top_builddir@
143 abs_top_srcdir = @abs_top_srcdir@
144 ac_ct_CC = @ac_ct_CC@
145 ac_ct_CXX = @ac_ct_CXX@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build_alias = @build_alias@
153 builddir = @builddir@
154 datadir = @datadir@
155 datarootdir = @datarootdir@
156 docdir = @docdir@
157 dvidir = @dvidir@
158 exec_prefix = @exec_prefix@
59159 host_alias = @host_alias@
60 host_triplet = @host@
61 CC = @CC@
62 CXX = @CXX@
63 HAVE_LIB = @HAVE_LIB@
64 LIB = @LIB@
65 LTLIB = @LTLIB@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 VERSION = @VERSION@
69
70 bin_PROGRAMS = squidview
160 htmldir = @htmldir@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 localedir = @localedir@
167 localstatedir = @localstatedir@
168 mandir = @mandir@
169 mkdir_p = @mkdir_p@
170 oldincludedir = @oldincludedir@
171 pdfdir = @pdfdir@
172 prefix = @prefix@
173 program_transform_name = @program_transform_name@
174 psdir = @psdir@
175 sbindir = @sbindir@
176 sharedstatedir = @sharedstatedir@
177 srcdir = @srcdir@
178 sysconfdir = @sysconfdir@
179 target_alias = @target_alias@
180 top_builddir = @top_builddir@
181 top_srcdir = @top_srcdir@
182 AUTOMAKE_OPTIONS = gnu
183 AM_CPPFLAGS = -DSHAREDIR='"$(datadir)/$(PACKAGE)"' @CPPFLAGS@
71184 squidview_SOURCES = squidview.cpp squidview.h
72185 pkgdata_DATA = HOWTO BUGS users words aliases example.log
73186 man_MANS = squidview.1
74187 EXTRA_DIST = Makefile.old HOWTO BUGS $(man_MANS) users words aliases example.log
75 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = config.h
78 CONFIG_CLEAN_FILES =
79 PROGRAMS = $(bin_PROGRAMS)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) -I.
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 squidview_OBJECTS = squidview.o
87 squidview_LDADD = $(LDADD)
88 squidview_DEPENDENCIES =
89 squidview_LDFLAGS =
90 CXXFLAGS = @CXXFLAGS@
91 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
92 CXXLD = $(CXX)
93 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 man1dir = $(mandir)/man1
99 MANS = $(man_MANS)
100
101 NROFF = nroff
102 DATA = $(pkgdata_DATA)
103
104 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
105 Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
106 config.sub configure configure.in install-sh missing mkinstalldirs
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = tar
112 GZIP_ENV = --best
113 SOURCES = $(squidview_SOURCES)
114 OBJECTS = $(squidview_OBJECTS)
115
116 all: all-redirect
188 all: config.h
189 $(MAKE) $(AM_MAKEFLAGS) all-am
190
117191 .SUFFIXES:
118 .SUFFIXES: .S .c .cpp .o .s
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
121
122 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
123 cd $(top_builddir) \
124 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126 $(ACLOCAL_M4): configure.in
127 cd $(srcdir) && $(ACLOCAL)
128
129 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
192 .SUFFIXES: .cpp .o .obj
193 am--refresh:
194 @:
195 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
196 @for dep in $?; do \
197 case '$(am__configure_deps)' in \
198 *$$dep*) \
199 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
200 cd $(srcdir) && $(AUTOMAKE) --gnu \
201 && exit 0; \
202 exit 1;; \
203 esac; \
204 done; \
205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
206 cd $(top_srcdir) && \
207 $(AUTOMAKE) --gnu Makefile
208 .PRECIOUS: Makefile
209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210 @case '$?' in \
211 *config.status*) \
212 echo ' $(SHELL) ./config.status'; \
213 $(SHELL) ./config.status;; \
214 *) \
215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
216 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
217 esac;
218
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
130220 $(SHELL) ./config.status --recheck
131 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
221
222 $(top_srcdir)/configure: $(am__configure_deps)
132223 cd $(srcdir) && $(AUTOCONF)
133
134 config.h: stamp-h
224 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
225 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
226
227 config.h: stamp-h1
135228 @if test ! -f $@; then \
136 rm -f stamp-h; \
137 $(MAKE) stamp-h; \
229 rm -f stamp-h1; \
230 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
138231 else :; fi
139 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
140 cd $(top_builddir) \
141 && CONFIG_FILES= CONFIG_HEADERS=config.h \
142 $(SHELL) ./config.status
143 @echo timestamp > stamp-h 2> /dev/null
144 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
145 @if test ! -f $@; then \
146 rm -f $(srcdir)/stamp-h.in; \
147 $(MAKE) $(srcdir)/stamp-h.in; \
148 else :; fi
149 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
232
233 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
234 @rm -f stamp-h1
235 cd $(top_builddir) && $(SHELL) ./config.status config.h
236 $(srcdir)/config.h.in: $(am__configure_deps)
150237 cd $(top_srcdir) && $(AUTOHEADER)
151 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
152
153 mostlyclean-hdr:
154
155 clean-hdr:
238 rm -f stamp-h1
239 touch $@
156240
157241 distclean-hdr:
158 -rm -f config.h
159
160 maintainer-clean-hdr:
161
162 mostlyclean-binPROGRAMS:
242 -rm -f config.h stamp-h1
243 install-binPROGRAMS: $(bin_PROGRAMS)
244 @$(NORMAL_INSTALL)
245 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
246 @list='$(bin_PROGRAMS)'; for p in $$list; do \
247 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
248 if test -f $$p \
249 ; then \
250 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
251 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
252 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
253 else :; fi; \
254 done
255
256 uninstall-binPROGRAMS:
257 @$(NORMAL_UNINSTALL)
258 @list='$(bin_PROGRAMS)'; for p in $$list; do \
259 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
260 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
261 rm -f "$(DESTDIR)$(bindir)/$$f"; \
262 done
163263
164264 clean-binPROGRAMS:
165265 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
166
167 distclean-binPROGRAMS:
168
169 maintainer-clean-binPROGRAMS:
170
171 install-binPROGRAMS: $(bin_PROGRAMS)
172 @$(NORMAL_INSTALL)
173 $(mkinstalldirs) $(DESTDIR)$(bindir)
174 @list='$(bin_PROGRAMS)'; for p in $$list; do \
175 if test -f $$p; then \
176 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
177 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
178 else :; fi; \
179 done
180
181 uninstall-binPROGRAMS:
182 @$(NORMAL_UNINSTALL)
183 list='$(bin_PROGRAMS)'; for p in $$list; do \
184 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
185 done
186
187 .c.o:
188 $(COMPILE) -c $<
189
190 .s.o:
191 $(COMPILE) -c $<
192
193 .S.o:
194 $(COMPILE) -c $<
266 squidview$(EXEEXT): $(squidview_OBJECTS) $(squidview_DEPENDENCIES)
267 @rm -f squidview$(EXEEXT)
268 $(CXXLINK) $(squidview_OBJECTS) $(squidview_LDADD) $(LIBS)
195269
196270 mostlyclean-compile:
197 -rm -f *.o core *.core
198
199 clean-compile:
271 -rm -f *.$(OBJEXT)
200272
201273 distclean-compile:
202274 -rm -f *.tab.c
203275
204 maintainer-clean-compile:
205
206 squidview: $(squidview_OBJECTS) $(squidview_DEPENDENCIES)
207 @rm -f squidview
208 $(CXXLINK) $(squidview_LDFLAGS) $(squidview_OBJECTS) $(squidview_LDADD) $(LIBS)
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/squidview.Po@am__quote@
277
209278 .cpp.o:
210 $(CXXCOMPILE) -c $<
211
212 install-man1:
213 $(mkinstalldirs) $(DESTDIR)$(man1dir)
214 @list='$(man1_MANS)'; \
215 l2='$(man_MANS)'; for i in $$l2; do \
279 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
284
285 .cpp.obj:
286 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
287 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
291 install-man1: $(man1_MANS) $(man_MANS)
292 @$(NORMAL_INSTALL)
293 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
294 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
295 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
296 for i in $$l2; do \
216297 case "$$i" in \
217298 *.1*) list="$$list $$i" ;; \
218299 esac; \
221302 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
222303 else file=$$i; fi; \
223304 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
305 case "$$ext" in \
306 1*) ;; \
307 *) ext='1' ;; \
308 esac; \
224309 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
310 inst=`echo $$inst | sed -e 's/^.*\///'`; \
225311 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
226 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
227 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
228 done
229
312 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
313 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
314 done
230315 uninstall-man1:
231 @list='$(man1_MANS)'; \
232 l2='$(man_MANS)'; for i in $$l2; do \
316 @$(NORMAL_UNINSTALL)
317 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
318 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
319 for i in $$l2; do \
233320 case "$$i" in \
234321 *.1*) list="$$list $$i" ;; \
235322 esac; \
236323 done; \
237324 for i in $$list; do \
238325 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
326 case "$$ext" in \
327 1*) ;; \
328 *) ext='1' ;; \
329 esac; \
239330 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
331 inst=`echo $$inst | sed -e 's/^.*\///'`; \
240332 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
241 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
242 rm -f $(DESTDIR)$(man1dir)/$$inst; \
243 done
244 install-man: $(MANS)
245 @$(NORMAL_INSTALL)
246 $(MAKE) $(AM_MAKEFLAGS) install-man1
247 uninstall-man:
248 @$(NORMAL_UNINSTALL)
249 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
250
333 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
334 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
335 done
251336 install-pkgdataDATA: $(pkgdata_DATA)
252337 @$(NORMAL_INSTALL)
253 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
338 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
254339 @list='$(pkgdata_DATA)'; for p in $$list; do \
255 if test -f $(srcdir)/$$p; then \
256 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
257 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
258 else if test -f $$p; then \
259 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
260 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
261 fi; fi; \
340 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
341 f=$(am__strip_dir) \
342 echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
343 $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
262344 done
263345
264346 uninstall-pkgdataDATA:
265347 @$(NORMAL_UNINSTALL)
266 list='$(pkgdata_DATA)'; for p in $$list; do \
267 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
268 done
269
348 @list='$(pkgdata_DATA)'; for p in $$list; do \
349 f=$(am__strip_dir) \
350 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
351 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
352 done
353
354 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356 unique=`for i in $$list; do \
357 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358 done | \
359 $(AWK) ' { files[$$0] = 1; } \
360 END { for (i in files) print i; }'`; \
361 mkid -fID $$unique
270362 tags: TAGS
271363
272 ID: $(HEADERS) $(SOURCES) $(LISP)
273 list='$(SOURCES) $(HEADERS)'; \
274 unique=`for i in $$list; do echo $$i; done | \
275 awk ' { files[$$0] = 1; } \
276 END { for (i in files) print i; }'`; \
277 here=`pwd` && cd $(srcdir) \
278 && mkid -f$$here/ID $$unique $(LISP)
279
280 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
364 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
365 $(TAGS_FILES) $(LISP)
281366 tags=; \
282367 here=`pwd`; \
283 list='$(SOURCES) $(HEADERS)'; \
284 unique=`for i in $$list; do echo $$i; done | \
285 awk ' { files[$$0] = 1; } \
368 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
369 unique=`for i in $$list; do \
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 done | \
372 $(AWK) ' { files[$$0] = 1; } \
286373 END { for (i in files) print i; }'`; \
287 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
288 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
289
290 mostlyclean-tags:
291
292 clean-tags:
374 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
375 test -n "$$unique" || unique=$$empty_fix; \
376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377 $$tags $$unique; \
378 fi
379 ctags: CTAGS
380 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
382 tags=; \
383 here=`pwd`; \
384 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
385 unique=`for i in $$list; do \
386 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387 done | \
388 $(AWK) ' { files[$$0] = 1; } \
389 END { for (i in files) print i; }'`; \
390 test -z "$(CTAGS_ARGS)$$tags$$unique" \
391 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392 $$tags $$unique
393
394 GTAGS:
395 here=`$(am__cd) $(top_builddir) && pwd` \
396 && cd $(top_srcdir) \
397 && gtags -i $(GTAGS_ARGS) $$here
293398
294399 distclean-tags:
295 -rm -f TAGS ID
296
297 maintainer-clean-tags:
298
299 distdir = $(PACKAGE)-$(VERSION)
300 top_distdir = $(distdir)
400 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401
402 distdir: $(DISTFILES)
403 $(am__remove_distdir)
404 test -d $(distdir) || mkdir $(distdir)
405 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407 list='$(DISTFILES)'; \
408 dist_files=`for file in $$list; do echo $$file; done | \
409 sed -e "s|^$$srcdirstrip/||;t" \
410 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
411 case $$dist_files in \
412 */*) $(MKDIR_P) `echo "$$dist_files" | \
413 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
414 sort -u` ;; \
415 esac; \
416 for file in $$dist_files; do \
417 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418 if test -d $$d/$$file; then \
419 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
422 fi; \
423 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
424 else \
425 test -f $(distdir)/$$file \
426 || cp -p $$d/$$file $(distdir)/$$file \
427 || exit 1; \
428 fi; \
429 done
430 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
431 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
432 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
433 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
434 || chmod -R a+r $(distdir)
435 dist-gzip: distdir
436 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
437 $(am__remove_distdir)
438
439 dist-bzip2: distdir
440 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
441 $(am__remove_distdir)
442
443 dist-tarZ: distdir
444 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
445 $(am__remove_distdir)
446
447 dist-shar: distdir
448 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
449 $(am__remove_distdir)
450
451 dist-zip: distdir
452 -rm -f $(distdir).zip
453 zip -rq $(distdir).zip $(distdir)
454 $(am__remove_distdir)
455
456 dist dist-all: distdir
457 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
458 $(am__remove_distdir)
301459
302460 # This target untars the dist file and tries a VPATH configuration. Then
303461 # it guarantees that the distribution is self-contained by making another
304462 # tarfile.
305463 distcheck: dist
306 -rm -rf $(distdir)
307 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
308 mkdir $(distdir)/=build
309 mkdir $(distdir)/=inst
310 dc_install_base=`cd $(distdir)/=inst && pwd`; \
311 cd $(distdir)/=build \
312 && ../configure --srcdir=.. --prefix=$$dc_install_base \
464 case '$(DIST_ARCHIVES)' in \
465 *.tar.gz*) \
466 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
467 *.tar.bz2*) \
468 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
469 *.tar.Z*) \
470 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
471 *.shar.gz*) \
472 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
473 *.zip*) \
474 unzip $(distdir).zip ;;\
475 esac
476 chmod -R a-w $(distdir); chmod a+w $(distdir)
477 mkdir $(distdir)/_build
478 mkdir $(distdir)/_inst
479 chmod a-w $(distdir)
480 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
481 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
482 && cd $(distdir)/_build \
483 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
484 $(DISTCHECK_CONFIGURE_FLAGS) \
313485 && $(MAKE) $(AM_MAKEFLAGS) \
314486 && $(MAKE) $(AM_MAKEFLAGS) dvi \
315487 && $(MAKE) $(AM_MAKEFLAGS) check \
316488 && $(MAKE) $(AM_MAKEFLAGS) install \
317489 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
318 && $(MAKE) $(AM_MAKEFLAGS) dist
319 -rm -rf $(distdir)
320 @banner="$(distdir).tar.gz is ready for distribution"; \
321 dashes=`echo "$$banner" | sed s/./=/g`; \
322 echo "$$dashes"; \
323 echo "$$banner"; \
324 echo "$$dashes"
325 dist: distdir
326 -chmod -R a+r $(distdir)
327 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
328 -rm -rf $(distdir)
329 dist-all: distdir
330 -chmod -R a+r $(distdir)
331 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
332 -rm -rf $(distdir)
333 distdir: $(DISTFILES)
334 -rm -rf $(distdir)
335 mkdir $(distdir)
336 -chmod 777 $(distdir)
337 @for file in $(DISTFILES); do \
338 d=$(srcdir); \
339 if test -d $$d/$$file; then \
340 cp -pr $$d/$$file $(distdir)/$$file; \
341 else \
342 test -f $(distdir)/$$file \
343 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
344 || cp -p $$d/$$file $(distdir)/$$file || :; \
345 fi; \
346 done
347 squidview.o: squidview.cpp config.h squidview.h
348
349 info-am:
350 info: info-am
351 dvi-am:
352 dvi: dvi-am
490 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
491 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
492 distuninstallcheck \
493 && chmod -R a-w "$$dc_install_base" \
494 && ({ \
495 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
496 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
497 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
498 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
499 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
500 } || { rm -rf "$$dc_destdir"; exit 1; }) \
501 && rm -rf "$$dc_destdir" \
502 && $(MAKE) $(AM_MAKEFLAGS) dist \
503 && rm -rf $(DIST_ARCHIVES) \
504 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
505 $(am__remove_distdir)
506 @(echo "$(distdir) archives ready for distribution: "; \
507 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
508 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
509 distuninstallcheck:
510 @cd $(distuninstallcheck_dir) \
511 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
512 || { echo "ERROR: files left after uninstall:" ; \
513 if test -n "$(DESTDIR)"; then \
514 echo " (check DESTDIR support)"; \
515 fi ; \
516 $(distuninstallcheck_listfiles) ; \
517 exit 1; } >&2
518 distcleancheck: distclean
519 @if test '$(srcdir)' = . ; then \
520 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
521 exit 1 ; \
522 fi
523 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
524 || { echo "ERROR: files left in build directory after distclean:" ; \
525 $(distcleancheck_listfiles) ; \
526 exit 1; } >&2
353527 check-am: all-am
354528 check: check-am
355 installcheck-am:
356 installcheck: installcheck-am
357 all-recursive-am: config.h
358 $(MAKE) $(AM_MAKEFLAGS) all-recursive
359
360 install-exec-am: install-binPROGRAMS
529 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
530 installdirs:
531 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgdatadir)"; do \
532 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
533 done
534 install: install-am
361535 install-exec: install-exec-am
362
363 install-data-am: install-man install-pkgdataDATA
364536 install-data: install-data-am
537 uninstall: uninstall-am
365538
366539 install-am: all-am
367540 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368 install: install-am
369 uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-pkgdataDATA
370 uninstall: uninstall-am
371 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
372 all-redirect: all-am
541
542 installcheck: installcheck-am
373543 install-strip:
374 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
375 installdirs:
376 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
377 $(DESTDIR)$(pkgdatadir)
378
379
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 `test -z '$(STRIP)' || \
547 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380548 mostlyclean-generic:
381549
382550 clean-generic:
383551
384552 distclean-generic:
385 -rm -f Makefile $(CONFIG_CLEAN_FILES)
386 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387554
388555 maintainer-clean-generic:
389 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
390 mostlyclean-compile mostlyclean-tags \
391 mostlyclean-generic
556 @echo "This command is intended for maintainers to use"
557 @echo "it deletes files that may require special tools to rebuild."
558 clean: clean-am
559
560 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
561
562 distclean: distclean-am
563 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
564 -rm -rf ./$(DEPDIR)
565 -rm -f Makefile
566 distclean-am: clean-am distclean-compile distclean-generic \
567 distclean-hdr distclean-tags
568
569 dvi: dvi-am
570
571 dvi-am:
572
573 html: html-am
574
575 info: info-am
576
577 info-am:
578
579 install-data-am: install-man install-pkgdataDATA
580
581 install-dvi: install-dvi-am
582
583 install-exec-am: install-binPROGRAMS
584
585 install-html: install-html-am
586
587 install-info: install-info-am
588
589 install-man: install-man1
590
591 install-pdf: install-pdf-am
592
593 install-ps: install-ps-am
594
595 installcheck-am:
596
597 maintainer-clean: maintainer-clean-am
598 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
599 -rm -rf $(top_srcdir)/autom4te.cache
600 -rm -rf ./$(DEPDIR)
601 -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
392603
393604 mostlyclean: mostlyclean-am
394605
395 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
396 clean-generic mostlyclean-am
397
398 clean: clean-am
399
400 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
401 distclean-tags distclean-generic clean-am
402
403 distclean: distclean-am
404 -rm -f config.status
405
406 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
407 maintainer-clean-compile maintainer-clean-tags \
408 maintainer-clean-generic distclean-am
409 @echo "This command is intended for maintainers to use;"
410 @echo "it deletes files that may require special tools to rebuild."
411
412 maintainer-clean: maintainer-clean-am
413 -rm -f config.status
414
415 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
416 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
417 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
418 mostlyclean-compile distclean-compile clean-compile \
419 maintainer-clean-compile install-man1 uninstall-man1 install-man \
420 uninstall-man uninstall-pkgdataDATA install-pkgdataDATA tags \
421 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
422 distdir info-am info dvi-am dvi check check-am installcheck-am \
423 installcheck all-recursive-am install-exec-am install-exec \
424 install-data-am install-data install-am install uninstall-am uninstall \
425 all-redirect all-am all installdirs mostlyclean-generic \
426 distclean-generic clean-generic maintainer-clean-generic clean \
427 mostlyclean distclean maintainer-clean
428
606 mostlyclean-am: mostlyclean-compile mostlyclean-generic
607
608 pdf: pdf-am
609
610 pdf-am:
611
612 ps: ps-am
613
614 ps-am:
615
616 uninstall-am: uninstall-binPROGRAMS uninstall-man \
617 uninstall-pkgdataDATA
618
619 uninstall-man: uninstall-man1
620
621 .MAKE: install-am install-strip
622
623 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
624 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
625 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
626 distclean-compile distclean-generic distclean-hdr \
627 distclean-tags distcleancheck distdir distuninstallcheck dvi \
628 dvi-am html html-am info info-am install install-am \
629 install-binPROGRAMS install-data install-data-am install-dvi \
630 install-dvi-am install-exec install-exec-am install-html \
631 install-html-am install-info install-info-am install-man \
632 install-man1 install-pdf install-pdf-am install-pkgdataDATA \
633 install-ps install-ps-am install-strip installcheck \
634 installcheck-am installdirs maintainer-clean \
635 maintainer-clean-generic mostlyclean mostlyclean-compile \
636 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
637 uninstall-am uninstall-binPROGRAMS uninstall-man \
638 uninstall-man1 uninstall-pkgdataDATA
429639
430640 # Tell versions [3.59,3.63) of GNU make to not export all variables.
431641 # Otherwise a system limit (for SysV at least) may be exceeded.
0 squidview 0.60 (c) 2001 - 2004 Graeme Sheppard - GPL software
0 squidview 0.7x (c) 2001 - 2007 Graeme Sheppard - GPL software
11 www.rillion.net/squidview
22
33 --Overview
0 dnl aclocal.m4 generated automatically by aclocal 1.4-p6
1
2 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl This program is distributed in the hope that it will be useful,
8 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10 dnl PARTICULAR PURPOSE.
11
12 # lib-prefix.m4 serial 5 (gettext-0.15)
13 dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
14 dnl This file is free software; the Free Software Foundation
15 dnl gives unlimited permission to copy and/or distribute it,
16 dnl with or without modifications, as long as this notice is preserved.
17
18 dnl From Bruno Haible.
19
20 dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
21 dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
22 dnl require excessive bracketing.
23 ifdef([AC_HELP_STRING],
24 [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
25 [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
26
27 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
28 dnl to access previously installed libraries. The basic assumption is that
29 dnl a user will want packages to use other packages he previously installed
30 dnl with the same --prefix option.
31 dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
32 dnl libraries, but is otherwise very convenient.
33 AC_DEFUN([AC_LIB_PREFIX],
34 [
35 AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
36 AC_REQUIRE([AC_PROG_CC])
37 AC_REQUIRE([AC_CANONICAL_HOST])
38 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
39 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
40 dnl By default, look in $includedir and $libdir.
41 use_additional=yes
42 AC_LIB_WITH_FINAL_PREFIX([
43 eval additional_includedir=\"$includedir\"
44 eval additional_libdir=\"$libdir\"
45 ])
46 AC_LIB_ARG_WITH([lib-prefix],
47 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
48 --without-lib-prefix don't search for libraries in includedir and libdir],
49 [
50 if test "X$withval" = "Xno"; then
51 use_additional=no
52 else
53 if test "X$withval" = "X"; then
54 AC_LIB_WITH_FINAL_PREFIX([
55 eval additional_includedir=\"$includedir\"
56 eval additional_libdir=\"$libdir\"
57 ])
58 else
59 additional_includedir="$withval/include"
60 additional_libdir="$withval/$acl_libdirstem"
61 fi
62 fi
63 ])
64 if test $use_additional = yes; then
65 dnl Potentially add $additional_includedir to $CPPFLAGS.
66 dnl But don't add it
67 dnl 1. if it's the standard /usr/include,
68 dnl 2. if it's already present in $CPPFLAGS,
69 dnl 3. if it's /usr/local/include and we are using GCC on Linux,
70 dnl 4. if it doesn't exist as a directory.
71 if test "X$additional_includedir" != "X/usr/include"; then
72 haveit=
73 for x in $CPPFLAGS; do
74 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
75 if test "X$x" = "X-I$additional_includedir"; then
76 haveit=yes
77 break
78 fi
79 done
80 if test -z "$haveit"; then
81 if test "X$additional_includedir" = "X/usr/local/include"; then
82 if test -n "$GCC"; then
83 case $host_os in
84 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
85 esac
86 fi
87 fi
88 if test -z "$haveit"; then
89 if test -d "$additional_includedir"; then
90 dnl Really add $additional_includedir to $CPPFLAGS.
91 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
92 fi
93 fi
94 fi
95 fi
96 dnl Potentially add $additional_libdir to $LDFLAGS.
97 dnl But don't add it
98 dnl 1. if it's the standard /usr/lib,
99 dnl 2. if it's already present in $LDFLAGS,
100 dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
101 dnl 4. if it doesn't exist as a directory.
102 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
103 haveit=
104 for x in $LDFLAGS; do
105 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
106 if test "X$x" = "X-L$additional_libdir"; then
107 haveit=yes
108 break
109 fi
110 done
111 if test -z "$haveit"; then
112 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
113 if test -n "$GCC"; then
114 case $host_os in
115 linux*) haveit=yes;;
116 esac
117 fi
118 fi
119 if test -z "$haveit"; then
120 if test -d "$additional_libdir"; then
121 dnl Really add $additional_libdir to $LDFLAGS.
122 LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
123 fi
124 fi
125 fi
126 fi
127 fi
128 ])
129
130 dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
131 dnl acl_final_exec_prefix, containing the values to which $prefix and
132 dnl $exec_prefix will expand at the end of the configure script.
133 AC_DEFUN([AC_LIB_PREPARE_PREFIX],
134 [
135 dnl Unfortunately, prefix and exec_prefix get only finally determined
136 dnl at the end of configure.
137 if test "X$prefix" = "XNONE"; then
138 acl_final_prefix="$ac_default_prefix"
139 else
140 acl_final_prefix="$prefix"
141 fi
142 if test "X$exec_prefix" = "XNONE"; then
143 acl_final_exec_prefix='${prefix}'
144 else
145 acl_final_exec_prefix="$exec_prefix"
146 fi
147 acl_save_prefix="$prefix"
148 prefix="$acl_final_prefix"
149 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
150 prefix="$acl_save_prefix"
151 ])
152
153 dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
154 dnl variables prefix and exec_prefix bound to the values they will have
155 dnl at the end of the configure script.
156 AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
157 [
158 acl_save_prefix="$prefix"
159 prefix="$acl_final_prefix"
160 acl_save_exec_prefix="$exec_prefix"
161 exec_prefix="$acl_final_exec_prefix"
162 $1
163 exec_prefix="$acl_save_exec_prefix"
164 prefix="$acl_save_prefix"
165 ])
166
167 dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing
168 dnl the basename of the libdir, either "lib" or "lib64".
169 AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
170 [
171 dnl There is no formal standard regarding lib and lib64. The current
172 dnl practice is that on a system supporting 32-bit and 64-bit instruction
173 dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit
174 dnl libraries go under $prefix/lib. We determine the compiler's default
175 dnl mode by looking at the compiler's library search path. If at least
176 dnl of its elements ends in /lib64 or points to a directory whose absolute
177 dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the
178 dnl default, namely "lib".
179 acl_libdirstem=lib
180 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
181 if test -n "$searchpath"; then
182 acl_save_IFS="${IFS= }"; IFS=":"
183 for searchdir in $searchpath; do
184 if test -d "$searchdir"; then
185 case "$searchdir" in
186 */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
187 *) searchdir=`cd "$searchdir" && pwd`
188 case "$searchdir" in
189 */lib64 ) acl_libdirstem=lib64 ;;
190 esac ;;
191 esac
192 fi
193 done
194 IFS="$acl_save_IFS"
195 fi
196 ])
197
198 # lib-link.m4 serial 8 (gettext-0.15)
199 dnl Copyright (C) 2001-2006 Free Software Foundation, Inc.
200 dnl This file is free software; the Free Software Foundation
201 dnl gives unlimited permission to copy and/or distribute it,
202 dnl with or without modifications, as long as this notice is preserved.
203
204 dnl From Bruno Haible.
205
206 AC_PREREQ(2.50)
207
208 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
209 dnl the libraries corresponding to explicit and implicit dependencies.
210 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
211 dnl augments the CPPFLAGS variable.
212 AC_DEFUN([AC_LIB_LINKFLAGS],
213 [
214 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
215 AC_REQUIRE([AC_LIB_RPATH])
216 define([Name],[translit([$1],[./-], [___])])
217 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
218 [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
219 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
220 AC_LIB_LINKFLAGS_BODY([$1], [$2])
221 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
222 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
223 ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
224 ])
225 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
226 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
227 INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
228 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
229 AC_SUBST([LIB]NAME)
230 AC_SUBST([LTLIB]NAME)
231 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
232 dnl results of this search when this library appears as a dependency.
233 HAVE_LIB[]NAME=yes
234 undefine([Name])
235 undefine([NAME])
236 ])
237
238 dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
239 dnl searches for libname and the libraries corresponding to explicit and
240 dnl implicit dependencies, together with the specified include files and
241 dnl the ability to compile and link the specified testcode. If found, it
242 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
243 dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
244 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
245 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
246 AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
247 [
248 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
249 AC_REQUIRE([AC_LIB_RPATH])
250 define([Name],[translit([$1],[./-], [___])])
251 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
252 [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
253
254 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
255 dnl accordingly.
256 AC_LIB_LINKFLAGS_BODY([$1], [$2])
257
258 dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
259 dnl because if the user has installed lib[]Name and not disabled its use
260 dnl via --without-lib[]Name-prefix, he wants to use it.
261 ac_save_CPPFLAGS="$CPPFLAGS"
262 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
263
264 AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
265 ac_save_LIBS="$LIBS"
266 LIBS="$LIBS $LIB[]NAME"
267 AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
268 LIBS="$ac_save_LIBS"
269 ])
270 if test "$ac_cv_lib[]Name" = yes; then
271 HAVE_LIB[]NAME=yes
272 AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
273 AC_MSG_CHECKING([how to link with lib[]$1])
274 AC_MSG_RESULT([$LIB[]NAME])
275 else
276 HAVE_LIB[]NAME=no
277 dnl If $LIB[]NAME didn't lead to a usable library, we don't need
278 dnl $INC[]NAME either.
279 CPPFLAGS="$ac_save_CPPFLAGS"
280 LIB[]NAME=
281 LTLIB[]NAME=
282 fi
283 AC_SUBST([HAVE_LIB]NAME)
284 AC_SUBST([LIB]NAME)
285 AC_SUBST([LTLIB]NAME)
286 undefine([Name])
287 undefine([NAME])
288 ])
289
290 dnl Determine the platform dependent parameters needed to use rpath:
291 dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
292 dnl hardcode_direct, hardcode_minus_L.
293 AC_DEFUN([AC_LIB_RPATH],
294 [
295 dnl Tell automake >= 1.10 to complain if config.rpath is missing.
296 m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
297 AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS
298 AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
299 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
300 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
301 AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
302 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
303 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
304 . ./conftest.sh
305 rm -f ./conftest.sh
306 acl_cv_rpath=done
307 ])
308 wl="$acl_cv_wl"
309 libext="$acl_cv_libext"
310 shlibext="$acl_cv_shlibext"
311 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
312 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
313 hardcode_direct="$acl_cv_hardcode_direct"
314 hardcode_minus_L="$acl_cv_hardcode_minus_L"
315 dnl Determine whether the user wants rpath handling at all.
316 AC_ARG_ENABLE(rpath,
317 [ --disable-rpath do not hardcode runtime library paths],
318 :, enable_rpath=yes)
319 ])
320
321 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
322 dnl the libraries corresponding to explicit and implicit dependencies.
323 dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
324 AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
325 [
326 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
327 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
328 [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
329 dnl By default, look in $includedir and $libdir.
330 use_additional=yes
331 AC_LIB_WITH_FINAL_PREFIX([
332 eval additional_includedir=\"$includedir\"
333 eval additional_libdir=\"$libdir\"
334 ])
335 AC_LIB_ARG_WITH([lib$1-prefix],
336 [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib
337 --without-lib$1-prefix don't search for lib$1 in includedir and libdir],
338 [
339 if test "X$withval" = "Xno"; then
340 use_additional=no
341 else
342 if test "X$withval" = "X"; then
343 AC_LIB_WITH_FINAL_PREFIX([
344 eval additional_includedir=\"$includedir\"
345 eval additional_libdir=\"$libdir\"
346 ])
347 else
348 additional_includedir="$withval/include"
349 additional_libdir="$withval/$acl_libdirstem"
350 fi
351 fi
352 ])
353 dnl Search the library and its dependencies in $additional_libdir and
354 dnl $LDFLAGS. Using breadth-first-seach.
355 LIB[]NAME=
356 LTLIB[]NAME=
357 INC[]NAME=
358 rpathdirs=
359 ltrpathdirs=
360 names_already_handled=
361 names_next_round='$1 $2'
362 while test -n "$names_next_round"; do
363 names_this_round="$names_next_round"
364 names_next_round=
365 for name in $names_this_round; do
366 already_handled=
367 for n in $names_already_handled; do
368 if test "$n" = "$name"; then
369 already_handled=yes
370 break
371 fi
372 done
373 if test -z "$already_handled"; then
374 names_already_handled="$names_already_handled $name"
375 dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
376 dnl or AC_LIB_HAVE_LINKFLAGS call.
377 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
378 eval value=\"\$HAVE_LIB$uppername\"
379 if test -n "$value"; then
380 if test "$value" = yes; then
381 eval value=\"\$LIB$uppername\"
382 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
383 eval value=\"\$LTLIB$uppername\"
384 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
385 else
386 dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
387 dnl that this library doesn't exist. So just drop it.
388 :
389 fi
390 else
391 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
392 dnl and the already constructed $LIBNAME/$LTLIBNAME.
393 found_dir=
394 found_la=
395 found_so=
396 found_a=
397 if test $use_additional = yes; then
398 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
399 found_dir="$additional_libdir"
400 found_so="$additional_libdir/lib$name.$shlibext"
401 if test -f "$additional_libdir/lib$name.la"; then
402 found_la="$additional_libdir/lib$name.la"
403 fi
404 else
405 if test -f "$additional_libdir/lib$name.$libext"; then
406 found_dir="$additional_libdir"
407 found_a="$additional_libdir/lib$name.$libext"
408 if test -f "$additional_libdir/lib$name.la"; then
409 found_la="$additional_libdir/lib$name.la"
410 fi
411 fi
412 fi
413 fi
414 if test "X$found_dir" = "X"; then
415 for x in $LDFLAGS $LTLIB[]NAME; do
416 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
417 case "$x" in
418 -L*)
419 dir=`echo "X$x" | sed -e 's/^X-L//'`
420 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
421 found_dir="$dir"
422 found_so="$dir/lib$name.$shlibext"
423 if test -f "$dir/lib$name.la"; then
424 found_la="$dir/lib$name.la"
425 fi
426 else
427 if test -f "$dir/lib$name.$libext"; then
428 found_dir="$dir"
429 found_a="$dir/lib$name.$libext"
430 if test -f "$dir/lib$name.la"; then
431 found_la="$dir/lib$name.la"
432 fi
433 fi
434 fi
435 ;;
436 esac
437 if test "X$found_dir" != "X"; then
438 break
439 fi
440 done
441 fi
442 if test "X$found_dir" != "X"; then
443 dnl Found the library.
444 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
445 if test "X$found_so" != "X"; then
446 dnl Linking with a shared library. We attempt to hardcode its
447 dnl directory into the executable's runpath, unless it's the
448 dnl standard /usr/lib.
449 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
450 dnl No hardcoding is needed.
451 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
452 else
453 dnl Use an explicit option to hardcode DIR into the resulting
454 dnl binary.
455 dnl Potentially add DIR to ltrpathdirs.
456 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
457 haveit=
458 for x in $ltrpathdirs; do
459 if test "X$x" = "X$found_dir"; then
460 haveit=yes
461 break
462 fi
463 done
464 if test -z "$haveit"; then
465 ltrpathdirs="$ltrpathdirs $found_dir"
466 fi
467 dnl The hardcoding into $LIBNAME is system dependent.
468 if test "$hardcode_direct" = yes; then
469 dnl Using DIR/libNAME.so during linking hardcodes DIR into the
470 dnl resulting binary.
471 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
472 else
473 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
474 dnl Use an explicit option to hardcode DIR into the resulting
475 dnl binary.
476 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
477 dnl Potentially add DIR to rpathdirs.
478 dnl The rpathdirs will be appended to $LIBNAME at the end.
479 haveit=
480 for x in $rpathdirs; do
481 if test "X$x" = "X$found_dir"; then
482 haveit=yes
483 break
484 fi
485 done
486 if test -z "$haveit"; then
487 rpathdirs="$rpathdirs $found_dir"
488 fi
489 else
490 dnl Rely on "-L$found_dir".
491 dnl But don't add it if it's already contained in the LDFLAGS
492 dnl or the already constructed $LIBNAME
493 haveit=
494 for x in $LDFLAGS $LIB[]NAME; do
495 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
496 if test "X$x" = "X-L$found_dir"; then
497 haveit=yes
498 break
499 fi
500 done
501 if test -z "$haveit"; then
502 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
503 fi
504 if test "$hardcode_minus_L" != no; then
505 dnl FIXME: Not sure whether we should use
506 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
507 dnl here.
508 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
509 else
510 dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
511 dnl here, because this doesn't fit in flags passed to the
512 dnl compiler. So give up. No hardcoding. This affects only
513 dnl very old systems.
514 dnl FIXME: Not sure whether we should use
515 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
516 dnl here.
517 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
518 fi
519 fi
520 fi
521 fi
522 else
523 if test "X$found_a" != "X"; then
524 dnl Linking with a static library.
525 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
526 else
527 dnl We shouldn't come here, but anyway it's good to have a
528 dnl fallback.
529 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
530 fi
531 fi
532 dnl Assume the include files are nearby.
533 additional_includedir=
534 case "$found_dir" in
535 */$acl_libdirstem | */$acl_libdirstem/)
536 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
537 additional_includedir="$basedir/include"
538 ;;
539 esac
540 if test "X$additional_includedir" != "X"; then
541 dnl Potentially add $additional_includedir to $INCNAME.
542 dnl But don't add it
543 dnl 1. if it's the standard /usr/include,
544 dnl 2. if it's /usr/local/include and we are using GCC on Linux,
545 dnl 3. if it's already present in $CPPFLAGS or the already
546 dnl constructed $INCNAME,
547 dnl 4. if it doesn't exist as a directory.
548 if test "X$additional_includedir" != "X/usr/include"; then
549 haveit=
550 if test "X$additional_includedir" = "X/usr/local/include"; then
551 if test -n "$GCC"; then
552 case $host_os in
553 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
554 esac
555 fi
556 fi
557 if test -z "$haveit"; then
558 for x in $CPPFLAGS $INC[]NAME; do
559 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
560 if test "X$x" = "X-I$additional_includedir"; then
561 haveit=yes
562 break
563 fi
564 done
565 if test -z "$haveit"; then
566 if test -d "$additional_includedir"; then
567 dnl Really add $additional_includedir to $INCNAME.
568 INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
569 fi
570 fi
571 fi
572 fi
573 fi
574 dnl Look for dependencies.
575 if test -n "$found_la"; then
576 dnl Read the .la file. It defines the variables
577 dnl dlname, library_names, old_library, dependency_libs, current,
578 dnl age, revision, installed, dlopen, dlpreopen, libdir.
579 save_libdir="$libdir"
580 case "$found_la" in
581 */* | *\\*) . "$found_la" ;;
582 *) . "./$found_la" ;;
583 esac
584 libdir="$save_libdir"
585 dnl We use only dependency_libs.
586 for dep in $dependency_libs; do
587 case "$dep" in
588 -L*)
589 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
590 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
591 dnl But don't add it
592 dnl 1. if it's the standard /usr/lib,
593 dnl 2. if it's /usr/local/lib and we are using GCC on Linux,
594 dnl 3. if it's already present in $LDFLAGS or the already
595 dnl constructed $LIBNAME,
596 dnl 4. if it doesn't exist as a directory.
597 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
598 haveit=
599 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
600 if test -n "$GCC"; then
601 case $host_os in
602 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
603 esac
604 fi
605 fi
606 if test -z "$haveit"; then
607 haveit=
608 for x in $LDFLAGS $LIB[]NAME; do
609 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
610 if test "X$x" = "X-L$additional_libdir"; then
611 haveit=yes
612 break
613 fi
614 done
615 if test -z "$haveit"; then
616 if test -d "$additional_libdir"; then
617 dnl Really add $additional_libdir to $LIBNAME.
618 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
619 fi
620 fi
621 haveit=
622 for x in $LDFLAGS $LTLIB[]NAME; do
623 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
624 if test "X$x" = "X-L$additional_libdir"; then
625 haveit=yes
626 break
627 fi
628 done
629 if test -z "$haveit"; then
630 if test -d "$additional_libdir"; then
631 dnl Really add $additional_libdir to $LTLIBNAME.
632 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
633 fi
634 fi
635 fi
636 fi
637 ;;
638 -R*)
639 dir=`echo "X$dep" | sed -e 's/^X-R//'`
640 if test "$enable_rpath" != no; then
641 dnl Potentially add DIR to rpathdirs.
642 dnl The rpathdirs will be appended to $LIBNAME at the end.
643 haveit=
644 for x in $rpathdirs; do
645 if test "X$x" = "X$dir"; then
646 haveit=yes
647 break
648 fi
649 done
650 if test -z "$haveit"; then
651 rpathdirs="$rpathdirs $dir"
652 fi
653 dnl Potentially add DIR to ltrpathdirs.
654 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
655 haveit=
656 for x in $ltrpathdirs; do
657 if test "X$x" = "X$dir"; then
658 haveit=yes
659 break
660 fi
661 done
662 if test -z "$haveit"; then
663 ltrpathdirs="$ltrpathdirs $dir"
664 fi
665 fi
666 ;;
667 -l*)
668 dnl Handle this in the next round.
669 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
670 ;;
671 *.la)
672 dnl Handle this in the next round. Throw away the .la's
673 dnl directory; it is already contained in a preceding -L
674 dnl option.
675 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
676 ;;
677 *)
678 dnl Most likely an immediate library name.
679 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
680 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
681 ;;
682 esac
683 done
684 fi
685 else
686 dnl Didn't find the library; assume it is in the system directories
687 dnl known to the linker and runtime loader. (All the system
688 dnl directories known to the linker should also be known to the
689 dnl runtime loader, otherwise the system is severely misconfigured.)
690 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
691 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
692 fi
693 fi
694 fi
695 done
696 done
697 if test "X$rpathdirs" != "X"; then
698 if test -n "$hardcode_libdir_separator"; then
699 dnl Weird platform: only the last -rpath option counts, the user must
700 dnl pass all path elements in one option. We can arrange that for a
701 dnl single library, but not when more than one $LIBNAMEs are used.
702 alldirs=
703 for found_dir in $rpathdirs; do
704 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
705 done
706 dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
707 acl_save_libdir="$libdir"
708 libdir="$alldirs"
709 eval flag=\"$hardcode_libdir_flag_spec\"
710 libdir="$acl_save_libdir"
711 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
712 else
713 dnl The -rpath options are cumulative.
714 for found_dir in $rpathdirs; do
715 acl_save_libdir="$libdir"
716 libdir="$found_dir"
717 eval flag=\"$hardcode_libdir_flag_spec\"
718 libdir="$acl_save_libdir"
719 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
720 done
721 fi
722 fi
723 if test "X$ltrpathdirs" != "X"; then
724 dnl When using libtool, the option that works for both libraries and
725 dnl executables is -R. The -R options are cumulative.
726 for found_dir in $ltrpathdirs; do
727 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
728 done
729 fi
730 ])
731
732 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
733 dnl unless already present in VAR.
734 dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
735 dnl contains two or three consecutive elements that belong together.
736 AC_DEFUN([AC_LIB_APPENDTOVAR],
737 [
738 for element in [$2]; do
739 haveit=
740 for x in $[$1]; do
741 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
742 if test "X$x" = "X$element"; then
743 haveit=yes
744 break
745 fi
746 done
747 if test -z "$haveit"; then
748 [$1]="${[$1]}${[$1]:+ }$element"
749 fi
750 done
751 ])
752
753 dnl For those cases where a variable contains several -L and -l options
754 dnl referring to unknown libraries and directories, this macro determines the
755 dnl necessary additional linker options for the runtime path.
756 dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
757 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
758 dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
759 dnl otherwise linking without libtool is assumed.
760 AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
761 [
762 AC_REQUIRE([AC_LIB_RPATH])
763 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
764 $1=
765 if test "$enable_rpath" != no; then
766 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
767 dnl Use an explicit option to hardcode directories into the resulting
768 dnl binary.
769 rpathdirs=
770 next=
771 for opt in $2; do
772 if test -n "$next"; then
773 dir="$next"
774 dnl No need to hardcode the standard /usr/lib.
775 if test "X$dir" != "X/usr/$acl_libdirstem"; then
776 rpathdirs="$rpathdirs $dir"
777 fi
778 next=
779 else
780 case $opt in
781 -L) next=yes ;;
782 -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
783 dnl No need to hardcode the standard /usr/lib.
784 if test "X$dir" != "X/usr/$acl_libdirstem"; then
785 rpathdirs="$rpathdirs $dir"
786 fi
787 next= ;;
788 *) next= ;;
789 esac
790 fi
791 done
792 if test "X$rpathdirs" != "X"; then
793 if test -n ""$3""; then
794 dnl libtool is used for linking. Use -R options.
795 for dir in $rpathdirs; do
796 $1="${$1}${$1:+ }-R$dir"
797 done
798 else
799 dnl The linker is used for linking directly.
800 if test -n "$hardcode_libdir_separator"; then
801 dnl Weird platform: only the last -rpath option counts, the user
802 dnl must pass all path elements in one option.
803 alldirs=
804 for dir in $rpathdirs; do
805 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$dir"
806 done
807 acl_save_libdir="$libdir"
808 libdir="$alldirs"
809 eval flag=\"$hardcode_libdir_flag_spec\"
810 libdir="$acl_save_libdir"
811 $1="$flag"
812 else
813 dnl The -rpath options are cumulative.
814 for dir in $rpathdirs; do
815 acl_save_libdir="$libdir"
816 libdir="$dir"
817 eval flag=\"$hardcode_libdir_flag_spec\"
818 libdir="$acl_save_libdir"
819 $1="${$1}${$1:+ }$flag"
820 done
821 fi
822 fi
823 fi
824 fi
825 fi
826 AC_SUBST([$1])
827 ])
828
829 # lib-ld.m4 serial 3 (gettext-0.13)
830 dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
831 dnl This file is free software; the Free Software Foundation
832 dnl gives unlimited permission to copy and/or distribute it,
833 dnl with or without modifications, as long as this notice is preserved.
834
835 dnl Subroutines of libtool.m4,
836 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
837 dnl with libtool.m4.
838
839 dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
840 AC_DEFUN([AC_LIB_PROG_LD_GNU],
841 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
842 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
843 case `$LD -v 2>&1 </dev/null` in
844 *GNU* | *'with BFD'*)
845 acl_cv_prog_gnu_ld=yes ;;
846 *)
847 acl_cv_prog_gnu_ld=no ;;
848 esac])
849 with_gnu_ld=$acl_cv_prog_gnu_ld
850 ])
851
852 dnl From libtool-1.4. Sets the variable LD.
853 AC_DEFUN([AC_LIB_PROG_LD],
854 [AC_ARG_WITH(gnu-ld,
855 [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
856 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
857 AC_REQUIRE([AC_PROG_CC])dnl
858 AC_REQUIRE([AC_CANONICAL_HOST])dnl
859 # Prepare PATH_SEPARATOR.
860 # The user is always right.
861 if test "${PATH_SEPARATOR+set}" != set; then
862 echo "#! /bin/sh" >conf$$.sh
863 echo "exit 0" >>conf$$.sh
864 chmod +x conf$$.sh
865 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
866 PATH_SEPARATOR=';'
867 else
868 PATH_SEPARATOR=:
869 fi
870 rm -f conf$$.sh
871 fi
872 ac_prog=ld
873 if test "$GCC" = yes; then
874 # Check if gcc -print-prog-name=ld gives a path.
875 AC_MSG_CHECKING([for ld used by GCC])
876 case $host in
877 *-*-mingw*)
878 # gcc leaves a trailing carriage return which upsets mingw
879 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
880 *)
881 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
882 esac
883 case $ac_prog in
884 # Accept absolute paths.
885 [[\\/]* | [A-Za-z]:[\\/]*)]
886 [re_direlt='/[^/][^/]*/\.\./']
887 # Canonicalize the path of ld
888 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
889 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
890 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
891 done
892 test -z "$LD" && LD="$ac_prog"
893 ;;
894 "")
895 # If it fails, then pretend we aren't using GCC.
896 ac_prog=ld
897 ;;
898 *)
899 # If it is relative, then search for the first ld in PATH.
900 with_gnu_ld=unknown
901 ;;
902 esac
903 elif test "$with_gnu_ld" = yes; then
904 AC_MSG_CHECKING([for GNU ld])
905 else
906 AC_MSG_CHECKING([for non-GNU ld])
907 fi
908 AC_CACHE_VAL(acl_cv_path_LD,
909 [if test -z "$LD"; then
910 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
911 for ac_dir in $PATH; do
912 test -z "$ac_dir" && ac_dir=.
913 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
914 acl_cv_path_LD="$ac_dir/$ac_prog"
915 # Check to see if the program is GNU ld. I'd rather use --version,
916 # but apparently some GNU ld's only accept -v.
917 # Break only if it was the GNU/non-GNU ld that we prefer.
918 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
919 *GNU* | *'with BFD'*)
920 test "$with_gnu_ld" != no && break ;;
921 *)
922 test "$with_gnu_ld" != yes && break ;;
923 esac
924 fi
925 done
926 IFS="$ac_save_ifs"
927 else
928 acl_cv_path_LD="$LD" # Let the user override the test with a path.
929 fi])
930 LD="$acl_cv_path_LD"
931 if test -n "$LD"; then
932 AC_MSG_RESULT($LD)
933 else
934 AC_MSG_RESULT(no)
935 fi
936 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
937 AC_LIB_PROG_LD_GNU
938 ])
939
940 # Like AC_CONFIG_HEADER, but automatically create stamp file.
941
942 AC_DEFUN([AM_CONFIG_HEADER],
943 [AC_PREREQ([2.12])
944 AC_CONFIG_HEADER([$1])
945 dnl When config.status generates a header, we must update the stamp-h file.
946 dnl This file resides in the same directory as the config header
947 dnl that is generated. We must strip everything past the first ":",
948 dnl and everything past the last "/".
949 AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
950 ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
951 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
952 <<am_indx=1
953 for am_file in <<$1>>; do
954 case " <<$>>CONFIG_HEADERS " in
955 *" <<$>>am_file "*<<)>>
956 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
957 ;;
958 esac
959 am_indx=`expr "<<$>>am_indx" + 1`
960 done<<>>dnl>>)
961 changequote([,]))])
962
963 # Do all the work for Automake. This macro actually does too much --
964 # some checks are only needed if your package does certain things.
965 # But this isn't really a big deal.
966
967 # serial 1
968
969 dnl Usage:
970 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
971
972 AC_DEFUN([AM_INIT_AUTOMAKE],
973 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
974 AC_REQUIRE([AC_PROG_INSTALL])
975 PACKAGE=[$1]
976 AC_SUBST(PACKAGE)
977 VERSION=[$2]
978 AC_SUBST(VERSION)
979 dnl test to see if srcdir already configured
980 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
981 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
982 fi
983 ifelse([$3],,
984 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
985 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
986 AC_REQUIRE([AM_SANITY_CHECK])
987 AC_REQUIRE([AC_ARG_PROGRAM])
988 dnl FIXME This is truly gross.
989 missing_dir=`cd $ac_aux_dir && pwd`
990 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
991 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
992 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
993 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
994 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
995 AC_REQUIRE([AC_PROG_MAKE_SET])])
996
997 # Copyright 2002 Free Software Foundation, Inc.
998
999 # This program is free software; you can redistribute it and/or modify
1000 # it under the terms of the GNU General Public License as published by
1001 # the Free Software Foundation; either version 2, or (at your option)
1002 # any later version.
0 # generated automatically by aclocal 1.10 -*- Autoconf -*-
1
2 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
10037
10048 # This program is distributed in the hope that it will be useful,
1005 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1006 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1007 # GNU General Public License for more details.
1008
1009 # You should have received a copy of the GNU General Public License
1010 # along with this program; if not, write to the Free Software
1011 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 m4_if(m4_PACKAGE_VERSION, [2.61],,
14 [m4_fatal([this file was generated for autoconf 2.61.
15 You have another version of autoconf. If you want to use that,
16 you should regenerate the build system entirely.], [63])])
17
18 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
19 #
20 # This file is free software; the Free Software Foundation
21 # gives unlimited permission to copy and/or distribute it,
22 # with or without modifications, as long as this notice is preserved.
101223
101324 # AM_AUTOMAKE_VERSION(VERSION)
101425 # ----------------------------
101526 # Automake X.Y traces this macro to ensure aclocal.m4 has been
101627 # generated from the m4 files accompanying Automake X.Y.
1017 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
28 # (This private macro should not be called outside this file.)
29 AC_DEFUN([AM_AUTOMAKE_VERSION],
30 [am__api_version='1.10'
31 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
32 dnl require some minimum version. Point them to the right macro.
33 m4_if([$1], [1.10], [],
34 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
35 ])
36
37 # _AM_AUTOCONF_VERSION(VERSION)
38 # -----------------------------
39 # aclocal traces this macro to find the Autoconf version.
40 # This is a private macro too. Using m4_define simplifies
41 # the logic in aclocal, which can simply ignore this definition.
42 m4_define([_AM_AUTOCONF_VERSION], [])
101843
101944 # AM_SET_CURRENT_AUTOMAKE_VERSION
102045 # -------------------------------
1021 # Call AM_AUTOMAKE_VERSION so it can be traced.
46 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
102247 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
102348 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1024 [AM_AUTOMAKE_VERSION([1.4-p6])])
1025
1026 #
1027 # Check to make sure that the build environment is sane.
1028 #
1029
49 [AM_AUTOMAKE_VERSION([1.10])dnl
50 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
51
52 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
53
54 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
55 #
56 # This file is free software; the Free Software Foundation
57 # gives unlimited permission to copy and/or distribute it,
58 # with or without modifications, as long as this notice is preserved.
59
60 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
61 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
62 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
63 #
64 # Of course, Automake must honor this variable whenever it calls a
65 # tool from the auxiliary directory. The problem is that $srcdir (and
66 # therefore $ac_aux_dir as well) can be either absolute or relative,
67 # depending on how configure is run. This is pretty annoying, since
68 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
69 # source directory, any form will work fine, but in subdirectories a
70 # relative path needs to be adjusted first.
71 #
72 # $ac_aux_dir/missing
73 # fails when called from a subdirectory if $ac_aux_dir is relative
74 # $top_srcdir/$ac_aux_dir/missing
75 # fails if $ac_aux_dir is absolute,
76 # fails when called from a subdirectory in a VPATH build with
77 # a relative $ac_aux_dir
78 #
79 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
80 # are both prefixed by $srcdir. In an in-source build this is usually
81 # harmless because $srcdir is `.', but things will broke when you
82 # start a VPATH build or use an absolute $srcdir.
83 #
84 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
85 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
86 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
87 # and then we would define $MISSING as
88 # MISSING="\${SHELL} $am_aux_dir/missing"
89 # This will work as long as MISSING is not called from configure, because
90 # unfortunately $(top_srcdir) has no meaning in configure.
91 # However there are other variables, like CC, which are often used in
92 # configure, and could therefore not use this "fixed" $ac_aux_dir.
93 #
94 # Another solution, used here, is to always expand $ac_aux_dir to an
95 # absolute PATH. The drawback is that using absolute paths prevent a
96 # configured tree to be moved without reconfiguration.
97
98 AC_DEFUN([AM_AUX_DIR_EXPAND],
99 [dnl Rely on autoconf to set up CDPATH properly.
100 AC_PREREQ([2.50])dnl
101 # expand $ac_aux_dir to an absolute path
102 am_aux_dir=`cd $ac_aux_dir && pwd`
103 ])
104
105 # AM_CONDITIONAL -*- Autoconf -*-
106
107 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
108 # Free Software Foundation, Inc.
109 #
110 # This file is free software; the Free Software Foundation
111 # gives unlimited permission to copy and/or distribute it,
112 # with or without modifications, as long as this notice is preserved.
113
114 # serial 8
115
116 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
117 # -------------------------------------
118 # Define a conditional.
119 AC_DEFUN([AM_CONDITIONAL],
120 [AC_PREREQ(2.52)dnl
121 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
122 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
123 AC_SUBST([$1_TRUE])dnl
124 AC_SUBST([$1_FALSE])dnl
125 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
126 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
127 if $2; then
128 $1_TRUE=
129 $1_FALSE='#'
130 else
131 $1_TRUE='#'
132 $1_FALSE=
133 fi
134 AC_CONFIG_COMMANDS_PRE(
135 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
136 AC_MSG_ERROR([[conditional "$1" was never defined.
137 Usually this means the macro was only invoked conditionally.]])
138 fi])])
139
140 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
141 # Free Software Foundation, Inc.
142 #
143 # This file is free software; the Free Software Foundation
144 # gives unlimited permission to copy and/or distribute it,
145 # with or without modifications, as long as this notice is preserved.
146
147 # serial 9
148
149 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
150 # written in clear, in which case automake, when reading aclocal.m4,
151 # will think it sees a *use*, and therefore will trigger all it's
152 # C support machinery. Also note that it means that autoscan, seeing
153 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
154
155
156 # _AM_DEPENDENCIES(NAME)
157 # ----------------------
158 # See how the compiler implements dependency checking.
159 # NAME is "CC", "CXX", "GCJ", or "OBJC".
160 # We try a few techniques and use that to set a single cache variable.
161 #
162 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
163 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
164 # dependency, and given that the user is not expected to run this macro,
165 # just rely on AC_PROG_CC.
166 AC_DEFUN([_AM_DEPENDENCIES],
167 [AC_REQUIRE([AM_SET_DEPDIR])dnl
168 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
169 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
170 AC_REQUIRE([AM_DEP_TRACK])dnl
171
172 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
173 [$1], CXX, [depcc="$CXX" am_compiler_list=],
174 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
175 [$1], UPC, [depcc="$UPC" am_compiler_list=],
176 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
177 [depcc="$$1" am_compiler_list=])
178
179 AC_CACHE_CHECK([dependency style of $depcc],
180 [am_cv_$1_dependencies_compiler_type],
181 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
182 # We make a subdir and do the tests there. Otherwise we can end up
183 # making bogus files that we don't know about and never remove. For
184 # instance it was reported that on HP-UX the gcc test will end up
185 # making a dummy file named `D' -- because `-MD' means `put the output
186 # in D'.
187 mkdir conftest.dir
188 # Copy depcomp to subdir because otherwise we won't find it if we're
189 # using a relative directory.
190 cp "$am_depcomp" conftest.dir
191 cd conftest.dir
192 # We will build objects and dependencies in a subdirectory because
193 # it helps to detect inapplicable dependency modes. For instance
194 # both Tru64's cc and ICC support -MD to output dependencies as a
195 # side effect of compilation, but ICC will put the dependencies in
196 # the current directory while Tru64 will put them in the object
197 # directory.
198 mkdir sub
199
200 am_cv_$1_dependencies_compiler_type=none
201 if test "$am_compiler_list" = ""; then
202 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
203 fi
204 for depmode in $am_compiler_list; do
205 # Setup a source with many dependencies, because some compilers
206 # like to wrap large dependency lists on column 80 (with \), and
207 # we should not choose a depcomp mode which is confused by this.
208 #
209 # We need to recreate these files for each test, as the compiler may
210 # overwrite some of them when testing with obscure command lines.
211 # This happens at least with the AIX C compiler.
212 : > sub/conftest.c
213 for i in 1 2 3 4 5 6; do
214 echo '#include "conftst'$i'.h"' >> sub/conftest.c
215 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
216 # Solaris 8's {/usr,}/bin/sh.
217 touch sub/conftst$i.h
218 done
219 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
220
221 case $depmode in
222 nosideeffect)
223 # after this tag, mechanisms are not by side-effect, so they'll
224 # only be used when explicitly requested
225 if test "x$enable_dependency_tracking" = xyes; then
226 continue
227 else
228 break
229 fi
230 ;;
231 none) break ;;
232 esac
233 # We check with `-c' and `-o' for the sake of the "dashmstdout"
234 # mode. It turns out that the SunPro C++ compiler does not properly
235 # handle `-M -o', and we need to detect this.
236 if depmode=$depmode \
237 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
238 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
239 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
240 >/dev/null 2>conftest.err &&
241 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
242 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
243 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
244 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
245 # icc doesn't choke on unknown options, it will just issue warnings
246 # or remarks (even with -Werror). So we grep stderr for any message
247 # that says an option was ignored or not supported.
248 # When given -MP, icc 7.0 and 7.1 complain thusly:
249 # icc: Command line warning: ignoring option '-M'; no argument required
250 # The diagnosis changed in icc 8.0:
251 # icc: Command line remark: option '-MP' not supported
252 if (grep 'ignoring option' conftest.err ||
253 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
254 am_cv_$1_dependencies_compiler_type=$depmode
255 break
256 fi
257 fi
258 done
259
260 cd ..
261 rm -rf conftest.dir
262 else
263 am_cv_$1_dependencies_compiler_type=none
264 fi
265 ])
266 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
267 AM_CONDITIONAL([am__fastdep$1], [
268 test "x$enable_dependency_tracking" != xno \
269 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
270 ])
271
272
273 # AM_SET_DEPDIR
274 # -------------
275 # Choose a directory name for dependency files.
276 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
277 AC_DEFUN([AM_SET_DEPDIR],
278 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
279 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
280 ])
281
282
283 # AM_DEP_TRACK
284 # ------------
285 AC_DEFUN([AM_DEP_TRACK],
286 [AC_ARG_ENABLE(dependency-tracking,
287 [ --disable-dependency-tracking speeds up one-time build
288 --enable-dependency-tracking do not reject slow dependency extractors])
289 if test "x$enable_dependency_tracking" != xno; then
290 am_depcomp="$ac_aux_dir/depcomp"
291 AMDEPBACKSLASH='\'
292 fi
293 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
294 AC_SUBST([AMDEPBACKSLASH])dnl
295 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
296 ])
297
298 # Generate code to set up dependency tracking. -*- Autoconf -*-
299
300 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
301 # Free Software Foundation, Inc.
302 #
303 # This file is free software; the Free Software Foundation
304 # gives unlimited permission to copy and/or distribute it,
305 # with or without modifications, as long as this notice is preserved.
306
307 #serial 3
308
309 # _AM_OUTPUT_DEPENDENCY_COMMANDS
310 # ------------------------------
311 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
312 [for mf in $CONFIG_FILES; do
313 # Strip MF so we end up with the name of the file.
314 mf=`echo "$mf" | sed -e 's/:.*$//'`
315 # Check whether this is an Automake generated Makefile or not.
316 # We used to match only the files named `Makefile.in', but
317 # some people rename them; so instead we look at the file content.
318 # Grep'ing the first line is not enough: some people post-process
319 # each Makefile.in and add a new line on top of each file to say so.
320 # Grep'ing the whole file is not good either: AIX grep has a line
321 # limit of 2048, but all sed's we know have understand at least 4000.
322 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
323 dirpart=`AS_DIRNAME("$mf")`
324 else
325 continue
326 fi
327 # Extract the definition of DEPDIR, am__include, and am__quote
328 # from the Makefile without running `make'.
329 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
330 test -z "$DEPDIR" && continue
331 am__include=`sed -n 's/^am__include = //p' < "$mf"`
332 test -z "am__include" && continue
333 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
334 # When using ansi2knr, U may be empty or an underscore; expand it
335 U=`sed -n 's/^U = //p' < "$mf"`
336 # Find all dependency output files, they are included files with
337 # $(DEPDIR) in their names. We invoke sed twice because it is the
338 # simplest approach to changing $(DEPDIR) to its actual value in the
339 # expansion.
340 for file in `sed -n "
341 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
342 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
343 # Make sure the directory exists.
344 test -f "$dirpart/$file" && continue
345 fdir=`AS_DIRNAME(["$file"])`
346 AS_MKDIR_P([$dirpart/$fdir])
347 # echo "creating $dirpart/$file"
348 echo '# dummy' > "$dirpart/$file"
349 done
350 done
351 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
352
353
354 # AM_OUTPUT_DEPENDENCY_COMMANDS
355 # -----------------------------
356 # This macro should only be invoked once -- use via AC_REQUIRE.
357 #
358 # This code is only required when automatic dependency tracking
359 # is enabled. FIXME. This creates each `.P' file that we will
360 # need in order to bootstrap the dependency handling code.
361 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
362 [AC_CONFIG_COMMANDS([depfiles],
363 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
364 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
365 ])
366
367 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
368 # Free Software Foundation, Inc.
369 #
370 # This file is free software; the Free Software Foundation
371 # gives unlimited permission to copy and/or distribute it,
372 # with or without modifications, as long as this notice is preserved.
373
374 # serial 8
375
376 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
377 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
378
379 # Do all the work for Automake. -*- Autoconf -*-
380
381 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
382 # 2005, 2006 Free Software Foundation, Inc.
383 #
384 # This file is free software; the Free Software Foundation
385 # gives unlimited permission to copy and/or distribute it,
386 # with or without modifications, as long as this notice is preserved.
387
388 # serial 12
389
390 # This macro actually does too much. Some checks are only needed if
391 # your package does certain things. But this isn't really a big deal.
392
393 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
394 # AM_INIT_AUTOMAKE([OPTIONS])
395 # -----------------------------------------------
396 # The call with PACKAGE and VERSION arguments is the old style
397 # call (pre autoconf-2.50), which is being phased out. PACKAGE
398 # and VERSION should now be passed to AC_INIT and removed from
399 # the call to AM_INIT_AUTOMAKE.
400 # We support both call styles for the transition. After
401 # the next Automake release, Autoconf can make the AC_INIT
402 # arguments mandatory, and then we can depend on a new Autoconf
403 # release and drop the old call support.
404 AC_DEFUN([AM_INIT_AUTOMAKE],
405 [AC_PREREQ([2.60])dnl
406 dnl Autoconf wants to disallow AM_ names. We explicitly allow
407 dnl the ones we care about.
408 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
409 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
410 AC_REQUIRE([AC_PROG_INSTALL])dnl
411 if test "`cd $srcdir && pwd`" != "`pwd`"; then
412 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
413 # is not polluted with repeated "-I."
414 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
415 # test to see if srcdir already configured
416 if test -f $srcdir/config.status; then
417 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
418 fi
419 fi
420
421 # test whether we have cygpath
422 if test -z "$CYGPATH_W"; then
423 if (cygpath --version) >/dev/null 2>/dev/null; then
424 CYGPATH_W='cygpath -w'
425 else
426 CYGPATH_W=echo
427 fi
428 fi
429 AC_SUBST([CYGPATH_W])
430
431 # Define the identity of the package.
432 dnl Distinguish between old-style and new-style calls.
433 m4_ifval([$2],
434 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
435 AC_SUBST([PACKAGE], [$1])dnl
436 AC_SUBST([VERSION], [$2])],
437 [_AM_SET_OPTIONS([$1])dnl
438 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
439 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
440 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
441 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
442 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
443
444 _AM_IF_OPTION([no-define],,
445 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
446 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
447
448 # Some tools Automake needs.
449 AC_REQUIRE([AM_SANITY_CHECK])dnl
450 AC_REQUIRE([AC_ARG_PROGRAM])dnl
451 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
452 AM_MISSING_PROG(AUTOCONF, autoconf)
453 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
454 AM_MISSING_PROG(AUTOHEADER, autoheader)
455 AM_MISSING_PROG(MAKEINFO, makeinfo)
456 AM_PROG_INSTALL_SH
457 AM_PROG_INSTALL_STRIP
458 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
459 # We need awk for the "check" target. The system "awk" is bad on
460 # some platforms.
461 AC_REQUIRE([AC_PROG_AWK])dnl
462 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
463 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
464 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
465 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
466 [_AM_PROG_TAR([v7])])])
467 _AM_IF_OPTION([no-dependencies],,
468 [AC_PROVIDE_IFELSE([AC_PROG_CC],
469 [_AM_DEPENDENCIES(CC)],
470 [define([AC_PROG_CC],
471 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
472 AC_PROVIDE_IFELSE([AC_PROG_CXX],
473 [_AM_DEPENDENCIES(CXX)],
474 [define([AC_PROG_CXX],
475 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
476 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
477 [_AM_DEPENDENCIES(OBJC)],
478 [define([AC_PROG_OBJC],
479 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
480 ])
481 ])
482
483
484 # When config.status generates a header, we must update the stamp-h file.
485 # This file resides in the same directory as the config header
486 # that is generated. The stamp files are numbered to have different names.
487
488 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
489 # loop where config.status creates the headers, so we can generate
490 # our stamp files there.
491 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
492 [# Compute $1's index in $config_headers.
493 _am_stamp_count=1
494 for _am_header in $config_headers :; do
495 case $_am_header in
496 $1 | $1:* )
497 break ;;
498 * )
499 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
500 esac
501 done
502 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
503
504 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
505 #
506 # This file is free software; the Free Software Foundation
507 # gives unlimited permission to copy and/or distribute it,
508 # with or without modifications, as long as this notice is preserved.
509
510 # AM_PROG_INSTALL_SH
511 # ------------------
512 # Define $install_sh.
513 AC_DEFUN([AM_PROG_INSTALL_SH],
514 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
515 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
516 AC_SUBST(install_sh)])
517
518 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
519 #
520 # This file is free software; the Free Software Foundation
521 # gives unlimited permission to copy and/or distribute it,
522 # with or without modifications, as long as this notice is preserved.
523
524 # serial 2
525
526 # Check whether the underlying file-system supports filenames
527 # with a leading dot. For instance MS-DOS doesn't.
528 AC_DEFUN([AM_SET_LEADING_DOT],
529 [rm -rf .tst 2>/dev/null
530 mkdir .tst 2>/dev/null
531 if test -d .tst; then
532 am__leading_dot=.
533 else
534 am__leading_dot=_
535 fi
536 rmdir .tst 2>/dev/null
537 AC_SUBST([am__leading_dot])])
538
539 # Check to see how 'make' treats includes. -*- Autoconf -*-
540
541 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
542 #
543 # This file is free software; the Free Software Foundation
544 # gives unlimited permission to copy and/or distribute it,
545 # with or without modifications, as long as this notice is preserved.
546
547 # serial 3
548
549 # AM_MAKE_INCLUDE()
550 # -----------------
551 # Check to see how make treats includes.
552 AC_DEFUN([AM_MAKE_INCLUDE],
553 [am_make=${MAKE-make}
554 cat > confinc << 'END'
555 am__doit:
556 @echo done
557 .PHONY: am__doit
558 END
559 # If we don't find an include directive, just comment out the code.
560 AC_MSG_CHECKING([for style of include used by $am_make])
561 am__include="#"
562 am__quote=
563 _am_result=none
564 # First try GNU make style include.
565 echo "include confinc" > confmf
566 # We grep out `Entering directory' and `Leaving directory'
567 # messages which can occur if `w' ends up in MAKEFLAGS.
568 # In particular we don't look at `^make:' because GNU make might
569 # be invoked under some other name (usually "gmake"), in which
570 # case it prints its new name instead of `make'.
571 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
572 am__include=include
573 am__quote=
574 _am_result=GNU
575 fi
576 # Now try BSD make style include.
577 if test "$am__include" = "#"; then
578 echo '.include "confinc"' > confmf
579 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
580 am__include=.include
581 am__quote="\""
582 _am_result=BSD
583 fi
584 fi
585 AC_SUBST([am__include])
586 AC_SUBST([am__quote])
587 AC_MSG_RESULT([$_am_result])
588 rm -f confinc confmf
589 ])
590
591 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
592
593 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
594 # Free Software Foundation, Inc.
595 #
596 # This file is free software; the Free Software Foundation
597 # gives unlimited permission to copy and/or distribute it,
598 # with or without modifications, as long as this notice is preserved.
599
600 # serial 5
601
602 # AM_MISSING_PROG(NAME, PROGRAM)
603 # ------------------------------
604 AC_DEFUN([AM_MISSING_PROG],
605 [AC_REQUIRE([AM_MISSING_HAS_RUN])
606 $1=${$1-"${am_missing_run}$2"}
607 AC_SUBST($1)])
608
609
610 # AM_MISSING_HAS_RUN
611 # ------------------
612 # Define MISSING if not defined so far and test if it supports --run.
613 # If it does, set am_missing_run to use it, otherwise, to nothing.
614 AC_DEFUN([AM_MISSING_HAS_RUN],
615 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
616 AC_REQUIRE_AUX_FILE([missing])dnl
617 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
618 # Use eval to expand $SHELL
619 if eval "$MISSING --run true"; then
620 am_missing_run="$MISSING --run "
621 else
622 am_missing_run=
623 AC_MSG_WARN([`missing' script is too old or missing])
624 fi
625 ])
626
627 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
628 #
629 # This file is free software; the Free Software Foundation
630 # gives unlimited permission to copy and/or distribute it,
631 # with or without modifications, as long as this notice is preserved.
632
633 # AM_PROG_MKDIR_P
634 # ---------------
635 # Check for `mkdir -p'.
636 AC_DEFUN([AM_PROG_MKDIR_P],
637 [AC_PREREQ([2.60])dnl
638 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
639 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
640 dnl while keeping a definition of mkdir_p for backward compatibility.
641 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
642 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
643 dnl Makefile.ins that do not define MKDIR_P, so we do our own
644 dnl adjustment using top_builddir (which is defined more often than
645 dnl MKDIR_P).
646 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
647 case $mkdir_p in
648 [[\\/$]]* | ?:[[\\/]]*) ;;
649 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
650 esac
651 ])
652
653 # Helper functions for option handling. -*- Autoconf -*-
654
655 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
656 #
657 # This file is free software; the Free Software Foundation
658 # gives unlimited permission to copy and/or distribute it,
659 # with or without modifications, as long as this notice is preserved.
660
661 # serial 3
662
663 # _AM_MANGLE_OPTION(NAME)
664 # -----------------------
665 AC_DEFUN([_AM_MANGLE_OPTION],
666 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
667
668 # _AM_SET_OPTION(NAME)
669 # ------------------------------
670 # Set option NAME. Presently that only means defining a flag for this option.
671 AC_DEFUN([_AM_SET_OPTION],
672 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
673
674 # _AM_SET_OPTIONS(OPTIONS)
675 # ----------------------------------
676 # OPTIONS is a space-separated list of Automake options.
677 AC_DEFUN([_AM_SET_OPTIONS],
678 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
679
680 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
681 # -------------------------------------------
682 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
683 AC_DEFUN([_AM_IF_OPTION],
684 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
685
686 # Check to make sure that the build environment is sane. -*- Autoconf -*-
687
688 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
689 # Free Software Foundation, Inc.
690 #
691 # This file is free software; the Free Software Foundation
692 # gives unlimited permission to copy and/or distribute it,
693 # with or without modifications, as long as this notice is preserved.
694
695 # serial 4
696
697 # AM_SANITY_CHECK
698 # ---------------
1030699 AC_DEFUN([AM_SANITY_CHECK],
1031700 [AC_MSG_CHECKING([whether build environment is sane])
1032701 # Just in case
1033702 sleep 1
1034 echo timestamp > conftestfile
703 echo timestamp > conftest.file
1035704 # Do `set' in a subshell so we don't clobber the current shell's
1036705 # arguments. Must try -L first in case configure is actually a
1037706 # symlink; some systems play weird games with the mod time of symlinks
1038707 # (eg FreeBSD returns the mod time of the symlink's containing
1039708 # directory).
1040709 if (
1041 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1042 if test "[$]*" = "X"; then
710 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
711 if test "$[*]" = "X"; then
1043712 # -L didn't work.
1044 set X `ls -t $srcdir/configure conftestfile`
713 set X `ls -t $srcdir/configure conftest.file`
1045714 fi
1046 if test "[$]*" != "X $srcdir/configure conftestfile" \
1047 && test "[$]*" != "X conftestfile $srcdir/configure"; then
715 rm -f conftest.file
716 if test "$[*]" != "X $srcdir/configure conftest.file" \
717 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1048718
1049719 # If neither matched, then we have a broken ls. This can happen
1050720 # if, for instance, CONFIG_SHELL is bash and it inherits a
1054724 alias in your environment])
1055725 fi
1056726
1057 test "[$]2" = conftestfile
727 test "$[2]" = conftest.file
1058728 )
1059729 then
1060730 # Ok.
1063733 AC_MSG_ERROR([newly created file is older than distributed files!
1064734 Check your system clock])
1065735 fi
1066 rm -f conftest*
1067736 AC_MSG_RESULT(yes)])
1068737
1069 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
1070 dnl The program must properly implement --version.
1071 AC_DEFUN([AM_MISSING_PROG],
1072 [AC_MSG_CHECKING(for working $2)
1073 # Run test in a subshell; some versions of sh will print an error if
1074 # an executable is not found, even if stderr is redirected.
1075 # Redirect stdin to placate older versions of autoconf. Sigh.
1076 if ($2 --version) < /dev/null > /dev/null 2>&1; then
1077 $1=$2
1078 AC_MSG_RESULT(found)
1079 else
1080 $1="$3/missing $2"
1081 AC_MSG_RESULT(missing)
1082 fi
1083 AC_SUBST($1)])
1084
738 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
739 #
740 # This file is free software; the Free Software Foundation
741 # gives unlimited permission to copy and/or distribute it,
742 # with or without modifications, as long as this notice is preserved.
743
744 # AM_PROG_INSTALL_STRIP
745 # ---------------------
746 # One issue with vendor `install' (even GNU) is that you can't
747 # specify the program used to strip binaries. This is especially
748 # annoying in cross-compiling environments, where the build's strip
749 # is unlikely to handle the host's binaries.
750 # Fortunately install-sh will honor a STRIPPROG variable, so we
751 # always use install-sh in `make install-strip', and initialize
752 # STRIPPROG with the value of the STRIP variable (set by the user).
753 AC_DEFUN([AM_PROG_INSTALL_STRIP],
754 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
755 # Installed binaries are usually stripped using `strip' when the user
756 # run `make install-strip'. However `strip' might not be the right
757 # tool to use in cross-compilation environments, therefore Automake
758 # will honor the `STRIP' environment variable to overrule this program.
759 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
760 if test "$cross_compiling" != no; then
761 AC_CHECK_TOOL([STRIP], [strip], :)
762 fi
763 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
764 AC_SUBST([INSTALL_STRIP_PROGRAM])])
765
766 # Copyright (C) 2006 Free Software Foundation, Inc.
767 #
768 # This file is free software; the Free Software Foundation
769 # gives unlimited permission to copy and/or distribute it,
770 # with or without modifications, as long as this notice is preserved.
771
772 # _AM_SUBST_NOTMAKE(VARIABLE)
773 # ---------------------------
774 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
775 # This macro is traced by Automake.
776 AC_DEFUN([_AM_SUBST_NOTMAKE])
777
778 # Check how to create a tarball. -*- Autoconf -*-
779
780 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
781 #
782 # This file is free software; the Free Software Foundation
783 # gives unlimited permission to copy and/or distribute it,
784 # with or without modifications, as long as this notice is preserved.
785
786 # serial 2
787
788 # _AM_PROG_TAR(FORMAT)
789 # --------------------
790 # Check how to create a tarball in format FORMAT.
791 # FORMAT should be one of `v7', `ustar', or `pax'.
792 #
793 # Substitute a variable $(am__tar) that is a command
794 # writing to stdout a FORMAT-tarball containing the directory
795 # $tardir.
796 # tardir=directory && $(am__tar) > result.tar
797 #
798 # Substitute a variable $(am__untar) that extract such
799 # a tarball read from stdin.
800 # $(am__untar) < result.tar
801 AC_DEFUN([_AM_PROG_TAR],
802 [# Always define AMTAR for backward compatibility.
803 AM_MISSING_PROG([AMTAR], [tar])
804 m4_if([$1], [v7],
805 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
806 [m4_case([$1], [ustar],, [pax],,
807 [m4_fatal([Unknown tar format])])
808 AC_MSG_CHECKING([how to create a $1 tar archive])
809 # Loop over all known methods to create a tar archive until one works.
810 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
811 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
812 # Do not fold the above two line into one, because Tru64 sh and
813 # Solaris sh will not grok spaces in the rhs of `-'.
814 for _am_tool in $_am_tools
815 do
816 case $_am_tool in
817 gnutar)
818 for _am_tar in tar gnutar gtar;
819 do
820 AM_RUN_LOG([$_am_tar --version]) && break
821 done
822 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
823 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
824 am__untar="$_am_tar -xf -"
825 ;;
826 plaintar)
827 # Must skip GNU tar: if it does not support --format= it doesn't create
828 # ustar tarball either.
829 (tar --version) >/dev/null 2>&1 && continue
830 am__tar='tar chf - "$$tardir"'
831 am__tar_='tar chf - "$tardir"'
832 am__untar='tar xf -'
833 ;;
834 pax)
835 am__tar='pax -L -x $1 -w "$$tardir"'
836 am__tar_='pax -L -x $1 -w "$tardir"'
837 am__untar='pax -r'
838 ;;
839 cpio)
840 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
841 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
842 am__untar='cpio -i -H $1 -d'
843 ;;
844 none)
845 am__tar=false
846 am__tar_=false
847 am__untar=false
848 ;;
849 esac
850
851 # If the value was cached, stop now. We just wanted to have am__tar
852 # and am__untar set.
853 test -n "${am_cv_prog_tar_$1}" && break
854
855 # tar/untar a dummy directory, and stop if the command works
856 rm -rf conftest.dir
857 mkdir conftest.dir
858 echo GrepMe > conftest.dir/file
859 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
860 rm -rf conftest.dir
861 if test -s conftest.tar; then
862 AM_RUN_LOG([$am__untar <conftest.tar])
863 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
864 fi
865 done
866 rm -rf conftest.dir
867
868 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
869 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
870 AC_SUBST([am__tar])
871 AC_SUBST([am__untar])
872 ]) # _AM_PROG_TAR
873
+0
-0
config.guess less more
(Empty file)
6565 /* Define to the version of this package. */
6666 #undef PACKAGE_VERSION
6767
68 /* install_path */
69 #undef SHAREDIR
70
7168 /* Define to 1 if you have the ANSI C header files. */
7269 #undef STDC_HEADERS
7370
+0
-190
config.log less more
0 This file contains any messages produced by compilers while
1 running configure, to aid debugging if configure makes a mistake.
2
3 It was created by configure, which was
4 generated by GNU Autoconf 2.60. Invocation command line was
5
6 $ ./configure --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info --datadir=${prefix}/share/doc
7
8 ## --------- ##
9 ## Platform. ##
10 ## --------- ##
11
12 hostname = wmiwilli
13 uname -m = i686
14 uname -r = 2.6.23-1-686
15 uname -s = Linux
16 uname -v = #1 SMP Wed Dec 5 02:01:26 UTC 2007
17
18 /usr/bin/uname -p = unknown
19 /bin/uname -X = unknown
20
21 /bin/arch = unknown
22 /usr/bin/arch -k = unknown
23 /usr/convex/getsysinfo = unknown
24 /usr/bin/hostinfo = unknown
25 /bin/machine = unknown
26 /usr/bin/oslevel = unknown
27 /bin/universe = unknown
28
29 PATH: /usr/sbin
30 PATH: /usr/bin
31 PATH: /sbin
32 PATH: /bin
33 PATH: /usr/bin/X11
34
35
36 ## ----------- ##
37 ## Core tests. ##
38 ## ----------- ##
39
40 configure:1732: checking for a BSD-compatible install
41 configure:1788: result: /usr/bin/install -c
42 configure:1799: checking whether build environment is sane
43 configure:1842: result: yes
44 configure:1857: checking whether make sets $(MAKE)
45 configure:1878: result: yes
46 configure:1910: checking for working aclocal-1.4
47 configure:1917: result: found
48 configure:1925: checking for working autoconf
49 configure:1932: result: found
50 configure:1940: checking for working automake-1.4
51 configure:1947: result: found
52 configure:1955: checking for working autoheader
53 configure:1962: result: found
54 configure:1970: checking for working makeinfo
55 configure:1977: result: found
56 configure:2102: checking for C++ compiler version
57 configure:2109: g++ --version >&5
58 g++ (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
59 Copyright (C) 2007 Free Software Foundation, Inc.
60 This is free software; see the source for copying conditions. There is NO
61 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62
63 configure:2112: $? = 0
64 configure:2119: g++ -v >&5
65 Using built-in specs.
66 Target: i486-linux-gnu
67 Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
68 Thread model: posix
69 gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
70 configure:2122: $? = 0
71 configure:2129: g++ -V >&5
72 g++: '-V' option must have argument
73 configure:2132: $? = 1
74 configure:2155: checking for C++ compiler default output file name
75
76 ## ---------------- ##
77 ## Cache variables. ##
78 ## ---------------- ##
79
80 ac_cv_env_CCC_set=
81 ac_cv_env_CCC_value=
82 ac_cv_env_CC_set=
83 ac_cv_env_CC_value=
84 ac_cv_env_CFLAGS_set=
85 ac_cv_env_CFLAGS_value=
86 ac_cv_env_CPPFLAGS_set=
87 ac_cv_env_CPPFLAGS_value=
88 ac_cv_env_CPP_set=
89 ac_cv_env_CPP_value=
90 ac_cv_env_CXXCPP_set=
91 ac_cv_env_CXXCPP_value=
92 ac_cv_env_CXXFLAGS_set=set
93 ac_cv_env_CXXFLAGS_value='-Wall -g -DDEBIANIZED -O2'
94 ac_cv_env_CXX_set=set
95 ac_cv_env_CXX_value=g++
96 ac_cv_env_LDFLAGS_set=
97 ac_cv_env_LDFLAGS_value=
98 ac_cv_env_build_alias_set=set
99 ac_cv_env_build_alias_value=i486-linux-gnu
100 ac_cv_env_host_alias_set=set
101 ac_cv_env_host_alias_value=i486-linux-gnu
102 ac_cv_env_target_alias_set=
103 ac_cv_env_target_alias_value=
104 ac_cv_path_install='/usr/bin/install -c'
105 ac_cv_prog_make_make_set=yes
106
107 ## ----------------- ##
108 ## Output variables. ##
109 ## ----------------- ##
110
111 ACLOCAL='aclocal-1.4'
112 AUTOCONF='autoconf'
113 AUTOHEADER='autoheader'
114 AUTOMAKE='automake-1.4'
115 CC=''
116 CFLAGS=''
117 CPP=''
118 CPPFLAGS=''
119 CXX='g++'
120 CXXCPP=''
121 CXXFLAGS='-Wall -g -DDEBIANIZED -O2'
122 DEFS=''
123 ECHO_C=''
124 ECHO_N='-n'
125 ECHO_T=''
126 EGREP=''
127 EXEEXT=''
128 GREP=''
129 INSTALL_DATA='${INSTALL} -m 644'
130 INSTALL_PROGRAM='${INSTALL}'
131 INSTALL_SCRIPT='${INSTALL}'
132 LDFLAGS=''
133 LIBOBJS=''
134 LIBS=''
135 LTLIBOBJS=''
136 MAKEINFO='makeinfo'
137 OBJEXT=''
138 PACKAGE='squidview'
139 PACKAGE_BUGREPORT=''
140 PACKAGE_NAME=''
141 PACKAGE_STRING=''
142 PACKAGE_TARNAME=''
143 PACKAGE_VERSION=''
144 PATH_SEPARATOR=':'
145 SET_MAKE=''
146 SHELL='/bin/bash'
147 VERSION='0.71'
148 ac_ct_CC=''
149 ac_ct_CXX=''
150 bindir='${exec_prefix}/bin'
151 build_alias='i486-linux-gnu'
152 datadir='${prefix}/share/doc'
153 datarootdir='${prefix}/share'
154 docdir='${datarootdir}/doc/${PACKAGE}'
155 dvidir='${docdir}'
156 exec_prefix='NONE'
157 host_alias='i486-linux-gnu'
158 htmldir='${docdir}'
159 includedir='${prefix}/include'
160 infodir='${prefix}/share/info'
161 libdir='${exec_prefix}/lib'
162 libexecdir='${exec_prefix}/libexec'
163 localedir='${datarootdir}/locale'
164 localstatedir='${prefix}/var'
165 mandir='${prefix}/share/man'
166 oldincludedir='/usr/include'
167 pdfdir='${docdir}'
168 prefix='/usr'
169 program_transform_name='s,x,x,'
170 psdir='${docdir}'
171 sbindir='${exec_prefix}/sbin'
172 sharedstatedir='${prefix}/com'
173 sysconfdir='${prefix}/etc'
174 target_alias=''
175
176 ## ----------- ##
177 ## confdefs.h. ##
178 ## ----------- ##
179
180 #define PACKAGE_NAME ""
181 #define PACKAGE_TARNAME ""
182 #define PACKAGE_VERSION ""
183 #define PACKAGE_STRING ""
184 #define PACKAGE_BUGREPORT ""
185 #define PACKAGE "squidview"
186 #define VERSION "0.71"
187
188 configure: caught signal 2
189 configure: exit 1
+0
-0
config.sub less more
(Empty file)
+1029
-665
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.60.
2 # Generated by GNU Autoconf 2.61.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
55 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
99 ## M4sh Initialization. ##
1010 ## --------------------- ##
1111
12 # Be Bourne compatible
12 # Be more Bourne compatible
13 DUALCASE=1; export DUALCASE # for MKS sh
1314 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1415 emulate sh
1516 NULLCMD=:
1819 alias -g '${1+"$@"}'='"$@"'
1920 setopt NO_GLOB_SUBST
2021 else
21 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
22 fi
23 BIN_SH=xpg4; export BIN_SH # for Tru64
24 DUALCASE=1; export DUALCASE # for MKS sh
22 case `(set -o) 2>/dev/null` in
23 *posix*) set -o posix ;;
24 esac
25
26 fi
27
28
2529
2630
2731 # PATH needs CR
214218 else
215219 as_candidate_shells=
216220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
218222 do
219223 IFS=$as_save_IFS
220224 test -z "$as_dir" && as_dir=.
232236 # Try only shells that exist, to save several forks.
233237 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
234238 { ("$as_shell") 2> /dev/null <<\_ASEOF
235 # Be Bourne compatible
236239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
237240 emulate sh
238241 NULLCMD=:
241244 alias -g '${1+"$@"}'='"$@"'
242245 setopt NO_GLOB_SUBST
243246 else
244 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
245 fi
246 BIN_SH=xpg4; export BIN_SH # for Tru64
247 DUALCASE=1; export DUALCASE # for MKS sh
247 case `(set -o) 2>/dev/null` in
248 *posix*) set -o posix ;;
249 esac
250
251 fi
252
248253
249254 :
250255 _ASEOF
252257 CONFIG_SHELL=$as_shell
253258 as_have_required=yes
254259 if { "$as_shell" 2> /dev/null <<\_ASEOF
255 # Be Bourne compatible
256260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
257261 emulate sh
258262 NULLCMD=:
261265 alias -g '${1+"$@"}'='"$@"'
262266 setopt NO_GLOB_SUBST
263267 else
264 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
265 fi
266 BIN_SH=xpg4; export BIN_SH # for Tru64
267 DUALCASE=1; export DUALCASE # for MKS sh
268 case `(set -o) 2>/dev/null` in
269 *posix*) set -o posix ;;
270 esac
271
272 fi
273
268274
269275 :
270276 (as_func_return () {
511517 as_mkdir_p=false
512518 fi
513519
514 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
515 # systems may use methods other than mode bits to determine executability.
516 cat >conf$$.file <<_ASEOF
517 #! /bin/sh
518 exit 0
519 _ASEOF
520 chmod +x conf$$.file
521 if test -x conf$$.file >/dev/null 2>&1; then
522 as_executable_p="test -x"
523 else
524 as_executable_p=:
525 fi
526 rm -f conf$$.file
520 if test -x / >/dev/null 2>&1; then
521 as_test_x='test -x'
522 else
523 if ls -dL / >/dev/null 2>&1; then
524 as_ls_L_option=L
525 else
526 as_ls_L_option=
527 fi
528 as_test_x='
529 eval sh -c '\''
530 if test -d "$1"; then
531 test -d "$1/.";
532 else
533 case $1 in
534 -*)set "./$1";;
535 esac;
536 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
537 ???[sx]*):;;*)false;;esac;fi
538 '\'' sh
539 '
540 fi
541 as_executable_p=$as_test_x
527542
528543 # Sed expression to map a string onto a valid CPP name.
529544 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
564579 # Factoring default headers for most tests.
565580 ac_includes_default="\
566581 #include <stdio.h>
567 #if HAVE_SYS_TYPES_H
582 #ifdef HAVE_SYS_TYPES_H
568583 # include <sys/types.h>
569584 #endif
570 #if HAVE_SYS_STAT_H
585 #ifdef HAVE_SYS_STAT_H
571586 # include <sys/stat.h>
572587 #endif
573 #if STDC_HEADERS
588 #ifdef STDC_HEADERS
574589 # include <stdlib.h>
575590 # include <stddef.h>
576591 #else
577 # if HAVE_STDLIB_H
592 # ifdef HAVE_STDLIB_H
578593 # include <stdlib.h>
579594 # endif
580595 #endif
581 #if HAVE_STRING_H
582 # if !STDC_HEADERS && HAVE_MEMORY_H
596 #ifdef HAVE_STRING_H
597 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583598 # include <memory.h>
584599 # endif
585600 # include <string.h>
586601 #endif
587 #if HAVE_STRINGS_H
602 #ifdef HAVE_STRINGS_H
588603 # include <strings.h>
589604 #endif
590 #if HAVE_INTTYPES_H
605 #ifdef HAVE_INTTYPES_H
591606 # include <inttypes.h>
592607 #endif
593 #if HAVE_STDINT_H
608 #ifdef HAVE_STDINT_H
594609 # include <stdint.h>
595610 #endif
596 #if HAVE_UNISTD_H
611 #ifdef HAVE_UNISTD_H
597612 # include <unistd.h>
598613 #endif"
599614
637652 INSTALL_PROGRAM
638653 INSTALL_SCRIPT
639654 INSTALL_DATA
655 am__isrc
656 CYGPATH_W
640657 PACKAGE
641658 VERSION
642659 ACLOCAL
644661 AUTOMAKE
645662 AUTOHEADER
646663 MAKEINFO
664 install_sh
665 STRIP
666 INSTALL_STRIP_PROGRAM
667 mkdir_p
668 AWK
647669 SET_MAKE
670 am__leading_dot
671 AMTAR
672 am__tar
673 am__untar
648674 CXX
649675 CXXFLAGS
650676 LDFLAGS
652678 ac_ct_CXX
653679 EXEEXT
654680 OBJEXT
681 DEPDIR
682 am__include
683 am__quote
684 AMDEP_TRUE
685 AMDEP_FALSE
686 AMDEPBACKSLASH
687 CXXDEPMODE
688 am__fastdepCXX_TRUE
689 am__fastdepCXX_FALSE
655690 CC
656691 CFLAGS
657692 ac_ct_CC
693 CCDEPMODE
694 am__fastdepCC_TRUE
695 am__fastdepCC_FALSE
658696 CPP
659697 GREP
660698 EGREP
668706 CXX
669707 CXXFLAGS
670708 LDFLAGS
709 LIBS
671710 CPPFLAGS
672711 CCC
673712 CC
779818 -disable-* | --disable-*)
780819 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
781820 # Reject names that are not valid shell variable names.
782 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
821 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
783822 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
784823 { (exit 1); exit 1; }; }
785 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
824 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
786825 eval enable_$ac_feature=no ;;
787826
788827 -docdir | --docdir | --docdi | --doc | --do)
798837 -enable-* | --enable-*)
799838 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
800839 # Reject names that are not valid shell variable names.
801 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
840 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
802841 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
803842 { (exit 1); exit 1; }; }
804 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
843 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
805844 eval enable_$ac_feature=\$ac_optarg ;;
806845
807846 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
9951034 -with-* | --with-*)
9961035 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
9971036 # Reject names that are not valid shell variable names.
998 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1037 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
9991038 { echo "$as_me: error: invalid package name: $ac_package" >&2
10001039 { (exit 1); exit 1; }; }
1001 ac_package=`echo $ac_package| sed 's/-/_/g'`
1040 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
10021041 eval with_$ac_package=\$ac_optarg ;;
10031042
10041043 -without-* | --without-*)
10051044 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10061045 # Reject names that are not valid shell variable names.
1007 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1046 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
10081047 { echo "$as_me: error: invalid package name: $ac_package" >&2
10091048 { (exit 1); exit 1; }; }
1010 ac_package=`echo $ac_package | sed 's/-/_/g'`
1049 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
10111050 eval with_$ac_package=no ;;
10121051
10131052 --x)
12441283
12451284 cat <<\_ACEOF
12461285
1286 Optional Features:
1287 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1288 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1289 --disable-dependency-tracking speeds up one-time build
1290 --enable-dependency-tracking do not reject slow dependency extractors
1291
12471292 Some influential environment variables:
12481293 CXX C++ compiler command
12491294 CXXFLAGS C++ compiler flags
12501295 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
12511296 nonstandard directory <lib dir>
1297 LIBS libraries to pass to the linker, e.g. -l<library>
12521298 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
12531299 you have headers in a nonstandard directory <include dir>
12541300 CC C compiler command
13201366 if $ac_init_version; then
13211367 cat <<\_ACEOF
13221368 configure
1323 generated by GNU Autoconf 2.60
1369 generated by GNU Autoconf 2.61
13241370
13251371 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13261372 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
13341380 running configure, to aid debugging if configure makes a mistake.
13351381
13361382 It was created by $as_me, which was
1337 generated by GNU Autoconf 2.60. Invocation command line was
1383 generated by GNU Autoconf 2.61. Invocation command line was
13381384
13391385 $ $0 $@
13401386
16781724 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16791725
16801726
1681
16821727 ac_config_headers="$ac_config_headers config.h"
16831728
1684 ac_config_commands="$ac_config_commands default-1"
1685
1686 am__api_version="1.4"
1729 am__api_version='1.10'
1730
16871731 ac_aux_dir=
16881732 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
16891733 if test -f "$ac_dir/install-sh"; then
17511795 # by default.
17521796 for ac_prog in ginstall scoinst install; do
17531797 for ac_exec_ext in '' $ac_executable_extensions; do
1754 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1798 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
17551799 if test $ac_prog = install &&
17561800 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
17571801 # AIX install. It has an incompatible calling convention.
17991843 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
18001844 # Just in case
18011845 sleep 1
1802 echo timestamp > conftestfile
1846 echo timestamp > conftest.file
18031847 # Do `set' in a subshell so we don't clobber the current shell's
18041848 # arguments. Must try -L first in case configure is actually a
18051849 # symlink; some systems play weird games with the mod time of symlinks
18061850 # (eg FreeBSD returns the mod time of the symlink's containing
18071851 # directory).
18081852 if (
1809 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1853 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
18101854 if test "$*" = "X"; then
18111855 # -L didn't work.
1812 set X `ls -t $srcdir/configure conftestfile`
1856 set X `ls -t $srcdir/configure conftest.file`
18131857 fi
1814 if test "$*" != "X $srcdir/configure conftestfile" \
1815 && test "$*" != "X conftestfile $srcdir/configure"; then
1858 rm -f conftest.file
1859 if test "$*" != "X $srcdir/configure conftest.file" \
1860 && test "$*" != "X conftest.file $srcdir/configure"; then
18161861
18171862 # If neither matched, then we have a broken ls. This can happen
18181863 # if, for instance, CONFIG_SHELL is bash and it inherits a
18251870 { (exit 1); exit 1; }; }
18261871 fi
18271872
1828 test "$2" = conftestfile
1873 test "$2" = conftest.file
18291874 )
18301875 then
18311876 # Ok.
18371882 Check your system clock" >&2;}
18381883 { (exit 1); exit 1; }; }
18391884 fi
1840 rm -f conftest*
18411885 { echo "$as_me:$LINENO: result: yes" >&5
18421886 echo "${ECHO_T}yes" >&6; }
18431887 test "$program_prefix" != NONE &&
18531897 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
18541898 rm -f conftest.sed
18551899
1900 # expand $ac_aux_dir to an absolute path
1901 am_aux_dir=`cd $ac_aux_dir && pwd`
1902
1903 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1904 # Use eval to expand $SHELL
1905 if eval "$MISSING --run true"; then
1906 am_missing_run="$MISSING --run "
1907 else
1908 am_missing_run=
1909 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1910 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1911 fi
1912
1913 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1914 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1915 if test -z "$MKDIR_P"; then
1916 if test "${ac_cv_path_mkdir+set}" = set; then
1917 echo $ECHO_N "(cached) $ECHO_C" >&6
1918 else
1919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1920 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1921 do
1922 IFS=$as_save_IFS
1923 test -z "$as_dir" && as_dir=.
1924 for ac_prog in mkdir gmkdir; do
1925 for ac_exec_ext in '' $ac_executable_extensions; do
1926 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1927 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1928 'mkdir (GNU coreutils) '* | \
1929 'mkdir (coreutils) '* | \
1930 'mkdir (fileutils) '4.1*)
1931 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1932 break 3;;
1933 esac
1934 done
1935 done
1936 done
1937 IFS=$as_save_IFS
1938
1939 fi
1940
1941 if test "${ac_cv_path_mkdir+set}" = set; then
1942 MKDIR_P="$ac_cv_path_mkdir -p"
1943 else
1944 # As a last resort, use the slow shell script. Don't cache a
1945 # value for MKDIR_P within a source directory, because that will
1946 # break other packages using the cache if that directory is
1947 # removed, or if the value is a relative name.
1948 test -d ./--version && rmdir ./--version
1949 MKDIR_P="$ac_install_sh -d"
1950 fi
1951 fi
1952 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1953 echo "${ECHO_T}$MKDIR_P" >&6; }
1954
1955 mkdir_p="$MKDIR_P"
1956 case $mkdir_p in
1957 [\\/$]* | ?:[\\/]*) ;;
1958 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1959 esac
1960
1961 for ac_prog in gawk mawk nawk awk
1962 do
1963 # Extract the first word of "$ac_prog", so it can be a program name with args.
1964 set dummy $ac_prog; ac_word=$2
1965 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1967 if test "${ac_cv_prog_AWK+set}" = set; then
1968 echo $ECHO_N "(cached) $ECHO_C" >&6
1969 else
1970 if test -n "$AWK"; then
1971 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1972 else
1973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1974 for as_dir in $PATH
1975 do
1976 IFS=$as_save_IFS
1977 test -z "$as_dir" && as_dir=.
1978 for ac_exec_ext in '' $ac_executable_extensions; do
1979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1980 ac_cv_prog_AWK="$ac_prog"
1981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1982 break 2
1983 fi
1984 done
1985 done
1986 IFS=$as_save_IFS
1987
1988 fi
1989 fi
1990 AWK=$ac_cv_prog_AWK
1991 if test -n "$AWK"; then
1992 { echo "$as_me:$LINENO: result: $AWK" >&5
1993 echo "${ECHO_T}$AWK" >&6; }
1994 else
1995 { echo "$as_me:$LINENO: result: no" >&5
1996 echo "${ECHO_T}no" >&6; }
1997 fi
1998
1999
2000 test -n "$AWK" && break
2001 done
2002
18562003 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
18572004 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
18582005 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
18832030 SET_MAKE="MAKE=${MAKE-make}"
18842031 fi
18852032
1886
1887 PACKAGE=squidview
1888
1889 VERSION=0.71
1890
1891 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1892 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2033 rm -rf .tst 2>/dev/null
2034 mkdir .tst 2>/dev/null
2035 if test -d .tst; then
2036 am__leading_dot=.
2037 else
2038 am__leading_dot=_
2039 fi
2040 rmdir .tst 2>/dev/null
2041
2042 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2043 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2044 # is not polluted with repeated "-I."
2045 am__isrc=' -I$(srcdir)'
2046 # test to see if srcdir already configured
2047 if test -f $srcdir/config.status; then
2048 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
18932049 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
18942050 { (exit 1); exit 1; }; }
1895 fi
2051 fi
2052 fi
2053
2054 # test whether we have cygpath
2055 if test -z "$CYGPATH_W"; then
2056 if (cygpath --version) >/dev/null 2>/dev/null; then
2057 CYGPATH_W='cygpath -w'
2058 else
2059 CYGPATH_W=echo
2060 fi
2061 fi
2062
2063
2064 # Define the identity of the package.
2065 PACKAGE=squidview
2066 VERSION=0.72
2067
18962068
18972069 cat >>confdefs.h <<_ACEOF
18982070 #define PACKAGE "$PACKAGE"
19032075 #define VERSION "$VERSION"
19042076 _ACEOF
19052077
1906
1907
1908 missing_dir=`cd $ac_aux_dir && pwd`
1909 { echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
1910 echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
1911 # Run test in a subshell; some versions of sh will print an error if
1912 # an executable is not found, even if stderr is redirected.
1913 # Redirect stdin to placate older versions of autoconf. Sigh.
1914 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1915 ACLOCAL=aclocal-${am__api_version}
1916 { echo "$as_me:$LINENO: result: found" >&5
1917 echo "${ECHO_T}found" >&6; }
1918 else
1919 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
1920 { echo "$as_me:$LINENO: result: missing" >&5
1921 echo "${ECHO_T}missing" >&6; }
1922 fi
1923
1924 { echo "$as_me:$LINENO: checking for working autoconf" >&5
1925 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
1926 # Run test in a subshell; some versions of sh will print an error if
1927 # an executable is not found, even if stderr is redirected.
1928 # Redirect stdin to placate older versions of autoconf. Sigh.
1929 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1930 AUTOCONF=autoconf
1931 { echo "$as_me:$LINENO: result: found" >&5
1932 echo "${ECHO_T}found" >&6; }
1933 else
1934 AUTOCONF="$missing_dir/missing autoconf"
1935 { echo "$as_me:$LINENO: result: missing" >&5
1936 echo "${ECHO_T}missing" >&6; }
1937 fi
1938
1939 { echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
1940 echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
1941 # Run test in a subshell; some versions of sh will print an error if
1942 # an executable is not found, even if stderr is redirected.
1943 # Redirect stdin to placate older versions of autoconf. Sigh.
1944 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1945 AUTOMAKE=automake-${am__api_version}
1946 { echo "$as_me:$LINENO: result: found" >&5
1947 echo "${ECHO_T}found" >&6; }
1948 else
1949 AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1950 { echo "$as_me:$LINENO: result: missing" >&5
1951 echo "${ECHO_T}missing" >&6; }
1952 fi
1953
1954 { echo "$as_me:$LINENO: checking for working autoheader" >&5
1955 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
1956 # Run test in a subshell; some versions of sh will print an error if
1957 # an executable is not found, even if stderr is redirected.
1958 # Redirect stdin to placate older versions of autoconf. Sigh.
1959 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1960 AUTOHEADER=autoheader
1961 { echo "$as_me:$LINENO: result: found" >&5
1962 echo "${ECHO_T}found" >&6; }
1963 else
1964 AUTOHEADER="$missing_dir/missing autoheader"
1965 { echo "$as_me:$LINENO: result: missing" >&5
1966 echo "${ECHO_T}missing" >&6; }
1967 fi
1968
1969 { echo "$as_me:$LINENO: checking for working makeinfo" >&5
1970 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
1971 # Run test in a subshell; some versions of sh will print an error if
1972 # an executable is not found, even if stderr is redirected.
1973 # Redirect stdin to placate older versions of autoconf. Sigh.
1974 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1975 MAKEINFO=makeinfo
1976 { echo "$as_me:$LINENO: result: found" >&5
1977 echo "${ECHO_T}found" >&6; }
1978 else
1979 MAKEINFO="$missing_dir/missing makeinfo"
1980 { echo "$as_me:$LINENO: result: missing" >&5
1981 echo "${ECHO_T}missing" >&6; }
1982 fi
2078 # Some tools Automake needs.
2079
2080 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2081
2082
2083 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2084
2085
2086 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2087
2088
2089 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2090
2091
2092 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2093
2094 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2095
2096 # Installed binaries are usually stripped using `strip' when the user
2097 # run `make install-strip'. However `strip' might not be the right
2098 # tool to use in cross-compilation environments, therefore Automake
2099 # will honor the `STRIP' environment variable to overrule this program.
2100 if test "$cross_compiling" != no; then
2101 if test -n "$ac_tool_prefix"; then
2102 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2103 set dummy ${ac_tool_prefix}strip; ac_word=$2
2104 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2105 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2106 if test "${ac_cv_prog_STRIP+set}" = set; then
2107 echo $ECHO_N "(cached) $ECHO_C" >&6
2108 else
2109 if test -n "$STRIP"; then
2110 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2111 else
2112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2113 for as_dir in $PATH
2114 do
2115 IFS=$as_save_IFS
2116 test -z "$as_dir" && as_dir=.
2117 for ac_exec_ext in '' $ac_executable_extensions; do
2118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2119 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2121 break 2
2122 fi
2123 done
2124 done
2125 IFS=$as_save_IFS
2126
2127 fi
2128 fi
2129 STRIP=$ac_cv_prog_STRIP
2130 if test -n "$STRIP"; then
2131 { echo "$as_me:$LINENO: result: $STRIP" >&5
2132 echo "${ECHO_T}$STRIP" >&6; }
2133 else
2134 { echo "$as_me:$LINENO: result: no" >&5
2135 echo "${ECHO_T}no" >&6; }
2136 fi
2137
2138
2139 fi
2140 if test -z "$ac_cv_prog_STRIP"; then
2141 ac_ct_STRIP=$STRIP
2142 # Extract the first word of "strip", so it can be a program name with args.
2143 set dummy strip; ac_word=$2
2144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2146 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2148 else
2149 if test -n "$ac_ct_STRIP"; then
2150 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2151 else
2152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153 for as_dir in $PATH
2154 do
2155 IFS=$as_save_IFS
2156 test -z "$as_dir" && as_dir=.
2157 for ac_exec_ext in '' $ac_executable_extensions; do
2158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2159 ac_cv_prog_ac_ct_STRIP="strip"
2160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2161 break 2
2162 fi
2163 done
2164 done
2165 IFS=$as_save_IFS
2166
2167 fi
2168 fi
2169 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2170 if test -n "$ac_ct_STRIP"; then
2171 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2172 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2173 else
2174 { echo "$as_me:$LINENO: result: no" >&5
2175 echo "${ECHO_T}no" >&6; }
2176 fi
2177
2178 if test "x$ac_ct_STRIP" = x; then
2179 STRIP=":"
2180 else
2181 case $cross_compiling:$ac_tool_warned in
2182 yes:)
2183 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2184 whose name does not start with the host triplet. If you think this
2185 configuration is useful to you, please write to autoconf@gnu.org." >&5
2186 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2187 whose name does not start with the host triplet. If you think this
2188 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2189 ac_tool_warned=yes ;;
2190 esac
2191 STRIP=$ac_ct_STRIP
2192 fi
2193 else
2194 STRIP="$ac_cv_prog_STRIP"
2195 fi
2196
2197 fi
2198 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2199
2200 # We need awk for the "check" target. The system "awk" is bad on
2201 # some platforms.
2202 # Always define AMTAR for backward compatibility.
2203
2204 AMTAR=${AMTAR-"${am_missing_run}tar"}
2205
2206 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2207
2208
2209
19832210
19842211
19852212 ac_ext=cpp
20102237 IFS=$as_save_IFS
20112238 test -z "$as_dir" && as_dir=.
20122239 for ac_exec_ext in '' $ac_executable_extensions; do
2013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20142241 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
20152242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20162243 break 2
20542281 IFS=$as_save_IFS
20552282 test -z "$as_dir" && as_dir=.
20562283 for ac_exec_ext in '' $ac_executable_extensions; do
2057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20582285 ac_cv_prog_ac_ct_CXX="$ac_prog"
20592286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20602287 break 2
21882415 # in a Makefile. We should not override ac_cv_exeext if it was cached,
21892416 # so that the user can short-circuit this test for compilers unknown to
21902417 # Autoconf.
2191 for ac_file in $ac_files
2418 for ac_file in $ac_files ''
21922419 do
21932420 test -f "$ac_file" || continue
21942421 case $ac_file in
22162443 test "$ac_cv_exeext" = no && ac_cv_exeext=
22172444
22182445 else
2446 ac_file=''
2447 fi
2448
2449 { echo "$as_me:$LINENO: result: $ac_file" >&5
2450 echo "${ECHO_T}$ac_file" >&6; }
2451 if test -z "$ac_file"; then
22192452 echo "$as_me: failed program was:" >&5
22202453 sed 's/^/| /' conftest.$ac_ext >&5
22212454
22272460 fi
22282461
22292462 ac_exeext=$ac_cv_exeext
2230 { echo "$as_me:$LINENO: result: $ac_file" >&5
2231 echo "${ECHO_T}$ac_file" >&6; }
22322463
22332464 # Check that the compiler produces executables we can run. If not, either
22342465 # the compiler is broken, or we cross compile.
24062637 rm -f conftest.er1
24072638 cat conftest.err >&5
24082639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409 (exit $ac_status); } &&
2410 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2411 { (case "(($ac_try" in
2412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2413 *) ac_try_echo=$ac_try;;
2414 esac
2415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2416 (eval "$ac_try") 2>&5
2417 ac_status=$?
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); }; } &&
2420 { ac_try='test -s conftest.$ac_objext'
2421 { (case "(($ac_try" in
2422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2423 *) ac_try_echo=$ac_try;;
2424 esac
2425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2426 (eval "$ac_try") 2>&5
2427 ac_status=$?
2428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429 (exit $ac_status); }; }; then
2640 (exit $ac_status); } && {
2641 test -z "$ac_cxx_werror_flag" ||
2642 test ! -s conftest.err
2643 } && test -s conftest.$ac_objext; then
24302644 ac_compiler_gnu=yes
24312645 else
24322646 echo "$as_me: failed program was:" >&5
24812695 rm -f conftest.er1
24822696 cat conftest.err >&5
24832697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2484 (exit $ac_status); } &&
2485 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2486 { (case "(($ac_try" in
2487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2488 *) ac_try_echo=$ac_try;;
2489 esac
2490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2491 (eval "$ac_try") 2>&5
2492 ac_status=$?
2493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494 (exit $ac_status); }; } &&
2495 { ac_try='test -s conftest.$ac_objext'
2496 { (case "(($ac_try" in
2497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2498 *) ac_try_echo=$ac_try;;
2499 esac
2500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2501 (eval "$ac_try") 2>&5
2502 ac_status=$?
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }; }; then
2698 (exit $ac_status); } && {
2699 test -z "$ac_cxx_werror_flag" ||
2700 test ! -s conftest.err
2701 } && test -s conftest.$ac_objext; then
25052702 ac_cv_prog_cxx_g=yes
25062703 else
25072704 echo "$as_me: failed program was:" >&5
25362733 rm -f conftest.er1
25372734 cat conftest.err >&5
25382735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2539 (exit $ac_status); } &&
2540 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2541 { (case "(($ac_try" in
2542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2543 *) ac_try_echo=$ac_try;;
2544 esac
2545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2546 (eval "$ac_try") 2>&5
2547 ac_status=$?
2548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2549 (exit $ac_status); }; } &&
2550 { ac_try='test -s conftest.$ac_objext'
2551 { (case "(($ac_try" in
2552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2553 *) ac_try_echo=$ac_try;;
2554 esac
2555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2556 (eval "$ac_try") 2>&5
2557 ac_status=$?
2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2559 (exit $ac_status); }; }; then
2736 (exit $ac_status); } && {
2737 test -z "$ac_cxx_werror_flag" ||
2738 test ! -s conftest.err
2739 } && test -s conftest.$ac_objext; then
25602740 :
25612741 else
25622742 echo "$as_me: failed program was:" >&5
25922772 rm -f conftest.er1
25932773 cat conftest.err >&5
25942774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2595 (exit $ac_status); } &&
2596 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2597 { (case "(($ac_try" in
2598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2599 *) ac_try_echo=$ac_try;;
2600 esac
2601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2602 (eval "$ac_try") 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }; } &&
2606 { ac_try='test -s conftest.$ac_objext'
2607 { (case "(($ac_try" in
2608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2609 *) ac_try_echo=$ac_try;;
2610 esac
2611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2612 (eval "$ac_try") 2>&5
2613 ac_status=$?
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }; }; then
2775 (exit $ac_status); } && {
2776 test -z "$ac_cxx_werror_flag" ||
2777 test ! -s conftest.err
2778 } && test -s conftest.$ac_objext; then
26162779 ac_cv_prog_cxx_g=yes
26172780 else
26182781 echo "$as_me: failed program was:" >&5
26522815 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26532816 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26542817 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2818 DEPDIR="${am__leading_dot}deps"
2819
2820 ac_config_commands="$ac_config_commands depfiles"
2821
2822
2823 am_make=${MAKE-make}
2824 cat > confinc << 'END'
2825 am__doit:
2826 @echo done
2827 .PHONY: am__doit
2828 END
2829 # If we don't find an include directive, just comment out the code.
2830 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2831 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
2832 am__include="#"
2833 am__quote=
2834 _am_result=none
2835 # First try GNU make style include.
2836 echo "include confinc" > confmf
2837 # We grep out `Entering directory' and `Leaving directory'
2838 # messages which can occur if `w' ends up in MAKEFLAGS.
2839 # In particular we don't look at `^make:' because GNU make might
2840 # be invoked under some other name (usually "gmake"), in which
2841 # case it prints its new name instead of `make'.
2842 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2843 am__include=include
2844 am__quote=
2845 _am_result=GNU
2846 fi
2847 # Now try BSD make style include.
2848 if test "$am__include" = "#"; then
2849 echo '.include "confinc"' > confmf
2850 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2851 am__include=.include
2852 am__quote="\""
2853 _am_result=BSD
2854 fi
2855 fi
2856
2857
2858 { echo "$as_me:$LINENO: result: $_am_result" >&5
2859 echo "${ECHO_T}$_am_result" >&6; }
2860 rm -f confinc confmf
2861
2862 # Check whether --enable-dependency-tracking was given.
2863 if test "${enable_dependency_tracking+set}" = set; then
2864 enableval=$enable_dependency_tracking;
2865 fi
2866
2867 if test "x$enable_dependency_tracking" != xno; then
2868 am_depcomp="$ac_aux_dir/depcomp"
2869 AMDEPBACKSLASH='\'
2870 fi
2871 if test "x$enable_dependency_tracking" != xno; then
2872 AMDEP_TRUE=
2873 AMDEP_FALSE='#'
2874 else
2875 AMDEP_TRUE='#'
2876 AMDEP_FALSE=
2877 fi
2878
2879
2880
2881 depcc="$CXX" am_compiler_list=
2882
2883 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2884 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
2885 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
2886 echo $ECHO_N "(cached) $ECHO_C" >&6
2887 else
2888 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2889 # We make a subdir and do the tests there. Otherwise we can end up
2890 # making bogus files that we don't know about and never remove. For
2891 # instance it was reported that on HP-UX the gcc test will end up
2892 # making a dummy file named `D' -- because `-MD' means `put the output
2893 # in D'.
2894 mkdir conftest.dir
2895 # Copy depcomp to subdir because otherwise we won't find it if we're
2896 # using a relative directory.
2897 cp "$am_depcomp" conftest.dir
2898 cd conftest.dir
2899 # We will build objects and dependencies in a subdirectory because
2900 # it helps to detect inapplicable dependency modes. For instance
2901 # both Tru64's cc and ICC support -MD to output dependencies as a
2902 # side effect of compilation, but ICC will put the dependencies in
2903 # the current directory while Tru64 will put them in the object
2904 # directory.
2905 mkdir sub
2906
2907 am_cv_CXX_dependencies_compiler_type=none
2908 if test "$am_compiler_list" = ""; then
2909 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2910 fi
2911 for depmode in $am_compiler_list; do
2912 # Setup a source with many dependencies, because some compilers
2913 # like to wrap large dependency lists on column 80 (with \), and
2914 # we should not choose a depcomp mode which is confused by this.
2915 #
2916 # We need to recreate these files for each test, as the compiler may
2917 # overwrite some of them when testing with obscure command lines.
2918 # This happens at least with the AIX C compiler.
2919 : > sub/conftest.c
2920 for i in 1 2 3 4 5 6; do
2921 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2922 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2923 # Solaris 8's {/usr,}/bin/sh.
2924 touch sub/conftst$i.h
2925 done
2926 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2927
2928 case $depmode in
2929 nosideeffect)
2930 # after this tag, mechanisms are not by side-effect, so they'll
2931 # only be used when explicitly requested
2932 if test "x$enable_dependency_tracking" = xyes; then
2933 continue
2934 else
2935 break
2936 fi
2937 ;;
2938 none) break ;;
2939 esac
2940 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2941 # mode. It turns out that the SunPro C++ compiler does not properly
2942 # handle `-M -o', and we need to detect this.
2943 if depmode=$depmode \
2944 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2945 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2946 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2947 >/dev/null 2>conftest.err &&
2948 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2949 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2950 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2951 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2952 # icc doesn't choke on unknown options, it will just issue warnings
2953 # or remarks (even with -Werror). So we grep stderr for any message
2954 # that says an option was ignored or not supported.
2955 # When given -MP, icc 7.0 and 7.1 complain thusly:
2956 # icc: Command line warning: ignoring option '-M'; no argument required
2957 # The diagnosis changed in icc 8.0:
2958 # icc: Command line remark: option '-MP' not supported
2959 if (grep 'ignoring option' conftest.err ||
2960 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2961 am_cv_CXX_dependencies_compiler_type=$depmode
2962 break
2963 fi
2964 fi
2965 done
2966
2967 cd ..
2968 rm -rf conftest.dir
2969 else
2970 am_cv_CXX_dependencies_compiler_type=none
2971 fi
2972
2973 fi
2974 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
2975 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
2976 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
2977
2978 if
2979 test "x$enable_dependency_tracking" != xno \
2980 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
2981 am__fastdepCXX_TRUE=
2982 am__fastdepCXX_FALSE='#'
2983 else
2984 am__fastdepCXX_TRUE='#'
2985 am__fastdepCXX_FALSE=
2986 fi
2987
26552988
26562989 # Find a good install program. We prefer a C program (faster),
26572990 # so one script is as good as another. But avoid the broken or
26893022 # by default.
26903023 for ac_prog in ginstall scoinst install; do
26913024 for ac_exec_ext in '' $ac_executable_extensions; do
2692 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
3025 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
26933026 if test $ac_prog = install &&
26943027 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
26953028 # AIX install. It has an incompatible calling convention.
27343067 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
27353068
27363069
2737
27383070 ac_ext=c
27393071 ac_cpp='$CPP $CPPFLAGS'
27403072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27573089 IFS=$as_save_IFS
27583090 test -z "$as_dir" && as_dir=.
27593091 for ac_exec_ext in '' $ac_executable_extensions; do
2760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27613093 ac_cv_prog_CC="${ac_tool_prefix}gcc"
27623094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27633095 break 2
27973129 IFS=$as_save_IFS
27983130 test -z "$as_dir" && as_dir=.
27993131 for ac_exec_ext in '' $ac_executable_extensions; do
2800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28013133 ac_cv_prog_ac_ct_CC="gcc"
28023134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28033135 break 2
28543186 IFS=$as_save_IFS
28553187 test -z "$as_dir" && as_dir=.
28563188 for ac_exec_ext in '' $ac_executable_extensions; do
2857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28583190 ac_cv_prog_CC="${ac_tool_prefix}cc"
28593191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28603192 break 2
28953227 IFS=$as_save_IFS
28963228 test -z "$as_dir" && as_dir=.
28973229 for ac_exec_ext in '' $ac_executable_extensions; do
2898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28993231 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
29003232 ac_prog_rejected=yes
29013233 continue
29533285 IFS=$as_save_IFS
29543286 test -z "$as_dir" && as_dir=.
29553287 for ac_exec_ext in '' $ac_executable_extensions; do
2956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29573289 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
29583290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29593291 break 2
29973329 IFS=$as_save_IFS
29983330 test -z "$as_dir" && as_dir=.
29993331 for ac_exec_ext in '' $ac_executable_extensions; do
3000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30013333 ac_cv_prog_ac_ct_CC="$ac_prog"
30023334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30033335 break 2
31173449 rm -f conftest.er1
31183450 cat conftest.err >&5
31193451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3120 (exit $ac_status); } &&
3121 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3122 { (case "(($ac_try" in
3123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3124 *) ac_try_echo=$ac_try;;
3125 esac
3126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3127 (eval "$ac_try") 2>&5
3128 ac_status=$?
3129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3130 (exit $ac_status); }; } &&
3131 { ac_try='test -s conftest.$ac_objext'
3132 { (case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3137 (eval "$ac_try") 2>&5
3138 ac_status=$?
3139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); }; }; then
3452 (exit $ac_status); } && {
3453 test -z "$ac_c_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
31413456 ac_compiler_gnu=yes
31423457 else
31433458 echo "$as_me: failed program was:" >&5
31923507 rm -f conftest.er1
31933508 cat conftest.err >&5
31943509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3195 (exit $ac_status); } &&
3196 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3197 { (case "(($ac_try" in
3198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3199 *) ac_try_echo=$ac_try;;
3200 esac
3201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3202 (eval "$ac_try") 2>&5
3203 ac_status=$?
3204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205 (exit $ac_status); }; } &&
3206 { ac_try='test -s conftest.$ac_objext'
3207 { (case "(($ac_try" in
3208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3209 *) ac_try_echo=$ac_try;;
3210 esac
3211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3212 (eval "$ac_try") 2>&5
3213 ac_status=$?
3214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3215 (exit $ac_status); }; }; then
3510 (exit $ac_status); } && {
3511 test -z "$ac_c_werror_flag" ||
3512 test ! -s conftest.err
3513 } && test -s conftest.$ac_objext; then
32163514 ac_cv_prog_cc_g=yes
32173515 else
32183516 echo "$as_me: failed program was:" >&5
32473545 rm -f conftest.er1
32483546 cat conftest.err >&5
32493547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3250 (exit $ac_status); } &&
3251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3252 { (case "(($ac_try" in
3253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254 *) ac_try_echo=$ac_try;;
3255 esac
3256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3257 (eval "$ac_try") 2>&5
3258 ac_status=$?
3259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3260 (exit $ac_status); }; } &&
3261 { ac_try='test -s conftest.$ac_objext'
3262 { (case "(($ac_try" in
3263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3264 *) ac_try_echo=$ac_try;;
3265 esac
3266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3267 (eval "$ac_try") 2>&5
3268 ac_status=$?
3269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3270 (exit $ac_status); }; }; then
3548 (exit $ac_status); } && {
3549 test -z "$ac_c_werror_flag" ||
3550 test ! -s conftest.err
3551 } && test -s conftest.$ac_objext; then
32713552 :
32723553 else
32733554 echo "$as_me: failed program was:" >&5
33033584 rm -f conftest.er1
33043585 cat conftest.err >&5
33053586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3306 (exit $ac_status); } &&
3307 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3308 { (case "(($ac_try" in
3309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3310 *) ac_try_echo=$ac_try;;
3311 esac
3312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3313 (eval "$ac_try") 2>&5
3314 ac_status=$?
3315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3316 (exit $ac_status); }; } &&
3317 { ac_try='test -s conftest.$ac_objext'
3318 { (case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321 esac
3322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3323 (eval "$ac_try") 2>&5
3324 ac_status=$?
3325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3326 (exit $ac_status); }; }; then
3587 (exit $ac_status); } && {
3588 test -z "$ac_c_werror_flag" ||
3589 test ! -s conftest.err
3590 } && test -s conftest.$ac_objext; then
33273591 ac_cv_prog_cc_g=yes
33283592 else
33293593 echo "$as_me: failed program was:" >&5
34393703 rm -f conftest.er1
34403704 cat conftest.err >&5
34413705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3442 (exit $ac_status); } &&
3443 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3444 { (case "(($ac_try" in
3445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3446 *) ac_try_echo=$ac_try;;
3447 esac
3448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3449 (eval "$ac_try") 2>&5
3450 ac_status=$?
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); }; } &&
3453 { ac_try='test -s conftest.$ac_objext'
3454 { (case "(($ac_try" in
3455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3456 *) ac_try_echo=$ac_try;;
3457 esac
3458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3459 (eval "$ac_try") 2>&5
3460 ac_status=$?
3461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3462 (exit $ac_status); }; }; then
3706 (exit $ac_status); } && {
3707 test -z "$ac_c_werror_flag" ||
3708 test ! -s conftest.err
3709 } && test -s conftest.$ac_objext; then
34633710 ac_cv_prog_cc_c89=$ac_arg
34643711 else
34653712 echo "$as_me: failed program was:" >&5
34953742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34963743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34973744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3745
3746 depcc="$CC" am_compiler_list=
3747
3748 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3749 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3750 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3752 else
3753 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3754 # We make a subdir and do the tests there. Otherwise we can end up
3755 # making bogus files that we don't know about and never remove. For
3756 # instance it was reported that on HP-UX the gcc test will end up
3757 # making a dummy file named `D' -- because `-MD' means `put the output
3758 # in D'.
3759 mkdir conftest.dir
3760 # Copy depcomp to subdir because otherwise we won't find it if we're
3761 # using a relative directory.
3762 cp "$am_depcomp" conftest.dir
3763 cd conftest.dir
3764 # We will build objects and dependencies in a subdirectory because
3765 # it helps to detect inapplicable dependency modes. For instance
3766 # both Tru64's cc and ICC support -MD to output dependencies as a
3767 # side effect of compilation, but ICC will put the dependencies in
3768 # the current directory while Tru64 will put them in the object
3769 # directory.
3770 mkdir sub
3771
3772 am_cv_CC_dependencies_compiler_type=none
3773 if test "$am_compiler_list" = ""; then
3774 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3775 fi
3776 for depmode in $am_compiler_list; do
3777 # Setup a source with many dependencies, because some compilers
3778 # like to wrap large dependency lists on column 80 (with \), and
3779 # we should not choose a depcomp mode which is confused by this.
3780 #
3781 # We need to recreate these files for each test, as the compiler may
3782 # overwrite some of them when testing with obscure command lines.
3783 # This happens at least with the AIX C compiler.
3784 : > sub/conftest.c
3785 for i in 1 2 3 4 5 6; do
3786 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3787 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3788 # Solaris 8's {/usr,}/bin/sh.
3789 touch sub/conftst$i.h
3790 done
3791 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3792
3793 case $depmode in
3794 nosideeffect)
3795 # after this tag, mechanisms are not by side-effect, so they'll
3796 # only be used when explicitly requested
3797 if test "x$enable_dependency_tracking" = xyes; then
3798 continue
3799 else
3800 break
3801 fi
3802 ;;
3803 none) break ;;
3804 esac
3805 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3806 # mode. It turns out that the SunPro C++ compiler does not properly
3807 # handle `-M -o', and we need to detect this.
3808 if depmode=$depmode \
3809 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3810 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3811 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3812 >/dev/null 2>conftest.err &&
3813 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3814 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3815 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3816 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3817 # icc doesn't choke on unknown options, it will just issue warnings
3818 # or remarks (even with -Werror). So we grep stderr for any message
3819 # that says an option was ignored or not supported.
3820 # When given -MP, icc 7.0 and 7.1 complain thusly:
3821 # icc: Command line warning: ignoring option '-M'; no argument required
3822 # The diagnosis changed in icc 8.0:
3823 # icc: Command line remark: option '-MP' not supported
3824 if (grep 'ignoring option' conftest.err ||
3825 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3826 am_cv_CC_dependencies_compiler_type=$depmode
3827 break
3828 fi
3829 fi
3830 done
3831
3832 cd ..
3833 rm -rf conftest.dir
3834 else
3835 am_cv_CC_dependencies_compiler_type=none
3836 fi
3837
3838 fi
3839 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3840 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3841 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3842
3843 if
3844 test "x$enable_dependency_tracking" != xno \
3845 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3846 am__fastdepCC_TRUE=
3847 am__fastdepCC_FALSE='#'
3848 else
3849 am__fastdepCC_TRUE='#'
3850 am__fastdepCC_FALSE=
3851 fi
3852
34983853
34993854
35003855 ac_ext=c
35493904 rm -f conftest.er1
35503905 cat conftest.err >&5
35513906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3552 (exit $ac_status); } >/dev/null; then
3553 if test -s conftest.err; then
3554 ac_cpp_err=$ac_c_preproc_warn_flag
3555 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3556 else
3557 ac_cpp_err=
3558 fi
3559 else
3560 ac_cpp_err=yes
3561 fi
3562 if test -z "$ac_cpp_err"; then
3907 (exit $ac_status); } >/dev/null && {
3908 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3909 test ! -s conftest.err
3910 }; then
35633911 :
35643912 else
35653913 echo "$as_me: failed program was:" >&5
35933941 rm -f conftest.er1
35943942 cat conftest.err >&5
35953943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); } >/dev/null; then
3597 if test -s conftest.err; then
3598 ac_cpp_err=$ac_c_preproc_warn_flag
3599 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3600 else
3601 ac_cpp_err=
3602 fi
3603 else
3604 ac_cpp_err=yes
3605 fi
3606 if test -z "$ac_cpp_err"; then
3944 (exit $ac_status); } >/dev/null && {
3945 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3946 test ! -s conftest.err
3947 }; then
36073948 # Broken: success on invalid input.
36083949 continue
36093950 else
36684009 rm -f conftest.er1
36694010 cat conftest.err >&5
36704011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } >/dev/null; then
3672 if test -s conftest.err; then
3673 ac_cpp_err=$ac_c_preproc_warn_flag
3674 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3675 else
3676 ac_cpp_err=
3677 fi
3678 else
3679 ac_cpp_err=yes
3680 fi
3681 if test -z "$ac_cpp_err"; then
4012 (exit $ac_status); } >/dev/null && {
4013 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4014 test ! -s conftest.err
4015 }; then
36824016 :
36834017 else
36844018 echo "$as_me: failed program was:" >&5
37124046 rm -f conftest.er1
37134047 cat conftest.err >&5
37144048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3715 (exit $ac_status); } >/dev/null; then
3716 if test -s conftest.err; then
3717 ac_cpp_err=$ac_c_preproc_warn_flag
3718 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3719 else
3720 ac_cpp_err=
3721 fi
3722 else
3723 ac_cpp_err=yes
3724 fi
3725 if test -z "$ac_cpp_err"; then
4049 (exit $ac_status); } >/dev/null && {
4050 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4051 test ! -s conftest.err
4052 }; then
37264053 # Broken: success on invalid input.
37274054 continue
37284055 else
37774104 for ac_prog in grep ggrep; do
37784105 for ac_exec_ext in '' $ac_executable_extensions; do
37794106 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3780 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
4107 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
37814108 # Check for GNU ac_path_GREP and select it if it is found.
37824109 # Check for GNU $ac_path_GREP
37834110 case `"$ac_path_GREP" --version 2>&1` in
38594186 for ac_prog in egrep; do
38604187 for ac_exec_ext in '' $ac_executable_extensions; do
38614188 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3862 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
4189 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
38634190 # Check for GNU ac_path_EGREP and select it if it is found.
38644191 # Check for GNU $ac_path_EGREP
38654192 case `"$ac_path_EGREP" --version 2>&1` in
39554282 rm -f conftest.er1
39564283 cat conftest.err >&5
39574284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3958 (exit $ac_status); } &&
3959 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3960 { (case "(($ac_try" in
3961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3962 *) ac_try_echo=$ac_try;;
3963 esac
3964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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 { (case "(($ac_try" in
3971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3972 *) ac_try_echo=$ac_try;;
3973 esac
3974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3975 (eval "$ac_try") 2>&5
3976 ac_status=$?
3977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3978 (exit $ac_status); }; }; then
4285 (exit $ac_status); } && {
4286 test -z "$ac_c_werror_flag" ||
4287 test ! -s conftest.err
4288 } && test -s conftest.$ac_objext; then
39794289 ac_cv_header_stdc=yes
39804290 else
39814291 echo "$as_me: failed program was:" >&5
41514461 rm -f conftest.er1
41524462 cat conftest.err >&5
41534463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4154 (exit $ac_status); } &&
4155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4156 { (case "(($ac_try" in
4157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4158 *) ac_try_echo=$ac_try;;
4159 esac
4160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4161 (eval "$ac_try") 2>&5
4162 ac_status=$?
4163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4164 (exit $ac_status); }; } &&
4165 { ac_try='test -s conftest.$ac_objext'
4166 { (case "(($ac_try" in
4167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4168 *) ac_try_echo=$ac_try;;
4169 esac
4170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4171 (eval "$ac_try") 2>&5
4172 ac_status=$?
4173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4174 (exit $ac_status); }; }; then
4464 (exit $ac_status); } && {
4465 test -z "$ac_c_werror_flag" ||
4466 test ! -s conftest.err
4467 } && test -s conftest.$ac_objext; then
41754468 eval "$as_ac_Header=yes"
41764469 else
41774470 echo "$as_me: failed program was:" >&5
42444537 rm -f conftest.er1
42454538 cat conftest.err >&5
42464539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4247 (exit $ac_status); } &&
4248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4249 { (case "(($ac_try" in
4250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4251 *) ac_try_echo=$ac_try;;
4252 esac
4253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4254 (eval "$ac_try") 2>&5
4255 ac_status=$?
4256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4257 (exit $ac_status); }; } &&
4258 { ac_try='test -s conftest.$ac_objext'
4259 { (case "(($ac_try" in
4260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4262 esac
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 (eval "$ac_try") 2>&5
4265 ac_status=$?
4266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4267 (exit $ac_status); }; }; then
4540 (exit $ac_status); } && {
4541 test -z "$ac_c_werror_flag" ||
4542 test ! -s conftest.err
4543 } && test -s conftest.$ac_objext; then
42684544 ac_header_compiler=yes
42694545 else
42704546 echo "$as_me: failed program was:" >&5
43004576 rm -f conftest.er1
43014577 cat conftest.err >&5
43024578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4303 (exit $ac_status); } >/dev/null; then
4304 if test -s conftest.err; then
4305 ac_cpp_err=$ac_c_preproc_warn_flag
4306 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4307 else
4308 ac_cpp_err=
4309 fi
4310 else
4311 ac_cpp_err=yes
4312 fi
4313 if test -z "$ac_cpp_err"; then
4579 (exit $ac_status); } >/dev/null && {
4580 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4581 test ! -s conftest.err
4582 }; then
43144583 ac_header_preproc=yes
43154584 else
43164585 echo "$as_me: failed program was:" >&5
44174686 rm -f conftest.er1
44184687 cat conftest.err >&5
44194688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4420 (exit $ac_status); } &&
4421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4422 { (case "(($ac_try" in
4423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4424 *) ac_try_echo=$ac_try;;
4425 esac
4426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4427 (eval "$ac_try") 2>&5
4428 ac_status=$?
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); }; } &&
4431 { ac_try='test -s conftest$ac_exeext'
4432 { (case "(($ac_try" in
4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4434 *) ac_try_echo=$ac_try;;
4435 esac
4436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4437 (eval "$ac_try") 2>&5
4438 ac_status=$?
4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4440 (exit $ac_status); }; }; then
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
44414694 ac_cv_lib_ncurses_wgetch=yes
44424695 else
44434696 echo "$as_me: failed program was:" >&5
44464699 ac_cv_lib_ncurses_wgetch=no
44474700 fi
44484701
4449 rm -f core conftest.err conftest.$ac_objext \
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44504703 conftest$ac_exeext conftest.$ac_ext
44514704 LIBS=$ac_check_lib_save_LIBS
44524705 fi
45214774 rm -f conftest.er1
45224775 cat conftest.err >&5
45234776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 (exit $ac_status); } >/dev/null; then
4525 if test -s conftest.err; then
4526 ac_cpp_err=$ac_cxx_preproc_warn_flag
4527 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4528 else
4529 ac_cpp_err=
4530 fi
4531 else
4532 ac_cpp_err=yes
4533 fi
4534 if test -z "$ac_cpp_err"; then
4777 (exit $ac_status); } >/dev/null && {
4778 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4779 test ! -s conftest.err
4780 }; then
45354781 :
45364782 else
45374783 echo "$as_me: failed program was:" >&5
45654811 rm -f conftest.er1
45664812 cat conftest.err >&5
45674813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); } >/dev/null; then
4569 if test -s conftest.err; then
4570 ac_cpp_err=$ac_cxx_preproc_warn_flag
4571 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4572 else
4573 ac_cpp_err=
4574 fi
4575 else
4576 ac_cpp_err=yes
4577 fi
4578 if test -z "$ac_cpp_err"; then
4814 (exit $ac_status); } >/dev/null && {
4815 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4816 test ! -s conftest.err
4817 }; then
45794818 # Broken: success on invalid input.
45804819 continue
45814820 else
46404879 rm -f conftest.er1
46414880 cat conftest.err >&5
46424881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4643 (exit $ac_status); } >/dev/null; then
4644 if test -s conftest.err; then
4645 ac_cpp_err=$ac_cxx_preproc_warn_flag
4646 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4647 else
4648 ac_cpp_err=
4649 fi
4650 else
4651 ac_cpp_err=yes
4652 fi
4653 if test -z "$ac_cpp_err"; then
4882 (exit $ac_status); } >/dev/null && {
4883 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4884 test ! -s conftest.err
4885 }; then
46544886 :
46554887 else
46564888 echo "$as_me: failed program was:" >&5
46844916 rm -f conftest.er1
46854917 cat conftest.err >&5
46864918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4687 (exit $ac_status); } >/dev/null; then
4688 if test -s conftest.err; then
4689 ac_cpp_err=$ac_cxx_preproc_warn_flag
4690 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4691 else
4692 ac_cpp_err=
4693 fi
4694 else
4695 ac_cpp_err=yes
4696 fi
4697 if test -z "$ac_cpp_err"; then
4919 (exit $ac_status); } >/dev/null && {
4920 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4921 test ! -s conftest.err
4922 }; then
46984923 # Broken: success on invalid input.
46994924 continue
47004925 else
47624987 rm -f conftest.er1
47634988 cat conftest.err >&5
47644989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4765 (exit $ac_status); } &&
4766 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4767 { (case "(($ac_try" in
4768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4769 *) ac_try_echo=$ac_try;;
4770 esac
4771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4772 (eval "$ac_try") 2>&5
4773 ac_status=$?
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); }; } &&
4776 { ac_try='test -s conftest.$ac_objext'
4777 { (case "(($ac_try" in
4778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4779 *) ac_try_echo=$ac_try;;
4780 esac
4781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4782 (eval "$ac_try") 2>&5
4783 ac_status=$?
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); }; }; then
4990 (exit $ac_status); } && {
4991 test -z "$ac_cxx_werror_flag" ||
4992 test ! -s conftest.err
4993 } && test -s conftest.$ac_objext; then
47864994 ac_header_compiler=yes
47874995 else
47884996 echo "$as_me: failed program was:" >&5
48185026 rm -f conftest.er1
48195027 cat conftest.err >&5
48205028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4821 (exit $ac_status); } >/dev/null; then
4822 if test -s conftest.err; then
4823 ac_cpp_err=$ac_cxx_preproc_warn_flag
4824 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4825 else
4826 ac_cpp_err=
4827 fi
4828 else
4829 ac_cpp_err=yes
4830 fi
4831 if test -z "$ac_cpp_err"; then
5029 (exit $ac_status); } >/dev/null && {
5030 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5031 test ! -s conftest.err
5032 }; then
48325033 ac_header_preproc=yes
48335034 else
48345035 echo "$as_me: failed program was:" >&5
49205121 rm -f conftest.er1
49215122 cat conftest.err >&5
49225123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4923 (exit $ac_status); } &&
4924 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4925 { (case "(($ac_try" in
4926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4927 *) ac_try_echo=$ac_try;;
4928 esac
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_try") 2>&5
4931 ac_status=$?
4932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4933 (exit $ac_status); }; } &&
4934 { ac_try='test -s conftest.$ac_objext'
4935 { (case "(($ac_try" in
4936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4937 *) ac_try_echo=$ac_try;;
4938 esac
4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4940 (eval "$ac_try") 2>&5
4941 ac_status=$?
4942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4943 (exit $ac_status); }; }; then
5124 (exit $ac_status); } && {
5125 test -z "$ac_cxx_werror_flag" ||
5126 test ! -s conftest.err
5127 } && test -s conftest.$ac_objext; then
49445128 ac_header_compiler=yes
49455129 else
49465130 echo "$as_me: failed program was:" >&5
49765160 rm -f conftest.er1
49775161 cat conftest.err >&5
49785162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4979 (exit $ac_status); } >/dev/null; then
4980 if test -s conftest.err; then
4981 ac_cpp_err=$ac_cxx_preproc_warn_flag
4982 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4983 else
4984 ac_cpp_err=
4985 fi
4986 else
4987 ac_cpp_err=yes
4988 fi
4989 if test -z "$ac_cpp_err"; then
5163 (exit $ac_status); } >/dev/null && {
5164 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5165 test ! -s conftest.err
5166 }; then
49905167 ac_header_preproc=yes
49915168 else
49925169 echo "$as_me: failed program was:" >&5
50785255 rm -f conftest.er1
50795256 cat conftest.err >&5
50805257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5081 (exit $ac_status); } &&
5082 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5083 { (case "(($ac_try" in
5084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5085 *) ac_try_echo=$ac_try;;
5086 esac
5087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5088 (eval "$ac_try") 2>&5
5089 ac_status=$?
5090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5091 (exit $ac_status); }; } &&
5092 { ac_try='test -s conftest.$ac_objext'
5093 { (case "(($ac_try" in
5094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5095 *) ac_try_echo=$ac_try;;
5096 esac
5097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5098 (eval "$ac_try") 2>&5
5099 ac_status=$?
5100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5101 (exit $ac_status); }; }; then
5258 (exit $ac_status); } && {
5259 test -z "$ac_cxx_werror_flag" ||
5260 test ! -s conftest.err
5261 } && test -s conftest.$ac_objext; then
51025262 ac_header_compiler=yes
51035263 else
51045264 echo "$as_me: failed program was:" >&5
51345294 rm -f conftest.er1
51355295 cat conftest.err >&5
51365296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5137 (exit $ac_status); } >/dev/null; then
5138 if test -s conftest.err; then
5139 ac_cpp_err=$ac_cxx_preproc_warn_flag
5140 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5141 else
5142 ac_cpp_err=
5143 fi
5144 else
5145 ac_cpp_err=yes
5146 fi
5147 if test -z "$ac_cpp_err"; then
5297 (exit $ac_status); } >/dev/null && {
5298 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5299 test ! -s conftest.err
5300 }; then
51485301 ac_header_preproc=yes
51495302 else
51505303 echo "$as_me: failed program was:" >&5
52025355 fi
52035356
52045357
5205
5206 sv1="$prefix"
5207 test "x$prefix" = "xNONE" && prefix="$ac_default_prefix"
5208 sv2=`eval echo $datadir/$PACKAGE`
5209 prefix="$sv1"
5210
5211 cat >>confdefs.h <<_ACEOF
5212 #define SHAREDIR "$sv2"
5213 _ACEOF
52145358
52155359 ac_config_files="$ac_config_files Makefile"
52165360
53105454 LTLIBOBJS=$ac_ltlibobjs
53115455
53125456
5457 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5458 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5459 Usually this means the macro was only invoked conditionally." >&5
5460 echo "$as_me: error: conditional \"AMDEP\" was never defined.
5461 Usually this means the macro was only invoked conditionally." >&2;}
5462 { (exit 1); exit 1; }; }
5463 fi
5464 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
5465 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
5466 Usually this means the macro was only invoked conditionally." >&5
5467 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
5468 Usually this means the macro was only invoked conditionally." >&2;}
5469 { (exit 1); exit 1; }; }
5470 fi
5471 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5472 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5473 Usually this means the macro was only invoked conditionally." >&5
5474 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5475 Usually this means the macro was only invoked conditionally." >&2;}
5476 { (exit 1); exit 1; }; }
5477 fi
53135478
53145479 : ${CONFIG_STATUS=./config.status}
53155480 ac_clean_files_save=$ac_clean_files
53345499 ## M4sh Initialization. ##
53355500 ## --------------------- ##
53365501
5337 # Be Bourne compatible
5502 # Be more Bourne compatible
5503 DUALCASE=1; export DUALCASE # for MKS sh
53385504 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
53395505 emulate sh
53405506 NULLCMD=:
53435509 alias -g '${1+"$@"}'='"$@"'
53445510 setopt NO_GLOB_SUBST
53455511 else
5346 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
5347 fi
5348 BIN_SH=xpg4; export BIN_SH # for Tru64
5349 DUALCASE=1; export DUALCASE # for MKS sh
5512 case `(set -o) 2>/dev/null` in
5513 *posix*) set -o posix ;;
5514 esac
5515
5516 fi
5517
5518
53505519
53515520
53525521 # PATH needs CR
55705739 as_mkdir_p=false
55715740 fi
55725741
5573 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
5574 # systems may use methods other than mode bits to determine executability.
5575 cat >conf$$.file <<_ASEOF
5576 #! /bin/sh
5577 exit 0
5578 _ASEOF
5579 chmod +x conf$$.file
5580 if test -x conf$$.file >/dev/null 2>&1; then
5581 as_executable_p="test -x"
5582 else
5583 as_executable_p=:
5584 fi
5585 rm -f conf$$.file
5742 if test -x / >/dev/null 2>&1; then
5743 as_test_x='test -x'
5744 else
5745 if ls -dL / >/dev/null 2>&1; then
5746 as_ls_L_option=L
5747 else
5748 as_ls_L_option=
5749 fi
5750 as_test_x='
5751 eval sh -c '\''
5752 if test -d "$1"; then
5753 test -d "$1/.";
5754 else
5755 case $1 in
5756 -*)set "./$1";;
5757 esac;
5758 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
5759 ???[sx]*):;;*)false;;esac;fi
5760 '\'' sh
5761 '
5762 fi
5763 as_executable_p=$as_test_x
55865764
55875765 # Sed expression to map a string onto a valid CPP name.
55885766 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
55985776 # values after options handling.
55995777 ac_log="
56005778 This file was extended by $as_me, which was
5601 generated by GNU Autoconf 2.60. Invocation command line was
5779 generated by GNU Autoconf 2.61. Invocation command line was
56025780
56035781 CONFIG_FILES = $CONFIG_FILES
56045782 CONFIG_HEADERS = $CONFIG_HEADERS
56275805 Usage: $0 [OPTIONS] [FILE]...
56285806
56295807 -h, --help print this help, then exit
5630 -V, --version print version number, then exit
5808 -V, --version print version number and configuration settings, then exit
56315809 -q, --quiet do not print progress messages
56325810 -d, --debug don't remove temporary files
56335811 --recheck update $as_me by reconfiguring in the same conditions
56515829 cat >>$CONFIG_STATUS <<_ACEOF
56525830 ac_cs_version="\\
56535831 config.status
5654 configured by $0, generated by GNU Autoconf 2.60,
5832 configured by $0, generated by GNU Autoconf 2.61,
56555833 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
56565834
56575835 Copyright (C) 2006 Free Software Foundation, Inc.
56615839 ac_pwd='$ac_pwd'
56625840 srcdir='$srcdir'
56635841 INSTALL='$INSTALL'
5842 MKDIR_P='$MKDIR_P'
56645843 _ACEOF
56655844
56665845 cat >>$CONFIG_STATUS <<\_ACEOF
57535932 #
57545933 # INIT-COMMANDS
57555934 #
5756
5935 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
57575936
57585937 _ACEOF
57595938
57645943 do
57655944 case $ac_config_target in
57665945 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5767 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
5946 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
57685947 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
57695948
57705949 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
58686047 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
58696048 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
58706049 INSTALL_DATA!$INSTALL_DATA$ac_delim
6050 am__isrc!$am__isrc$ac_delim
6051 CYGPATH_W!$CYGPATH_W$ac_delim
58716052 PACKAGE!$PACKAGE$ac_delim
58726053 VERSION!$VERSION$ac_delim
58736054 ACLOCAL!$ACLOCAL$ac_delim
58756056 AUTOMAKE!$AUTOMAKE$ac_delim
58766057 AUTOHEADER!$AUTOHEADER$ac_delim
58776058 MAKEINFO!$MAKEINFO$ac_delim
6059 install_sh!$install_sh$ac_delim
6060 STRIP!$STRIP$ac_delim
6061 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
6062 mkdir_p!$mkdir_p$ac_delim
6063 AWK!$AWK$ac_delim
58786064 SET_MAKE!$SET_MAKE$ac_delim
6065 am__leading_dot!$am__leading_dot$ac_delim
6066 AMTAR!$AMTAR$ac_delim
6067 am__tar!$am__tar$ac_delim
6068 am__untar!$am__untar$ac_delim
58796069 CXX!$CXX$ac_delim
58806070 CXXFLAGS!$CXXFLAGS$ac_delim
58816071 LDFLAGS!$LDFLAGS$ac_delim
58836073 ac_ct_CXX!$ac_ct_CXX$ac_delim
58846074 EXEEXT!$EXEEXT$ac_delim
58856075 OBJEXT!$OBJEXT$ac_delim
6076 DEPDIR!$DEPDIR$ac_delim
6077 am__include!$am__include$ac_delim
6078 am__quote!$am__quote$ac_delim
6079 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
6080 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
6081 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
6082 CXXDEPMODE!$CXXDEPMODE$ac_delim
6083 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
6084 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
58866085 CC!$CC$ac_delim
58876086 CFLAGS!$CFLAGS$ac_delim
58886087 ac_ct_CC!$ac_ct_CC$ac_delim
6088 CCDEPMODE!$CCDEPMODE$ac_delim
6089 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
6090 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
58896091 CPP!$CPP$ac_delim
58906092 GREP!$GREP$ac_delim
58916093 EGREP!$EGREP$ac_delim
58946096 LTLIBOBJS!$LTLIBOBJS$ac_delim
58956097 _ACEOF
58966098
5897 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 64; then
6099 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
58986100 break
58996101 elif $ac_last_try; then
59006102 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
61216323 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
61226324 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
61236325 esac
6326 ac_MKDIR_P=$MKDIR_P
6327 case $MKDIR_P in
6328 [\\/$]* | ?:[\\/]* ) ;;
6329 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6330 esac
61246331 _ACEOF
61256332
61266333 cat >>$CONFIG_STATUS <<\_ACEOF
61746381 s&@abs_builddir@&$ac_abs_builddir&;t t
61756382 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
61766383 s&@INSTALL@&$ac_INSTALL&;t t
6384 s&@MKDIR_P@&$ac_MKDIR_P&;t t
61776385 $ac_datarootdir_hack
61786386 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
61796387
62886496 cat "$ac_result"
62896497 fi
62906498 rm -f "$tmp/out12"
6499 # Compute $ac_file's index in $config_headers.
6500 _am_stamp_count=1
6501 for _am_header in $config_headers :; do
6502 case $_am_header in
6503 $ac_file | $ac_file:* )
6504 break ;;
6505 * )
6506 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6507 esac
6508 done
6509 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
6510 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6511 X$ac_file : 'X\(//\)[^/]' \| \
6512 X$ac_file : 'X\(//\)$' \| \
6513 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
6514 echo X$ac_file |
6515 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6516 s//\1/
6517 q
6518 }
6519 /^X\(\/\/\)[^/].*/{
6520 s//\1/
6521 q
6522 }
6523 /^X\(\/\/\)$/{
6524 s//\1/
6525 q
6526 }
6527 /^X\(\/\).*/{
6528 s//\1/
6529 q
6530 }
6531 s/.*/./; q'`/stamp-h$_am_stamp_count
62916532 ;;
62926533
62936534 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
62976538
62986539
62996540 case $ac_file$ac_mode in
6300 "default-1":C) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
6541 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
6542 # Strip MF so we end up with the name of the file.
6543 mf=`echo "$mf" | sed -e 's/:.*$//'`
6544 # Check whether this is an Automake generated Makefile or not.
6545 # We used to match only the files named `Makefile.in', but
6546 # some people rename them; so instead we look at the file content.
6547 # Grep'ing the first line is not enough: some people post-process
6548 # each Makefile.in and add a new line on top of each file to say so.
6549 # Grep'ing the whole file is not good either: AIX grep has a line
6550 # limit of 2048, but all sed's we know have understand at least 4000.
6551 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
6552 dirpart=`$as_dirname -- "$mf" ||
6553 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6554 X"$mf" : 'X\(//\)[^/]' \| \
6555 X"$mf" : 'X\(//\)$' \| \
6556 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6557 echo X"$mf" |
6558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6559 s//\1/
6560 q
6561 }
6562 /^X\(\/\/\)[^/].*/{
6563 s//\1/
6564 q
6565 }
6566 /^X\(\/\/\)$/{
6567 s//\1/
6568 q
6569 }
6570 /^X\(\/\).*/{
6571 s//\1/
6572 q
6573 }
6574 s/.*/./; q'`
6575 else
6576 continue
6577 fi
6578 # Extract the definition of DEPDIR, am__include, and am__quote
6579 # from the Makefile without running `make'.
6580 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6581 test -z "$DEPDIR" && continue
6582 am__include=`sed -n 's/^am__include = //p' < "$mf"`
6583 test -z "am__include" && continue
6584 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6585 # When using ansi2knr, U may be empty or an underscore; expand it
6586 U=`sed -n 's/^U = //p' < "$mf"`
6587 # Find all dependency output files, they are included files with
6588 # $(DEPDIR) in their names. We invoke sed twice because it is the
6589 # simplest approach to changing $(DEPDIR) to its actual value in the
6590 # expansion.
6591 for file in `sed -n "
6592 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6593 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6594 # Make sure the directory exists.
6595 test -f "$dirpart/$file" && continue
6596 fdir=`$as_dirname -- "$file" ||
6597 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6598 X"$file" : 'X\(//\)[^/]' \| \
6599 X"$file" : 'X\(//\)$' \| \
6600 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6601 echo X"$file" |
6602 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6603 s//\1/
6604 q
6605 }
6606 /^X\(\/\/\)[^/].*/{
6607 s//\1/
6608 q
6609 }
6610 /^X\(\/\/\)$/{
6611 s//\1/
6612 q
6613 }
6614 /^X\(\/\).*/{
6615 s//\1/
6616 q
6617 }
6618 s/.*/./; q'`
6619 { as_dir=$dirpart/$fdir
6620 case $as_dir in #(
6621 -*) as_dir=./$as_dir;;
6622 esac
6623 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
6624 as_dirs=
6625 while :; do
6626 case $as_dir in #(
6627 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
6628 *) as_qdir=$as_dir;;
6629 esac
6630 as_dirs="'$as_qdir' $as_dirs"
6631 as_dir=`$as_dirname -- "$as_dir" ||
6632 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6633 X"$as_dir" : 'X\(//\)[^/]' \| \
6634 X"$as_dir" : 'X\(//\)$' \| \
6635 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6636 echo X"$as_dir" |
6637 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6638 s//\1/
6639 q
6640 }
6641 /^X\(\/\/\)[^/].*/{
6642 s//\1/
6643 q
6644 }
6645 /^X\(\/\/\)$/{
6646 s//\1/
6647 q
6648 }
6649 /^X\(\/\).*/{
6650 s//\1/
6651 q
6652 }
6653 s/.*/./; q'`
6654 test -d "$as_dir" && break
6655 done
6656 test -z "$as_dirs" || eval "mkdir $as_dirs"
6657 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6658 echo "$as_me: error: cannot create directory $as_dir" >&2;}
6659 { (exit 1); exit 1; }; }; }
6660 # echo "creating $dirpart/$file"
6661 echo '# dummy' > "$dirpart/$file"
6662 done
6663 done
6664 ;;
63016665
63026666 esac
63036667 done # for ac_tag
00 AC_INIT(squidview.cpp)
11 AM_CONFIG_HEADER(config.h)
2 AM_INIT_AUTOMAKE(squidview,0.71)
2 AM_INIT_AUTOMAKE(squidview,0.72)
33 AC_PROG_CXX
44 AC_PROG_INSTALL
5
65
76 AC_CHECK_HEADERS(curses.h signal.h sys/time.h sys/types.h sys/stat.h \
87 unistd.h fcntl.h time.h stdlib.h math.h,, \
1413 AC_CHECK_HEADER(vector,,AC_MSG_ERROR(C++ STL vector class missing))
1514 AC_CHECK_HEADER(algorithm,,AC_MSG_ERROR(C++ STL algorithm class missing))
1615
17 sv1="$prefix"
18 test "x$prefix" = "xNONE" && prefix="$ac_default_prefix"
19 sv2=`eval echo $datadir/$PACKAGE`
20 prefix="$sv1"
21 AC_DEFINE_UNQUOTED(SHAREDIR, "$sv2", install_path)
2216 AC_OUTPUT(Makefile)
0 squidview (0.72-1) unstable; urgency=low
1
2 * New upstream release
3 - compiles with gcc-4.3, closes: #455152
4 * Fix lintian warnings:
5 - Move Homepage out of description.
6 - move to policy version 3.7.3.
7 - do not set DH_COMPAT in debian/rules but debian/compat
8 - do not completly ignore make distclean errors in debian/rules
9
10 -- Willi Mann <willi@wm1.at> Mon, 24 Dec 2007 10:53:34 +0100
11
012 squidview (0.71-1) unstable; urgency=low
113
214 * New upstream release
22 Priority: optional
33 Maintainer: Willi Mann <willi@wm1.at>
44 Build-Depends: debhelper (>> 3.0.0), libncurses5-dev
5 Standards-Version: 3.7.2.2
5 Standards-Version: 3.7.3
6 Homepage: http://www.rillion.net/squidview/
67
78 Package: squidview
89 Architecture: any
1213 squidview is a ncurses-based application which allows you to view
1314 and monitor your squid's access.log in a very comfortable way.
1415 Additionally you can create reports and statistics.
15 .
16 Homepage: http://www.rillion.net/squidview/
33
44 # Uncomment this to turn on verbose mode.
55 #export DH_VERBOSE=1
6
7 # This is the debhelper compatibility version to use.
8 export DH_COMPAT=4
9
106
117 # These are used for cross-compiling and for saving the configure script
128 # from having to guess our platform (since we know it already)
2622
2723 config.status: configure
2824 dh_testdir
29 # Add here commands to configure the package.
25 # configure the package.
3026 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/doc
3127
3228
3531 build-stamp: config.status
3632 dh_testdir
3733
38 # Add here commands to compile the package.
34 # compile the package.
3935 $(MAKE)
4036
4137 touch build-stamp
4541 dh_testroot
4642 rm -f build-stamp
4743
48 # Add here commands to clean up after the build process.
49 -$(MAKE) distclean
44 # clean up after the build process.
45 [ ! -f Makefile ] || $(MAKE) distclean
5046
5147 dh_clean
5248
5652 dh_clean -k
5753 dh_installdirs
5854
59 # Add here commands to install the package into debian/squidview.
55 # install the package into debian/squidview.
6056 $(MAKE) install prefix=$(CURDIR)/debian/squidview/usr
6157
6258 # Delete the examples from /usr/share/doc/squidview
0 #! /bin/sh
1 # depcomp - compile a program generating dependencies as side-effects
2
3 scriptversion=2006-10-15.18
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
6 # Foundation, Inc.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 # 02110-1301, USA.
22
23 # As a special exception to the GNU General Public License, if you
24 # distribute this file as part of a program that contains a
25 # configuration script generated by Autoconf, you may include it under
26 # the same distribution terms that you use for the rest of that program.
27
28 # Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
29
30 case $1 in
31 '')
32 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
33 exit 1;
34 ;;
35 -h | --h*)
36 cat <<\EOF
37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38
39 Run PROGRAMS ARGS to compile a file, generating dependencies
40 as side-effects.
41
42 Environment variables:
43 depmode Dependency tracking mode.
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
46 DEPDIR directory where to store dependencies.
47 depfile Dependency file to output.
48 tmpdepfile Temporary file to use when outputing dependencies.
49 libtool Whether libtool is used (yes/no).
50
51 Report bugs to <bug-automake@gnu.org>.
52 EOF
53 exit $?
54 ;;
55 -v | --v*)
56 echo "depcomp $scriptversion"
57 exit $?
58 ;;
59 esac
60
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
63 exit 1
64 fi
65
66 # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
67 depfile=${depfile-`echo "$object" |
68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
70
71 rm -f "$tmpdepfile"
72
73 # Some modes work just like other modes, but use different flags. We
74 # parameterize here, but still list the modes in the big case below,
75 # to make depend.m4 easier to write. Note that we *cannot* use a case
76 # here, because this file can only contain one case statement.
77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
79 gccflag=-M
80 depmode=gcc
81 fi
82
83 if test "$depmode" = dashXmstdout; then
84 # This is just like dashmstdout with a different argument.
85 dashmflag=-xM
86 depmode=dashmstdout
87 fi
88
89 case "$depmode" in
90 gcc3)
91 ## gcc 3 implements dependency tracking that does exactly what
92 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 ## Unfortunately, FreeBSD c89 acceptance of flags depends upon
95 ## the command line argument order; so add the flags where they
96 ## appear in depend2.am. Note that the slowdown incurred here
97 ## affects only configure: in makefiles, %FASTDEP% shortcuts this.
98 for arg
99 do
100 case $arg in
101 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
102 *) set fnord "$@" "$arg" ;;
103 esac
104 shift # fnord
105 shift # $arg
106 done
107 "$@"
108 stat=$?
109 if test $stat -eq 0; then :
110 else
111 rm -f "$tmpdepfile"
112 exit $stat
113 fi
114 mv "$tmpdepfile" "$depfile"
115 ;;
116
117 gcc)
118 ## There are various ways to get dependency output from gcc. Here's
119 ## why we pick this rather obscure method:
120 ## - Don't want to use -MD because we'd like the dependencies to end
121 ## up in a subdir. Having to rename by hand is ugly.
122 ## (We might end up doing this anyway to support other compilers.)
123 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
124 ## -MM, not -M (despite what the docs say).
125 ## - Using -M directly means running the compiler twice (even worse
126 ## than renaming).
127 if test -z "$gccflag"; then
128 gccflag=-MD,
129 fi
130 "$@" -Wp,"$gccflag$tmpdepfile"
131 stat=$?
132 if test $stat -eq 0; then :
133 else
134 rm -f "$tmpdepfile"
135 exit $stat
136 fi
137 rm -f "$depfile"
138 echo "$object : \\" > "$depfile"
139 alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
140 ## The second -e expression handles DOS-style file names with drive letters.
141 sed -e 's/^[^:]*: / /' \
142 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
143 ## This next piece of magic avoids the `deleted header file' problem.
144 ## The problem is that when a header file which appears in a .P file
145 ## is deleted, the dependency causes make to die (because there is
146 ## typically no way to rebuild the header). We avoid this by adding
147 ## dummy dependencies for each header file. Too bad gcc doesn't do
148 ## this for us directly.
149 tr ' ' '
150 ' < "$tmpdepfile" |
151 ## Some versions of gcc put a space before the `:'. On the theory
152 ## that the space means something, we add a space to the output as
153 ## well.
154 ## Some versions of the HPUX 10.20 sed can't process this invocation
155 ## correctly. Breaking it into two sed invocations is a workaround.
156 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
157 rm -f "$tmpdepfile"
158 ;;
159
160 hp)
161 # This case exists only to let depend.m4 do its work. It works by
162 # looking at the text of this script. This case will never be run,
163 # since it is checked for above.
164 exit 1
165 ;;
166
167 sgi)
168 if test "$libtool" = yes; then
169 "$@" "-Wp,-MDupdate,$tmpdepfile"
170 else
171 "$@" -MDupdate "$tmpdepfile"
172 fi
173 stat=$?
174 if test $stat -eq 0; then :
175 else
176 rm -f "$tmpdepfile"
177 exit $stat
178 fi
179 rm -f "$depfile"
180
181 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
182 echo "$object : \\" > "$depfile"
183
184 # Clip off the initial element (the dependent). Don't try to be
185 # clever and replace this with sed code, as IRIX sed won't handle
186 # lines with more than a fixed number of characters (4096 in
187 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
188 # the IRIX cc adds comments like `#:fec' to the end of the
189 # dependency line.
190 tr ' ' '
191 ' < "$tmpdepfile" \
192 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
193 tr '
194 ' ' ' >> $depfile
195 echo >> $depfile
196
197 # The second pass generates a dummy entry for each header file.
198 tr ' ' '
199 ' < "$tmpdepfile" \
200 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
201 >> $depfile
202 else
203 # The sourcefile does not contain any dependencies, so just
204 # store a dummy comment line, to avoid errors with the Makefile
205 # "include basename.Plo" scheme.
206 echo "#dummy" > "$depfile"
207 fi
208 rm -f "$tmpdepfile"
209 ;;
210
211 aix)
212 # The C for AIX Compiler uses -M and outputs the dependencies
213 # in a .u file. In older versions, this file always lives in the
214 # current directory. Also, the AIX compiler puts `$object:' at the
215 # start of each line; $object doesn't have directory information.
216 # Version 6 uses the directory in both cases.
217 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
218 tmpdepfile="$stripped.u"
219 if test "$libtool" = yes; then
220 "$@" -Wc,-M
221 else
222 "$@" -M
223 fi
224 stat=$?
225
226 if test -f "$tmpdepfile"; then :
227 else
228 stripped=`echo "$stripped" | sed 's,^.*/,,'`
229 tmpdepfile="$stripped.u"
230 fi
231
232 if test $stat -eq 0; then :
233 else
234 rm -f "$tmpdepfile"
235 exit $stat
236 fi
237
238 if test -f "$tmpdepfile"; then
239 outname="$stripped.o"
240 # Each line is of the form `foo.o: dependent.h'.
241 # Do two passes, one to just change these to
242 # `$object: dependent.h' and one to simply `dependent.h:'.
243 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
244 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
245 else
246 # The sourcefile does not contain any dependencies, so just
247 # store a dummy comment line, to avoid errors with the Makefile
248 # "include basename.Plo" scheme.
249 echo "#dummy" > "$depfile"
250 fi
251 rm -f "$tmpdepfile"
252 ;;
253
254 icc)
255 # Intel's C compiler understands `-MD -MF file'. However on
256 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
257 # ICC 7.0 will fill foo.d with something like
258 # foo.o: sub/foo.c
259 # foo.o: sub/foo.h
260 # which is wrong. We want:
261 # sub/foo.o: sub/foo.c
262 # sub/foo.o: sub/foo.h
263 # sub/foo.c:
264 # sub/foo.h:
265 # ICC 7.1 will output
266 # foo.o: sub/foo.c sub/foo.h
267 # and will wrap long lines using \ :
268 # foo.o: sub/foo.c ... \
269 # sub/foo.h ... \
270 # ...
271
272 "$@" -MD -MF "$tmpdepfile"
273 stat=$?
274 if test $stat -eq 0; then :
275 else
276 rm -f "$tmpdepfile"
277 exit $stat
278 fi
279 rm -f "$depfile"
280 # Each line is of the form `foo.o: dependent.h',
281 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
282 # Do two passes, one to just change these to
283 # `$object: dependent.h' and one to simply `dependent.h:'.
284 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
285 # Some versions of the HPUX 10.20 sed can't process this invocation
286 # correctly. Breaking it into two sed invocations is a workaround.
287 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
288 sed -e 's/$/ :/' >> "$depfile"
289 rm -f "$tmpdepfile"
290 ;;
291
292 hp2)
293 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
294 # compilers, which have integrated preprocessors. The correct option
295 # to use with these is +Maked; it writes dependencies to a file named
296 # 'foo.d', which lands next to the object file, wherever that
297 # happens to be.
298 # Much of this is similar to the tru64 case; see comments there.
299 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
300 test "x$dir" = "x$object" && dir=
301 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
302 if test "$libtool" = yes; then
303 tmpdepfile1=$dir$base.d
304 tmpdepfile2=$dir.libs/$base.d
305 "$@" -Wc,+Maked
306 else
307 tmpdepfile1=$dir$base.d
308 tmpdepfile2=$dir$base.d
309 "$@" +Maked
310 fi
311 stat=$?
312 if test $stat -eq 0; then :
313 else
314 rm -f "$tmpdepfile1" "$tmpdepfile2"
315 exit $stat
316 fi
317
318 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
319 do
320 test -f "$tmpdepfile" && break
321 done
322 if test -f "$tmpdepfile"; then
323 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
324 # Add `dependent.h:' lines.
325 sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile"
326 else
327 echo "#dummy" > "$depfile"
328 fi
329 rm -f "$tmpdepfile" "$tmpdepfile2"
330 ;;
331
332 tru64)
333 # The Tru64 compiler uses -MD to generate dependencies as a side
334 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
335 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
336 # dependencies in `foo.d' instead, so we check for that too.
337 # Subdirectories are respected.
338 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
339 test "x$dir" = "x$object" && dir=
340 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
341
342 if test "$libtool" = yes; then
343 # With Tru64 cc, shared objects can also be used to make a
344 # static library. This mechanism is used in libtool 1.4 series to
345 # handle both shared and static libraries in a single compilation.
346 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
347 #
348 # With libtool 1.5 this exception was removed, and libtool now
349 # generates 2 separate objects for the 2 libraries. These two
350 # compilations output dependencies in $dir.libs/$base.o.d and
351 # in $dir$base.o.d. We have to check for both files, because
352 # one of the two compilations can be disabled. We should prefer
353 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
354 # automatically cleaned when .libs/ is deleted, while ignoring
355 # the former would cause a distcleancheck panic.
356 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
357 tmpdepfile2=$dir$base.o.d # libtool 1.5
358 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
359 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
360 "$@" -Wc,-MD
361 else
362 tmpdepfile1=$dir$base.o.d
363 tmpdepfile2=$dir$base.d
364 tmpdepfile3=$dir$base.d
365 tmpdepfile4=$dir$base.d
366 "$@" -MD
367 fi
368
369 stat=$?
370 if test $stat -eq 0; then :
371 else
372 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
373 exit $stat
374 fi
375
376 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
377 do
378 test -f "$tmpdepfile" && break
379 done
380 if test -f "$tmpdepfile"; then
381 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
382 # That's a tab and a space in the [].
383 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
384 else
385 echo "#dummy" > "$depfile"
386 fi
387 rm -f "$tmpdepfile"
388 ;;
389
390 #nosideeffect)
391 # This comment above is used by automake to tell side-effect
392 # dependency tracking mechanisms from slower ones.
393
394 dashmstdout)
395 # Important note: in order to support this mode, a compiler *must*
396 # always write the preprocessed file to stdout, regardless of -o.
397 "$@" || exit $?
398
399 # Remove the call to Libtool.
400 if test "$libtool" = yes; then
401 while test $1 != '--mode=compile'; do
402 shift
403 done
404 shift
405 fi
406
407 # Remove `-o $object'.
408 IFS=" "
409 for arg
410 do
411 case $arg in
412 -o)
413 shift
414 ;;
415 $object)
416 shift
417 ;;
418 *)
419 set fnord "$@" "$arg"
420 shift # fnord
421 shift # $arg
422 ;;
423 esac
424 done
425
426 test -z "$dashmflag" && dashmflag=-M
427 # Require at least two characters before searching for `:'
428 # in the target name. This is to cope with DOS-style filenames:
429 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
430 "$@" $dashmflag |
431 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
432 rm -f "$depfile"
433 cat < "$tmpdepfile" > "$depfile"
434 tr ' ' '
435 ' < "$tmpdepfile" | \
436 ## Some versions of the HPUX 10.20 sed can't process this invocation
437 ## correctly. Breaking it into two sed invocations is a workaround.
438 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
439 rm -f "$tmpdepfile"
440 ;;
441
442 dashXmstdout)
443 # This case only exists to satisfy depend.m4. It is never actually
444 # run, as this mode is specially recognized in the preamble.
445 exit 1
446 ;;
447
448 makedepend)
449 "$@" || exit $?
450 # Remove any Libtool call
451 if test "$libtool" = yes; then
452 while test $1 != '--mode=compile'; do
453 shift
454 done
455 shift
456 fi
457 # X makedepend
458 shift
459 cleared=no
460 for arg in "$@"; do
461 case $cleared in
462 no)
463 set ""; shift
464 cleared=yes ;;
465 esac
466 case "$arg" in
467 -D*|-I*)
468 set fnord "$@" "$arg"; shift ;;
469 # Strip any option that makedepend may not understand. Remove
470 # the object too, otherwise makedepend will parse it as a source file.
471 -*|$object)
472 ;;
473 *)
474 set fnord "$@" "$arg"; shift ;;
475 esac
476 done
477 obj_suffix="`echo $object | sed 's/^.*\././'`"
478 touch "$tmpdepfile"
479 ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
480 rm -f "$depfile"
481 cat < "$tmpdepfile" > "$depfile"
482 sed '1,2d' "$tmpdepfile" | tr ' ' '
483 ' | \
484 ## Some versions of the HPUX 10.20 sed can't process this invocation
485 ## correctly. Breaking it into two sed invocations is a workaround.
486 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
487 rm -f "$tmpdepfile" "$tmpdepfile".bak
488 ;;
489
490 cpp)
491 # Important note: in order to support this mode, a compiler *must*
492 # always write the preprocessed file to stdout.
493 "$@" || exit $?
494
495 # Remove the call to Libtool.
496 if test "$libtool" = yes; then
497 while test $1 != '--mode=compile'; do
498 shift
499 done
500 shift
501 fi
502
503 # Remove `-o $object'.
504 IFS=" "
505 for arg
506 do
507 case $arg in
508 -o)
509 shift
510 ;;
511 $object)
512 shift
513 ;;
514 *)
515 set fnord "$@" "$arg"
516 shift # fnord
517 shift # $arg
518 ;;
519 esac
520 done
521
522 "$@" -E |
523 sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
524 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
525 sed '$ s: \\$::' > "$tmpdepfile"
526 rm -f "$depfile"
527 echo "$object : \\" > "$depfile"
528 cat < "$tmpdepfile" >> "$depfile"
529 sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
530 rm -f "$tmpdepfile"
531 ;;
532
533 msvisualcpp)
534 # Important note: in order to support this mode, a compiler *must*
535 # always write the preprocessed file to stdout, regardless of -o,
536 # because we must use -o when running libtool.
537 "$@" || exit $?
538 IFS=" "
539 for arg
540 do
541 case "$arg" in
542 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
543 set fnord "$@"
544 shift
545 shift
546 ;;
547 *)
548 set fnord "$@" "$arg"
549 shift
550 shift
551 ;;
552 esac
553 done
554 "$@" -E |
555 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
556 rm -f "$depfile"
557 echo "$object : \\" > "$depfile"
558 . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
559 echo " " >> "$depfile"
560 . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
561 rm -f "$tmpdepfile"
562 ;;
563
564 none)
565 exec "$@"
566 ;;
567
568 *)
569 echo "Unknown depmode $depmode" 1>&2
570 exit 1
571 ;;
572 esac
573
574 exit 0
575
576 # Local Variables:
577 # mode: shell-script
578 # sh-indentation: 2
579 # eval: (add-hook 'write-file-hooks 'time-stamp)
580 # time-stamp-start: "scriptversion="
581 # time-stamp-format: "%:y-%02m-%02d.%02H"
582 # time-stamp-end: "$"
583 # End:
0 1007949021.553 86 192.168.0.103 TCP_MEM_HIT/200 6947 GET http://us.a1.yimg.com/us.yimg.com/i/ww/m5v6.gif graeme NONE/- image/gif
1 1007949022.484 4374 192.168.0.103 TCP_MISS/200 22349 GET http://www.yahoo.com/ graeme DIRECT/64.58.76.223 text/html
2 1007949022.884 74 192.168.0.103 TCP_HIT/200 4043 GET http://us.a1.yimg.com/us.yimg.com/a/ya/yahoo_promotions/fp2.gif graeme NONE/- image/gif
3 1007949027.488 4418 192.168.0.103 TCP_MISS/000 0 GET http://us.a1.yimg.com/us.yimg.com/i/us/auc/b/auc16_1.gif graeme NONE/- -
4 1007949028.056 4569 192.168.0.103 TCP_MISS/000 0 GET http://us.i1.yimg.com/us.yimg.com/i/us/sh/pr/hol01/rib.gif graeme NONE/- -
5 1007949028.059 4604 192.168.0.103 TCP_MISS/000 0 GET http://us.i1.yimg.com/us.yimg.com/i/us/sh/pr/hol01/bow.gif graeme NONE/- -
6 1007949028.061 4544 192.168.0.103 TCP_MISS/000 0 GET http://us.i1.yimg.com/us.yimg.com/i/space.gif graeme NONE/- -
7 1007949028.063 4346 192.168.0.103 TCP_MISS/000 0 GET http://us.a1.yimg.com/us.yimg.com/i/sh/h99/holly.gif graeme NONE/- -
8 1007949028.065 4258 192.168.0.103 TCP_MISS/000 0 GET http://us.a1.yimg.com/us.yimg.com/a/an/anchor/shopping/ads/new37/dell.gif graeme NONE/- -
9 1007949029.233 1163 192.168.0.103 TCP_MISS/302 148 GET http://www.yahoo.com/r/m1 graeme DIRECT/64.58.76.227 -
10 1007949032.096 73 192.168.0.103 TCP_HIT/200 1365 GET http://us.i1.yimg.com/us.yimg.com/i/us/pim/maillogin.gif graeme NONE/- image/gif
11 1007949032.324 3089 192.168.0.103 TCP_MISS/200 12044 GET http://mail.yahoo.com/? graeme DIRECT/64.58.76.99 text/html
12 1007949032.581 310 192.168.0.103 TCP_HIT/200 14051 GET http://us.i1.yimg.com/us.yimg.com/i/us/pim/lgn/v3_2.jpg graeme NONE/- image/jpeg
13 1007949032.581 253 192.168.0.103 TCP_HIT/200 1664 GET http://us.i1.yimg.com/us.yimg.com/i/us/pim/lgn/v3_6.gif graeme NONE/- image/gif
14 1007949033.280 282 192.168.0.103 TCP_HIT/200 2972 GET http://us.i1.yimg.com/us.yimg.com/i/mail/ntap2.gif graeme NONE/- image/gif
15 1007949051.448 2521 192.168.0.103 TCP_MISS/200 1832 CONNECT login.yahoo.com:443 graeme DIRECT/64.58.76.98 -
16 1007949052.939 1489 192.168.0.103 TCP_MISS/302 646 GET http://f207.mail.yahoo.com/ym/login? graeme DIRECT/216.136.226.186 text/html
17 1007949054.492 1551 192.168.0.103 TCP_MISS/200 1123 GET http://us.f207.mail.yahoo.com/ym/login? graeme DIRECT/216.136.226.186 text/html
18 1007949056.697 1968 192.168.0.103 TCP_MISS/200 6260 GET http://us.f207.mail.yahoo.com/ym/Navbar? graeme DIRECT/216.136.226.186 text/html
19 1007949057.713 2517 192.168.0.103 TCP_MISS/200 17554 GET http://us.f207.mail.yahoo.com/ym/login? graeme DIRECT/216.136.226.186 text/html
20 1007949063.757 1288 192.168.0.103 TCP_MISS/200 1262 GET http://us.i1.yimg.com/us.yimg.com/i/us/pim/mail3.gif graeme DIRECT/210.57.17.223 image/gif
21 1007949063.762 1264 192.168.0.103 TCP_MISS/200 306 GET http://us.i1.yimg.com/us.yimg.com/i/space.gif graeme DIRECT/210.57.17.231 image/gif
22 1007949063.886 1244 192.168.0.103 TCP_MISS/200 324 GET http://us.i1.yimg.com/us.yimg.com/i/pim/line.gif graeme DIRECT/210.57.17.223 image/gif
23 1007949064.258 1610 192.168.0.103 TCP_MISS/200 361 GET http://us.i1.yimg.com/us.yimg.com/i/us/pim/pls.gif graeme DIRECT/210.57.17.231 image/gif
24 1007949064.506 1295 192.168.0.103 TCP_MISS/200 759 GET http://us.i1.yimg.com/us.yimg.com/i/pim/mls2.gif graeme DIRECT/210.57.17.223 image/gif
25 1007949064.641 1391 192.168.0.103 TCP_MISS/200 450 GET http://us.i1.yimg.com/us.yimg.com/i/pim/ad2.gif graeme DIRECT/210.57.17.231 image/gif
26 1007949064.799 1296 192.168.0.103 TCP_MISS/200 456 GET http://us.i1.yimg.com/us.yimg.com/i/pim/np2.gif graeme DIRECT/210.57.17.223 image/gif
27 1007949065.061 1548 192.168.0.103 TCP_MISS/200 455 GET http://us.i1.yimg.com/us.yimg.com/i/pim/cl2.gif graeme DIRECT/210.57.17.231 image/gif
28 1007949066.013 951 192.168.0.103 TCP_MISS/200 577 GET http://us.a1.yimg.com/us.yimg.com/i/ww/m/hearts.gif graeme DIRECT/210.57.17.224 image/gif
29 1007949066.269 698 192.168.0.103 TCP_MISS/200 649 GET http://us.i1.yimg.com/us.yimg.com/i/us/mail/mailbox.gif graeme DIRECT/210.57.17.223 image/gif
30 1007949066.559 544 192.168.0.103 TCP_MISS/200 973 GET http://us.i1.yimg.com/us.yimg.com/i/mo/mov_i_sm.gif graeme DIRECT/210.57.17.231 image/gif
31 1007949066.567 534 192.168.0.103 TCP_MISS/200 491 GET http://us.i1.yimg.com/us.yimg.com/i/sh/bag28.gif graeme DIRECT/210.57.17.223 image/gif
32 1007949066.581 521 192.168.0.103 TCP_MISS/200 811 GET http://us.i1.yimg.com/us.yimg.com/i/greet/icon.gif graeme DIRECT/210.57.17.231 image/gif
33 1007949066.741 468 192.168.0.103 TCP_MISS/200 391 GET http://us.i1.yimg.com/us.yimg.com/i/buzz/mail.gif graeme DIRECT/210.57.17.223 image/gif
34 1007949067.008 426 192.168.0.103 TCP_MISS/200 453 GET http://us.i1.yimg.com/us.yimg.com/i/us/per/gr/heart.gif graeme DIRECT/210.57.17.231 image/gif
35 1007949067.706 1627 192.168.0.103 TCP_MISS/200 25467 GET http://us.a1.yimg.com/us.yimg.com/a/ya/yahoo_shopping/shopping_winter_lrec_01.gif graeme DIRECT/210.57.17.224 image/gif
36 1007949071.643 1084 192.168.0.103 TCP_MISS/200 11495 GET http://us.f207.mail.yahoo.com/ym/ShowFolder? graeme DIRECT/216.136.226.186 text/html
37 1007949071.898 576 192.168.0.103 TCP_MISS/200 345 GET http://us.i1.yimg.com/us.yimg.com/i/mail/down.gif graeme DIRECT/210.57.17.223 image/gif
38 1007949077.020 994 192.168.0.103 TCP_MISS/302 1071 GET http://us.f207.mail.yahoo.com/ym/Logout? graeme DIRECT/216.136.226.186 text/html
39 1007949078.358 1335 192.168.0.103 TCP_MISS/200 10212 GET http://login.yahoo.com/config/exit? graeme DIRECT/64.58.76.99 text/html
40 1007949079.313 775 192.168.0.103 TCP_MISS/200 5433 GET http://us.a1.yimg.com/us.yimg.com/a/im/imotors/orange_monster_left.gif graeme DIRECT/210.57.17.224 image/gif
41 1007949081.301 2441 192.168.0.103 TCP_MISS/200 22866 GET http://us.a1.yimg.com/us.yimg.com/a/im/imotors/orange_monster_bottom.gif graeme DIRECT/210.57.17.230 image/gif
42 1007949084.572 1765 192.168.0.103 TCP_MISS/200 12616 GET http://login.yahoo.com/config/login? graeme DIRECT/64.58.76.98 text/html
43 1007949085.603 766 192.168.0.103 TCP_MISS/200 2322 GET http://us.a1.yimg.com/us.yimg.com/a/ma/marsmusic/mm120x30.gif graeme DIRECT/210.57.17.230 image/gif
44 1007949085.894 1318 192.168.0.103 TCP_MISS/200 17282 GET http://us.a1.yimg.com/us.yimg.com/a/bm/bmg/210570/stack_425x270.gif graeme DIRECT/210.57.17.224 image/gif
45 1007949086.076 1139 192.168.0.103 TCP_MISS/200 1072 GET http://us.a1.yimg.com/us.yimg.com/a/an/anchor/shopping/eddiebauer/2/120x30_yahoo.gif graeme DIRECT/210.57.17.224 image/gif
46 1007949086.280 1187 192.168.0.103 TCP_MISS/200 2306 GET http://us.a1.yimg.com/us.yimg.com/a/ci/circuit_city/120x30_button.gif graeme DIRECT/210.57.17.230 image/gif
47 1007949086.421 865 192.168.0.103 TCP_HIT/200 1632 GET http://us.a1.yimg.com/us.yimg.com/a/ve/verizon/120x30_yahoo_registration.gif graeme NONE/- image/gif
48 1007949086.582 56 192.168.0.103 TCP_HIT/200 1558 GET http://us.a1.yimg.com/us.yimg.com/a/ba/barnesnoble/2477_logo_24.gif graeme NONE/- image/gif
49 1007949086.730 1216 192.168.0.103 TCP_MISS/200 778 GET http://us.a1.yimg.com/us.yimg.com/a/es/estee_lauder/estee_lauder.gif graeme DIRECT/210.57.17.230 image/gif
50 1007949086.957 179 192.168.0.103 TCP_HIT/200 2280 GET http://us.a1.yimg.com/us.yimg.com/a/ga/gateway/gwlogo_120x30.gif graeme NONE/- image/gif
51 1007949086.962 1354 192.168.0.103 TCP_MISS/200 1610 GET http://us.a1.yimg.com/us.yimg.com/a/gs/gsi/215269/DSP_Logo_120x30.gif graeme DIRECT/210.57.17.224 image/gif
52 1007949087.199 615 192.168.0.103 TCP_MISS/200 1216 GET http://us.a1.yimg.com/us.yimg.com/a/lo/lowes/loweslogo_120x30.gif graeme DIRECT/210.57.17.224 image/gif
53 1007949087.321 1675 192.168.0.103 TCP_MISS/200 3353 GET http://us.a1.yimg.com/us.yimg.com/a/av/avon/yahooholidaylogoavon.gif graeme DIRECT/210.57.17.230 image/gif
54 1007949087.587 624 192.168.0.103 TCP_MISS/200 3912 GET http://us.a1.yimg.com/us.yimg.com/a/ft/ftd/120x30plain.gif graeme DIRECT/210.57.17.230 image/gif
55 1007949087.648 447 192.168.0.103 TCP_MISS/200 2083 GET http://us.a1.yimg.com/us.yimg.com/a/go/godiva/logo_120x30.gif graeme DIRECT/210.57.17.224 image/gif
56 1008100534.362 2539 192.168.0.129 TCP_MISS/302 411 GET http://www.complex.is/ graeme DIRECT/193.4.210.100 text/html
57 1008100535.861 1470 192.168.0.129 TCP_MISS/200 8717 GET http://www.complex.is/cgi-bin/home_pager graeme DIRECT/193.4.210.100 text/html
58 1008100536.313 291 192.168.0.129 TCP_HIT/200 3224 GET http://www.f-prot.com/f-prot/friskstyle.css graeme NONE/- text/plain
59 1008100537.321 1358 192.168.0.129 TCP_MISS/200 848 GET http://images.f-prot.com/w2/images/leftline2.jpg graeme DIRECT/193.4.210.106 image/jpeg
60 1008100538.899 344 192.168.0.129 TCP_HIT/200 2187 GET http://images.f-prot.com/w2/buttons/home-down.gif graeme NONE/- image/gif
61 1008100538.906 552 192.168.0.129 TCP_REFRESH_HIT/200 5999 GET http://images.f-prot.com/w2/images/logo_background.gif graeme DIRECT/193.4.210.106 image/gif
62 1008100539.375 913 192.168.0.129 TCP_REFRESH_HIT/200 6343 GET http://images.f-prot.com/w2/images/fsi500.gif graeme DIRECT/193.4.210.2 image/gif
63 1008100539.791 1263 192.168.0.129 TCP_REFRESH_HIT/200 1376 GET http://images.f-prot.com/w2/images/upperline2.gif graeme DIRECT/193.4.210.2 image/gif
64 1008100539.820 1046 192.168.0.129 TCP_REFRESH_HIT/200 3610 GET http://images.f-prot.com/w2/buttons/products-up.gif graeme DIRECT/193.4.210.2 image/gif
65 1008100540.288 1773 192.168.0.129 TCP_REFRESH_HIT/200 2312 GET http://images.f-prot.com/w2/images/lefttopline2.gif graeme DIRECT/193.4.210.106 image/gif
66 1008100540.293 1683 192.168.0.129 TCP_MISS/200 816 GET http://images.f-prot.com/w2/images/1.gif graeme DIRECT/193.4.210.106 image/gif
67 1008100540.322 1550 192.168.0.129 TCP_MISS/200 849 GET http://images.f-prot.com/w2/images/2.gif graeme DIRECT/193.4.210.106 image/gif
68 1008100540.799 780 192.168.0.129 TCP_REFRESH_HIT/200 3605 GET http://images.f-prot.com/w2/buttons/support-up.gif graeme DIRECT/193.4.210.106 image/gif
69 1008100541.733 1171 192.168.0.129 TCP_MISS/200 755 GET http://images.f-prot.com/w2/images/3.gif graeme DIRECT/193.4.210.106 image/gif
70 1008100541.793 743 192.168.0.129 TCP_HIT/200 3609 GET http://images.f-prot.com/w2/buttons/download-up.gif graeme NONE/- image/gif
71 1008100542.442 1159 192.168.0.129 TCP_MISS/200 738 GET http://images.f-prot.com/w2/images/4.gif graeme DIRECT/193.4.210.106 image/gif
72 1008100542.856 226 192.168.0.129 TCP_HIT/200 4930 GET http://images.f-prot.com/w2/images/buybanner1.jpg graeme NONE/- image/jpeg
73 1008100542.875 1534 192.168.0.129 TCP_REFRESH_HIT/200 1510 GET http://images.f-prot.com/w2/buttons/order-up.jpg graeme DIRECT/193.4.210.2 image/jpeg
74 1008100542.976 988 192.168.0.129 TCP_MISS/200 766 GET http://images.f-prot.com/w2/images/5.gif graeme DIRECT/193.4.210.106 image/gif
75 1008100543.475 90 192.168.0.129 TCP_HIT/200 1524 GET http://images.f-prot.com/w2/images/zone.gif graeme NONE/- image/gif
76 1008100543.475 1500 192.168.0.129 TCP_REFRESH_HIT/200 3572 GET http://images.f-prot.com/w2/buttons/virusinfo-up.gif graeme DIRECT/193.4.210.106 image/gif
77 1008100543.511 1392 192.168.0.129 TCP_MISS/200 753 GET http://images.f-prot.com/w2/images/6.gif graeme DIRECT/193.4.210.2 image/gif
78 1008100543.544 1102 192.168.0.129 TCP_REFRESH_HIT/200 3589 GET http://images.f-prot.com/w2/buttons/company-up.gif graeme DIRECT/193.4.210.2 image/gif
79 1008100543.544 1321 192.168.0.129 TCP_REFRESH_HIT/200 3617 GET http://images.f-prot.com/w2/buttons/feedback-up.gif graeme DIRECT/193.4.210.106 image/gif
80 1008100543.862 1405 192.168.0.129 TCP_REFRESH_HIT/200 3007 GET http://images.f-prot.com/w2/buttons/login-up.gif graeme DIRECT/193.4.210.106 image/gif
81 1008100553.677 63 192.168.0.129 TCP_IMS_HIT/304 226 GET http://www.f-prot.com/f-prot/friskstyle.css graeme NONE/- text/plain
82 1008100553.732 2933 192.168.0.129 TCP_REFRESH_MISS/200 8350 GET http://www.f-prot.com/f-prot/download/ graeme DIRECT/193.4.210.100 text/html
83 1008100554.938 873 192.168.0.129 TCP_REFRESH_HIT/200 3572 GET http://images.f-prot.com/w2/buttons/home-up.gif graeme DIRECT/193.4.210.106 image/gif
84 1008100555.213 1003 192.168.0.129 TCP_REFRESH_HIT/200 2163 GET http://images.f-prot.com/w2/buttons/download-down.gif graeme DIRECT/193.4.210.2 image/gif
85 1008100577.252 734 192.168.0.129 TCP_MISS/200 1199 GET http://www.paradise.net.nz/ graeme DIRECT/203.96.152.127 text/html
86 1008100579.903 148 192.168.0.129 TCP_HIT/200 6038 GET http://www.paradise.net.nz/standard/menus/main.html graeme NONE/- text/html
87 1008100580.460 707 192.168.0.129 TCP_MISS/200 10040 GET http://www.paradise.net.nz/cgi-bin/main/index graeme DIRECT/203.96.152.127 text/html
88 1008100585.897 252 192.168.0.129 TCP_MISS/200 810 GET http://www.paradise.net.nz/common/media/tables/b-topleft.gif graeme DIRECT/203.96.152.127 image/gif
89 1008100586.091 307 192.168.0.129 TCP_HIT/200 2510 GET http://www.paradise.net.nz/standard/media/menu/members.gif graeme NONE/- image/gif
90 1008100586.185 365 192.168.0.129 TCP_HIT/200 12306 GET http://www.paradise.net.nz/common/media/logos.gif graeme NONE/- image/gif
91 1008100586.259 353 192.168.0.129 TCP_HIT/200 1980 GET http://www.paradise.net.nz/standard/media/menu/plans.gif graeme NONE/- image/gif
92 1008100586.290 339 192.168.0.129 TCP_HIT/200 1981 GET http://www.paradise.net.nz/standard/media/menu/about.gif graeme NONE/- image/gif
93 1008100586.368 664 192.168.0.129 TCP_MISS/200 1265 GET http://www.paradise.net.nz/common/style/main.css graeme DIRECT/203.96.152.127 text/css
94 1008100586.701 997 192.168.0.129 TCP_MISS/200 542 GET http://www.paradise.net.nz/common/media/tables/b-top.gif graeme DIRECT/203.96.152.127 image/gif
95 1008100588.083 1993 192.168.0.129 TCP_HIT/200 1878 GET http://www.paradise.net.nz/standard/media/menu/join.gif graeme NONE/- image/gif
96 1008100589.182 508 192.168.0.129 TCP_HIT/200 2123 GET http://www.paradise.net.nz/standard/media/menu/mail.gif graeme NONE/- image/gif
97 1008100589.540 358 192.168.0.129 TCP_HIT/200 2136 GET http://www.paradise.net.nz/standard/media/menu/help.gif graeme NONE/- image/gif
98 1008100589.606 376 192.168.0.129 TCP_MISS/200 818 GET http://www.paradise.net.nz/common/media/tables/b-topright.gif graeme DIRECT/203.96.152.127 image/gif
99 1008100589.627 309 192.168.0.129 TCP_MISS/200 450 GET http://www.paradise.net.nz/common/media/tables/b-left.gif graeme DIRECT/203.96.152.127 image/gif
100 1008100590.121 460 192.168.0.129 TCP_MISS/200 425 GET http://www.paradise.net.nz/common/media/tables/trans.gif graeme DIRECT/203.96.152.127 image/gif
101 1008100590.504 275 192.168.0.129 TCP_MISS/200 558 GET http://www.paradise.net.nz/common/media/tables/b-in-tl.gif graeme DIRECT/203.96.152.127 image/gif
102 1008100590.535 347 192.168.0.129 TCP_MISS/200 445 GET http://www.paradise.net.nz/common/media/tables/b-in-top.gif graeme DIRECT/203.96.152.127 image/gif
103 1008100590.558 306 192.168.0.129 TCP_MISS/200 565 GET http://www.paradise.net.nz/common/media/tables/b-in-tr.gif graeme DIRECT/203.96.152.127 image/gif
104 1008100590.651 308 192.168.0.129 TCP_MISS/200 453 GET http://www.paradise.net.nz/common/media/tables/b-right.gif graeme DIRECT/203.96.152.127 image/gif
105 1008100591.069 371 192.168.0.129 TCP_MISS/200 425 GET http://www.paradise.net.nz/common/media/trans.gif graeme DIRECT/203.96.152.127 image/gif
106 1008100592.486 1094 192.168.0.129 TCP_MISS/200 416 GET http://www.paradise.net.nz/common/media/tables/b-in-l.gif graeme DIRECT/203.96.152.127 image/gif
107 1008100592.511 566 192.168.0.129 TCP_MISS/304 254 GET http://www.paradise.net.nz/common/style/main.css graeme DIRECT/203.96.152.127 -
108 1008100592.511 827 192.168.0.129 TCP_MISS/200 416 GET http://www.paradise.net.nz/common/media/tables/b-in-r.gif graeme DIRECT/203.96.152.127 image/gif
109 1008100592.915 696 192.168.0.129 TCP_MISS/200 9913 GET http://www.paradise.net.nz/standard/media/main/netguide-2001.gif graeme DIRECT/203.96.152.127 image/gif
110 1008100592.930 895 192.168.0.129 TCP_MISS/200 10775 GET http://www.paradise.net.nz/standard/media/banners/distro.gif graeme DIRECT/203.96.152.127 image/gif
111 1008100592.979 429 192.168.0.129 TCP_MISS/200 2667 GET http://www.paradise.net.nz/standard/media/main/google.gif graeme DIRECT/203.96.152.127 image/gif
112 1008100593.816 568 192.168.0.129 TCP_MISS/200 1016 GET http://www.paradise.net.nz/standard/media/main/search.gif graeme DIRECT/203.96.152.127 image/gif
113 1008100594.242 239 192.168.0.129 TCP_MISS/200 555 GET http://www.paradise.net.nz/common/media/tables/b-in-bl.gif graeme DIRECT/203.96.152.127 image/gif
114 1008100594.829 574 192.168.0.129 TCP_MISS/200 444 GET http://www.paradise.net.nz/common/media/tables/b-in-bot.gif graeme DIRECT/203.96.152.127 image/gif
115 1008100595.175 672 192.168.0.129 TCP_MISS/200 554 GET http://www.paradise.net.nz/common/media/tables/b-in-br.gif graeme DIRECT/203.96.152.127 image/gif
116 1008100595.645 745 192.168.0.129 TCP_MISS/200 823 GET http://www.paradise.net.nz/common/media/tables/b-bottomleft.gif graeme DIRECT/203.96.152.127 image/gif
117 1008100595.734 604 192.168.0.129 TCP_MISS/200 522 GET http://www.paradise.net.nz/common/media/tables/b-bottom.gif graeme DIRECT/203.96.152.127 image/gif
118 1008100597.064 668 192.168.0.129 TCP_MISS/200 711 GET http://www.paradise.net.nz/common/media/tables/b-bottomright.gif graeme DIRECT/203.96.152.127 image/gif
119 1008100597.683 1067 192.168.0.129 TCP_MISS/200 1369 GET http://counter.paradise.net.nz/cgi-bin/Count.cgi? graeme DIRECT/203.96.152.15 image/gif
120 1008100614.570 1908 192.168.0.129 TCP_MISS/200 2275 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
121 1008100621.273 759 192.168.0.129 TCP_MISS/200 1360 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
122 1008100622.461 444 192.168.0.129 TCP_MISS/200 5354 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
123 1008100622.575 568 192.168.0.129 TCP_MISS/200 1448 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
124 1008100624.431 1718 192.168.0.129 TCP_MISS/200 7535 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
125 1008100628.638 702 192.168.0.129 TCP_MISS/200 691 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
126 1008100628.832 537 192.168.0.129 TCP_MISS/200 959 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
127 1008100628.918 579 192.168.0.129 TCP_MISS/200 2332 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
128 1008100629.030 776 192.168.0.129 TCP_MISS/200 12464 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
129 1008100629.052 1046 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
130 1008100629.881 989 192.168.0.129 TCP_MISS/200 2183 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
131 1008100629.915 1012 192.168.0.129 TCP_MISS/200 2312 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
132 1008100629.986 946 192.168.0.129 TCP_MISS/200 2281 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
133 1008100630.483 812 192.168.0.129 TCP_MISS/200 542 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
134 1008100630.500 986 192.168.0.129 TCP_MISS/200 967 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
135 1008100631.026 768 192.168.0.129 TCP_MISS/200 574 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
136 1008100631.082 1000 192.168.0.129 TCP_MISS/200 599 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
137 1008100631.473 966 192.168.0.129 TCP_MISS/200 707 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
138 1008100631.698 997 192.168.0.129 TCP_MISS/200 594 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
139 1008100631.863 769 192.168.0.129 TCP_MISS/200 714 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
140 1008100632.109 826 192.168.0.129 TCP_MISS/200 602 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
141 1008100632.517 1144 192.168.0.129 TCP_MISS/200 574 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
142 1008100632.672 1134 192.168.0.129 TCP_MISS/200 565 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
143 1008100632.817 996 192.168.0.129 TCP_MISS/200 565 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
144 1008100633.023 1033 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
145 1008100633.747 1635 192.168.0.129 TCP_MISS/200 13522 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
146 1008100633.795 1276 192.168.0.129 TCP_MISS/200 704 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
147 1008100633.983 1251 192.168.0.129 TCP_MISS/200 593 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
148 1008100634.084 715 192.168.0.129 TCP_MISS/200 703 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
149 1008100635.239 879 192.168.0.129 TCP_MISS/200 972 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
150 1008100635.722 646 192.168.0.129 TCP_MISS/200 671 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
151 1008100636.608 1478 192.168.0.129 TCP_MISS/200 860 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
152 1008100643.828 1101 192.168.0.129 TCP_MISS/200 6224 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
153 1008100646.216 574 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
154 1008100655.510 1061 192.168.0.129 TCP_MISS/200 8724 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
155 1008100659.278 441 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
156 1008100665.654 921 192.168.0.129 TCP_MISS/200 6224 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
157 1008100668.265 884 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
158 1008100682.064 10432 192.168.0.129 TCP_MISS/200 10300 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
159 1008100684.754 606 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
160 1008100728.981 1554 192.168.0.129 TCP_MISS/200 17280 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
161 1008100731.992 678 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
162 1008100756.795 7290 192.168.0.129 TCP_MISS/200 26341 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
163 1008100760.421 940 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
164 1008100791.488 17454 192.168.0.129 TCP_MISS/200 33765 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
165 1008100794.653 659 192.168.0.129 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
166 1008100821.459 655 192.168.0.129 TCP_MISS/200 1360 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
167 1008100825.116 518 192.168.0.129 TCP_MISS/200 5354 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
168 1008100825.508 909 192.168.0.129 TCP_MISS/200 7530 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
169 1008100849.818 713 192.168.0.129 TCP_MISS/503 1188 GET http://www.akamaitechnologies.com/ graeme NONE/- -
170 1008100860.693 319 192.168.0.129 TCP_MISS/503 1147 GET http://akamaitechnologies.com/ graeme NONE/- -
171 1008100916.055 1019 192.168.0.129 TCP_MISS/400 399 GET http://210.57.17.225/ graeme DIRECT/210.57.17.225 text/html
172 1008100942.175 2691 192.168.0.129 TCP_MISS/401 620 GET http://intranet.taita.school.nz/ graeme DIRECT/192.168.0.30 text/html
173 1008100947.987 540 192.168.0.129 TCP_MISS/200 787 GET http://intranet.taita.school.nz/ graeme DIRECT/192.168.0.30 text/html
174 1008100949.488 804 192.168.0.129 TCP_MISS/200 645 GET http://intranet.taita.school.nz/menubar.php graeme DIRECT/192.168.0.30 text/html
175 1008100949.643 992 192.168.0.129 TCP_MISS/200 765 GET http://intranet.taita.school.nz/home.php graeme DIRECT/192.168.0.30 text/html
176 1008100949.932 1376 192.168.0.129 TCP_MISS/200 439 GET http://intranet.taita.school.nz/header.php graeme DIRECT/192.168.0.30 text/html
177 1008100957.581 114 192.168.0.129 TCP_MISS/200 1545 GET http://intranet.taita.school.nz/menubar.css graeme DIRECT/192.168.0.30 text/css
178 1008100958.285 641 192.168.0.129 TCP_HIT/200 1375 GET http://intranet.taita.school.nz/taita.css graeme NONE/- text/css
179 1008100958.621 334 192.168.0.129 TCP_MISS/200 9599 GET http://intranet.taita.school.nz/images/intranethead.gif graeme DIRECT/192.168.0.30 image/gif
180 1008100963.137 91 192.168.0.129 TCP_MISS/200 1572 GET http://intranet.taita.school.nz/menubar.php? graeme DIRECT/192.168.0.30 text/html
181 1008100963.571 38 192.168.0.129 TCP_MISS/304 224 GET http://intranet.taita.school.nz/menubar.css graeme DIRECT/192.168.0.30 -
182 1008100969.005 268 192.168.0.129 TCP_MISS/200 10052 GET http://intranet.taita.school.nz/squidlogs/topsites.php graeme DIRECT/192.168.0.30 text/html
183 1008100969.337 97 192.168.0.129 TCP_MISS/200 1366 GET http://intranet.taita.school.nz/squidlogs/taita.css graeme DIRECT/192.168.0.30 text/css
184 1008100994.713 120 192.168.0.129 TCP_MISS/200 8600 GET http://intranet.taita.school.nz/squidlogs/topusers.php graeme DIRECT/192.168.0.30 text/html
185 1008100995.566 306 192.168.0.129 TCP_MISS/304 224 GET http://intranet.taita.school.nz/squidlogs/taita.css graeme DIRECT/192.168.0.30 -
186 1008106721.564 839 192.168.0.60 TCP_CLIENT_REFRESH_MISS/200 1356 GET http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.46.106.88 application/octet-stream
187 1008106721.611 11 192.168.0.60 TCP_HIT/200 2389 GET http://windowsupdate.microsoft.com/ident.cab graeme NONE/- application/octet-stream
188 1008106726.474 201 192.168.0.60 TCP_MISS/200 313 HEAD http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.46.106.88 application/octet-stream
189 1008106727.341 227 192.168.0.60 TCP_MISS/200 312 HEAD http://windowsupdate.microsoft.com/qmgr/rel1083.11/x86/w9x/en/Drizzle.cab graeme DIRECT/207.46.106.88 application/octet-stream
190 1008106736.312 29 192.168.0.60 TCP_MISS/401 620 GET http://intranet.taita.school.nz/ graeme DIRECT/192.168.0.30 text/html
191 1008106741.899 40 192.168.0.60 TCP_MISS/200 787 GET http://intranet.taita.school.nz/ graeme DIRECT/192.168.0.30 text/html
192 1008106743.060 20 192.168.0.60 TCP_MISS/200 439 GET http://intranet.taita.school.nz/header.php graeme DIRECT/192.168.0.30 text/html
193 1008106743.247 42 192.168.0.60 TCP_MISS/200 645 GET http://intranet.taita.school.nz/menubar.php graeme DIRECT/192.168.0.30 text/html
194 1008106743.334 47 192.168.0.60 TCP_MISS/200 765 GET http://intranet.taita.school.nz/home.php graeme DIRECT/192.168.0.30 text/html
195 1008106743.832 36 192.168.0.60 TCP_MISS/200 1545 GET http://intranet.taita.school.nz/menubar.css graeme DIRECT/192.168.0.30 text/css
196 1008106743.836 40 192.168.0.60 TCP_MISS/200 9599 GET http://intranet.taita.school.nz/images/intranethead.gif graeme DIRECT/192.168.0.30 image/gif
197 1008106744.396 127 192.168.0.60 TCP_IMS_HIT/304 224 GET http://intranet.taita.school.nz/taita.css graeme NONE/- text/css
198 1008106746.662 955 192.168.0.60 TCP_MISS/200 1572 GET http://intranet.taita.school.nz/menubar.php? graeme DIRECT/192.168.0.30 text/html
199 1008106749.725 927 192.168.0.60 TCP_MISS/200 14589 GET http://intranet.taita.school.nz/admin/laptops.php graeme DIRECT/192.168.0.30 text/html
200 1008106749.861 44 192.168.0.60 TCP_MISS/200 1366 GET http://intranet.taita.school.nz/admin/taita.css graeme DIRECT/192.168.0.30 text/css
201 1008106749.876 47 192.168.0.60 TCP_MISS/200 915 GET http://intranet.taita.school.nz/images/more.gif graeme DIRECT/192.168.0.30 image/gif
202 1008106749.896 73 192.168.0.60 TCP_MISS/200 508 GET http://intranet.taita.school.nz/images/yep.gif graeme DIRECT/192.168.0.30 image/gif
203 1008106749.900 64 192.168.0.60 TCP_MISS/200 506 GET http://intranet.taita.school.nz/images/nope.gif graeme DIRECT/192.168.0.30 image/gif
204 1008106771.542 993 192.168.0.60 TCP_MISS/200 6806 GET http://intranet.taita.school.nz/admin/laptop_detail.php? graeme DIRECT/192.168.0.30 text/html
205 1008106771.787 208 192.168.0.60 TCP_MISS/200 899 GET http://intranet.taita.school.nz/images/back.gif graeme DIRECT/192.168.0.30 image/gif
206 1008106771.791 43 192.168.0.60 TCP_MISS/200 871 GET http://intranet.taita.school.nz/images/edit.gif graeme DIRECT/192.168.0.30 image/gif
207 1008106771.806 14 192.168.0.60 TCP_MISS/200 1028 GET http://intranet.taita.school.nz/images/rubbish.gif graeme DIRECT/192.168.0.30 image/gif
208 1008106772.714 145 192.168.0.60 TCP_MISS/200 1001 GET http://intranet.taita.school.nz/images/addnote.gif graeme DIRECT/192.168.0.30 image/gif
209 1008106936.815 66 192.168.0.60 TCP_MISS/200 14589 GET http://intranet.taita.school.nz/admin/laptops.php graeme DIRECT/192.168.0.30 text/html
210 1008106944.458 71 192.168.0.60 TCP_MISS/200 6085 GET http://intranet.taita.school.nz/admin/laptop_detail.php? graeme DIRECT/192.168.0.30 text/html
211 1008106951.747 71 192.168.0.60 TCP_MISS/200 14589 GET http://intranet.taita.school.nz/admin/laptops.php graeme DIRECT/192.168.0.30 text/html
212 1008106954.234 94 192.168.0.60 TCP_MISS/200 8243 GET http://intranet.taita.school.nz/admin/laptop_detail.php? graeme DIRECT/192.168.0.30 text/html
213 1008106966.601 65 192.168.0.60 TCP_MISS/200 14589 GET http://intranet.taita.school.nz/admin/laptops.php graeme DIRECT/192.168.0.30 text/html
214 1008106975.469 61 192.168.0.60 TCP_MISS/200 6806 GET http://intranet.taita.school.nz/admin/laptop_detail.php? graeme DIRECT/192.168.0.30 text/html
215 1008106980.184 64 192.168.0.60 TCP_MISS/200 3247 GET http://intranet.taita.school.nz/admin/laptop_edit.php? graeme DIRECT/192.168.0.30 text/html
216 1008106980.236 19 192.168.0.60 TCP_MISS/200 900 GET http://intranet.taita.school.nz/images/save.gif graeme DIRECT/192.168.0.30 image/gif
217 1008106986.886 877 192.168.0.60 TCP_MISS/200 3254 POST http://intranet.taita.school.nz/admin/laptop_edit.php graeme DIRECT/192.168.0.30 text/html
218 1008106989.675 62 192.168.0.60 TCP_MISS/200 6805 GET http://intranet.taita.school.nz/admin/laptop_detail.php? graeme DIRECT/192.168.0.30 text/html
219 1008106991.597 66 192.168.0.60 TCP_MISS/200 14588 GET http://intranet.taita.school.nz/admin/laptops.php graeme DIRECT/192.168.0.30 text/html
220 1008109145.318 166 192.168.0.194 TCP_MISS/401 620 GET http://intranet.taita.school.nz/ graeme DIRECT/192.168.0.30 text/html
221 1008109147.512 30 192.168.0.194 TCP_HIT/200 1375 GET http://intranet.taita.school.nz/taita.css graeme NONE/- text/css
222 1008109156.215 1175 192.168.0.194 TCP_MISS/200 1199 GET http://www.paradise.net.nz/ graeme DIRECT/203.96.152.127 text/html
223 1008109157.611 60 192.168.0.194 TCP_HIT/200 6038 GET http://www.paradise.net.nz/standard/menus/main.html graeme NONE/- text/html
224 1008109157.911 299 192.168.0.194 TCP_MISS/200 1265 GET http://www.paradise.net.nz/common/style/main.css graeme DIRECT/203.96.152.127 text/css
225 1008109157.973 192 192.168.0.194 TCP_MISS/200 2402 GET http://www.paradise.net.nz/common/scripts/paradise.js graeme DIRECT/203.96.152.127 application/x-javascript
226 1008109158.219 439 192.168.0.194 TCP_MISS/200 10084 GET http://www.paradise.net.nz/cgi-bin/main/index graeme DIRECT/203.96.152.127 text/html
227 1008109158.361 128 192.168.0.194 TCP_MISS/200 393 GET http://www.paradise.net.nz/common/media/000000.gif graeme DIRECT/203.96.152.127 image/gif
228 1008109158.467 105 192.168.0.194 TCP_HIT/200 2510 GET http://www.paradise.net.nz/standard/media/menu/members.gif graeme NONE/- image/gif
229 1008109158.472 171 192.168.0.194 TCP_MISS/200 810 GET http://www.paradise.net.nz/common/media/tables/b-topleft.gif graeme DIRECT/203.96.152.127 image/gif
230 1008109158.475 113 192.168.0.194 TCP_HIT/200 12306 GET http://www.paradise.net.nz/common/media/logos.gif graeme NONE/- image/gif
231 1008109158.565 167 192.168.0.194 TCP_MISS/200 542 GET http://www.paradise.net.nz/common/media/tables/b-top.gif graeme DIRECT/203.96.152.127 image/gif
232 1008109158.683 108 192.168.0.194 TCP_HIT/200 1981 GET http://www.paradise.net.nz/standard/media/menu/about.gif graeme NONE/- image/gif
233 1008109158.683 108 192.168.0.194 TCP_HIT/200 1980 GET http://www.paradise.net.nz/standard/media/menu/plans.gif graeme NONE/- image/gif
234 1008109158.689 41 192.168.0.194 TCP_HIT/200 1878 GET http://www.paradise.net.nz/standard/media/menu/join.gif graeme NONE/- image/gif
235 1008109158.764 73 192.168.0.194 TCP_HIT/200 2123 GET http://www.paradise.net.nz/standard/media/menu/mail.gif graeme NONE/- image/gif
236 1008109158.764 18 192.168.0.194 TCP_HIT/200 2136 GET http://www.paradise.net.nz/standard/media/menu/help.gif graeme NONE/- image/gif
237 1008109158.812 66 192.168.0.194 TCP_MISS/200 818 GET http://www.paradise.net.nz/common/media/tables/b-topright.gif graeme DIRECT/203.96.152.127 image/gif
238 1008109159.007 194 192.168.0.194 TCP_MISS/200 425 GET http://www.paradise.net.nz/common/media/tables/trans.gif graeme DIRECT/203.96.152.127 image/gif
239 1008109159.076 200 192.168.0.194 TCP_MISS/200 558 GET http://www.paradise.net.nz/common/media/tables/b-in-tl.gif graeme DIRECT/203.96.152.127 image/gif
240 1008109159.101 226 192.168.0.194 TCP_MISS/200 565 GET http://www.paradise.net.nz/common/media/tables/b-in-tr.gif graeme DIRECT/203.96.152.127 image/gif
241 1008109159.225 350 192.168.0.194 TCP_MISS/200 445 GET http://www.paradise.net.nz/common/media/tables/b-in-top.gif graeme DIRECT/203.96.152.127 image/gif
242 1008109159.237 135 192.168.0.194 TCP_MISS/200 450 GET http://www.paradise.net.nz/common/media/tables/b-left.gif graeme DIRECT/203.96.152.127 image/gif
243 1008109159.237 230 192.168.0.194 TCP_MISS/200 425 GET http://www.paradise.net.nz/common/media/trans.gif graeme DIRECT/203.96.152.127 image/gif
244 1008109159.287 166 192.168.0.194 TCP_MISS/200 453 GET http://www.paradise.net.nz/common/media/tables/b-right.gif graeme DIRECT/203.96.152.127 image/gif
245 1008109159.395 27 192.168.0.194 TCP_MEM_HIT/200 9923 GET http://www.paradise.net.nz/standard/media/main/netguide-2001.gif graeme NONE/- image/gif
246 1008109159.439 43 192.168.0.194 TCP_MEM_HIT/200 2677 GET http://www.paradise.net.nz/standard/media/main/google.gif graeme NONE/- image/gif
247 1008109159.655 287 192.168.0.194 TCP_MISS/200 416 GET http://www.paradise.net.nz/common/media/tables/b-in-r.gif graeme DIRECT/203.96.152.127 image/gif
248 1008109159.667 378 192.168.0.194 TCP_MISS/200 416 GET http://www.paradise.net.nz/common/media/tables/b-in-l.gif graeme DIRECT/203.96.152.127 image/gif
249 1008109159.696 255 192.168.0.194 TCP_MISS/200 1015 GET http://www.paradise.net.nz/standard/media/main/search.gif graeme DIRECT/203.96.152.127 image/gif
250 1008109159.777 408 192.168.0.194 TCP_MISS/200 17115 GET http://www.paradise.net.nz/standard/media/banners/audio.gif graeme DIRECT/203.96.152.127 image/gif
251 1008109159.811 144 192.168.0.194 TCP_MISS/200 555 GET http://www.paradise.net.nz/common/media/tables/b-in-bl.gif graeme DIRECT/203.96.152.127 image/gif
252 1008109159.847 151 192.168.0.194 TCP_MISS/200 444 GET http://www.paradise.net.nz/common/media/tables/b-in-bot.gif graeme DIRECT/203.96.152.127 image/gif
253 1008109159.904 208 192.168.0.194 TCP_MISS/200 554 GET http://www.paradise.net.nz/common/media/tables/b-in-br.gif graeme DIRECT/203.96.152.127 image/gif
254 1008109159.925 145 192.168.0.194 TCP_MISS/200 823 GET http://www.paradise.net.nz/common/media/tables/b-bottomleft.gif graeme DIRECT/203.96.152.127 image/gif
255 1008109160.018 204 192.168.0.194 TCP_MISS/200 711 GET http://www.paradise.net.nz/common/media/tables/b-bottomright.gif graeme DIRECT/203.96.152.127 image/gif
256 1008109160.106 198 192.168.0.194 TCP_MISS/200 522 GET http://www.paradise.net.nz/common/media/tables/b-bottom.gif graeme DIRECT/203.96.152.127 image/gif
257 1008109160.145 211 192.168.0.194 TCP_MISS/200 2445 GET http://www.paradise.net.nz/standard/media/menu/members-o.gif graeme DIRECT/203.96.152.127 image/gif
258 1008109160.234 214 192.168.0.194 TCP_MISS/200 2096 GET http://www.paradise.net.nz/standard/media/menu/mail-o.gif graeme DIRECT/203.96.152.127 image/gif
259 1008109160.277 168 192.168.0.194 TCP_MISS/200 2111 GET http://www.paradise.net.nz/standard/media/menu/help-o.gif graeme DIRECT/203.96.152.127 image/gif
260 1008109160.360 215 192.168.0.194 TCP_MISS/200 1936 GET http://www.paradise.net.nz/standard/media/menu/about-o.gif graeme DIRECT/203.96.152.127 image/gif
261 1008109160.391 156 192.168.0.194 TCP_MISS/200 1929 GET http://www.paradise.net.nz/standard/media/menu/plans-o.gif graeme DIRECT/203.96.152.127 image/gif
262 1008109160.400 553 192.168.0.194 TCP_MISS/200 1369 GET http://counter.paradise.net.nz/cgi-bin/Count.cgi? graeme DIRECT/203.96.152.15 image/gif
263 1008109160.454 159 192.168.0.194 TCP_MISS/200 1843 GET http://www.paradise.net.nz/standard/media/menu/join-o.gif graeme DIRECT/203.96.152.127 image/gif
264 1008109160.561 105 192.168.0.194 TCP_MISS/200 983 GET http://www.paradise.net.nz/standard/media/main/search-o.gif graeme DIRECT/203.96.152.127 image/gif
265 1008109163.800 1597 192.168.0.194 TCP_MISS/200 2275 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
266 1008109171.230 428 192.168.0.194 TCP_MISS/200 1360 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
267 1008109172.131 754 192.168.0.194 TCP_MISS/200 1448 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
268 1008109172.170 787 192.168.0.194 TCP_MISS/200 5354 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
269 1008109172.511 316 192.168.0.194 TCP_MISS/200 2552 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
270 1008109172.533 329 192.168.0.194 TCP_MISS/200 1414 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
271 1008109173.296 1153 192.168.0.194 TCP_MISS/200 7535 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
272 1008109173.407 736 192.168.0.194 TCP_MISS/200 542 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
273 1008109173.472 801 192.168.0.194 TCP_MISS/200 959 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
274 1008109173.632 1017 192.168.0.194 TCP_MISS/200 12464 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
275 1008109173.759 385 192.168.0.194 TCP_MISS/200 2332 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
276 1008109173.839 416 192.168.0.194 TCP_MISS/200 2312 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
277 1008109173.881 398 192.168.0.194 TCP_MISS/200 2183 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
278 1008109173.992 350 192.168.0.194 TCP_MISS/200 2281 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
279 1008109174.129 344 192.168.0.194 TCP_MISS/200 967 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
280 1008109174.147 294 192.168.0.194 TCP_MISS/200 574 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
281 1008109174.433 296 192.168.0.194 TCP_MISS/200 574 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
282 1008109174.464 310 192.168.0.194 TCP_MISS/200 691 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
283 1008109212.881 6544 192.168.0.194 TCP_MISS/200 33765 CONNECT www.paradise.net.nz:443 graeme DIRECT/203.96.152.127 -
284 1008110359.238 13685 192.168.0.60 TCP_CLIENT_REFRESH_MISS/200 1356 GET http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.46.106.88 application/x-compressed
285 1008110359.278 14 192.168.0.60 TCP_HIT/200 2389 GET http://windowsupdate.microsoft.com/ident.cab graeme NONE/- application/x-compressed
286 1008110364.189 355 192.168.0.60 TCP_MISS/200 313 HEAD http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.46.106.88 application/x-compressed
287 1008110366.883 2583 192.168.0.60 TCP_MISS/200 312 HEAD http://windowsupdate.microsoft.com/qmgr/rel1083.11/x86/w9x/en/Drizzle.cab graeme DIRECT/207.46.106.88 application/x-compressed
288 1008110498.641 2281 192.168.0.60 TCP_MISS/200 43698 GET http://www.top50.co.nz/ graeme DIRECT/202.37.240.34 text/html
289 1008110498.959 141 192.168.0.60 TCP_MISS/304 218 GET http://www.top50.co.nz/js/menu_nav.js graeme DIRECT/202.37.240.34 -
290 1008110499.252 292 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/style.css graeme DIRECT/202.37.240.34 -
291 1008110499.738 484 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_rianz.jpg graeme DIRECT/202.37.240.34 -
292 1008110500.192 133 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_title.gif graeme DIRECT/202.37.240.34 -
293 1008110500.286 180 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/spacer.gif graeme DIRECT/202.37.240.34 -
294 1008110500.440 152 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_head_topright.gif graeme DIRECT/202.37.240.34 -
295 1008110500.477 126 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subtitle_top50.gif graeme DIRECT/202.37.240.34 -
296 1008110500.609 253 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_rianz.gif graeme DIRECT/202.37.240.34 -
297 1008110500.668 190 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_ppnz.gif graeme DIRECT/202.37.240.34 -
298 1008110500.892 222 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_rap.gif graeme DIRECT/202.37.240.34 -
299 1008110500.924 118 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_awards.gif graeme DIRECT/202.37.240.34 -
300 1008110500.931 117 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_top50.gif graeme DIRECT/202.37.240.34 -
301 1008110501.051 206 192.168.0.60 TCP_MISS/304 219 GET http://www.top50.co.nz/images/home_scholarships.gif graeme DIRECT/202.37.240.34 -
302 1008110501.091 126 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_home.gif graeme DIRECT/202.37.240.34 -
303 1008110501.234 294 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_credit.gif graeme DIRECT/202.37.240.34 -
304 1008110501.309 256 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/button_go.gif graeme DIRECT/202.37.240.34 -
305 1008110501.318 224 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/printer_icon.gif graeme DIRECT/202.37.240.34 -
306 1008110501.321 356 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/top50_subscribe.gif graeme DIRECT/202.37.240.34 -
307 1008110501.481 244 192.168.0.60 TCP_MISS/200 8106 GET http://www.top50.co.nz/images/logo_top50_R.gif graeme DIRECT/202.37.240.34 image/gif
308 1008110501.537 215 192.168.0.60 TCP_MISS/304 219 GET http://www.top50.co.nz/images/cert_gold.gif graeme DIRECT/202.37.240.34 -
309 1008110501.565 237 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/cert_plat.gif graeme DIRECT/202.37.240.34 -
310 1008110501.680 369 192.168.0.60 TCP_MISS/200 11663 GET http://www.top50.co.nz/images/BRN_GT_BRNT.jpg graeme DIRECT/202.37.240.34 image/jpeg
311 1008110502.127 109 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_address.gif graeme DIRECT/202.37.240.34 -
312 1008110502.209 271 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_left_logo.gif graeme DIRECT/202.37.240.34 -
313 1008110502.280 261 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_right.gif graeme DIRECT/202.37.240.34 -
314 1008110503.747 1713 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_head_wall.gif graeme DIRECT/202.37.240.34 -
315 1008110503.825 1544 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_navwall.gif graeme DIRECT/202.37.240.34 -
316 1008110503.842 1629 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallright.gif graeme DIRECT/202.37.240.34 -
317 1008110503.879 1750 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subtitle_wall.gif graeme DIRECT/202.37.240.34 -
318 1008110504.118 292 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_navwall.gif graeme DIRECT/202.37.240.34 -
319 1008110504.128 381 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallleft.gif graeme DIRECT/202.37.240.34 -
320 1008110504.166 323 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallfooter.gif graeme DIRECT/202.37.240.34 -
321 1008110504.677 509 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_ppnz.jpg graeme DIRECT/202.37.240.34 -
322 1008110504.800 202 192.168.0.60 TCP_MISS/404 1529 GET http://www.top50.co.nz/images/subover/rap.jpg graeme DIRECT/202.37.240.34 text/html
323 1008110504.886 214 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_awards.jpg graeme DIRECT/202.37.240.34 -
324 1008110504.889 209 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_top50.jpg graeme DIRECT/202.37.240.34 -
325 1008110504.893 135 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_scholarships.jpg graeme DIRECT/202.37.240.34 -
326 1008110504.977 135 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_credit.jpg graeme DIRECT/202.37.240.34 -
327 1008110509.438 1159 192.168.0.60 TCP_MISS/200 43697 GET http://www.top50.co.nz/ graeme DIRECT/202.37.240.34 text/html
328 1008110509.444 120 192.168.0.60 TCP_MISS/304 218 GET http://www.top50.co.nz/js/menu_nav.js graeme DIRECT/202.37.240.34 -
329 1008110509.578 132 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/style.css graeme DIRECT/202.37.240.34 -
330 1008110509.604 101 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_rianz.jpg graeme DIRECT/202.37.240.34 -
331 1008110509.686 106 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_title.gif graeme DIRECT/202.37.240.34 -
332 1008110509.709 122 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/spacer.gif graeme DIRECT/202.37.240.34 -
333 1008110509.798 192 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_head_wall.gif graeme DIRECT/202.37.240.34 -
334 1008110509.840 129 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subtitle_top50.gif graeme DIRECT/202.37.240.34 -
335 1008110509.883 171 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_head_topright.gif graeme DIRECT/202.37.240.34 -
336 1008110509.987 267 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_rianz.gif graeme DIRECT/202.37.240.34 -
337 1008110510.535 547 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_ppnz.gif graeme DIRECT/202.37.240.34 -
338 1008110510.539 440 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_rap.gif graeme DIRECT/202.37.240.34 -
339 1008110510.557 450 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_awards.gif graeme DIRECT/202.37.240.34 -
340 1008110510.616 407 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_top50.gif graeme DIRECT/202.37.240.34 -
341 1008110510.676 136 192.168.0.60 TCP_MISS/304 219 GET http://www.top50.co.nz/images/home_scholarships.gif graeme DIRECT/202.37.240.34 -
342 1008110510.705 157 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_credit.gif graeme DIRECT/202.37.240.34 -
343 1008110510.731 172 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/home_home.gif graeme DIRECT/202.37.240.34 -
344 1008110510.823 206 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/top50_subscribe.gif graeme DIRECT/202.37.240.34 -
345 1008110510.929 251 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/button_go.gif graeme DIRECT/202.37.240.34 -
346 1008110510.953 246 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/printer_icon.gif graeme DIRECT/202.37.240.34 -
347 1008110511.013 280 192.168.0.60 TCP_CLIENT_REFRESH_MISS/304 220 GET http://www.top50.co.nz/images/logo_top50_R.gif graeme DIRECT/202.37.240.34 -
348 1008110511.053 229 192.168.0.60 TCP_CLIENT_REFRESH_MISS/304 220 GET http://www.top50.co.nz/images/BRN_GT_BRNT.jpg graeme DIRECT/202.37.240.34 -
349 1008110511.233 177 192.168.0.60 TCP_MISS/304 219 GET http://www.top50.co.nz/images/cert_gold.gif graeme DIRECT/202.37.240.34 -
350 1008110511.264 171 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subtitle_wall.gif graeme DIRECT/202.37.240.34 -
351 1008110511.329 197 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/cert_plat.gif graeme DIRECT/202.37.240.34 -
352 1008110511.355 189 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_left_logo.gif graeme DIRECT/202.37.240.34 -
353 1008110511.427 192 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_right.gif graeme DIRECT/202.37.240.34 -
354 1008110511.456 190 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_address.gif graeme DIRECT/202.37.240.34 -
355 1008110511.511 155 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallright.gif graeme DIRECT/202.37.240.34 -
356 1008110511.599 170 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallleft.gif graeme DIRECT/202.37.240.34 -
357 1008110511.613 238 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_navwall.gif graeme DIRECT/202.37.240.34 -
358 1008110511.690 232 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_footer_navwall.gif graeme DIRECT/202.37.240.34 -
359 1008110511.746 233 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/sub_wallfooter.gif graeme DIRECT/202.37.240.34 -
360 1008110511.898 111 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_awards.jpg graeme DIRECT/202.37.240.34 -
361 1008110512.107 321 192.168.0.60 TCP_CLIENT_REFRESH_MISS/404 1529 GET http://www.top50.co.nz/images/subover/rap.jpg graeme DIRECT/202.37.240.34 text/html
362 1008110512.192 406 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_top50.jpg graeme DIRECT/202.37.240.34 -
363 1008110512.196 449 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_ppnz.jpg graeme DIRECT/202.37.240.34 -
364 1008110512.200 301 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_scholarships.jpg graeme DIRECT/202.37.240.34 -
365 1008110512.292 180 192.168.0.60 TCP_MISS/304 220 GET http://www.top50.co.nz/images/subover_credit.jpg graeme DIRECT/202.37.240.34 -
366 1008110518.517 700 192.168.0.60 TCP_MISS/301 579 GET http://www.slashdot.org/ graeme DIRECT/64.28.67.150 text/html
367 1008110519.843 30 192.168.0.60 TCP_IMS_HIT/200 3861 GET http://images.slashdot.org/title.gif graeme NONE/- image/gif
368 1008110520.632 1144 192.168.0.60 TCP_MISS/200 343 GET http://images2.slashdot.org/Slashdot/pc.gif? graeme DIRECT/64.28.67.114 image/gif
369 1008110521.200 2472 192.168.0.60 TCP_MISS/200 45759 GET http://slashdot.org/ graeme DIRECT/64.28.67.150 text/html
370 1008110521.287 654 192.168.0.60 TCP_MISS/200 1840 GET http://images.slashdot.org/topics/topicprogramming.gif graeme DIRECT/64.28.67.57 image/gif
371 1008110521.431 1686 192.168.0.60 TCP_MISS/200 16809 GET http://images.slashdot.org/banner/tkgk0213en.gif? graeme DIRECT/64.28.67.57 image/gif
372 1008110521.616 68 192.168.0.60 TCP_IMS_HIT/200 2427 GET http://images.slashdot.org/topics/topicinternet.gif graeme NONE/- image/gif
373 1008110521.829 583 192.168.0.60 TCP_MISS/200 1499 GET http://images.slashdot.org/topics/topicpatents.gif graeme DIRECT/64.28.67.57 image/gif
374 1008110522.016 583 192.168.0.60 TCP_MISS/200 1561 GET http://images.slashdot.org/topics/topichardware.gif graeme DIRECT/64.28.67.57 image/gif
375 1008110522.060 40 192.168.0.60 TCP_HIT/200 1864 GET http://images.slashdot.org/topics/topicmovies.gif graeme NONE/- image/gif
376 1008110522.206 589 192.168.0.60 TCP_MISS/200 513 GET http://images.slashdot.org/slc.gif graeme DIRECT/64.28.67.57 image/gif
377 1008110522.545 622 192.168.0.60 TCP_MISS/200 2121 GET http://images.slashdot.org/topics/topicapple.gif graeme DIRECT/64.28.67.57 image/gif
378 1008110522.723 662 192.168.0.60 TCP_MISS/200 1301 GET http://images.slashdot.org/topics/topicquake.gif graeme DIRECT/64.28.67.57 image/gif
379 1008110522.861 653 192.168.0.60 TCP_MISS/200 1389 GET http://images.slashdot.org/topics/topicgames.jpg graeme DIRECT/64.28.67.57 image/jpeg
380 1008110523.121 82 192.168.0.60 TCP_IMS_HIT/200 1574 GET http://images.slashdot.org/topics/topicspace.gif graeme NONE/- image/gif
381 1008110523.166 619 192.168.0.60 TCP_MISS/200 1911 GET http://images.slashdot.org/topics/topicgnu.jpg graeme DIRECT/64.28.67.57 image/jpeg
382 1008110523.483 613 192.168.0.60 TCP_MISS/200 1992 GET http://images.slashdot.org/topics/topicnews.gif graeme DIRECT/64.28.67.57 image/gif
383 1008110523.780 657 192.168.0.60 TCP_MISS/200 1459 GET http://images.slashdot.org/topics/topicscience.gif graeme DIRECT/64.28.67.57 image/gif
384 1008110523.798 626 192.168.0.60 TCP_MISS/200 426 GET http://images.slashdot.org/greendot.gif graeme DIRECT/64.28.67.57 image/gif
385 1008110523.958 3755 192.168.0.60 TCP_MISS/200 2364 GET http://images.slashdot.org/topics/topiclinux.gif graeme DIRECT/64.28.67.57 image/gif
386 1008114300.121 1118 192.168.0.60 TCP_CLIENT_REFRESH_MISS/200 1356 GET http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.68.131.27 application/x-compressed
387 1008114300.365 223 192.168.0.60 TCP_HIT/200 2389 GET http://windowsupdate.microsoft.com/ident.cab graeme NONE/- application/x-compressed
388 1008114305.179 274 192.168.0.60 TCP_MISS/200 313 HEAD http://windowsupdate.microsoft.com/ident.cab graeme DIRECT/207.68.131.27 application/x-compressed
389 1008114305.586 265 192.168.0.60 TCP_MISS/200 312 HEAD http://windowsupdate.microsoft.com/qmgr/rel1083.11/x86/w9x/en/Drizzle.cab graeme DIRECT/207.68.131.27 application/x-compressed
390 1008273843.076 2605 192.168.0.146 TCP_MISS/302 411 GET http://www.complex.is/ graeme DIRECT/193.4.210.100 text/html
391 1008273844.273 39 192.168.0.146 TCP_HIT/200 6356 GET http://images.f-prot.com/w2/images/fsi500.gif graeme NONE/- image/gif
392 1008273844.305 30 192.168.0.146 TCP_HIT/200 1389 GET http://images.f-prot.com/w2/images/upperline2.gif graeme NONE/- image/gif
393 1008273844.344 37 192.168.0.146 TCP_HIT/200 2325 GET http://images.f-prot.com/w2/images/lefttopline2.gif graeme NONE/- image/gif
394 1008273844.548 1431 192.168.0.146 TCP_MISS/200 8618 GET http://www.complex.is/cgi-bin/home_pager graeme DIRECT/193.4.210.100 text/html
395 1008273845.703 1474 192.168.0.146 TCP_MISS/200 856 GET http://images.f-prot.com/w2/images/leftline2.jpg graeme DIRECT/193.4.210.2 image/jpeg
396 1008273845.730 25 192.168.0.146 TCP_HIT/200 3623 GET http://images.f-prot.com/w2/buttons/products-up.gif graeme NONE/- image/gif
397 1008273845.778 1589 192.168.0.146 TCP_REFRESH_HIT/200 3211 GET http://www.f-prot.com/f-prot/friskstyle.css graeme DIRECT/193.4.210.100 text/plain
398 1008273845.802 22 192.168.0.146 TCP_HIT/200 3618 GET http://images.f-prot.com/w2/buttons/support-up.gif graeme NONE/- image/gif
399 1008273845.861 1515 192.168.0.146 TCP_REFRESH_HIT/200 2174 GET http://images.f-prot.com/w2/buttons/home-down.gif graeme DIRECT/193.4.210.2 image/gif
400 1008273845.880 1318 192.168.0.146 TCP_MISS/200 816 GET http://images.f-prot.com/w2/images/1.gif graeme DIRECT/193.4.210.106 image/gif
401 1008273846.199 468 192.168.0.146 TCP_MISS/200 857 GET http://images.f-prot.com/w2/images/2.gif graeme DIRECT/193.4.210.2 image/gif
402 1008273846.248 29 192.168.0.146 TCP_HIT/200 1523 GET http://images.f-prot.com/w2/buttons/order-up.jpg graeme NONE/- image/jpeg
403 1008273846.321 459 192.168.0.146 TCP_REFRESH_HIT/200 3596 GET http://images.f-prot.com/w2/buttons/download-up.gif graeme DIRECT/193.4.210.106 image/gif
404 1008273846.349 26 192.168.0.146 TCP_HIT/200 3585 GET http://images.f-prot.com/w2/buttons/virusinfo-up.gif graeme NONE/- image/gif
405 1008273846.585 782 192.168.0.146 TCP_MISS/200 763 GET http://images.f-prot.com/w2/images/3.gif graeme DIRECT/193.4.210.2 image/gif
406 1008273846.606 19 192.168.0.146 TCP_HIT/200 3630 GET http://images.f-prot.com/w2/buttons/feedback-up.gif graeme NONE/- image/gif
407 1008273846.622 14 192.168.0.146 TCP_HIT/200 3602 GET http://images.f-prot.com/w2/buttons/company-up.gif graeme NONE/- image/gif
408 1008273846.644 20 192.168.0.146 TCP_HIT/200 3020 GET http://images.f-prot.com/w2/buttons/login-up.gif graeme NONE/- image/gif
409 1008273846.679 429 192.168.0.146 TCP_MISS/200 774 GET http://images.f-prot.com/w2/images/5.gif graeme DIRECT/193.4.210.2 image/gif
410 1008273846.700 810 192.168.0.146 TCP_MISS/200 738 GET http://images.f-prot.com/w2/images/4.gif graeme DIRECT/193.4.210.106 image/gif
411 1008273846.734 32 192.168.0.146 TCP_HIT/200 6012 GET http://images.f-prot.com/w2/images/logo_background.gif graeme NONE/- image/gif
412 1008273847.046 401 192.168.0.146 TCP_REFRESH_HIT/200 4917 GET http://images.f-prot.com/w2/images/buybanner1.jpg graeme DIRECT/193.4.210.2 image/jpeg
413 1008273847.127 446 192.168.0.146 TCP_REFRESH_HIT/200 1511 GET http://images.f-prot.com/w2/images/zone.gif graeme DIRECT/193.4.210.2 image/gif
414 1008273847.175 825 192.168.0.146 TCP_MISS/200 753 GET http://images.f-prot.com/w2/images/6.gif graeme DIRECT/193.4.210.2 image/gif
415 1008273862.002 46 192.168.0.146 TCP_HIT/200 3585 GET http://images.f-prot.com/w2/buttons/home-up.gif graeme NONE/- image/gif
416 1008273862.354 24 192.168.0.146 TCP_HIT/200 2176 GET http://images.f-prot.com/w2/buttons/download-down.gif graeme NONE/- image/gif
417 1008273862.392 1844 192.168.0.146 TCP_REFRESH_MISS/200 8350 GET http://www.f-prot.com/f-prot/download/ graeme DIRECT/193.4.210.100 text/html
418 1008274090.920 1149 192.168.0.146 TCP_MISS/302 435 GET http://www.complex.is/cgi-bin/get_randomly? graeme DIRECT/193.4.210.100 text/html
0 1198298239.740 388 127.0.0.1 TCP_MISS/301 631 GET http://www.slashdot.org/ graeme DIRECT/66.35.250.151 text/html
1 1198298240.522 782 127.0.0.1 TCP_MISS/200 19071 GET http://slashdot.org/ graeme DIRECT/66.35.250.150 text/html
2 1198298240.923 522 127.0.0.1 TCP_MISS/200 483 GET http://ad.doubleclick.net/adj/ostg.slashdot/mainpage_p30_right_peelback;pg=index;logged_in=0;tile=1;ord=5818237142682510? graeme DIRECT/209.62.176.152 application/x-javascript
3 1198298241.677 754 127.0.0.1 TCP_MISS/200 3587 GET http://edge.jobthread.com/feeds/jobroll/? graeme DIRECT/69.28.241.125 application/x-javascript
4 1198298242.121 445 127.0.0.1 TCP_MISS/200 413 GET http://pixel.quantserve.com/pixel;r=1140262409;fpan=0;fpa=4598949b-b2369-b7c5e-11ea5;fpbn=0;fpb=42991985;ns=0;url=http%3A%2F%2Fslashdot.org%2F;ref=;ce=1;je=1;sr=1024x768x24;dc=4598949b-b2369-b7c5e-11ea5;dst=1;et=1198298241686;tzo=-780;a=p-dfaywUr_Oq7jw graeme DIRECT/4.78.243.36 image/gif
5 1198298242.207 510 127.0.0.1 TCP_MISS/200 577 GET http://ad.doubleclick.net/adj/ostg.slashdot/mainpage_p1_leader;pg=index;logged_in=0;tile=2;ord=5818237142682510? graeme DIRECT/209.62.176.152 application/x-javascript
6 1198298242.941 733 127.0.0.1 TCP_MISS/200 12569 GET http://genweb.ostg.com/google/ads/leader_styles.js graeme DIRECT/66.35.250.130 application/x-javascript
7 1198298243.704 764 127.0.0.1 TCP_MISS/200 1091 GET http://pagead2.googlesyndication.com/pagead/ads? graeme DIRECT/209.85.175.164 text/javascript
8 1198298244.750 1045 127.0.0.1 TCP_MISS/200 21799 GET http://pagead2.googleadservices.com/pagead/imgad? graeme DIRECT/209.85.175.166 image/jpeg
9 1198298244.897 639 127.0.0.1 TCP_MISS/200 474 GET http://www.google-analytics.com/__utm.gif? graeme DIRECT/209.85.143.99 image/gif
10 1198298278.777 502 127.0.0.1 TCP_MISS/200 961 GET http://en.wikipedia.org/favicon.ico graeme DIRECT/66.230.200.100 image/x-icon
11 1198298279.274 986 127.0.0.1 TCP_MISS/200 18941 GET http://en.wikipedia.org/style/monobook/main.css graeme DIRECT/66.230.200.100 text/css
12 1198298279.796 521 127.0.0.1 TCP_MISS/301 972 GET http://meta.wikipedia.org/style/monobook/main.css graeme DIRECT/66.230.200.100 text/html
13 1198298280.331 3403 127.0.0.1 TCP_MISS/200 52023 GET http://wikipedia.org/ graeme DIRECT/66.230.200.100 text/html
14 1198298280.757 961 127.0.0.1 TCP_MISS/200 18942 GET http://meta.wikimedia.org/style/monobook/main.css graeme DIRECT/66.230.200.100 text/css
15 1198298281.245 488 127.0.0.1 TCP_MISS/200 4836 GET http://en.wikipedia.org/style/commonPrint.css graeme DIRECT/66.230.200.100 text/css
16 1198298281.826 568 127.0.0.1 TCP_MISS/200 1851 GET http://upload.wikimedia.org/wikipedia/meta/b/ba/Bookshelf-40x20.png graeme DIRECT/66.230.200.228 image/png
17 1198298281.977 731 127.0.0.1 TCP_MISS/200 6889 GET http://upload.wikimedia.org/wikipedia/meta/thumb/7/7c/Wikipedia-word.png/174px-Wikipedia-word.png graeme DIRECT/66.230.200.228 image/png
18 1198298282.012 735 127.0.0.1 TCP_MISS/200 4621 GET http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Wiktionary-logo-en.png/35px-Wiktionary-logo-en.png graeme DIRECT/66.230.200.228 image/png
19 1198298282.103 278 127.0.0.1 TCP_REFRESH_HIT/304 578 GET http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Wikinews-logo.png/35px-Wikinews-logo.png graeme DIRECT/66.230.200.228 image/png
20 1198298282.238 262 127.0.0.1 TCP_MISS/200 2476 GET http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png graeme DIRECT/66.230.200.228 image/png
21 1198298282.286 274 127.0.0.1 TCP_MISS/200 3554 GET http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/35px-Wikibooks-logo.svg.png graeme DIRECT/66.230.200.228 image/png
22 1198298282.356 252 127.0.0.1 TCP_MISS/200 3569 GET http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/35px-Wikispecies-logo.svg.png graeme DIRECT/66.230.200.228 image/png
23 1198298282.363 1106 127.0.0.1 TCP_MISS/200 11935 GET http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg graeme DIRECT/66.230.200.228 image/jpeg
24 1198298282.495 256 127.0.0.1 TCP_MISS/200 2805 GET http://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/35px-Wikisource-logo.svg.png graeme DIRECT/66.230.200.228 image/png
25 1198298282.541 255 127.0.0.1 TCP_REFRESH_HIT/304 578 GET http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/35px-Wikiversity-logo.svg.png graeme DIRECT/66.230.200.228 image/png
26 1198298282.607 251 127.0.0.1 TCP_MISS/200 2543 GET http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/35px-Commons-logo.svg.png graeme DIRECT/66.230.200.228 image/png
27 1198298282.657 294 127.0.0.1 TCP_MISS/200 1982 GET http://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/35px-Wikimedia-logo.svg.png graeme DIRECT/66.230.200.228 image/png
28 1198298282.749 253 127.0.0.1 TCP_MISS/200 1527 GET http://upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-button-for-homepage.png graeme DIRECT/66.230.200.228 image/png
29 1198298289.475 261 127.0.0.1 TCP_MISS/200 2120 GET http://en.wikipedia.org/skins-1.5/common/shared.css? graeme DIRECT/66.230.200.100 text/css
30 1198298289.656 718 127.0.0.1 TCP_MISS/200 15455 GET http://en.wikipedia.org/wiki/Main_Page graeme DIRECT/66.230.200.100 text/html
31 1198298290.413 1185 127.0.0.1 TCP_MISS/200 27959 GET http://en.wikipedia.org/skins-1.5/monobook/main.css? graeme DIRECT/66.230.200.100 text/css
32 1198298290.683 270 127.0.0.1 TCP_MISS/200 5997 GET http://en.wikipedia.org/skins-1.5/common/commonPrint.css? graeme DIRECT/66.230.200.100 text/css
33 1198298291.193 510 127.0.0.1 TCP_MISS/200 41489 GET http://en.wikipedia.org/skins-1.5/common/wikibits.js? graeme DIRECT/66.230.200.100 application/x-javascript
34 1198298291.475 282 127.0.0.1 TCP_MISS/200 11504 GET http://en.wikipedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/javascript
35 1198298291.963 488 127.0.0.1 TCP_MISS/200 5622 GET http://meta.wikimedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/javascript
36 1198298292.231 268 127.0.0.1 TCP_MISS/200 8063 GET http://en.wikipedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/css
37 1198298292.256 289 127.0.0.1 TCP_MISS/200 3048 GET http://en.wikipedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/css
38 1198298292.285 318 127.0.0.1 TCP_MISS/200 780 GET http://en.wikipedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/css
39 1198298292.821 536 127.0.0.1 TCP_MISS/200 5284 GET http://en.wikipedia.org/skins-1.5/common/ajax.js? graeme DIRECT/66.230.200.100 application/x-javascript
40 1198298292.849 27 127.0.0.1 TCP_HIT/200 8592 GET http://en.wikipedia.org/skins-1.5/monobook/headbg.jpg graeme NONE/- image/jpeg
41 1198298293.100 251 127.0.0.1 TCP_MISS/200 908 GET http://meta.wikimedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/javascript
42 1198298293.813 713 127.0.0.1 TCP_MISS/200 14969 GET http://meta.wikimedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/javascript
43 1198298294.074 261 127.0.0.1 TCP_MISS/200 767 GET http://en.wikipedia.org/w/index.php? graeme DIRECT/66.230.200.100 text/javascript
44 1198298294.114 12 127.0.0.1 TCP_IMS_HIT/304 312 GET http://upload.wikimedia.org/fundraising/2007/red-button-left.png graeme NONE/- image/png
45 1198298294.114 12 127.0.0.1 TCP_IMS_HIT/304 312 GET http://upload.wikimedia.org/fundraising/2007/red-button-center.png graeme NONE/- image/png
46 1198298294.400 298 127.0.0.1 TCP_REFRESH_MISS/200 2629 GET http://upload.wikimedia.org/fundraising/2007/meter-en.png graeme DIRECT/66.230.200.228 image/png
47 1198298294.436 322 127.0.0.1 TCP_MISS/200 4187 GET http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Aggiebonfire2005.jpg/100px-Aggiebonfire2005.jpg graeme DIRECT/66.230.200.228 image/jpeg
48 1198298294.472 357 127.0.0.1 TCP_MISS/200 3906 GET http://upload.wikimedia.org/wikipedia/en/thumb/e/e1/Blue_crocheting_thread.jpg/100px-Blue_crocheting_thread.jpg graeme DIRECT/66.230.200.228 image/jpeg
49 1198298294.591 516 127.0.0.1 TCP_REFRESH_MISS/200 10155 GET http://upload.wikimedia.org/fundraising/2007/people-meter-ltr.png graeme DIRECT/66.230.200.228 image/png
50 1198298294.656 255 127.0.0.1 TCP_REFRESH_HIT/200 3468 GET http://upload.wikimedia.org/wikipedia/en/thumb/1/16/Lee_Myung_Bak_crop.jpg/72px-Lee_Myung_Bak_crop.jpg graeme DIRECT/66.230.200.228 image/jpeg
51 1198298294.699 262 127.0.0.1 TCP_MISS/200 4564 GET http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Beethoven.jpg/100px-Beethoven.jpg graeme DIRECT/66.230.200.228 image/jpeg
52 1198298294.858 267 127.0.0.1 TCP_MISS/200 2469 GET http://upload.wikimedia.org/wikipedia/en/9/9d/Commons-logo-31px.png graeme DIRECT/66.230.200.228 image/png
53 1198298294.959 259 127.0.0.1 TCP_MISS/200 1161 GET http://upload.wikimedia.org/wikipedia/en/b/bd/Wiktionary-logo-51px.gif graeme DIRECT/66.230.200.228 image/gif
54 1198298295.112 254 127.0.0.1 TCP_MISS/200 2297 GET http://upload.wikimedia.org/wikipedia/en/4/46/Wikiquote-logo-51px.png graeme DIRECT/66.230.200.228 image/png
55 1198298295.207 249 127.0.0.1 TCP_MISS/200 3371 GET http://upload.wikimedia.org/wikipedia/en/7/7f/Wikibooks-logo-35px.png graeme DIRECT/66.230.200.228 image/png
56 1198298295.367 254 127.0.0.1 TCP_MISS/200 3010 GET http://upload.wikimedia.org/wikipedia/en/b/b6/Wikisource-logo-35px.png graeme DIRECT/66.230.200.228 image/png
57 1198298295.373 717 127.0.0.1 TCP_MISS/200 3736 GET http://upload.wikimedia.org/wikipedia/en/6/60/Wikinews-logo-51px.png graeme DIRECT/66.230.200.228 image/png
58 1198298295.460 252 127.0.0.1 TCP_MISS/200 4278 GET http://upload.wikimedia.org/wikipedia/en/b/bf/Wikispecies-logo-35px.png graeme DIRECT/66.230.200.228 image/png
59 1198298295.497 1024 127.0.0.1 TCP_MISS/200 46526 GET http://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Crown_Prince_Frederick_William_of_Prussia_-_Illustrated_London_News_August_20%2C_1870.PNG/160px-Crown_Prince_Frederick_William_of_Prussia_-_Illustrated_London_News_August_20%2C_1870.PNG graeme DIRECT/66.230.200.228 image/png
60 1198298295.619 252 127.0.0.1 TCP_MISS/200 1868 GET http://upload.wikimedia.org/wikipedia/en/e/e3/Wikiversity-logo-41px.png graeme DIRECT/66.230.200.228 image/png
61 1198298295.661 288 127.0.0.1 TCP_MISS/200 2732 GET http://upload.wikimedia.org/wikipedia/en/d/d3/Wikimedia-logo-35px.png graeme DIRECT/66.230.200.228 image/png
62 1198298295.715 255 127.0.0.1 TCP_MISS/200 2646 GET http://en.wikipedia.org/skins-1.5/common/images/poweredby_mediawiki_88x31.png graeme DIRECT/66.230.200.100 image/png
63 1198298295.716 0 127.0.0.1 TCP_IMS_HIT/304 312 GET http://upload.wikimedia.org/fundraising/2007/red-button-right.png graeme NONE/- image/png
64 1198298295.792 294 127.0.0.1 TCP_MISS/200 1602 GET http://en.wikipedia.org/images/wikimedia-button.png graeme DIRECT/66.230.200.100 image/png
65 1198298295.792 0 127.0.0.1 TCP_HIT/200 12690 GET http://en.wikipedia.org/images/wiki-en.png graeme NONE/- image/png
66 1198298295.873 253 127.0.0.1 TCP_MISS/200 759 GET http://en.wikipedia.org/skins-1.5/monobook/bullet.gif graeme DIRECT/66.230.200.100 image/gif
67 1198298295.915 253 127.0.0.1 TCP_MISS/200 746 GET http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png graeme DIRECT/66.230.200.228 image/png
68 1198298295.972 255 127.0.0.1 TCP_MISS/200 1630 GET http://en.wikipedia.org/skins-1.5/monobook/user.gif graeme DIRECT/66.230.200.100 image/gif
69 1198298323.736 771 127.0.0.1 TCP_MISS/200 2735 GET http://www.google.co.nz/ graeme DIRECT/72.14.235.104 text/html
70 1198298330.678 1795 127.0.0.1 TCP_MISS/200 30465 GET http://news.google.co.nz/nwshp? graeme DIRECT/209.85.175.147 text/html
71 1198298330.835 610 127.0.0.1 TCP_MISS/200 388 GET http://news.google.co.nz/images/cleardot.gif graeme DIRECT/209.85.175.99 image/gif
72 1198298330.879 651 127.0.0.1 TCP_MISS/200 430 GET http://news.google.co.nz/images/envelope.gif graeme DIRECT/209.85.175.147 image/gif
73 1198298330.963 284 127.0.0.1 TCP_MISS/200 2102 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
74 1198298331.027 806 127.0.0.1 TCP_MISS/200 7048 GET http://news.google.co.nz/images/nz.gif graeme DIRECT/209.85.175.104 image/gif
75 1198298331.117 283 127.0.0.1 TCP_MISS/200 2214 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.99 image/jpeg
76 1198298331.248 286 127.0.0.1 TCP_MISS/200 2194 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
77 1198298331.311 284 127.0.0.1 TCP_MISS/200 2137 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.104 image/jpeg
78 1198298331.405 287 127.0.0.1 TCP_MISS/200 2609 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.99 image/jpeg
79 1198298331.531 282 127.0.0.1 TCP_MISS/200 2462 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
80 1198298331.597 286 127.0.0.1 TCP_MISS/200 1845 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.104 image/jpeg
81 1198298331.811 280 127.0.0.1 TCP_MISS/200 1534 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
82 1198298331.882 477 127.0.0.1 TCP_MISS/200 1624 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.99 image/jpeg
83 1198298331.931 1052 127.0.0.1 TCP_MISS/200 27405 GET http://news.google.co.nz/images/x3.png graeme DIRECT/209.85.175.147 image/png
84 1198298332.057 460 127.0.0.1 TCP_MISS/200 2570 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.104 image/jpeg
85 1198298332.092 281 127.0.0.1 TCP_MISS/200 2128 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
86 1198298332.219 288 127.0.0.1 TCP_MISS/200 1552 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
87 1198298332.340 282 127.0.0.1 TCP_MISS/200 1940 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.104 image/jpeg
88 1198298332.480 597 127.0.0.1 TCP_MISS/200 2190 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.99 image/jpeg
89 1198298332.504 284 127.0.0.1 TCP_MISS/200 2003 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
90 1198298332.574 481 127.0.0.1 TCP_MISS/200 2095 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.147 image/jpeg
91 1198298332.763 283 127.0.0.1 TCP_MISS/200 979 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.99 image/jpeg
92 1198298332.914 574 127.0.0.1 TCP_MISS/200 1989 GET http://news.google.co.nz/news? graeme DIRECT/209.85.175.104 image/jpeg
93 1198298333.264 290 127.0.0.1 TCP_MISS/200 1756 GET http://news.google.co.nz/favicon.ico graeme DIRECT/209.85.175.104 image/x-icon
00 #!/bin/sh
1 #
21 # install - install a program, script, or datafile
3 # This comes from X11R5 (mit/util/scripts/install.sh).
4 #
5 # Copyright 1991 by the Massachusetts Institute of Technology
6 #
7 # Permission to use, copy, modify, distribute, and sell this software and its
8 # documentation for any purpose is hereby granted without fee, provided that
9 # the above copyright notice appear in all copies and that both that
10 # copyright notice and this permission notice appear in supporting
11 # documentation, and that the name of M.I.T. not be used in advertising or
12 # publicity pertaining to distribution of the software without specific,
13 # written prior permission. M.I.T. makes no representations about the
14 # suitability of this software for any purpose. It is provided "as is"
15 # without express or implied warranty.
2
3 scriptversion=2006-10-14.15
4
5 # This originates from X11R5 (mit/util/scripts/install.sh), which was
6 # later released in X11R6 (xc/config/util/install.sh) with the
7 # following copyright and license.
8 #
9 # Copyright (C) 1994 X Consortium
10 #
11 # Permission is hereby granted, free of charge, to any person obtaining a copy
12 # of this software and associated documentation files (the "Software"), to
13 # deal in the Software without restriction, including without limitation the
14 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
15 # sell copies of the Software, and to permit persons to whom the Software is
16 # furnished to do so, subject to the following conditions:
17 #
18 # The above copyright notice and this permission notice shall be included in
19 # all copies or substantial portions of the Software.
20 #
21 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
25 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
26 # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 #
28 # Except as contained in this notice, the name of the X Consortium shall not
29 # be used in advertising or otherwise to promote the sale, use or other deal-
30 # ings in this Software without prior written authorization from the X Consor-
31 # tium.
32 #
33 #
34 # FSF changes to this file are in the public domain.
1635 #
1736 # Calling this script install-sh is preferred over install.sh, to prevent
1837 # `make' implicit rules from creating a file called install from it
1938 # when there is no Makefile.
2039 #
2140 # This script is compatible with the BSD install script, but was written
22 # from scratch. It can only install one file at a time, a restriction
23 # shared with many OS's install programs.
24
41 # from scratch.
42
43 nl='
44 '
45 IFS=" "" $nl"
2546
2647 # set DOITPROG to echo to test this script
2748
2849 # Don't use :- since 4.3BSD and earlier shells don't like it.
2950 doit="${DOITPROG-}"
30
31
32 # put in absolute paths if you don't have them in your path; or use env. vars.
51 if test -z "$doit"; then
52 doit_exec=exec
53 else
54 doit_exec=$doit
55 fi
56
57 # Put in absolute file names if you don't have them in your path;
58 # or use environment vars.
3359
3460 mvprog="${MVPROG-mv}"
3561 cpprog="${CPPROG-cp}"
4066 rmprog="${RMPROG-rm}"
4167 mkdirprog="${MKDIRPROG-mkdir}"
4268
43 transformbasename=""
44 transform_arg=""
45 instcmd="$mvprog"
46 chmodcmd="$chmodprog 0755"
47 chowncmd=""
48 chgrpcmd=""
49 stripcmd=""
69 posix_glob=
70 posix_mkdir=
71
72 # Desired mode of installed file.
73 mode=0755
74
75 chmodcmd=$chmodprog
76 chowncmd=
77 chgrpcmd=
78 stripcmd=
5079 rmcmd="$rmprog -f"
5180 mvcmd="$mvprog"
52 src=""
53 dst=""
54 dir_arg=""
55
56 while [ x"$1" != x ]; do
57 case $1 in
58 -c) instcmd="$cpprog"
59 shift
60 continue;;
61
62 -d) dir_arg=true
63 shift
64 continue;;
65
66 -m) chmodcmd="$chmodprog $2"
67 shift
68 shift
69 continue;;
70
71 -o) chowncmd="$chownprog $2"
72 shift
73 shift
74 continue;;
75
76 -g) chgrpcmd="$chgrpprog $2"
77 shift
78 shift
79 continue;;
80
81 -s) stripcmd="$stripprog"
82 shift
83 continue;;
84
85 -t=*) transformarg=`echo $1 | sed 's/-t=//'`
86 shift
87 continue;;
88
89 -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
90 shift
91 continue;;
92
93 *) if [ x"$src" = x ]
81 src=
82 dst=
83 dir_arg=
84 dstarg=
85 no_target_directory=
86
87 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
88 or: $0 [OPTION]... SRCFILES... DIRECTORY
89 or: $0 [OPTION]... -t DIRECTORY SRCFILES...
90 or: $0 [OPTION]... -d DIRECTORIES...
91
92 In the 1st form, copy SRCFILE to DSTFILE.
93 In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
94 In the 4th, create DIRECTORIES.
95
96 Options:
97 -c (ignored)
98 -d create directories instead of installing files.
99 -g GROUP $chgrpprog installed files to GROUP.
100 -m MODE $chmodprog installed files to MODE.
101 -o USER $chownprog installed files to USER.
102 -s $stripprog installed files.
103 -t DIRECTORY install into DIRECTORY.
104 -T report an error if DSTFILE is a directory.
105 --help display this help and exit.
106 --version display version info and exit.
107
108 Environment variables override the default commands:
109 CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
110 "
111
112 while test $# -ne 0; do
113 case $1 in
114 -c) shift
115 continue;;
116
117 -d) dir_arg=true
118 shift
119 continue;;
120
121 -g) chgrpcmd="$chgrpprog $2"
122 shift
123 shift
124 continue;;
125
126 --help) echo "$usage"; exit $?;;
127
128 -m) mode=$2
129 shift
130 shift
131 case $mode in
132 *' '* | *' '* | *'
133 '* | *'*'* | *'?'* | *'['*)
134 echo "$0: invalid mode: $mode" >&2
135 exit 1;;
136 esac
137 continue;;
138
139 -o) chowncmd="$chownprog $2"
140 shift
141 shift
142 continue;;
143
144 -s) stripcmd=$stripprog
145 shift
146 continue;;
147
148 -t) dstarg=$2
149 shift
150 shift
151 continue;;
152
153 -T) no_target_directory=true
154 shift
155 continue;;
156
157 --version) echo "$0 $scriptversion"; exit $?;;
158
159 --) shift
160 break;;
161
162 -*) echo "$0: invalid option: $1" >&2
163 exit 1;;
164
165 *) break;;
166 esac
167 done
168
169 if test $# -ne 0 && test -z "$dir_arg$dstarg"; then
170 # When -d is used, all remaining arguments are directories to create.
171 # When -t is used, the destination is already specified.
172 # Otherwise, the last argument is the destination. Remove it from $@.
173 for arg
174 do
175 if test -n "$dstarg"; then
176 # $@ is not empty: it contains at least $arg.
177 set fnord "$@" "$dstarg"
178 shift # fnord
179 fi
180 shift # arg
181 dstarg=$arg
182 done
183 fi
184
185 if test $# -eq 0; then
186 if test -z "$dir_arg"; then
187 echo "$0: no input file specified." >&2
188 exit 1
189 fi
190 # It's OK to call `install-sh -d' without argument.
191 # This can happen when creating conditional directories.
192 exit 0
193 fi
194
195 if test -z "$dir_arg"; then
196 trap '(exit $?); exit' 1 2 13 15
197
198 # Set umask so as not to create temps with too-generous modes.
199 # However, 'strip' requires both read and write access to temps.
200 case $mode in
201 # Optimize common cases.
202 *644) cp_umask=133;;
203 *755) cp_umask=22;;
204
205 *[0-7])
206 if test -z "$stripcmd"; then
207 u_plus_rw=
208 else
209 u_plus_rw='% 200'
210 fi
211 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
212 *)
213 if test -z "$stripcmd"; then
214 u_plus_rw=
215 else
216 u_plus_rw=,u+rw
217 fi
218 cp_umask=$mode$u_plus_rw;;
219 esac
220 fi
221
222 for src
223 do
224 # Protect names starting with `-'.
225 case $src in
226 -*) src=./$src ;;
227 esac
228
229 if test -n "$dir_arg"; then
230 dst=$src
231 dstdir=$dst
232 test -d "$dstdir"
233 dstdir_status=$?
234 else
235
236 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
237 # might cause directories to be created, which would be especially bad
238 # if $src (and thus $dsttmp) contains '*'.
239 if test ! -f "$src" && test ! -d "$src"; then
240 echo "$0: $src does not exist." >&2
241 exit 1
242 fi
243
244 if test -z "$dstarg"; then
245 echo "$0: no destination specified." >&2
246 exit 1
247 fi
248
249 dst=$dstarg
250 # Protect names starting with `-'.
251 case $dst in
252 -*) dst=./$dst ;;
253 esac
254
255 # If destination is a directory, append the input filename; won't work
256 # if double slashes aren't ignored.
257 if test -d "$dst"; then
258 if test -n "$no_target_directory"; then
259 echo "$0: $dstarg: Is a directory" >&2
260 exit 1
261 fi
262 dstdir=$dst
263 dst=$dstdir/`basename "$src"`
264 dstdir_status=0
265 else
266 # Prefer dirname, but fall back on a substitute if dirname fails.
267 dstdir=`
268 (dirname "$dst") 2>/dev/null ||
269 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
270 X"$dst" : 'X\(//\)[^/]' \| \
271 X"$dst" : 'X\(//\)$' \| \
272 X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
273 echo X"$dst" |
274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
275 s//\1/
276 q
277 }
278 /^X\(\/\/\)[^/].*/{
279 s//\1/
280 q
281 }
282 /^X\(\/\/\)$/{
283 s//\1/
284 q
285 }
286 /^X\(\/\).*/{
287 s//\1/
288 q
289 }
290 s/.*/./; q'
291 `
292
293 test -d "$dstdir"
294 dstdir_status=$?
295 fi
296 fi
297
298 obsolete_mkdir_used=false
299
300 if test $dstdir_status != 0; then
301 case $posix_mkdir in
302 '')
303 # Create intermediate dirs using mode 755 as modified by the umask.
304 # This is like FreeBSD 'install' as of 1997-10-28.
305 umask=`umask`
306 case $stripcmd.$umask in
307 # Optimize common cases.
308 *[2367][2367]) mkdir_umask=$umask;;
309 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
310
311 *[0-7])
312 mkdir_umask=`expr $umask + 22 \
313 - $umask % 100 % 40 + $umask % 20 \
314 - $umask % 10 % 4 + $umask % 2
315 `;;
316 *) mkdir_umask=$umask,go-w;;
317 esac
318
319 # With -d, create the new directory with the user-specified mode.
320 # Otherwise, rely on $mkdir_umask.
321 if test -n "$dir_arg"; then
322 mkdir_mode=-m$mode
323 else
324 mkdir_mode=
325 fi
326
327 posix_mkdir=false
328 case $umask in
329 *[123567][0-7][0-7])
330 # POSIX mkdir -p sets u+wx bits regardless of umask, which
331 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
332 ;;
333 *)
334 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
335 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
336
337 if (umask $mkdir_umask &&
338 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
94339 then
95 src=$1
340 if test -z "$dir_arg" || {
341 # Check for POSIX incompatibilities with -m.
342 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
343 # other-writeable bit of parent directory when it shouldn't.
344 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
345 ls_ld_tmpdir=`ls -ld "$tmpdir"`
346 case $ls_ld_tmpdir in
347 d????-?r-*) different_mode=700;;
348 d????-?--*) different_mode=755;;
349 *) false;;
350 esac &&
351 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
352 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
353 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
354 }
355 }
356 then posix_mkdir=:
357 fi
358 rmdir "$tmpdir/d" "$tmpdir"
96359 else
97 # this colon is to work around a 386BSD /bin/sh bug
98 :
99 dst=$1
360 # Remove any dirs left behind by ancient mkdir implementations.
361 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
100362 fi
101 shift
102 continue;;
363 trap '' 0;;
364 esac;;
103365 esac
366
367 if
368 $posix_mkdir && (
369 umask $mkdir_umask &&
370 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
371 )
372 then :
373 else
374
375 # The umask is ridiculous, or mkdir does not conform to POSIX,
376 # or it failed possibly due to a race condition. Create the
377 # directory the slow way, step by step, checking for races as we go.
378
379 case $dstdir in
380 /*) prefix=/ ;;
381 -*) prefix=./ ;;
382 *) prefix= ;;
383 esac
384
385 case $posix_glob in
386 '')
387 if (set -f) 2>/dev/null; then
388 posix_glob=true
389 else
390 posix_glob=false
391 fi ;;
392 esac
393
394 oIFS=$IFS
395 IFS=/
396 $posix_glob && set -f
397 set fnord $dstdir
398 shift
399 $posix_glob && set +f
400 IFS=$oIFS
401
402 prefixes=
403
404 for d
405 do
406 test -z "$d" && continue
407
408 prefix=$prefix$d
409 if test -d "$prefix"; then
410 prefixes=
411 else
412 if $posix_mkdir; then
413 (umask=$mkdir_umask &&
414 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
415 # Don't fail if two instances are running concurrently.
416 test -d "$prefix" || exit 1
417 else
418 case $prefix in
419 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
420 *) qprefix=$prefix;;
421 esac
422 prefixes="$prefixes '$qprefix'"
423 fi
424 fi
425 prefix=$prefix/
426 done
427
428 if test -n "$prefixes"; then
429 # Don't fail if two instances are running concurrently.
430 (umask $mkdir_umask &&
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
432 test -d "$dstdir" || exit 1
433 obsolete_mkdir_used=true
434 fi
435 fi
436 fi
437
438 if test -n "$dir_arg"; then
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
441 { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
443 else
444
445 # Make a couple of temp file names in the proper directory.
446 dsttmp=$dstdir/_inst.$$_
447 rmtmp=$dstdir/_rm.$$_
448
449 # Trap to clean up those temp files at exit.
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
451
452 # Copy the file name to the temp name.
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
454
455 # and set any options; do chmod last to preserve setuid bits.
456 #
457 # If any of these fail, we abort the whole thing. If we want to
458 # ignore errors from any of these, just make sure not to ignore
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
460 #
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
462 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
463 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
464 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
465
466 # Now rename the file to the real destination.
467 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \
468 || {
469 # The rename failed, perhaps because mv can't rename something else
470 # to itself, or perhaps because mv is so ancient that it does not
471 # support -f.
472
473 # Now remove or move aside any old file at destination location.
474 # We try this two ways since rm can't unlink itself on some
475 # systems and the destination file might be busy for other
476 # reasons. In this case, the final cleanup might fail but the new
477 # file should still install successfully.
478 {
479 if test -f "$dst"; then
480 $doit $rmcmd -f "$dst" 2>/dev/null \
481 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \
482 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\
483 || {
484 echo "$0: cannot unlink or rename $dst" >&2
485 (exit 1); exit 1
486 }
487 else
488 :
489 fi
490 } &&
491
492 # Now rename the file to the real destination.
493 $doit $mvcmd "$dsttmp" "$dst"
494 }
495 } || exit 1
496
497 trap '' 0
498 fi
104499 done
105500
106 if [ x"$src" = x ]
107 then
108 echo "install: no input file specified"
109 exit 1
110 else
111 true
112 fi
113
114 if [ x"$dir_arg" != x ]; then
115 dst=$src
116 src=""
117
118 if [ -d $dst ]; then
119 instcmd=:
120 chmodcmd=""
121 else
122 instcmd=mkdir
123 fi
124 else
125
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
127 # might cause directories to be created, which would be especially bad
128 # if $src (and thus $dsttmp) contains '*'.
129
130 if [ -f $src -o -d $src ]
131 then
132 true
133 else
134 echo "install: $src does not exist"
135 exit 1
136 fi
137
138 if [ x"$dst" = x ]
139 then
140 echo "install: no destination specified"
141 exit 1
142 else
143 true
144 fi
145
146 # If destination is a directory, append the input filename; if your system
147 # does not like double slashes in filenames, you may need to add some logic
148
149 if [ -d $dst ]
150 then
151 dst="$dst"/`basename $src`
152 else
153 true
154 fi
155 fi
156
157 ## this sed command emulates the dirname command
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
159
160 # Make sure that the destination directory exists.
161 # this part is taken from Noah Friedman's mkinstalldirs script
162
163 # Skip lots of stat calls in the usual case.
164 if [ ! -d "$dstdir" ]; then
165 defaultIFS='
166 '
167 IFS="${IFS-${defaultIFS}}"
168
169 oIFS="${IFS}"
170 # Some sh's can't handle IFS=/ for some reason.
171 IFS='%'
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
173 IFS="${oIFS}"
174
175 pathcomp=''
176
177 while [ $# -ne 0 ] ; do
178 pathcomp="${pathcomp}${1}"
179 shift
180
181 if [ ! -d "${pathcomp}" ] ;
182 then
183 $mkdirprog "${pathcomp}"
184 else
185 true
186 fi
187
188 pathcomp="${pathcomp}/"
189 done
190 fi
191
192 if [ x"$dir_arg" != x ]
193 then
194 $doit $instcmd $dst &&
195
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
200 else
201
202 # If we're going to rename the final executable, determine the name now.
203
204 if [ x"$transformarg" = x ]
205 then
206 dstfile=`basename $dst`
207 else
208 dstfile=`basename $dst $transformbasename |
209 sed $transformarg`$transformbasename
210 fi
211
212 # don't allow the sed command to completely eliminate the filename
213
214 if [ x"$dstfile" = x ]
215 then
216 dstfile=`basename $dst`
217 else
218 true
219 fi
220
221 # Make a temp file name in the proper directory.
222
223 dsttmp=$dstdir/#inst.$$#
224
225 # Move or copy the file name to the temp name
226
227 $doit $instcmd $src $dsttmp &&
228
229 trap "rm -f ${dsttmp}" 0 &&
230
231 # and set any options; do chmod last to preserve setuid bits
232
233 # If any of these fail, we abort the whole thing. If we want to
234 # ignore errors from any of these, just make sure not to ignore
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
236
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
240 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
241
242 # Now rename the file to the real destination.
243
244 $doit $rmcmd -f $dstdir/$dstfile &&
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
246
247 fi &&
248
249
250 exit 0
501 # Local variables:
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
503 # time-stamp-start: "scriptversion="
504 # time-stamp-format: "%:y-%02m-%02d.%02H"
505 # time-stamp-end: "$"
506 # End:
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
2 # Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc.
3 # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
2
3 scriptversion=2006-05-10.23
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
6 # Free Software Foundation, Inc.
7 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
48
59 # This program is free software; you can redistribute it and/or modify
610 # it under the terms of the GNU General Public License as published by
1418
1519 # You should have received a copy of the GNU General Public License
1620 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 # 02111-1307, USA.
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 # 02110-1301, USA.
23
24 # As a special exception to the GNU General Public License, if you
25 # distribute this file as part of a program that contains a
26 # configuration script generated by Autoconf, you may include it under
27 # the same distribution terms that you use for the rest of that program.
1928
2029 if test $# -eq 0; then
2130 echo 1>&2 "Try \`$0 --help' for more information"
2231 exit 1
2332 fi
2433
34 run=:
35 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
36 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
37
2538 # In the cases where this matters, `missing' is being run in the
2639 # srcdir already.
27 if test -f configure.in; then
40 if test -f configure.ac; then
2841 configure_ac=configure.ac
2942 else
3043 configure_ac=configure.in
3144 fi
3245
33 case "$1" in
46 msg="missing on your system"
47
48 case $1 in
49 --run)
50 # Try to run requested program, and just exit if it succeeds.
51 run=
52 shift
53 "$@" && exit 0
54 # Exit code 63 means version mismatch. This often happens
55 # when the user try to use an ancient version of a tool on
56 # a file that requires a minimum version. In this case we
57 # we should proceed has if the program had been absent, or
58 # if --run hadn't been passed.
59 if test $? = 63; then
60 run=:
61 msg="probably too old"
62 fi
63 ;;
3464
3565 -h|--h|--he|--hel|--help)
3666 echo "\
4272 Options:
4373 -h, --help display this help and exit
4474 -v, --version output version information and exit
75 --run try to run the given command, and emulate it if it fails
4576
4677 Supported PROGRAM values:
4778 aclocal touch file \`aclocal.m4'
4879 autoconf touch file \`configure'
4980 autoheader touch file \`config.h.in'
81 autom4te touch the output file, or create a stub one
5082 automake touch all \`Makefile.in' files
5183 bison create \`y.tab.[ch]', if possible, from existing .[ch]
5284 flex create \`lex.yy.c', if possible, from existing .c
85 help2man touch the output file
5386 lex create \`lex.yy.c', if possible, from existing .c
5487 makeinfo touch the output file
55 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
88 tar try tar, gnutar, gtar, then tar without non-portable flags
89 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
90
91 Send bug reports to <bug-automake@gnu.org>."
92 exit $?
5693 ;;
5794
5895 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
59 echo "missing - GNU libit 0.0"
96 echo "missing $scriptversion (GNU Automake)"
97 exit $?
6098 ;;
6199
62100 -*)
65103 exit 1
66104 ;;
67105
106 esac
107
108 # Now exit if we have it, but it failed. Also exit now if we
109 # don't have it and --version was passed (most likely to detect
110 # the program).
111 case $1 in
112 lex|yacc)
113 # Not GNU programs, they don't have --version.
114 ;;
115
116 tar)
117 if test -n "$run"; then
118 echo 1>&2 "ERROR: \`tar' requires --run"
119 exit 1
120 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
121 exit 1
122 fi
123 ;;
124
125 *)
126 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
127 # We have it, but it failed.
128 exit 1
129 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
130 # Could not run --version or --help. This is probably someone
131 # running `$TOOL --version' or `$TOOL --help' to check whether
132 # $TOOL exists and not knowing $TOOL uses missing.
133 exit 1
134 fi
135 ;;
136 esac
137
138 # If it does not exist, or fails to run (possibly an outdated version),
139 # try to emulate it.
140 case $1 in
68141 aclocal*)
69142 echo 1>&2 "\
70 WARNING: \`$1' is missing on your system. You should only need it if
71 you modified \`acinclude.m4' or \`$configure_ac'. You might want
143 WARNING: \`$1' is $msg. You should only need it if
144 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
72145 to install the \`Automake' and \`Perl' packages. Grab them from
73146 any GNU archive site."
74147 touch aclocal.m4
76149
77150 autoconf)
78151 echo 1>&2 "\
79 WARNING: \`$1' is missing on your system. You should only need it if
80 you modified \`$configure_ac'. You might want to install the
152 WARNING: \`$1' is $msg. You should only need it if
153 you modified \`${configure_ac}'. You might want to install the
81154 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
82155 archive site."
83156 touch configure
85158
86159 autoheader)
87160 echo 1>&2 "\
88 WARNING: \`$1' is missing on your system. You should only need it if
89 you modified \`acconfig.h' or \`$configure_ac'. You might want
161 WARNING: \`$1' is $msg. You should only need it if
162 you modified \`acconfig.h' or \`${configure_ac}'. You might want
90163 to install the \`Autoconf' and \`GNU m4' packages. Grab them
91164 from any GNU archive site."
92 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
165 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
93166 test -z "$files" && files="config.h"
94167 touch_files=
95168 for f in $files; do
96 case "$f" in
169 case $f in
97170 *:*) touch_files="$touch_files "`echo "$f" |
98171 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
99172 *) touch_files="$touch_files $f.in";;
104177
105178 automake*)
106179 echo 1>&2 "\
107 WARNING: \`$1' is missing on your system. You should only need it if
108 you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'.
180 WARNING: \`$1' is $msg. You should only need it if
181 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
109182 You might want to install the \`Automake' and \`Perl' packages.
110183 Grab them from any GNU archive site."
111184 find . -type f -name Makefile.am -print |
113186 while read f; do touch "$f"; done
114187 ;;
115188
189 autom4te)
190 echo 1>&2 "\
191 WARNING: \`$1' is needed, but is $msg.
192 You might have modified some files without having the
193 proper tools for further handling them.
194 You can get \`$1' as part of \`Autoconf' from any GNU
195 archive site."
196
197 file=`echo "$*" | sed -n "$sed_output"`
198 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
199 if test -f "$file"; then
200 touch $file
201 else
202 test -z "$file" || exec >$file
203 echo "#! /bin/sh"
204 echo "# Created by GNU Automake missing as a replacement of"
205 echo "# $ $@"
206 echo "exit 0"
207 chmod +x $file
208 exit 1
209 fi
210 ;;
211
116212 bison|yacc)
117213 echo 1>&2 "\
118 WARNING: \`$1' is missing on your system. You should only need it if
214 WARNING: \`$1' $msg. You should only need it if
119215 you modified a \`.y' file. You may need the \`Bison' package
120216 in order for those modifications to take effect. You can get
121217 \`Bison' from any GNU archive site."
122218 rm -f y.tab.c y.tab.h
123 if [ $# -ne 1 ]; then
219 if test $# -ne 1; then
124220 eval LASTARG="\${$#}"
125 case "$LASTARG" in
221 case $LASTARG in
126222 *.y)
127223 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
128 if [ -f "$SRCFILE" ]; then
224 if test -f "$SRCFILE"; then
129225 cp "$SRCFILE" y.tab.c
130226 fi
131227 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
132 if [ -f "$SRCFILE" ]; then
228 if test -f "$SRCFILE"; then
133229 cp "$SRCFILE" y.tab.h
134230 fi
135231 ;;
136232 esac
137233 fi
138 if [ ! -f y.tab.h ]; then
234 if test ! -f y.tab.h; then
139235 echo >y.tab.h
140236 fi
141 if [ ! -f y.tab.c ]; then
237 if test ! -f y.tab.c; then
142238 echo 'main() { return 0; }' >y.tab.c
143239 fi
144240 ;;
145241
146242 lex|flex)
147243 echo 1>&2 "\
148 WARNING: \`$1' is missing on your system. You should only need it if
244 WARNING: \`$1' is $msg. You should only need it if
149245 you modified a \`.l' file. You may need the \`Flex' package
150246 in order for those modifications to take effect. You can get
151247 \`Flex' from any GNU archive site."
152248 rm -f lex.yy.c
153 if [ $# -ne 1 ]; then
249 if test $# -ne 1; then
154250 eval LASTARG="\${$#}"
155 case "$LASTARG" in
251 case $LASTARG in
156252 *.l)
157253 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
158 if [ -f "$SRCFILE" ]; then
254 if test -f "$SRCFILE"; then
159255 cp "$SRCFILE" lex.yy.c
160256 fi
161257 ;;
162258 esac
163259 fi
164 if [ ! -f lex.yy.c ]; then
260 if test ! -f lex.yy.c; then
165261 echo 'main() { return 0; }' >lex.yy.c
166262 fi
167263 ;;
168264
265 help2man)
266 echo 1>&2 "\
267 WARNING: \`$1' is $msg. You should only need it if
268 you modified a dependency of a manual page. You may need the
269 \`Help2man' package in order for those modifications to take
270 effect. You can get \`Help2man' from any GNU archive site."
271
272 file=`echo "$*" | sed -n "$sed_output"`
273 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
274 if test -f "$file"; then
275 touch $file
276 else
277 test -z "$file" || exec >$file
278 echo ".ab help2man is required to generate this page"
279 exit 1
280 fi
281 ;;
282
169283 makeinfo)
170284 echo 1>&2 "\
171 WARNING: \`$1' is missing on your system. You should only need it if
285 WARNING: \`$1' is $msg. You should only need it if
172286 you modified a \`.texi' or \`.texinfo' file, or any other file
173287 indirectly affecting the aspect of the manual. The spurious
174288 call might also be the consequence of using a buggy \`make' (AIX,
175289 DU, IRIX). You might want to install the \`Texinfo' package or
176290 the \`GNU make' package. Grab either from any GNU archive site."
177 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
291 # The file to touch is that specified with -o ...
292 file=`echo "$*" | sed -n "$sed_output"`
293 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
178294 if test -z "$file"; then
179 file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
180 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
181 fi
295 # ... or it is the one specified with @setfilename ...
296 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
297 file=`sed -n '
298 /^@setfilename/{
299 s/.* \([^ ]*\) *$/\1/
300 p
301 q
302 }' $infile`
303 # ... or it is derived from the source name (dir/f.texi becomes f.info)
304 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
305 fi
306 # If the file does not exist, the user really needs makeinfo;
307 # let's fail without touching anything.
308 test -f $file || exit 1
182309 touch $file
183310 ;;
184311
312 tar)
313 shift
314
315 # We have already tried tar in the generic part.
316 # Look for gnutar/gtar before invocation to avoid ugly error
317 # messages.
318 if (gnutar --version > /dev/null 2>&1); then
319 gnutar "$@" && exit 0
320 fi
321 if (gtar --version > /dev/null 2>&1); then
322 gtar "$@" && exit 0
323 fi
324 firstarg="$1"
325 if shift; then
326 case $firstarg in
327 *o*)
328 firstarg=`echo "$firstarg" | sed s/o//`
329 tar "$firstarg" "$@" && exit 0
330 ;;
331 esac
332 case $firstarg in
333 *h*)
334 firstarg=`echo "$firstarg" | sed s/h//`
335 tar "$firstarg" "$@" && exit 0
336 ;;
337 esac
338 fi
339
340 echo 1>&2 "\
341 WARNING: I can't seem to be able to run \`tar' with the given arguments.
342 You may want to install GNU tar or Free paxutils, or check the
343 command line arguments."
344 exit 1
345 ;;
346
185347 *)
186348 echo 1>&2 "\
187 WARNING: \`$1' is needed, and you do not seem to have it handy on your
188 system. You might have modified some files without having the
349 WARNING: \`$1' is needed, and is $msg.
350 You might have modified some files without having the
189351 proper tools for further handling them. Check the \`README' file,
190 it often tells you about the needed prerequirements for installing
352 it often tells you about the needed prerequisites for installing
191353 this package. You may also peek at any GNU archive site, in case
192354 some other package would contain this missing \`$1' program."
193355 exit 1
195357 esac
196358
197359 exit 0
360
361 # Local variables:
362 # eval: (add-hook 'write-file-hooks 'time-stamp)
363 # time-stamp-start: "scriptversion="
364 # time-stamp-format: "%:y-%02m-%02d.%02H"
365 # time-stamp-end: "$"
366 # End:
+0
-40
mkinstalldirs less more
0 #! /bin/sh
1 # mkinstalldirs --- make directory hierarchy
2 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
3 # Created: 1993-05-16
4 # Public domain
5
6 # $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $
7
8 errstatus=0
9
10 for file
11 do
12 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
13 shift
14
15 pathcomp=
16 for d
17 do
18 pathcomp="$pathcomp$d"
19 case "$pathcomp" in
20 -* ) pathcomp=./$pathcomp ;;
21 esac
22
23 if test ! -d "$pathcomp"; then
24 echo "mkdir $pathcomp"
25
26 mkdir "$pathcomp" || lasterr=$?
27
28 if test ! -d "$pathcomp"; then
29 errstatus=$lasterr
30 fi
31 fi
32
33 pathcomp="$pathcomp/"
34 done
35 done
36
37 exit $errstatus
38
39 # mkinstalldirs ends here
1212 * along with this program; if not, write to the Free Software
1313 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1414
15 squidview 0.7
15 squidview 0.7x
1616
1717 A program to nicely browse your squid log
1818
19 (c) 2001 - 2006 Graeme Sheppard
19 (c) 2001 - 2007 Graeme Sheppard
2020
2121 This program is not how it would be if I had to rewrite it from scratch.
2222 It started off very simple (quick and nasty) and needed to be fast because
6060 #include <stdlib.h>
6161 #include <math.h>
6262 #include <ctype.h>
63 #include <string.h>
6364
6465 #include "squidview.h"
6566
37553756
37563757 void Write (string sText);
37573758 void IOsetting (string sName, string sValue);
3758 void IObool (char*, bool&);
3759 void IOint (char*, int&);
3760 void IOfloat (char*, float&);
3761 void IOstring (char*, string&);
3759 void IObool (const char*, bool&);
3760 void IOint (const char*, int&);
3761 void IOfloat (const char*, float&);
3762 void IOstring (const char*, string&);
37623763 void EachOne();
37633764 };
37643765
38673868 }
38683869
38693870
3870 void SettingsIO::IObool (char* szText, bool& bVariable)
3871 void SettingsIO::IObool (const char* szText, bool& bVariable)
38713872 {
38723873 string sTemp;
38733874
38823883 }
38833884
38843885
3885 void SettingsIO::IOint (char* szText, int& iVariable)
3886 void SettingsIO::IOint (const char* szText, int& iVariable)
38863887 {
38873888 if (bSave)
38883889 IOsetting (szText, ItoS (iVariable));
38923893 }
38933894
38943895
3895 void SettingsIO::IOfloat (char* szText, float& fVariable)
3896 void SettingsIO::IOfloat (const char* szText, float& fVariable)
38963897 {
38973898 char szTemp [32];
38983899
39073908 }
39083909
39093910
3910 void SettingsIO::IOstring (char* szText, string& sVariable)
3911 void SettingsIO::IOstring (const char* szText, string& sVariable)
39113912 {
39123913 if (bSave)
39133914 IOsetting (szText, sVariable);
51345135 }
51355136
51365137
5137 char* cUsersMode::SortMode()
5138 const char* cUsersMode::SortMode()
51385139 {
51395140 switch (iSortMode)
51405141 {
52675268 void Help()
52685269 {
52695270 MyCls();
5270 con << PACKAGE << " " << VERSION << ": (c) " << "2001-2004"
5271 con << PACKAGE << " " << VERSION << ": (c) " << "2001-2007"
52715272 << " Graeme Sheppard - GPL software\n"
52725273 << "www.rillion.net/squidview\n\n" <<
52735274 "Keystrokes:-\n\n"
1212 * along with this program; if not, write to the Free Software
1313 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1414
15 squidview 0.7
15 squidview 0.7x
1616
1717 A program to nicely browse your squid log
1818
19 (c) 2001 - 2006 Graeme Sheppard
19 (c) 2001 - 2007 Graeme Sheppard
2020
2121 */
2222
3030 #include <string>
3131
3232 using namespace std;
33
34 const string sProgYear = "2003";
3533
3634 #define nInputLen 80
3735 #define nReadBuffer 2048
270268 void AddData (tFilePos iFrom, tFilePos iTo);
271269 void SortData();
272270 void SortMenu();
273 char* SortMode();
271 const char* SortMode();
274272 void AgeData (int iCurrentTime);
275273 void FindFullNames();
276274 void ZeroAll();
+0
-1
stamp-h.in less more
0 timestamp