blob: 0f2662a0fa503233a6df7d9596bf6c9cfafa18a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.8 2007/03/24 14:01:28 markd Exp $
--- configure.orig 2007-03-15 23:28:41.000000000 +1300
+++ configure
@@ -34106,9 +34106,9 @@ fi
test -n "$TAR" && break
done
-test -n "$TAR" || TAR="
-tar=${tar-"${am_missing_run}"}
-"
+#test -n "$TAR" || TAR="
+#tar=${tar-"${am_missing_run}"}
+#"
# Extract the first word of "gzip", so it can be a program name with args.
set dummy gzip; ac_word=$2
|