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

View File

@@ -39,6 +39,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_YACC
AM_PROG_LEX
AC_PROG_RANLIB
# Checks for libraries.
AC_CHECK_LIB([termcap], [tputs])