mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
print "Subversion" and not "CVS".
2007-12-19 Thomas Thurman <tthurman@gnome.org> * configure.in: print "Subversion" and not "CVS". svn path=/trunk/; revision=3486
This commit is contained in:
parent
4b774eb18e
commit
a63d5801ae
@ -1,3 +1,7 @@
|
||||
2007-12-19 Thomas Thurman <tthurman@gnome.org>
|
||||
|
||||
* configure.in: print "Subversion" and not "CVS".
|
||||
|
||||
2007-12-18 Thomas Thurman <tthurman@gnome.org>
|
||||
|
||||
* configure.in: compositor enabled by default.
|
||||
|
@ -538,7 +538,7 @@ if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
|
||||
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
|
||||
echo "This is the UNSTABLE branch of metacity"
|
||||
echo -n "Use 2.$stable_version.x for stable "
|
||||
echo "(gnome-2-$stable_version branch in CVS)"
|
||||
echo "(gnome-2-$stable_version branch in Subversion)"
|
||||
else
|
||||
echo "This is the stable branch of metacity"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user