Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs

svn path=/trunk/; revision=1013
This commit is contained in:
lukka
1999-07-08 12:53:53 +00:00
parent 5b4c07ffde
commit b4aa097dc3
2 changed files with 7 additions and 1 deletions

View File

@ -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> 1999-07-06 Tuomas J. Lukka <lukka@iki.fi>
* gnome-x-checks.m4: forbid compiling with Gtk-1.3 for now. * gnome-x-checks.m4: forbid compiling with Gtk-1.3 for now.

View File

@ -43,7 +43,9 @@ dnl Check that we *don't* get GTK 1.3.* yet
#endif #endif
], [AC_MSG_ERROR([Aborting, the current versions ], [AC_MSG_ERROR([Aborting, the current versions
of gnome are not yet compatible with the unstable GTK 1.3 release. 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. dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow.