summaryrefslogtreecommitdiff
path: root/x11/eterm/patches/patch-ab
blob: 1286157bbd6805c92acbcb688de574c17530c5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ab,v 1.1 1999/04/06 14:41:22 agc Exp $

Use NetBSD's own pkglibtool

--- configure	1999/04/06 14:17:16	1.1
+++ configure	1999/04/06 14:17:39
@@ -1518,6 +1518,7 @@
 fi
 
 # Always use our own libtool.
+if false; then
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 # Check for any special flags to pass to ltconfig.
@@ -1562,6 +1563,8 @@
 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+fi
 
 
 echo $ac_n "checking for distribution root""... $ac_c" 1>&6