diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-10 17:24:25 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-10 17:24:25 +0000 |
commit | 51d406aaa7e879891806cfb46c48ed9b271f9cdf (patch) | |
tree | 434775158b1725a32ae6d918c07019c03c7e8a41 /winsup/w32api/ChangeLog | |
parent | c1dedea603d4e9b281d8308070da53308f617f12 (diff) | |
download | cygnal-51d406aaa7e879891806cfb46c48ed9b271f9cdf.tar.gz cygnal-51d406aaa7e879891806cfb46c48ed9b271f9cdf.tar.bz2 cygnal-51d406aaa7e879891806cfb46c48ed9b271f9cdf.zip |
Build system clean-up (phase 1)
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 526205389..9056eb1ff 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,6 +1,29 @@ +2011-12-10 Keith Marshall <keithmarshall@users.sf.net> + + * aclocal.m4: Redundant file; delete it. + + * configure.in: Deprecated file name; rename it as... + * configure.ac: ...this. Correct macro argument quoting throughout. + (AC_INIT, AC_OUTPUT): Update to modern autoconf syntax, adding... + (AC_CONFIG_FILES): ...this, as required to specify output files. + (__ver__): New m4_define'd macro; use it to propagate package version + from include/w32api.h to AC_INIT, at autoconf run time. + (AC_CONFIG_SRCDIR): Now invoked indirectly, as a function of... + (MINGW_AC_CONFIG_SRCDIR): New AC_DEFUN'd macro; as a side effect, it + propagates the package version from include/w32api.h to all generated + makefiles at configure run time, overriding the AC_INIT value. + (AC_SUBST): Remove redundant references, for symbols declared by... + (AC_CHECK_TOOL): ...this; it implies AC_SUBST anyway. + + * configure: Regenerated. + + * Makefile.in (DIST_FILES): Cosmetic change; rename it as... + (DISTFILES): ...this; remove aclocal.m4; adjust to capture rename of + configure.in to configure.ac + 2011-08-19 Corinna Vinschen <corinna@vinschen.de> - * include/winuser.h: Ad missing MAPVK_xxx definitions. + * include/winuser.h: Add missing MAPVK_xxx definitions. 2011-08-05 Corinna Vinschen <corinna@vinschen.de> |