source: vendor/automake/1.4-p6/tests/instman.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 331 bytes
Line 
1#! /bin/sh
2
3# Test to make sure mkinstalldirs invocation correct in install-man
4# target. Bug reported by Gordon Irlam <gordoni@cygnus.com>.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'EOF'
9man_MANS = frob.8
10EOF
11
12: > frob.8
13
14$AUTOMAKE || exit 1
15
16grep '[^(/]mkinstalldirs' Makefile.in > out || exit 1
17test `wc -l < out` -eq 1
Note: See TracBrowser for help on using the repository browser.