>>> "Guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes:
[...] Guillaume> In this situation, I have an installation target for Guillaume> initrd scripts in generated Makefile, using Guillaume> $(initrd_SCRIPTS) as dependency. However, Guillaume> initrd_SCRIPTS is defined to $(INITRD) at the Guillaume> beginning of the Makefile, while INITRD is defined Guillaume> at the end of the Makefile, with other conditional Guillaume> variables, and thus appears empty when it is Guillaume> evaluated. What you describes are two bugs that were present in old versions of Automake. Please look at the Automake version number at the top of the generated Makefile you mentioned. I believe you are not using Automake 1.8 as you think (it probably is Automake 1.4). [...] Guillaume> BTW, I'm using autoconf 2.53 and automake 1.8 Unlikely: Automake 1.8 requires Autoconf 2.58 or greater. -- Alexandre Duret-Lutz
