summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index cd7b2b4d8..f3f1373af 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="gnome-icon-theme"
+PKG_NAME="adwaita-icon-theme"
REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.ac \
@@ -16,7 +16,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 GNOME git"
exit 1
}
USE_GNOME2_MACROS=1 . gnome-autogen.sh