David Holman wrote: > Hi all, > I'm interested in contributing to wget, so I thought 25322 would be > a good place to start because it seems like a simple thing to fix. > I've attached a diff of code I've written to address this (taken > against mainline hg). >
I admit being a complete ignorant regarding automake, but why are you doing this? > --configure.ac > dnl > dnl Automake setup > dnl > -AM_INIT_AUTOMAKE(dist-bzip2 dist-lzma 1.9) > +AM_INIT_AUTOMAKE(1.9) > In general, how are new options like this named? > Is my name acceptable (--match-server-timestamps)? Given that the default is to match the server timestamp, I'd call the new option more like --ignore-server-timestamp I also miss the new option at print_help(). > Is sending patches > to this list the best way for me to proceed with bug fixing? > > Thanks, > David So says http://wget.addictivecode.org/HelpingWithWget :)
