3 # Test for bug reported in PR 2.
5 .
$srcdir/defs ||
exit 1
7 cat > configure.
in << 'END'
8 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
14 AC_OUTPUT
(README.foo
:templ
/README.foo.
in Makefile
)
20 : > templ
/README.foo.
in
24 # Look for mkinstalldirs invocation for the templ directory.
25 # We use the `[^/]' to avoid matching `templ/README.foo.in'.
26 egrep 'mkinstalldirs.*templ([^/]|$)' Makefile.
in