source:
vendor/automake/1.4-p6/tests/outdir.test@
3124
| Last change on this file since 3124 was 3124, checked in by , 19 years ago | |
|---|---|
| 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 | |
| 8 | cat > Makefile.am <<'END' |
| 9 | pkgdata_DATA = |
| 10 | END |
| 11 | |
| 12 | mkdir zardir |
| 13 | |
| 14 | $AUTOMAKE --output-dir=zardir || exit 1 |
| 15 | |
| 16 | test -f Makefile.in && exit 1 |
| 17 | test -f zardir/Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.
