blob: c5b5354baa5dc6285445e3837b80612da678aa2e (
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
27
28
|
$NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $
--- configure.orig Mon May 17 10:25:36 1999
+++ configure Mon May 17 10:25:41 1999
@@ -959,20 +959,9 @@
-LIBTOOL=''
-UPLIBTOOL=''
-EXTOBJ='o'
-EXTLIB='a'
-# Check whether --enable-libtool or --disable-libtool was given.
-if test "${enable_libtool+set}" = set; then
- enableval="$enable_libtool"
- if test "$enableval" = yes; then
- LIBTOOL='$(SHELL) ../libtool'
- UPLIBTOOL='$(SHELL) ../../libtool'
- EXTOBJ='lo'
- EXTLIB='la'
-fi
-fi
+UPLIBTOOL="${LIBTOOL}"
+EXTOBJ='lo'
+EXTLIB='la'
|