X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=eb2fc9e496c876551c1fceb3a18aa0fede6184c7;hp=f66104648324b2bd3f96efa78f6e4a11cd596c7e;hb=2328c2cd0bc0e04bdf7d26ad37792dfb09692151;hpb=0692ec698484e532211e8cc13127d26b9060d954 diff --git a/configure.ac b/configure.ac index f6610464..eb2fc9e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.2.4],[mathieu dot desnoyers 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 +AC_INIT([babeltrace],[1.3.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) @@ -60,7 +57,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