As User Tomdean wrote: > I checked-out avrdude and all looked as I expected. I cannot get a > proper Makefile generated.
Use ./bootstrap. As FreeBSD doesn't use the generic names, I'm sourcing the following (csh) script before building: setenv AC_VER 259 setenv AM_VER 19 setenv LDFLAGS -L/usr/local/lib setenv CFLAGS "-g -O -I/usr/local/include" (The latter is to make it find libusb.) -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
