From 8afd3dc4e1f47b8bbd5b4275eeec8f496c388066 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 27 Feb 2003 16:43:55 +0000 Subject: [PATCH] Oops, accidentally spammed the repository with my private version of "bootstrap". Back out that change. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@242 81a1dc3b-b13d-400b-aceb-764788c761c2 --- bootstrap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap b/bootstrap index fa38ff33..9a5ef9d4 100755 --- a/bootstrap +++ b/bootstrap @@ -2,11 +2,6 @@ # autoconf-2.57 is preferred, but >= 2.53 should be ok -AUTOHEADER=autoheader -AUTOCONF=autoconf -ACLOCAL=aclocal -AUTOMAKE=automake - if [ "x${AUTOHEADER}" = "x" ]; then AUTOHEADER="autoheader-2.57" fi