X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=0ee1e0bba41182982785c7b86baf25756ff5ee5e;hp=4ebb5f3d53a390cb091d71b141f1810e1d48e8ff;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=19cc6c4a496c1666b29427e21b128baeeea0d341 diff --git a/ChangeLog b/ChangeLog index 4ebb5f3d..0ee1e0bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,36 @@ +2009-09-05 Micah Cowan + + * configure.ac: If we can't find idna.h, check to see if it's + because we need to add /usr/include/idn to the inclusion + path (for OpenSolaris). + +2009-09-04 Steven Schubiger + + * configure.ac: Place gl_EARLY and md5_EARLY before the gettext + macros in order to silence autoconf warnings. + 2009-09-04 Micah Cowan - * announce-gen: Imported from gnulib. - * update-copyright: Imported from gnulib. - * gnupload: Imported from gnulib. + * Makefile.am (EXTRA_DIST): build_info.pl -> + build-aux/build_info.pl + + * build-aux/build_info.pl: Moved from top directory. + + * md5/*: Updated md5 from gnulib. + + * configure.ac: Configured build-aux/ as auxiliarry directory. + + * build-aux/compile, build-aux/config.guess, + build-aux/config.rpath, build-aux/config.sub, build-aux/depcomp, + build-aux/install-sh, build-aux/link-warning.h, + build-aux/mdate-sh, build-aux/missing, build-aux/mkinstalldirs, + build-aux/texinfo.tex, build-aux/useless-if-before-free, + build-aux/vc-list-files, build-aux/ylwrap: Moved from top + directory. + + * build-aux/announce-gen: Imported from gnulib. + * build-aux/update-copyright: Imported from gnulib. + * build-aux/gnupload: Imported from gnulib. * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Adjusted for announce-gen, update-copyright, and gnupload.