typo + new comment
[automake.git] / tests / tags.test
blobca6a29fb11e790162b6fb71e4d697ffea2f22380
1 #! /bin/sh
3 # Test for bug reported by Harlan Stenn: the tags target doesn't work
4 # when there are only headers in a directory.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 noinst_HEADERS = iguana.h
10 END
12 : > iguana.h
14 $AUTOMAKE || exit 1
16 grep '^ID:' Makefile.in