TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / tests / tags.test
1 #! /bin/sh
2
3 # Test for bug reported by Harlan Stenn: the tags target doesn't work
4 # when there are only headers in a directory.
5
6 . $srcdir/defs || exit 1
7
8 cat > Makefile.am << 'END'
9 noinst_HEADERS = iguana.h
10 END
11
12 : > iguana.h
13
14 $AUTOMAKE || exit 1
15
16 grep '^ID:' Makefile.in