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
From Nicolas Joly:
[automake.git]
/
tests
/
werror.test
blob
23ce2ae521f72b04f90a1c75666e9bd7aed986d1
1
#! /bin/sh
2
3
# Test to make sure --Werror and --add-missing work together.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
: >
Makefile.am
8
9
rm
-f
install-sh depcomp missing mkinstalldirs
10
11
$AUTOMAKE
--Werror --add-missing