summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-26 05:09:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-26 05:09:10 +0000
commita3fa234769063a9b0c910062cf38e88a2d475360 (patch)
treeba52926f6ad0cdc7dc7fbe2a2829475a939131d2 /textproc/scrollkeeper/files/patch-configure
parentAdd a WWW entry that points to the FreeBSD GNOME project site. This way, (diff)
Update to 0.3.6.
With this new version, GNOME 2.0 documentation works, and scrollkeeper updates for GNOME 1.x applications work as well. I have tested builds of most of the GNOME 1.x applications, and none of them fail. Reviewed by: sobomax
Notes
Notes: svn path=/head/; revision=60008
Diffstat (limited to 'textproc/scrollkeeper/files/patch-configure')
-rw-r--r--textproc/scrollkeeper/files/patch-configure28
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/files/patch-configure b/textproc/scrollkeeper/files/patch-configure
new file mode 100644
index 000000000000..dbf70baf2db8
--- /dev/null
+++ b/textproc/scrollkeeper/files/patch-configure
@@ -0,0 +1,28 @@
+--- configure.orig Thu Mar 21 00:09:21 2002
++++ configure Sat May 25 22:58:41 2002
+@@ -5297,6 +5297,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -6260,7 +6261,7 @@
+ *)
+ echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6
+ echo "configure:6263: 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
++ if xmlcatalog $LOCALBASE/share/xml/catalog "-//OASIS//DTD DocBook XML V4.1.2//EN" | grep "No entry" >/dev/null ; 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."
+@@ -7162,7 +7163,7 @@
+ else
+ echo $ac_n "checking version of bison""... $ac_c" 1>&6
+ echo "configure:7165: 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].*)