--- cygnus/src/util/reconf	Tue Jul  1 14:15:07 1997
+++ kerbnet-1.2/util/reconf	Tue May 27 22:04:11 1997
@@ -22,22 +22,6 @@
 done
 
 
-if test ! -f $autoreconfprog ; then
-	if autoreconf --version | grep -q "version 2.[123456789]" && \
-	   autoconf --version  | grep -q "version 2.[123456789]" && \
-	   autoheader --version | grep -q "version 2.[123456789]" ; then
-		autoreconf=autoreconf
-		echo "Using" `autoconf --version` "found in your path..."
-	else
-		echo "Couldn't find autoconf 2.1 or higher in your path."
-		echo " "
-		echo "Please cd to util/autoconf, and type the commands"
-		echo "'configure' and then 'make'; then cd back to the top"
-		echo "of the source tree and re-run ./util/reconf"
-		exit 1
-	fi
-fi
-
 if $verbose ; then 
 	echo $autoreconf -m util/autoconf -l . --verbose $force 
 fi
