blob: 9bd79a952bb87f30b6f8447d9ddc407ea057774e (
plain) (
blame)
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
|
--- configure.orig Tue Sep 25 19:59:02 2001
+++ configure Sat Oct 6 15:42:18 2001
@@ -1477,16 +1477,16 @@
{ echo "configure: error: Sorry, you need the "file" command" 1>&2; exit 1; }
fi
-echo $ac_n "checking if file can be brief""... $ac_c" 1>&6
-echo "configure:1482: checking if file can be brief" >&5
-$file -b /bin/sh > /dev/null 2>&1
-if test $? -ne 0 ; then
- { echo "configure: error:
-You need a "file" command that supports -b
-Check ftp://ftp.astron.com/pub/file/" 1>&2; exit 1; }
-else
- echo "$ac_t""yes" 1>&6
-fi
+#echo $ac_n "checking if file can be brief""... $ac_c" 1>&6
+#echo "configure:1482: checking if file can be brief" >&5
+#$file -b /bin/sh > /dev/null 2>&1
+#if test $? -ne 0 ; then
+# { echo "configure: error:
+#You need a "file" command that supports -b
+#Check ftp://ftp.astron.com/pub/file/" 1>&2; exit 1; }
+#else
+# echo "$ac_t""yes" 1>&6
+#fi
for ac_prog in id
do
@@ -2875,7 +2875,7 @@
if test ! -f "$sendmail_cf_orig" ; then
if test -f /etc/sendmail.cf ; then
sendmail_cf_orig=/etc/sendmail.orig.cf
- elif test -f /etc/mail/sendmail.orig.cf ; then
+ elif test -f /etc/mail/sendmail.cf ; then
sendmail_cf_orig=/etc/mail/sendmail.orig.cf
else
{ echo "configure: error:
|