Re: PATCH: Fix dependency tracking (revised)

2001-05-14 Thread Akim Demaille
## Note it is on purpose we wrote `if %AMDEP%', since: ## ## - if deps are turned off, %AMDEP% is mapped onto FALSE, and therefore ## the `if FALSE' chunk is removed (automake-time conditionals). ## ## - if deps are on, %AMDEP% is mapped onto AMDEP, and therefore ## the `if FALSE' chunk is p

Re: PATCH: Fix dependency tracking (revised)

2001-05-13 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> The latest CVS Automake works fine for Robert> --enable-dependency-tracking, but when Robert> --disable-dependency-tracking is specified it's still choking. Robert> .cxx.o: Robert> source='$<' object='$@' libtool=no Rob

Re: PATCH: Fix dependency tracking (revised)

2001-05-07 Thread Robert Boehne
Tom Tromey wrote: > > > "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: > > Robert> 2001-04-25 Robert Boehne <[EMAIL PROTECTED]> > Robert> * configure.in: Add _am_dep_true='@AMDEP_TRUE@' and AC_SUBST it. > Robert> * automake.in: (handle_dependencies) Replace @AMDEP_TRU

Re: PATCH: Fix dependency tracking (revised)

2001-05-07 Thread Robert Boehne
Tom Tromey wrote: > > > "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: > > Robert> 2001-04-25 Robert Boehne <[EMAIL PROTECTED]> > Robert> * configure.in: Add _am_dep_true='@AMDEP_TRUE@' and AC_SUBST it. > Robert> * automake.in: (handle_dependencies) Replace @AMDEP_TRU

Re: PATCH: Fix dependency tracking (revised)

2001-05-05 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> 2001-04-25 Robert Boehne <[EMAIL PROTECTED]> Robert> * configure.in: Add _am_dep_true='@AMDEP_TRUE@' and AC_SUBST it. Robert> * automake.in: (handle_dependencies) Replace @AMDEP_TRUE@ in Robert> $output_r

RE: PATCH: Fix dependency tracking

2001-04-24 Thread Boehne, Robert
Title: RE: PATCH: Fix dependency tracking Automakers: I posted the patch to demonstrate the problem rather than get the exact changes I made incorporated into Automake (hence no ChangeLog entry).  The one thing I'm particularly suspicious of is how to get automake.in's i

Re: PATCH: Fix dependency tracking

2001-04-24 Thread Akim Demaille
# Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.13 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated by Autoconf 2.49f. Automake uses stock 2.13.

Re: PATCH: Fix dependency tracking

2001-04-23 Thread Alexandre Oliva
On Apr 23, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote: > Here is a patch that fixes the problems I've been winging about. > Part of the problem appears to be that @AMDEP_TRUE@ is > AC_SUBST'd when automake is generated from automake.in, > so I add a dummy variable and set it to '@AMDEP_TRUE@'