diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-23 05:13:20 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-23 05:13:20 +0000 |
| commit | 7302771412bf3e432c8600c79726451a41eef3da (patch) | |
| tree | 8e611ba8678ca18efb6ea048192650b54dd4d73b /textproc/scrollkeeper/files/patch-configure | |
| parent | Don't try to run wxconfig if it doesn't exist; simply (diff) | |
Update to 0.3.12.
Diffstat (limited to 'textproc/scrollkeeper/files/patch-configure')
| -rw-r--r-- | textproc/scrollkeeper/files/patch-configure | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/textproc/scrollkeeper/files/patch-configure b/textproc/scrollkeeper/files/patch-configure index f8502dd10ac1..7997aae40391 100644 --- a/textproc/scrollkeeper/files/patch-configure +++ b/textproc/scrollkeeper/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jul 24 22:26:07 2002 -+++ configure Fri Jan 31 17:58:10 2003 -@@ -5299,6 +5299,7 @@ +--- configure.orig Thu Jan 23 01:12:13 2003 ++++ configure Wed Apr 23 00:40:24 2003 +@@ -7407,6 +7407,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,28 +8,21 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6279,12 +6280,12 @@ +@@ -8795,13 +8796,13 @@ *) - echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6 - echo "configure:6282: checking for docbook-dtd412-xml" >&5 + echo "$as_me:$LINENO: checking for docbook-dtd412-xml" >&5 + echo $ECHO_N "checking for docbook-dtd412-xml... $ECHO_C" >&6 - if xmlcatalog /etc/xml/catalog "-//OASIS//DTD DocBook XML V4.1.2//EN" | grep "No entry" >/dev/null ; then -+if test ! -f $LOCALBASE/share/sk/docbook/4.1.2/docbook.cat ; then ++ if test ! -f $LOCALBASE/share/sk/docbook/4.1.2/docbook.cat ; 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." 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/sk. Make sure docbook-dtd412-xml is installed." 1>&2; exit 1; } +- { { echo "$as_me:$LINENO: 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." >&5 +-echo "$as_me: 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." >&2;} ++ { { echo "$as_me:$LINENO: error: DocBook XML V4.1.2 DTD not present in $LOCALBASE/share/sk. Make sure docbook-dtd412-xml is installed and registers DTD in catalog." >&5 ++echo "$as_me: error: DocBook XML V4.1.2 DTD not present in $LOCALBASE/share/sk. Make sure docbook-dtd412-xml is installed and registers DTD in catalog." >&2;} + { (exit 1); exit 1; }; } fi - echo "$ac_t""found" 1>&6 - ;; -@@ -7181,7 +7182,7 @@ - else - echo $ac_n "checking version of bison""... $ac_c" 1>&6 - echo "configure:7184: checking version of bison" >&5 -- ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'` -+ ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) + echo "$as_me:$LINENO: result: found" >&5 |
