source:
trunk/essentials/sys-devel/automake-1.4/tests/whoami.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 235 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.