OSDN Git Service

Propagate RELEASE_CLASS setting from mingw-get-setup.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 3 Oct 2013 20:51:01 +0000 (21:51 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 3 Oct 2013 20:51:01 +0000 (21:51 +0100)
ChangeLog
configure.ac

index efa5119..e9eb6eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Propagate RELEASE_CLASS setting from mingw-get-setup.
+
+       * configure.ac (CLI_RELEASE_CLASS, GUI_RELEASE_CLASS): Adopt...
+       (RELEASE_CLASS) [defined]: ...this as default value.
+
 2013-10-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Support group affiliation with component package granularity.
index 20550db..427c78b 100644 (file)
@@ -44,8 +44,8 @@
 # to update the configuration for the "preview" class), when we wish
 # to build snapshots for distribution between formal releases.
 #
-  AC_SUBST([CLI_RELEASE_CLASS],[${SNAPSHOT_CLASS-"beta"}])
-  AC_SUBST([GUI_RELEASE_CLASS],[${SNAPSHOT_CLASS-"alpha"}])
+  AC_SUBST([CLI_RELEASE_CLASS],[${SNAPSHOT_CLASS-${RELEASE_CLASS-"beta"}}])
+  AC_SUBST([GUI_RELEASE_CLASS],[${SNAPSHOT_CLASS-${RELEASE_CLASS-"alpha"}}])
 
 # Override the normal UNIX-centric autoconf default prefix;
 # substitute the MinGW standard in its place.