>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> Use AM_CONDITIONAL and if/endif for AMDEP.
Akim> * m4/depend.m4 (AM_DEP_TRACK): Use AM_CONDITIONAL to define AMDEP.
Akim> * automake.in (&add_depend2): Transform %AMDEP% into `AMDEP' (leading
Akim> to a configure time if/endif), or to `FALSE' (static removal of
Akim> the code).
Akim> (&handle_dependencies): Adjust to use `AMDEP_TRUE'.
Akim> * depend2.am: Use if/endif.
Ok.
Akim> Adjust the 101 tests that use dependencies so that they
Akim> properly invoke aclocal before automake. They need to `see'
Akim> `AM_CONDITIONAL([AMDEP], ...)'.
Ouch.
Tom