summaryrefslogtreecommitdiff
path: root/tests/pr72.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/pr72.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/pr72.test')
-rwxr-xr-xtests/pr72.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pr72.test b/tests/pr72.test
index 5e5c1cefc..75d1dcd1b 100755
--- a/tests/pr72.test
+++ b/tests/pr72.test
@@ -20,6 +20,7 @@ END
: > config.guess
: > config.sub
+$ACLOCAL || exit 1
$AUTOMAKE || exit 1
grep '^LINK ' Makefile.in