3 # Test to make sure dependencies are generated correctly for .h files.
4 # Report from Richard Boulton.
6 # Also check that the sources of the generated parser are distributed.
9 . $srcdir/defs || exit 1
11 cat >> configure.in << 'END'
17 cat > Makefile.am << 'END'
23 test -f $(distdir)/foo.y
24 test -f $(distdir)/foo.c
25 test -f $(distdir)/foo.h
48 # We should be able to recover if foo.h is deleted.
54 # Make distclean must not erase foo.c nor foo.h (by GNU standards) ...
61 # ... but maintainer-clean should.
63 $MAKE maintainer-clean