Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2008-10-04 02:48:22 +0400
committerKeith Marshall <keithmarshall@@users.sf.net>2008-10-04 02:48:22 +0400
commit13ff1518ee3e35bacb4543b227c0bfd5de9bdaf8 (patch)
tree7a42de38b1ef3b0bc39f21d8483f053e55285bf9 /winsup/mingw/ChangeLog
parent015b86d725e33a221b89d93cbd0700980c7b75bf (diff)
Improve package identification in configure script.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index fa8376e8e..99b563ebe 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-03 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+ Improve package identification in configure script.
+
+ * configure.ac (AC_INIT): Redefine parameters...
+ (PACKAGE_NAME): Set to `MinGW Runtime'.
+ (PACKAGE_BUGREPORT): Set to `http://mingw.org/reporting_bugs'
+ (PACKAGE_TARNAME): Set to `mingwrt'.
+ (PACKAGE_VERSION): Set generically to `v3.x'; reassigned by...
+ (MINGW_AC_CONFIG_SRCDIR): ...this macro, which extracts...
+ (__MINGW32_VERSION): ...this, from file `include/_mingw.h'.
+
+ * aclocal.m4 (MINGW_AC_CONFIG_SRCDIR): Do not redefine...
+ (PACKAGE_TARNAME): ...this.
+
+ * configure: Regenerated.
+
2008-09-25 Keith Marshall <keithmarshall@users.sourceforge.net>
Fix MinGW-Bug [2125708].