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
typo + new comment
[automake.git]
/
tests
/
whoami.test
blob
8c8dd1336726468f2b32667b7d1969f332ffb23a
1
#! /bin/sh
2
3
# Test to make sure aclocal doesn't barf on "WHO_AM_I=...". Report
4
# from Johan Danielsson (and a very nice bug report, too, I might
5
# add).
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>>
configure.
in
<<
'END'
9
WHO_AM_I
=
17
10
END
11
12
$ACLOCAL