summaryrefslogtreecommitdiff
path: root/x11/windowmaker/patches/patch-ab
blob: b5fcfde2d3b8afe4a990d9757850e3e73c6b53c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.8 1999/04/16 20:08:16 jlam Exp $

--- configure.orig	Thu Apr  1 11:49:36 1999
+++ configure	Wed Apr 14 02:43:30 1999
@@ -1302,7 +1302,8 @@
   echo "$ac_t""no" 1>&6
 fi
 
-# Always use our own libtool.
+# Use NetBSD's pkglibtool
+if false; then
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 # Check for any special flags to pass to ltconfig.
@@ -1347,6 +1348,7 @@
 ${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
 
 
 # by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>