summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-18 19:19:20 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-18 19:19:20 +0000
commit6d06f132d36a531885ae5fbe38be30c08ba4360c (patch)
tree0f9e93ea5a1712ab71447cf08a655718eb3b5030 /configure.in
parent0d0c6bb6fa49c8cab55f5909614cede9331d79ae (diff)
Enable help documentation in the build.
2003-01-18 Glynn Foster <glynn.foster@sun.com> * Makefile.am, configure.in, omf.make, xmldocs.make: Enable help documentation in the build. * help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 52668c5..6bffeab 100644
--- a/configure.in
+++ b/configure.in
@@ -30,13 +30,13 @@ AC_SUBST(ZENITY_LIBS)
AC_CHECK_LIB(popt, poptHelpOptions,, AC_MSG_ERROR([popt is required to build script.]))
dnl ***********************************************
-dnl scrollkeeper checks - don't use these currently
+dnl scrollkeeper checks
dnl ***********************************************
-dnl
-dnl AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no)
-dnl if test x$SCROLLKEEPER_CONFIG = xno; then
-dnl AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package)
-dnl fi
+
+AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no)
+if test x$SCROLLKEEPER_CONFIG = xno; then
+ AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package)
+fi
dnl *******************************
dnl Internationalization
@@ -68,4 +68,6 @@ Makefile
po/Makefile.in
src/Makefile
data/Makefile
+help/Makefile
+help/C/Makefile
])