Fri Dec 19 11:55:01 EST 2008 Peter Gavin <pg...@gm...>
* configure.ac: deprecate sourceview and gnomevfs packages
hunk ./configure.ac 313
-GTKHS_PKG_CHECK(sourceview, sourceview, SOURCEVIEW, [gtksourceview-1.0 >= 0.6.0], [GLIB GTK],
- [build sourceview package (default=auto)],
+GTKHS_PKG_CHECK_DEPRECATED(sourceview, sourceview, SOURCEVIEW, [gtksourceview-1.0 >= 0.6.0], [GLIB GTK],
+ [build sourceview package [[DEPRECATED]] (default=no with --disable-deprecated, default=auto otherwise)],
hunk ./configure.ac 378
-GTKHS_PKG_CHECK(gnomevfs, gnomevfs, GNOMEVFS, [gnome-vfs-2.0 >= 2.0.0 gnome-vfs-module-2.0 >= 2.0.0 ], [GLIB],
- [build gnome-vfs package (default=auto)],
+GTKHS_PKG_CHECK_DEPRECATED(gnomevfs, gnomevfs, GNOMEVFS, [gnome-vfs-2.0 >= 2.0.0 gnome-vfs-module-2.0 >= 2.0.0 ], [GLIB],
+ [build gnome-vfs package [[DEPRECATED]] (default=no with --disable-deprecated, default=auto otherwise)],
|