Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-05 Thread psmith
%% Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> Is there a way to disable this feature? That might be the adl> simplest solution. No, there is no way to disable this at the moment. pds> I don't know whether automake currently works correctly pds> for Java with any other version

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-05 Thread psmith
%% Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> The user lists filenames in variables, and Automake uses these adl> variables in both prerequisite lists or commands. For instance adl> see $(dist_my_DATA) in the last excerpt of adl> http://lists.gnu.org/archive/html/automake/2005

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-05 Thread Stepan Kasal
Hello, On Tue, Jul 05, 2005 at 09:31:10AM -0400, [EMAIL PROTECTED] wrote: > ifeq (,$(filter second-expansion,$(.FEATURES))) > # GNU make <3.81 > PRE_D := $$ > else > # GNU make >=3.81 > PRE_D := > endif ... > install-dist_myDATA: $(subst $$,$(PRE_D),$(dist_my_DATA)

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-05 Thread psmith
%% Stepan Kasal <[EMAIL PROTECTED]> writes: sk> But it's sad that the vendor of the non-portable implementation sk> here is GNU. It's NOT non-portable. There are other versions of make which do this sort of thing already. For example the version of SysV make that comes with Solaris (and pro

PING: depcomp for HP ia64 compilers

2005-07-05 Thread Kelley Cook
Alexandre, would you look at including Zack Weinberg's HPUX/ia64 extension to depcomp (which is now in GCC's depcomp) for automake 1.9.6/1.10? To my naïve eyes, his changes look fairly benign. http://lists.gnu.org/archive/html/automake-patches/2005-05/msg00070.html