Am Montag, den 15.08.2011, 12:55 +0300 schrieb Tal Hadad: > By the way, for enabling the --enable-vala option, I cahged the code, so here's the if statement: > if USE_VALA > GNOME_MPRIS_Applet_PACKAGES=@applet_PACKAGES@ > GNOME_MPRIS_Applet_SOURCES = \ > $(GNOME_MPRIS_Applet_VALASOURCES) > > VALAFLAGS= \ > $(GNOME_MPRIS_Applet_PACKAGES) > else > GNOME_MPRIS_Applet_SOURCES = \ > $(GNOME_MPRIS_Applet_VALABUILTSOURCES) > endif I guess you even don't need this conditional. GNOME_MPRIS_Applet_SOURCES = \ $(GNOME_MPRIS_Applet_VALASOURCES) together with AM_PROG_VALAC in your configure.ac should suffice. According to the docs, this will also work for users without a valac installation. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf