diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-09 19:52:28 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-09 19:52:28 +0000 |
| commit | 69aa761f8381b1bb64dd2124bea1f4bc1963d428 (patch) | |
| tree | f7f5b29d42f19296e1d7de3ceb0ea557e06787fe /textproc/scrollkeeper/files/patch-configure | |
| parent | upgrade to 2.5 (diff) | |
Add support for Docbook 4.2.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'textproc/scrollkeeper/files/patch-configure')
| -rw-r--r-- | textproc/scrollkeeper/files/patch-configure | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/textproc/scrollkeeper/files/patch-configure b/textproc/scrollkeeper/files/patch-configure index a03750418e74..7def51b74411 100644 --- a/textproc/scrollkeeper/files/patch-configure +++ b/textproc/scrollkeeper/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Wed Jul 24 22:26:07 2002 -+++ configure Sun Jul 28 13:37:50 2002 ++++ configure Wed Oct 9 15:45:48 2002 @@ -5299,6 +5299,7 @@ # This can be used to rebuild libtool when needed @@ -8,18 +8,23 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6279,12 +6280,12 @@ +@@ -6277,14 +6278,14 @@ + + ;; *) - echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6 - echo "configure:6282: checking for docbook-dtd412-xml" >&5 +- echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6 +-echo "configure:6282: checking for docbook-dtd412-xml" >&5 - if xmlcatalog /etc/xml/catalog "-//OASIS//DTD DocBook XML V4.1.2//EN" | grep "No entry" >/dev/null ; then ++ echo $ac_n "checking for docbook-dtd42-xml""... $ac_c" 1>&6 ++echo "configure:6282: checking for docbook-dtd42-xml" >&5 + if test ! -f $LOCALBASE/share/xml/docbook/catalog ; then echo "* ERROR * " echo " " - echo "Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information." +- echo "Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information." ++ echo "Couldn't find the DocBook XML V4.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information." echo " " - { echo "configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make sure docbook-dtd412-xml is installed and registers DTD in catalog." 1>&2; exit 1; } -+ { echo "configure: error: DocBook XML V4.1.2 DTD not present in $LOCALBASE/share/xml. Make sure docbook-dtd412-xml is installed and registers DTD in catalog." 1>&2; exit 1; } ++ { echo "configure: error: DocBook XML V4.2 DTD not present in $LOCALBASE/share/xml. Make sure docbook-dtd412-xml is installed and registers DTD in catalog." 1>&2; exit 1; } fi echo "$ac_t""found" 1>&6 ;; |
