The MinGW.org Installation Manager Tool
Revision | ce750fb6c482e7a11d25de9116723eb6373ba80a (tree) |
---|---|
Time | 2013-10-04 05:51:01 |
Author | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Propagate RELEASE_CLASS setting from mingw-get-setup.
@@ -1,3 +1,10 @@ | ||
1 | +2013-10-03 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Propagate RELEASE_CLASS setting from mingw-get-setup. | |
4 | + | |
5 | + * configure.ac (CLI_RELEASE_CLASS, GUI_RELEASE_CLASS): Adopt... | |
6 | + (RELEASE_CLASS) [defined]: ...this as default value. | |
7 | + | |
1 | 8 | 2013-10-02 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 9 | |
3 | 10 | Support group affiliation with component package granularity. |
@@ -44,8 +44,8 @@ | ||
44 | 44 | # to update the configuration for the "preview" class), when we wish |
45 | 45 | # to build snapshots for distribution between formal releases. |
46 | 46 | # |
47 | - AC_SUBST([CLI_RELEASE_CLASS],[${SNAPSHOT_CLASS-"beta"}]) | |
48 | - AC_SUBST([GUI_RELEASE_CLASS],[${SNAPSHOT_CLASS-"alpha"}]) | |
47 | + AC_SUBST([CLI_RELEASE_CLASS],[${SNAPSHOT_CLASS-${RELEASE_CLASS-"beta"}}]) | |
48 | + AC_SUBST([GUI_RELEASE_CLASS],[${SNAPSHOT_CLASS-${RELEASE_CLASS-"alpha"}}]) | |
49 | 49 | |
50 | 50 | # Override the normal UNIX-centric autoconf default prefix; |
51 | 51 | # substitute the MinGW standard in its place. |