I don't know if they sound reasonable or not, but please post a patch that works with newer versions and we can check if it works with older versions.
Attached. The patch is created with cvs diff against the newest cvs version. (If that is not the way patches are usually distributed with avrdude, just tell me what to do.) In case this patch does not work in some environment, I'd be very interested in hearing about the tools and complaints. - Ville
? ylwrap Index: Makefile.am =================================================================== RCS file: /sources/avrdude/avrdude/Makefile.am,v retrieving revision 1.41 diff -r1.41 Makefile.am 42a43 > SUBDIRS += @WINDOWS_DIRS@ Index: bootstrap =================================================================== RCS file: /sources/avrdude/avrdude/bootstrap,v retrieving revision 1.10 diff -r1.10 bootstrap 19c19 < echo "You need to use autoconf version 2.59." --- > echo "Warning: This program is tested with autoconf version 2.59." 21d20 < exit 1 30c29 < echo "You need to use automake version 1.9." --- > echo "Warning: This program is tested with automake version 1.9." 32d30 < exit 1 Index: configure.ac =================================================================== RCS file: /sources/avrdude/avrdude/configure.ac,v retrieving revision 1.53 diff -r1.53 configure.ac 38c38 < AC_PROG_CC --- > AM_PROG_CC_C_O 169c169 < SUBDIRS_AC='doc @WINDOWS_DIRS@' --- > SUBDIRS_AC='doc' 171c171 < SUBDIRS_AC='@WINDOWS_DIRS@' --- > SUBDIRS_AC=''
_______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
