summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarlos Perelló Marín <carlos@gnome.org>2003-10-19 16:10:39 +0000
committerCarlos Perelló Marín <carlos@src.gnome.org>2003-10-19 16:10:39 +0000
commitbae16b467f90df94d80feae41dceb7e816f16c61 (patch)
tree1c98f8b6769b7ca7a97a3de111e52f748a79ebe8 /autogen.sh
parent5e28a552185df50f96b7ffce9c26755cff8c47d0 (diff)
downloadlibgtop-bae16b467f90df94d80feae41dceb7e816f16c61.tar.gz
libgtop-GNOME-2-0-branch moved to HEAD.
2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh29
1 files changed, 5 insertions, 24 deletions
diff --git a/autogen.sh b/autogen.sh
index 559d79a4..075f5b39 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="GNOME Portable System Access Library"
+PKG_NAME="Gnome Top Library"
(test -f $srcdir/configure.in \
&& test -f $srcdir/copyright.txt \
@@ -14,27 +14,8 @@ PKG_NAME="GNOME Portable System Access Library"
exit 1
}
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME CVS"
+ exit 1
+}
USE_GNOME2_MACROS=1 . gnome-autogen.sh
-
-echo ""
-echo " *** IMPORTANT *** "
-echo ""
-echo "This is a development version of LibGTop. You should be using a stable"
-echo "version, which is available at ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/"
-echo "The version you just configured is meant for developers of LibGTop only:"
-echo ""
-echo " * You should not base ANY software on this version of LibGTop."
-echo ""
-echo " *** You should be using LibGTop 1.0.x instead. ***"
-echo ""
-echo "If you are using this source tree from CVS, please run:"
-echo " cvs update -r LIBGTOP_STABLE_1_0"
-echo "now."
-echo ""
-echo "If you're a Solaris user, you should try out the LibGTop 1.1.2 release."
-echo "You can get it from ftp://ftp.home-of-linux.org/pub/libgtop/1.1/"
-echo ""
-echo "If you are using this source tree from CVS, you can use:"
-echo " cvs update -r LIBGTOP_1_1_2_PATCHES"
-echo "to get a bug fixed release of 1.1.2."
-echo ""