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

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

automake 1.4-p6

File size: 332 bytes
Line 
1#! /bin/sh
2
3# Test to make sure install-exec-hook works.
4# Report from Tim Goodwin.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9install-exec-hook:
10 @echo nothing
11END
12
13$AUTOMAKE || exit 1
14
15test "`grep install-exec-hook Makefile.in | wc -l`" -gt 1 || exit 1
16grep -A2 '^install-exec-am:' Makefile.in | grep install-exec-hook
Note: See TracBrowser for help on using the repository browser.