3 # Test to make sure config.h rule made even if it is in a subdir. The
4 # idea is that if config.h is in a subdir, and there is no Makefile in
5 # that subdir, then we want to build config.h as the top level.
7 .
$srcdir/defs ||
exit 1
9 cat > configure.
in << 'END'
10 AM_CONFIG_HEADER
(subdir
/config.h
)
11 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
23 : > subdir
/config.h.
in
27 grep '^subdir/config.h:' Makefile.
in