typo + new comment
[automake.git] / tests / outdir.test
blobc9055684f08573f658f2c1f7dd9536765bc1592b
1 #! /bin/sh
3 # Test to ensure that --output-dir works. Bug report from Joshua
4 # Cowan.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am <<'END'
9 pkgdata_DATA =
10 END
12 mkdir zardir
14 $AUTOMAKE --output-dir=zardir || exit 1
16 test -f Makefile.in && exit 1
17 test -f zardir/Makefile.in