diff options
author | Akim Demaille <akim@epita.fr> | 2001-01-26 14:21:37 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-01-26 14:21:37 +0000 |
commit | dc9a40217896ccc9e1405fde1f0f0d47af833100 (patch) | |
tree | 74be7c1a6d5a3dd34d157387e7d56cc2eb9425b0 /tests/cond9.test | |
parent | 026398df0ff033c383d3d3b79251bcb2a003d0ee (diff) | |
download | automake-dc9a40217896ccc9e1405fde1f0f0d47af833100.tar.gz |
* m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in
clear.
* m4/init.m4: Likewise.
* m4/sanity.m4: s/conftestfile/conftest.file/.
Diffstat (limited to 'tests/cond9.test')
-rwxr-xr-x | tests/cond9.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cond9.test b/tests/cond9.test index 504323cbd..ebe419c6a 100755 --- a/tests/cond9.test +++ b/tests/cond9.test @@ -22,10 +22,10 @@ echo-something: echo '$(this)' END -(autoconf --version) > /dev/null 2>&1 || exit 77 +$needs_autoconf $ACLOCAL \ - && autoconf \ + && $AUTOCONF \ && $AUTOMAKE -a \ && ./configure \ && $MAKE echo-something | grep interesting > /dev/null |