blob: bbb9fce0b072a4209dd1dcb63a967d3b74e7a5e2 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
--- configure.orig Fri May 1 07:48:25 1998
+++ configure Wed Feb 17 02:05:55 1999
@@ -837,13 +837,13 @@
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
-if (aclocal --version) < /dev/null > /dev/null 2>&1; then
- ACLOCAL=aclocal
- echo "$ac_t""found" 1>&6
-else
+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
+# ACLOCAL=aclocal
+# echo "$ac_t""found" 1>&6
+#else
ACLOCAL="$missing_dir/missing aclocal"
echo "$ac_t""missing" 1>&6
-fi
+#fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
echo "configure:850: checking for working autoconf" >&5
@@ -863,13 +863,13 @@
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
-if (automake --version) < /dev/null > /dev/null 2>&1; then
- AUTOMAKE=automake
- echo "$ac_t""found" 1>&6
-else
+#if (automake --version) < /dev/null > /dev/null 2>&1; then
+# AUTOMAKE=automake
+# echo "$ac_t""found" 1>&6
+#else
AUTOMAKE="$missing_dir/missing automake"
echo "$ac_t""missing" 1>&6
-fi
+#fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
echo "configure:876: checking for working autoheader" >&5
@@ -3958,7 +3958,7 @@
fi
- l=
+ l=l
test -d po || mkdir po
@@ -4004,7 +4004,7 @@
;;
esac
fi
-EMACS="$ac_cv_path_EMACS"
+EMACS=no
if test -n "$EMACS"; then
echo "$ac_t""$EMACS" 1>&6
else
|