• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


Commit MetaInfo

Revisionce750fb6c482e7a11d25de9116723eb6373ba80a (tree)
Time2013-10-04 05:51:01
AuthorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Propagate RELEASE_CLASS setting from mingw-get-setup.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
18 2013-10-02 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Support group affiliation with component package granularity.
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@
4444 # to update the configuration for the "preview" class), when we wish
4545 # to build snapshots for distribution between formal releases.
4646 #
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"}}])
4949
5050 # Override the normal UNIX-centric autoconf default prefix;
5151 # substitute the MinGW standard in its place.