summaryrefslogtreecommitdiff
path: root/tests/version3.test
blob: c9461eba6a4334b645d831c4daefcba0768acdf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

# Test to make sure version in AUTOMAKE_OPTIONS works.

. $srcdir/defs || exit 1

cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = 9.9x
END

$ACLOCAL || exit 1
$AUTOMAKE && exit 1
exit 0