summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2013-11-18 23:50:56 -0500
committerShaun McCance <shaunm@gnome.org>2013-11-18 23:50:56 -0500
commit36358621dfd7428e67c9e1b744a74afb89067271 (patch)
tree1a05c4a7810b1e1dab67136010aa67877d0433d4 /configure.ac
parentdf25cfbba44232464b4219ec276a3faf476dfb3a (diff)
downloadyelp-tools-36358621dfd7428e67c9e1b744a74afb89067271.tar.gz
Revert "Added HELP_MEDIA_NODUP and YELP_INIT_HELP"
This reverts commit 2e63c1ae0f1bad71c6d7b9bf328f919e6372e719. Going to do an option to YELP_HELP_INIT instead.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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