diff options
author | Laurent Bigonville <bigon@bigon.be> | 2011-02-08 17:40:54 +0800 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2011-02-08 17:40:54 +0800 |
commit | be3b9622582ca5abc86532019e7563a37010b5ed (patch) | |
tree | 27761ecba12bae4456d654a452a9127ff8df44bb /autogen.sh | |
parent | 1d32cd41ebb142f313fde508aedde89f3c20d32d (diff) | |
download | gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar.gz gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar.bz2 gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar.lz gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar.xz gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.tar.zst gsoc2013-empathy-be3b9622582ca5abc86532019e7563a37010b5ed.zip |
GNOME is not using CVS for a while
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 9c091dc06..bb0d1f831 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9 } 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 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh |