source: trunk/essentials/sys-devel/automake-1.4/tests/whoami.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

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
8cat >> configure.in << 'END'
9WHO_AM_I=17
10END
11
12$ACLOCAL
Note: See TracBrowser for help on using the repository browser.