Rearrange everything so it is now built into a libavrdude.a library,

and link main.c against that library.

Add AC_PROG_RANLIB to configure.ac as we are building a library now.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@723 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2007-01-25 20:51:11 +00:00
parent 5bf9e2d9f2
commit 6e1e55406f
4 changed files with 24 additions and 4 deletions

4
NEWS
View File

@@ -9,6 +9,10 @@ Current:
* Bugfixes.
* Source code rearranged so that the functionality is now built
into a libavrdude.a library where main.c is currently the only
existing frontend.
Version 5.3.1:
* Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP,