repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tests/Makefile.am (TESTS): Added yacc5.test.
[automake.git]
/
tests
/
aclocal.test
blob
7192fdaad06a75eb04b3f188c7a24ef4ec07f515
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