From ebe3528f60205d70980775683c8e31f6fd5678d9 Mon Sep 17 00:00:00 2001 From: Dan Mueth Date: Sat, 28 Jul 2001 20:10:58 +0000 Subject: Updating doc build stuff to use jw on RH 7.1 and any other dist which has 2001-07-28 Dan Mueth Updating doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. * configure.in: * sgmldocs-ug.make: * sgmldocs.make: --- configure.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d00a7ee..32d4214 100644 --- a/configure.in +++ b/configure.in @@ -18,6 +18,21 @@ dnl ==================================== dnl = End tests for scrollkeeper dnl ==================================== +dnl ==================================== +dnl = Test whether jw is installed +dnl ==================================== +AC_PATH_PROG(JW,jw,no) +if test x$JW = xno; then + HAVE_JW="no" +else + HAVE_JW="yes" +fi +AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") +AC_SUBST(HAVE_JW) +dnl ==================================== +dnl = End tests for jw +dnl ==================================== + AC_OUTPUT([ Makefile -- cgit