summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 7e1470c51..0b5685ba4 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,17 @@
+2006-11-25 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+ * Makefile.in (VERSION): Let configure define it.
+
+ * aclocal.m4 (MINGW_AC_CONFIG_SRCDIR): New macro.
+ * configure.in: Use it.
+ Correct quoting of autoconf macro arguments throughout.
+ (AC_INIT, AC_OUTPUT): Update to autoconf 2.5x preferred syntax.
+ (AR, AS, RANLIB, LD, DLLTOOL, DLLWRAP): Don't need AC_SUBST.
+ (AC_ALLOCA): Invalid after GCC_NO_EXECUTABLES; removed.
+ (AC_CONFIG_FILES): Add, to generate Makefile.
+
+ * configure: Regenerated.
+
2006-11-21 Danny Smith <dannysmith@users.sourceforge.net>
* Makefile.in: Add aclocal.m4:to source release.