diff options
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 |