X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=a6be47834524e684bb61818e039cf11d60d5da63;hb=e7b68776474003337fc6f733983e175952f154f7;hp=31bc76a1423bf2893c44de808a1cd61eab749ca3;hpb=f847f3aec55ecaa393f6dab5598b194df0d2b801;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 31bc76a1..a6be4783 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.3.0-pre],[jeremie dot galarneau at efficios dot com]) +AC_INIT([babeltrace],[2.0.0-pre],[jeremie dot galarneau at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -60,7 +60,7 @@ AC_CHECK_HEADERS([ \ ]) if test ! -f "$srcdir/formats/ctf/metadata/ctf-parser.h"; then - if test x"$YACC" != "xbison -y"; then + if test x"$(basename "$YACC")" != "xbison -y"; then AC_MSG_ERROR([[bison not found and is required when building from git. Please install bison]]) fi @@ -304,6 +304,7 @@ AC_CONFIG_FILES([ doc/Makefile doc/bindings/Makefile doc/bindings/python/Makefile + doc/images/Makefile lib/Makefile lib/prio_heap/Makefile include/Makefile