blob: 36e9aff9c34c9f15a37b2ff5130e5ad7b530d467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Configure.orig Mon Nov 7 19:35:17 1994
+++ Configure Mon Nov 23 21:55:23 1998
@@ -65,11 +65,11 @@
done
export PATH
-: Some sanity checks
-if test ! -t 0; then
- echo "Say 'sh Configure', not 'sh <Configure'"
- exit 1
-fi
+#: Some sanity checks
+#if test ! -t 0; then
+# echo "Say 'sh Configure', not 'sh <Configure'"
+# exit 1
+#fi
: On HP-UX, large Configure scripts may exercise a bug in /bin/sh
if test -f /hp-ux -a -f /bin/ksh; then
|