summaryrefslogtreecommitdiff
path: root/audio/libmikmod/patches/patch-ac
blob: 215a6f3c7abc52d02a86384d620376854d08eae8 (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
$NetBSD: patch-ac,v 1.2 2000/04/02 16:07:05 pooka Exp $

--- configure.orig	Mon Feb 14 22:20:17 2000
+++ configure	Sun Apr  2 14:50:50 2000
@@ -1646,6 +1646,7 @@
 *) lt_target="$target" ;;
 esac
 
+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"
@@ -1799,6 +1800,7 @@
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
 
 # Redirect the config.log output again, so that the ltconfig log is not
 # clobbered by the next message.
@@ -1862,6 +1864,7 @@
 fi
 
 
+if false ; then
 # Check if makeinfo support html output. If it doesn't, pretend it's missing
 # rather than failing rebuilding the documentation.
 echo $ac_n "checking if makeinfo supports html output""... $ac_c" 1>&6
@@ -1881,6 +1884,7 @@
 if test $libmikmod_cv_makeinfo_html = no
 then
 	MAKEINFO="$missing_dir/missing makeinfo"
+fi
 fi
 
 # ====================