Re: What gets distributed in presence of conditional statements?

2013-05-04 Thread Andrey Borzenkov
В Sat, 04 May 2013 21:59:18 +0900 Miles Bader mi...@gnu.org пишет: Andrey Borzenkov arvidj...@gmail.com writes: Alternative is to place EXTRA_DIST outside of conditionals, but this is more intrusive probably. Why do you think it would be more intrusive? I mean - to the script

What gets distributed in presence of conditional statements?

2013-05-03 Thread Andrey Borzenkov
I hit this problem in GRUB2 and still am not sure what is the best way to proceed. GRUB2 autogenerates Makefile.am (using autogen), and Makefile.am basically consists of series if PLATFORM_A_ENABLED module_1_SOURCES = ... ... EXTRA_DIST += ... ... endif if PLATFORM_B_ENABLED module_1_sources =

automake 1.11.1: unable to build vala project out-of-tree

2010-11-07 Thread Andrey Borzenkov
I'm trying to rebuild systemd (http://www.freedesktop.org/wiki/Software/systemd) from GIT. It is using several programs built using vala; in-tree build is OK, out-of-tree build fails: {pts/0}% LC_ALL=C make make all-am make[1]: Entering directory `/home/bor/build/systemd' make[1]: *** No rule to

Re: [Vala] automake 1.11.1: unable to build vala project out-of-tree

2010-11-07 Thread Andrey Borzenkov
On Sat, Nov 6, 2010 at 10:23 PM, Abderrahim Kitouni a.kito...@gmail.com wrote: Hi,                في س، 06-11-2010 عند 18:46 +0300 ، كتب Andrey Borzenkov: I'm trying to rebuild systemd (http://www.freedesktop.org/wiki/Software/systemd) from GIT. It is using several programs built using vala