source: trunk/essentials/sys-devel/automake-1.4/tests/outdir.test

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

automake 1.4-p6

File size: 272 bytes
Line 
1#! /bin/sh
2
3# Test to ensure that --output-dir works. Bug report from Joshua
4# Cowan.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am <<'END'
9pkgdata_DATA =
10END
11
12mkdir zardir
13
14$AUTOMAKE --output-dir=zardir || exit 1
15
16test -f Makefile.in && exit 1
17test -f zardir/Makefile.in
Note: See TracBrowser for help on using the repository browser.