blob: 956ee6307777d42c53d97fc1eef96bac6aea6093 (
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
|
$NetBSD: patch-aa,v 1.1.1.1 2002/05/02 13:28:16 bouyer Exp $
--- configure.orig Fri Mar 8 20:28:05 2002
+++ configure Tue Apr 30 12:56:23 2002
@@ -4317,6 +4317,7 @@
test -n "$GETCONF" && break
done
+if false ;then
for ac_prog in gnuplot
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -4358,6 +4359,8 @@
test -n "$GNUPLOT" && break
done
+fi
+GNUPLOT=""
if test -z "$GNUPLOT"; then
NO_AMPLOT_MODE=true
@@ -9893,8 +9896,10 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
# Prevent multiple expansion
|