X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=eb2fc9e496c876551c1fceb3a18aa0fede6184c7;hp=7353b09f7421ad514e8a5306bac465d05e9068a2;hb=2328c2cd0bc0e04bdf7d26ad37792dfb09692151;hpb=aec104a1c9c03e60cc54d9cb5e9b7398c84f44a5 diff --git a/configure.ac b/configure.ac index 7353b09f..eb2fc9e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.3.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) - -# 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