From: Keith Marshall Date: Thu, 3 Oct 2013 20:51:01 +0000 (+0100) Subject: Propagate RELEASE_CLASS setting from mingw-get-setup. X-Git-Tag: r0-6-2-beta-20131004-1~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=inline;h=ce750fb6c482e7a11d25de9116723eb6373ba80a;p=mingw%2Fmingw-get.git Propagate RELEASE_CLASS setting from mingw-get-setup. --- diff --git a/ChangeLog b/ChangeLog index efa5119..e9eb6eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-10-03 Keith Marshall + + 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 Support group affiliation with component package granularity. diff --git a/configure.ac b/configure.ac index 20550db..427c78b 100644 --- a/configure.ac +++ b/configure.ac @@ -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.