1
0
Fork 0

added more documentation, minor changes in startup

This commit is contained in:
Frank Celler 2011-12-05 13:18:03 +01:00
parent c84265ab66
commit 332cde03d1
3 changed files with 2 additions and 25 deletions

View File

@ -1 +1 @@
#define TRIAGENS_VERSION "0.0.4 (9711)"
#define TRIAGENS_VERSION "0.0.6 (9711)"

View File

@ -6,7 +6,7 @@ dnl ============================================================================
dnl PREAMBLE triAGENS GmbH Build Environment
dnl ============================================================================
AC_INIT([triAGENS AvocadoDB], [0.0.4], [info@triagens.de], [avocado], [http://www.worldofvoc.com])
AC_INIT([triAGENS AvocadoDB], [0.0.6], [info@triagens.de], [avocado], [http://www.worldofvoc.com])
dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing

View File

@ -43,28 +43,6 @@ LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
SAVE_LIBS="$LIBS"
dnl -----------------------------------------------------------------------------------------
dnl boost_system
dnl -----------------------------------------------------------------------------------------
TR_FIND_CXX_LIBRARY([boost],
[boost_system$BOOST_SUFFIX],
[BOOST_LIBS],
[#include <boost/system/error_code.hpp>],
[boost::system::get_system_category()])
LIBS="$LIBS $BOOST_LIBS"
dnl -----------------------------------------------------------------------------------------
dnl boost_program_options
dnl -----------------------------------------------------------------------------------------
TR_FIND_CXX_LIBRARY([boost],
[boost_program_options$BOOST_SUFFIX],
[BOOST_LIBS],
[#include <boost/program_options.hpp>],
[boost::program_options::options_description d("test")])
LIBS="$LIBS $BOOST_LIBS"
dnl -----------------------------------------------------------------------------------------
@ -72,7 +50,6 @@ dnl fix include and static libraries
dnl -----------------------------------------------------------------------------------------
TR_INCLUDE([BOOST_CPPFLAGS])
TR_STATIC_LIBRARY([boost], [BOOST_LIBS])
dnl -----------------------------------------------------------------------------------------
dnl add substitutions