diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 924471c..5ba8caf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yelp-tools], [3.11.1], +AC_INIT([yelp-tools], [3.10.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) @@ -16,9 +16,6 @@ AC_SUBST(GDU_AWK) AC_PROG_LN_S -YELP_STABLE_VERSION=$(echo $VERSION | $GDU_AWK '// { split($1, v, "."); print 100 * v[[1]] + (int((v[[2]] + 1) / 2) * 2); }') -AC_SUBST([YELP_STABLE_VERSION]) - AC_CHECK_PROG(XMLLINT, xmllint, xmllint) if test x"$XMLLINT" = x; then AC_MSG_ERROR([xmllint not found]) @@ -96,7 +93,6 @@ AC_CONFIG_FILES([ Makefile templates/Makefile tools/Makefile -tools/yelp.m4 tools/yelp-build tools/yelp-check tools/yelp-new |