Contributed by Ville Voipio:

patch #6501: New autotools support for avrdude
* Makefile.am: add @WINDOWS_DIRS@ to SUBDIR
* bootstrap: allow for autconf-2.61 and automake-1.10, too
* configure.ac: fix @WINDOWS_DIRS@ recursion, replace
AC_PROG_CC by AM_PROG_CC_C_O, for esoteric reasons


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@774 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2008-07-25 21:06:55 +00:00
parent 854f42a09f
commit 6ca3ef6517
5 changed files with 22 additions and 11 deletions

3
NEWS
View File

@@ -22,6 +22,9 @@ Current:
* Add support for the Crossbow MIB510 programmer (patch #6074).
* Add support to bootstrap with GNU autoconf 2.61, and automake 1.10,
respectively.
Version 5.5:
* Add support for the USBtinyISP programmer (patch #6233)