From 5871219c279de2f613b8f9f0ff88f10e29672722 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 9 Apr 2001 14:50:53 +0000 Subject: 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], ...)'. --- tests/ext.test | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ext.test') diff --git a/tests/ext.test b/tests/ext.test index 09000a113..8b826bca2 100755 --- a/tests/ext.test +++ b/tests/ext.test @@ -14,6 +14,7 @@ bin_PROGRAMS = foo foo_SOURCES = 1.f 2.for 3.f90 4.F 5.r 6.m END +$ACLOCAL || exit 1 $AUTOMAKE || exit 1 for ext in f for f90 F r m -- cgit v1.2.1