summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-10-24 14:44:03 +0000
committerMartin Baulig <martin@src.gnome.org>1999-10-24 14:44:03 +0000
commit0adc3bd9ab9841303361ea250747082d12a4e4b9 (patch)
treec9658494ce25490e162176af2ed671bad3f642b8 /configure.in
parent0c3e5cd7553a42033bbecbfdfbcefe70fedbc432 (diff)
downloadlibgtop-0adc3bd9ab9841303361ea250747082d12a4e4b9.tar.gz
Move that warning from configure.in to autogen.sh so it won't show up
each time during the build process.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in25
1 files changed, 1 insertions, 24 deletions
diff --git a/configure.in b/configure.in
index 48b74215..4bbf4256 100644
--- a/configure.in
+++ b/configure.in
@@ -598,27 +598,4 @@ lib/Makefile
examples/Makefile
doc/Makefile
support/Makefile
-macros/Makefile],[
-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 ""
-])
+macros/Makefile])