source: vendor/automake/1.4-p6/tests/acinclude.test

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

automake 1.4-p6

File size: 184 bytes
Line 
1#! /bin/sh
2
3# Test to make sure acinclude is actually included.
4# Report from Jim Meyering.
5
6. $srcdir/defs || exit 1
7
8echo moo > acinclude.m4
9
10$ACLOCAL || exit 1
11
12grep moo aclocal.m4
Note: See TracBrowser for help on using the repository browser.