diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-01-19 22:52:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-19 23:02:26 +0800 |
commit | 159ddc6a661b8a77567417fa9b11f0746a72d3fb (patch) | |
tree | 93a3d956ac912b84eb26d78f01e06d52cf536988 /autogen.sh | |
parent | b448093c3488e66bedba14200c0ae468b77eaa9f (diff) | |
download | gsoc2013-evolution-159ddc6a661b8a77567417fa9b11f0746a72d3fb.tar.gz gsoc2013-evolution-159ddc6a661b8a77567417fa9b11f0746a72d3fb.tar.zst gsoc2013-evolution-159ddc6a661b8a77567417fa9b11f0746a72d3fb.zip |
Fix mention of CVS in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index f2fd1c3db9..f346c77651 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ REQUIRED_INTLTOOL_VERSION=0.35.5 } which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME CVS" + echo "You need to install gnome-common from the GNOME git" exit 1 } USE_GNOME2_MACROS=1 . gnome-autogen.sh |