GNOME Bugzilla – Bug 626697
Configure fixes
Last modified: 2010-08-12 09:32:14 UTC
Some configure.ac patches following.
Created attachment 167683 [details] [review] configure: Properly fail if valac is not available Test if valac is available properly, and fail if not.
Created attachment 167684 [details] [review] configure: Use cheese instead of Cheese This way the .ui files are installed in /usr/shared/cheese as expected, instead of /usr/shared/Cheese
(In reply to comment #1) > Created an attachment (id=167683) [details] [review] > configure: Properly fail if valac is not available > > Test if valac is available properly, and fail if not. afaik, vala is only needed for development. when doing a release, the c sources which are produced by the vala compiler are shipped with the release
though you are right, quoting juergbi: <juergbi> _ke: that's right. configure from a source tarball shouldn't fail when valac is not available i added that check to autogen.sh, taking the checks out of tracker
Review of attachment 167684 [details] [review]: thanks