summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-ac
blob: 8c585371b4d0ac3545cad28f8c29710124410c8f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
$NetBSD: patch-ac,v 1.8 2000/05/30 07:38:54 tron Exp $

--- configure.orig	Mon May 15 02:49:27 2000
+++ configure	Tue May 30 09:14:23 2000
@@ -2151,6 +2151,7 @@
 fi
 
 
+if false; then
 # Check for any special flags to pass to ltconfig.
 libtool_flags="--cache-file=$cache_file"
 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
@@ -2321,6 +2322,7 @@
 # Redirect the config.log output again, so that the ltconfig log is not
 # clobbered by the next message.
 exec 5>>./config.log
+fi
 
 
 if (aclocal --print-ac-dir) </dev/null >/dev/null 2>&1 && test -w `aclocal --print-ac-dir`; then
@@ -2905,6 +2907,7 @@
 echo "$ac_t""$debug_flag $conversions_flag $verbose_flag $production_flag" 1>&6
 
 
+if false; then
 if ${CONFIG_SHELL-/bin/sh} ./libtool --features | grep "enable shared" > /dev/null 2>&1; then
 	lt_libtool_shared="yes"
 fi
@@ -2932,6 +2935,7 @@
   LibtoolStatic_TRUE='#'
   LibtoolStatic_FALSE=
 fi
+fi
 
 
 # Extract the first word of "ar", so it can be a program name with args.
@@ -6252,10 +6256,12 @@
     top_srcdir="$ac_dots$ac_given_srcdir" ;;
   esac
 
+  if false; then
   case "$ac_given_INSTALL" in
   [/$]*) INSTALL="$ac_given_INSTALL" ;;
   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
   esac
+  fi
 
   echo creating "$ac_file"
   rm -f "$ac_file"
@@ -6476,10 +6482,12 @@
       *) # Relative path.
         ac_sub_cache_file="$ac_dots$cache_file" ;;
       esac
+  if false; then
   case "$ac_given_INSTALL" in
         [/$]*) INSTALL="$ac_given_INSTALL" ;;
         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
         esac
+  fi
 
       echo "running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
       # The eval makes quoting arguments work.