source:
trunk/essentials/sys-devel/automake-1.4/tests/aclocal.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure that aclocal --output works. Report from |
4 | # Alexandre Oliva. |
5 | . $srcdir/defs || exit 1 |
6 | |
7 | # configure.in has to have some macro that aclocal can find. |
8 | echo 'AM_INIT_AUTOMAKE' >> configure.in |
9 | |
10 | $ACLOCAL --output=fred || exit 1 |
11 | test -f fred |
Note:
See TracBrowser
for help on using the repository browser.