summaryrefslogtreecommitdiffstats
path: root/textproc/scrollkeeper/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/scrollkeeper/files/patch-configure')
-rw-r--r--textproc/scrollkeeper/files/patch-configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/scrollkeeper/files/patch-configure b/textproc/scrollkeeper/files/patch-configure
deleted file mode 100644
index 054d07f1f..000000000
--- a/textproc/scrollkeeper/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Sat Dec 6 03:18:20 2003
-+++ configure Sat Dec 6 17:46:38 2003
-@@ -7864,6 +7864,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'
-@@ -8360,7 +8361,7 @@
- echo "$as_me:$LINENO: checking for DocBook XML DTD" >&5
- echo $ECHO_N "checking for DocBook XML DTD... $ECHO_C" >&6
- db_found=
-- for vers in 4.2 4.1.2; do
-+ for vers in 4.1.2 4.2; do
- if xmlcatalog $XML_CATALOG "-//OASIS//DTD DocBook XML V$vers//EN" >/dev/null ; then
- db_found=$vers
- break