blob: 59133a2f24e8f40dbb0f3ecd9feb6d1b9980b560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
# Test to make sure acinclude is actually included.
# Report from Jim Meyering.
. $srcdir/defs || exit 1
echo moo > acinclude.m4
$ACLOCAL || exit 1
grep moo aclocal.m4
|