GNOME Bugzilla – Bug 509678
Make scrollkeeper optional.
Last modified: 2008-01-18 21:15:55 UTC
Making scrollkeeper optional could ease the build in non-standard environments, like Maemo or Windows.
Created attachment 102914 [details] [review] Turns scrollkeeper support optional.
We already have --disable-scrollkeeper, this is the standard flag for gnome applications. Why do you need additional patch?
When trying to run autogen.sh inside scratchbox it says help/Makefile.am:3: `gnome-doc-utils.make' included from here gnome-doc-utils.make:133: ENABLE_SK does not appear in AM_CONDITIONAL help/Makefile.am:3: `gnome-doc-utils.make' included from here gnome-doc-utils.make:182: ENABLE_SK does not appear in AM_CONDITIONAL help/Makefile.am:3: `gnome-doc-utils.make' included from here Makefile.am: installing `./INSTALL' The patch is just to add this ENABLE_SK.
ENABLE_SK is defined in gnome-doc-utils.m4. Can you check if it is installed in your scratchbox environment, in somewhere like /usr/share/aclocal/?
When building from svn, you _will_ need the m4 macro packages; tarball releases are not affected. Note that you can run autogen from without scratchbox and then configure from within.
I tried Christian and Eduardo tips, but in the end I've installed gnome-doc-util (another tip from etrunko) package in sbox, and everything went fine. Sorry for opening this bogus bug, and thanks for the patience.