aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukka <lukka@src.gnome.org>1999-07-08 20:53:53 +0800
committerlukka <lukka@src.gnome.org>1999-07-08 20:53:53 +0800
commitb4aa097dc38ea4299bceab38d36cb3fea6b72b12 (patch)
treec92c37c17992a0223f1f50f070b2b7e16c35666b
parent5b4c07ffdea7eddc19638ab7d87415d69c70728d (diff)
downloadgsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar.gz
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar.bz2
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar.lz
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar.xz
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.tar.zst
gsoc2013-evolution-b4aa097dc38ea4299bceab38d36cb3fea6b72b12.zip
Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs
svn path=/trunk/; revision=1013
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-x-checks.m44
2 files changed, 7 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 2d2db9ca2e..b6d26da3d8 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-07 Tuomas J. Lukka <lukka@iki.fi>
+ * gnome-x-checks.m4: add a comment on how to get gtk-1.3 and
+ glib 1.3 from CVS
+
1999-07-06 Tuomas J. Lukka <lukka@iki.fi>
* gnome-x-checks.m4: forbid compiling with Gtk-1.3 for now.
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index df033d5a0c..4ac3ba4439 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -43,7 +43,9 @@ dnl Check that we *don't* get GTK 1.3.* yet
#endif
], [AC_MSG_ERROR([Aborting, the current versions
of gnome are not yet compatible with the unstable GTK 1.3 release.
- Please use GTK 1.2.])])
+ Please use GTK 1.2. To get Gtk 1.2 and Glib 1.2 from the CVS repo
+ sitory, use the commands cvs checkout -r gtk-1-2 gtk and
+ cvs checkout -r glib-1-2 glib.])])
dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow.