tests/cond3.test


Log

Author Commit Date CI Message
Akim Demaille e268e6db 2001-04-09T16:02:40 * tests/cond3.test (expected): Adjust.
Akim Demaille 5871219c 2001-04-09T14:50:53 Use AM_CONDITIONAL and if/endif for AMDEP. * m4/depend.m4 (AM_DEP_TRACK): Use AM_CONDITIONAL to define AMDEP. * automake.in (&add_depend2): Transform %AMDEP% into `AMDEP' (leading to a configure time if/endif), or to `FALSE' (static removal of the code). (&handle_dependencies): Adjust to use `AMDEP_TRUE'. * depend2.am: Use if/endif. Adjust the 101 tests that use dependencies so that they properly invoke aclocal before automake. They need to `see' `AM_CONDITIONAL([AMDEP], ...)'.
Akim Demaille 678f62bc 2001-03-12T11:15:13 * automake.in (&variable_conditions_permutations): Separate the conditions. * tests/cond3.test: Improve the sed expression.
Akim Demaille b0ef40c5 2001-03-09T19:17:40 * tests/cond3.test: Strengthen.
Alexandre Oliva 2eb4c392 1999-04-10T03:48:19 * cond3.test: Refer to am_targ_OBJECTS.
Tom Tromey d2719082 1998-07-18T06:37:24 Fixed cond4.test
Tom Tromey b3b24183 1997-12-01T22:54:53 fixed conditional sources bug