typo + new comment
[automake.git] / tests / comment.test
blob1d2b4f34eb63836599b76a2597810055873fcbfe
1 #! /bin/sh
3 # Make sure that `#' as start of word in AUTOMAKE_OPTIONS means
4 # comment.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 AUTOMAKE_OPTIONS = #no such option
10 END
12 $AUTOMAKE