#0002168: get rid of dependency and mention of gnome-doc-utils and scrollkepper. Thanks Alex!

svn: r10753
This commit is contained in:
Zsolt Foldvari
2008-05-22 18:33:47 +00:00
parent 3accb88627
commit 59b7b0c550
4 changed files with 1 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])
AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT
RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=0beta
@@ -30,13 +29,6 @@ AC_PROG_INTLTOOL
AM_SHARED_MIME
AM_PACKAGER
dnl This is a hack to disable scrollkeeper update when in the packager mode.
dnl It may not seem good to purists, since we're defining
dnl ENABLE_SK_{TRUE,FALSE} twice, but I cannot see any other way
dnl without tweaking the gnome-doc-utils macros manually.
dnl So, scrollkeeper update is enabled when it would normally be,
dnl *provided* this is not the packager mode. Packager mode cancels it.
AM_CONDITIONAL(ENABLE_SK, test "x$packager_mode" = "xfalse" -a "x$enable_scrollkeeper" = "xyes")
AC_SUBST(RELEASE)
AC_SUBST(VERSIONSTRING)