summaryrefslogtreecommitdiff
path: root/tests/ext.test
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-04-09 14:50:53 +0000
committerAkim Demaille <akim@epita.fr>2001-04-09 14:50:53 +0000
commit5871219c279de2f613b8f9f0ff88f10e29672722 (patch)
treed8d85debc778e4d1d92b1f3df5169ccda930dffb /tests/ext.test
parent890258dcba298b2e70fb90576e91db6037648675 (diff)
downloadautomake-5871219c279de2f613b8f9f0ff88f10e29672722.tar.gz
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], ...)'.
Diffstat (limited to 'tests/ext.test')
-rwxr-xr-xtests/ext.test1
1 files changed, 1 insertions, 0 deletions
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