blob: 5a757c8b93c55d2508779dff481dc7334b0090bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ah,v 1.4 2000/05/30 19:23:48 drochner Exp $
--- libart_lgpl/configure.orig Sat May 20 20:55:17 2000
+++ libart_lgpl/configure Sat May 27 10:57:15 2000
@@ -1437,6 +1437,8 @@
test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
+if false; then
+
# Some flags need to be propagated to the compiler or linker for good
# libtool support.
case "$lt_target" in
@@ -1577,6 +1579,7 @@
# clobbered by the next message.
exec 5>>./config.log
+fi
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
echo "configure:1583: checking whether to enable maintainer-specific portions of Makefiles" >&5
|