blob: f8386f172ed46b94637c53b5e6e9d362cf3a33ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-aa,v 1.4 1998/10/18 09:58:55 matthias Exp $
--- configure.orig Fri Jul 24 15:13:00 1998
+++ configure Thu Oct 8 11:39:49 1998
@@ -960,7 +960,7 @@
-
+if false; then
LIBTOOL='$(SHELL) ../libtool'
UPLIBTOOL='$(SHELL) ../../libtool'
EXTOBJ='lo'
@@ -1057,7 +1057,11 @@
${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; }
-
+else
+UPLIBTOOL=$LIBTOOL
+EXTLIB=la
+EXTOBJ=lo
+fi
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix=$ac_default_prefix
|