$OpenBSD: patch-configure,v 1.2 2001/04/04 19:51:40 brad Exp $
--- configure.orig	Fri Mar 23 19:52:24 2001
+++ configure	Tue Apr  3 22:51:19 2001
@@ -947,52 +947,32 @@ echo "configure:947: checking for workin
 # 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
-   ACLOCAL="$missing_dir/missing aclocal"
-   echo "$ac_t""missing" 1>&6
-fi
+ACLOCAL="$missing_dir/missing aclocal"
+echo "$ac_t""missing" 1>&6
 
 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
 echo "configure:960: 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
-   AUTOCONF="$missing_dir/missing autoconf"
-   echo "$ac_t""missing" 1>&6
-fi
+AUTOCONF="$missing_dir/missing autoconf"
+echo "$ac_t""missing" 1>&6
 
 echo $ac_n "checking for working automake""... $ac_c" 1>&6
 echo "configure:973: 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
-   AUTOMAKE="$missing_dir/missing automake"
-   echo "$ac_t""missing" 1>&6
-fi
+AUTOMAKE="$missing_dir/missing automake"
+echo "$ac_t""missing" 1>&6
 
 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
 echo "configure:986: 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
-   AUTOHEADER="$missing_dir/missing autoheader"
-   echo "$ac_t""missing" 1>&6
-fi
+AUTOHEADER="$missing_dir/missing autoheader"
+echo "$ac_t""missing" 1>&6
 
 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
 echo "configure:999: checking for working makeinfo" >&5
@@ -4517,7 +4497,7 @@ else
   ;;
 esac
 fi
-EMACS="$ac_cv_path_EMACS"
+EMACS=no
 if test -n "$EMACS"; then
   echo "$ac_t""$EMACS" 1>&6
 else
