mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
PR: ports/33443 Submitted by: Alan Eldridge <ports@geeksrus.net> Jason Stephenson <panda@mis.net>
93 lines
2.8 KiB
Text
93 lines
2.8 KiB
Text
--- configure.orig Fri May 1 01:48:25 1998
|
|
+++ configure Tue Jan 1 07:05:49 2002
|
|
@@ -837,52 +837,52 @@
|
|
# 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
|
|
# 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 (autoconf --version) < /dev/null > /dev/null 2>&1; then
|
|
- AUTOCONF=autoconf
|
|
- echo "$ac_t""found" 1>&6
|
|
-else
|
|
+#if (autoconf --version) < /dev/null > /dev/null 2>&1; then
|
|
+# AUTOCONF=autoconf
|
|
+# echo "$ac_t""found" 1>&6
|
|
+#else
|
|
AUTOCONF="$missing_dir/missing autoconf"
|
|
echo "$ac_t""missing" 1>&6
|
|
-fi
|
|
+#fi
|
|
|
|
echo $ac_n "checking for working automake""... $ac_c" 1>&6
|
|
echo "configure:863: checking for working automake" >&5
|
|
# 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
|
|
# 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 (autoheader --version) < /dev/null > /dev/null 2>&1; then
|
|
- AUTOHEADER=autoheader
|
|
- echo "$ac_t""found" 1>&6
|
|
-else
|
|
+#if (autoheader --version) < /dev/null > /dev/null 2>&1; then
|
|
+# AUTOHEADER=autoheader
|
|
+# echo "$ac_t""found" 1>&6
|
|
+#else
|
|
AUTOHEADER="$missing_dir/missing autoheader"
|
|
echo "$ac_t""missing" 1>&6
|
|
-fi
|
|
+#fi
|
|
|
|
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
|
|
echo "configure:889: checking for working makeinfo" >&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
|