Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed May 26, 2015
1 parent b1c4379 commit dbc6c00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ libhyperdex_client_la_LIBADD += $(MACAROONS_LIBS)
libhyperdex_client_la_LIBADD += $(REPLICANT_LIBS)
libhyperdex_client_la_LIBADD += $(BUSYBEE_LIBS)
libhyperdex_client_la_LIBADD += $(E_LIBS)
libhyperdex_client_la_LDFLAGS = -version-info 1:0:0

client/keyop_info.cc: client/keyop_info.gperf client/keyop_info.h
$(gperf_verbose)gperf -m 100 $(abs_top_srcdir)/client/keyop_info.gperf --output-file=$(abs_top_builddir)/client/keyop_info.cc
Expand Down Expand Up @@ -554,6 +555,7 @@ libhyperdex_admin_la_LIBADD += $(MACAROONS_LIBS)
libhyperdex_admin_la_LIBADD += $(REPLICANT_LIBS)
libhyperdex_admin_la_LIBADD += $(BUSYBEE_LIBS)
libhyperdex_admin_la_LIBADD += $(E_LIBS)
libhyperdex_admin_la_LDFLAGS = -version-info 1:0:0

################################################################################
################################### Bindings ###################################
Expand Down
14 changes: 7 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@ if test x"${enable_all_components}" = xyes -o \
AC_CHECK_LIB([json-c], [json_object_get_double], [needs_json_c=yes], [needs_json_c=no])
fi

PKG_CHECK_MODULES([PO6], [libpo6 >= 0.5])
PKG_CHECK_MODULES([E], [libe >= 0.8])
PKG_CHECK_MODULES([BUSYBEE], [busybee >= 0.5])
PKG_CHECK_MODULES([PO6], [libpo6 >= 0.7])
PKG_CHECK_MODULES([E], [libe >= 0.10])
PKG_CHECK_MODULES([BUSYBEE], [busybee >= 0.6])

if test x"${enable_all_components}" = xyes -o \
x"${enable_daemon}" = xyes; then
PKG_CHECK_MODULES([HYPERLEVELDB], [libhyperleveldb >= 1.0])
PKG_CHECK_MODULES([HYPERLEVELDB], [libhyperleveldb >= 1.2])
fi

PKG_CHECK_MODULES([REPLICANT], [replicant >= 0.6])
PKG_CHECK_MODULES([MACAROONS], [libmacaroons >= 0.2])
PKG_CHECK_MODULES([TREADSTONE], [libtreadstone >= 0.0])
PKG_CHECK_MODULES([REPLICANT], [replicant >= 0.7])
PKG_CHECK_MODULES([MACAROONS], [libmacaroons >= 0.3])
PKG_CHECK_MODULES([TREADSTONE], [libtreadstone >= 0.2])

# Checks for header files.
AC_CHECK_HEADERS([netinet/in.h stdint.h stdlib.h sys/socket.h unistd.h])
Expand Down

0 comments on commit dbc6c00

Please sign in to comment.