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

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

automake 1.4-p6

File size: 233 bytes
Line 
1#! /bin/sh
2
3# Test to make sure VPATH can be overridden.
4# Report from Anthony Green.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9VPATH = zardoz
10END
11
12$AUTOMAKE || exit 1
13
14grep 'VPATH.*@srcdir@' Makefile.in && exit 1
15exit 0
Note: See TracBrowser for help on using the repository browser.