summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.in4
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 877fc979..9f22037c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,5 +27,4 @@ DISTCLEANFILES = \
CLEANFILES = $(desktop_DATA)
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
-
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
diff --git a/configure.in b/configure.in
index 74659d31..f1bfaf3b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
-AC_INIT([Yelp],[2.27.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[2.31.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
-AC_CONFIG_SRCDIR([src/yelp-main.c])
+AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])