From bc4ae31394c51120064332c9141ab219de6fc28c Mon Sep 17 00:00:00 2001
From: joerg_wunsch <joerg_wunsch@81a1dc3b-b13d-400b-aceb-764788c761c2>
Date: Tue, 10 May 2005 21:06:44 +0000
Subject: [PATCH] Sorry, I accidentally spammed a local modification over the
 repository. Backout rev 1.8 of bootstrap.h.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@457 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 bootstrap | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index c7e94815..e1f76105 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,4 @@
 #! /bin/sh
-AC_VER=259
-AM_VER=19
 
 # autoconf-2.57 is required
 
@@ -16,7 +14,7 @@ AM_VER=19
 
 AUTOCONF_VER=`(${AUTOCONF} --version 2>/dev/null | head -n 1 | \
               cut -d ' ' -f 4) 2>/dev/null`
-if [ "$AUTOCONF_VER" != "2.59" ]
+if [ "$AUTOCONF_VER" != "2.57" ]
 then
 	echo "You need to use autoconf version 2.57."
 	echo "You are using `${AUTOCONF} --version | head -n 1`."
@@ -27,7 +25,7 @@ fi
 
 AUTOMAKE_VER=`(${AUTOMAKE} --version | head -n 1 | \
               cut -d ' ' -f 4 | cut -d '.' -f -2) 2>/dev/null`
-if [ "$AUTOMAKE_VER" != "1.9" ]
+if [ "$AUTOMAKE_VER" != "1.7" ]
 then
 	echo "You need to use automake version 1.7 (preferrably 1.7.3)."
 	echo "You are using `${AUTOMAKE} --version | head -n 1`."