repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* depcomp (ddashmd): Removed case.
[automake.git]
/
tests
/
comment.test
blob
1d2b4f34eb63836599b76a2597810055873fcbfe
1
#! /bin/sh
2
3
# Make sure that `#' as start of word in AUTOMAKE_OPTIONS means
4
# comment.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
AUTOMAKE_OPTIONS
=
#no such option
10
END
11
12
$AUTOMAKE