Skip to content

Commit 030934b

Browse files
committed
checkpoint
1 parent 597f6e1 commit 030934b

12 files changed

+3465
-3732
lines changed

Makefile.in

+223-102
Large diffs are not rendered by default.

aclocal.m4

+236-126
Large diffs are not rendered by default.

conf/Makefile.in

+45-16
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Makefile.in generated by automake 1.10 from Makefile.am.
1+
# Makefile.in generated by automake 1.11.3 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5-
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6+
# Foundation, Inc.
67
# This Makefile.in is free software; the Free Software Foundation
78
# gives unlimited permission to copy and/or distribute it,
89
# with or without modifications, as long as this notice is preserved.
@@ -15,8 +16,9 @@
1516
@SET_MAKE@
1617
VPATH = @srcdir@
1718
pkgdatadir = $(datadir)/@PACKAGE@
18-
pkglibdir = $(libdir)/@PACKAGE@
1919
pkgincludedir = $(includedir)/@PACKAGE@
20+
pkglibdir = $(libdir)/@PACKAGE@
21+
pkglibexecdir = $(libexecdir)/@PACKAGE@
2022
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2123
install_sh_DATA = $(install_sh) -c -m 644
2224
install_sh_PROGRAM = $(install_sh) -c
@@ -38,6 +40,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3840
mkinstalldirs = $(install_sh) -d
3941
CONFIG_HEADER = $(top_builddir)/config.h
4042
CONFIG_CLEAN_FILES =
43+
CONFIG_CLEAN_VPATH_FILES =
4144
SOURCES =
4245
DIST_SOURCES =
4346
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -78,6 +81,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7881
PACKAGE_NAME = @PACKAGE_NAME@
7982
PACKAGE_STRING = @PACKAGE_STRING@
8083
PACKAGE_TARNAME = @PACKAGE_TARNAME@
84+
PACKAGE_URL = @PACKAGE_URL@
8185
PACKAGE_VERSION = @PACKAGE_VERSION@
8286
PATH_SEPARATOR = @PATH_SEPARATOR@
8387
SET_MAKE = @SET_MAKE@
@@ -123,6 +127,7 @@ sharedstatedir = @sharedstatedir@
123127
srcdir = @srcdir@
124128
sysconfdir = @sysconfdir@
125129
target_alias = @target_alias@
130+
top_build_prefix = @top_build_prefix@
126131
top_builddir = @top_builddir@
127132
top_srcdir = @top_srcdir@
128133
EXTRA_DIST = DB_CONFIG.example
@@ -133,14 +138,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
133138
@for dep in $?; do \
134139
case '$(am__configure_deps)' in \
135140
*$$dep*) \
136-
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
137-
&& exit 0; \
141+
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
142+
&& { if test -f $@; then exit 0; else break; fi; }; \
138143
exit 1;; \
139144
esac; \
140145
done; \
141-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \
142-
cd $(top_srcdir) && \
143-
$(AUTOMAKE) --foreign conf/Makefile
146+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \
147+
$(am__cd) $(top_srcdir) && \
148+
$(AUTOMAKE) --foreign conf/Makefile
144149
.PRECIOUS: Makefile
145150
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146151
@case '$?' in \
@@ -158,6 +163,7 @@ $(top_srcdir)/configure: $(am__configure_deps)
158163
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
159164
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
160165
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
166+
$(am__aclocal_m4_deps):
161167
tags: TAGS
162168
TAGS:
163169

@@ -181,13 +187,17 @@ distdir: $(DISTFILES)
181187
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
182188
if test -d $$d/$$file; then \
183189
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
190+
if test -d "$(distdir)/$$file"; then \
191+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
192+
fi; \
184193
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
185-
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
194+
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
195+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
186196
fi; \
187-
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
197+
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
188198
else \
189-
test -f $(distdir)/$$file \
190-
|| cp -p $$d/$$file $(distdir)/$$file \
199+
test -f "$(distdir)/$$file" \
200+
|| cp -p $$d/$$file "$(distdir)/$$file" \
191201
|| exit 1; \
192202
fi; \
193203
done
@@ -205,16 +215,22 @@ install-am: all-am
205215

206216
installcheck: installcheck-am
207217
install-strip:
208-
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
209-
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
210-
`test -z '$(STRIP)' || \
211-
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
218+
if test -z '$(STRIP)'; then \
219+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
220+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
221+
install; \
222+
else \
223+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
224+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
225+
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
226+
fi
212227
mostlyclean-generic:
213228

214229
clean-generic:
215230

216231
distclean-generic:
217232
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
233+
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
218234

219235
maintainer-clean-generic:
220236
@echo "This command is intended for maintainers to use"
@@ -233,6 +249,8 @@ dvi-am:
233249

234250
html: html-am
235251

252+
html-am:
253+
236254
info: info-am
237255

238256
info-am:
@@ -241,18 +259,28 @@ install-data-am:
241259

242260
install-dvi: install-dvi-am
243261

262+
install-dvi-am:
263+
244264
install-exec-am:
245265

246266
install-html: install-html-am
247267

268+
install-html-am:
269+
248270
install-info: install-info-am
249271

272+
install-info-am:
273+
250274
install-man:
251275

252276
install-pdf: install-pdf-am
253277

278+
install-pdf-am:
279+
254280
install-ps: install-ps-am
255281

282+
install-ps-am:
283+
256284
installcheck-am:
257285

258286
maintainer-clean: maintainer-clean-am
@@ -285,6 +313,7 @@ uninstall-am:
285313
maintainer-clean maintainer-clean-generic mostlyclean \
286314
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
287315

316+
288317
# Tell versions [3.59,3.63) of GNU make to not export all variables.
289318
# Otherwise a system limit (for SysV at least) may be exceeded.
290319
.NOEXPORT:

config.h.in

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/* Define this if you have daemon() */
44
#undef HAVE_DAEMON
55

6-
/* Define to 1 if you have the <db.h> header file. */
7-
#undef HAVE_DB_H
8-
96
/* Define to 1 if you have the <inttypes.h> header file. */
107
#undef HAVE_INTTYPES_H
118

9+
/* Define to 1 if you have the `mdb' library (-lmdb). */
10+
#undef HAVE_LIBMDB
11+
1212
/* do we have malloc.h? */
1313
#undef HAVE_MALLOC_H
1414

@@ -63,6 +63,9 @@
6363
/* Define to the one symbol short name of this package. */
6464
#undef PACKAGE_TARNAME
6565

66+
/* Define to the home page for this package. */
67+
#undef PACKAGE_URL
68+
6669
/* Define to the version of this package. */
6770
#undef PACKAGE_VERSION
6871

0 commit comments

Comments
 (0)