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

# Make sure that `#' as start of word in AUTOMAKE_OPTIONS means
# comment.

. $srcdir/defs || exit 1

cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = #no such option
END

$ACLOCAL || exit 1
$AUTOMAKE