3 # Another test to make sure stamp files created correctly.
4 # Report from Erez Zadok.
6 .
$srcdir/defs ||
exit 1
8 cat > configure.
in << 'END'
9 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
15 AM_CONFIG_HEADER
(d
1/config.h
:d
2/config.h.
in)
16 AC_OUTPUT
(Makefile d
1/Makefile
)
30 grep '^config.h:' d
1/Makefile.
in ||
exit 1
31 fgrep
'echo timestamp > stamp-h' d
1/Makefile.
in ||
exit 1
32 fgrep
'../d2/config.h.in' d
1/Makefile.
in ||
exit 1