source:
trunk/essentials/sys-devel/automake-1.4/tests/distdir.test@
3253
| Last change on this file since 3253 was 3124, checked in by , 19 years ago | |
|---|---|
| File size: 296 bytes | |
| Line | |
|---|---|
| 1 | #! /bin/sh |
| 2 | |
| 3 | # Test to make sure subdirs in EXTRA_DIST work. Also tests to make |
| 4 | # sure "./" is ignored. |
| 5 | |
| 6 | . $srcdir/defs || exit 1 |
| 7 | |
| 8 | cat > Makefile.am << 'END' |
| 9 | EXTRA_DIST = foo/bar ./joe |
| 10 | END |
| 11 | |
| 12 | $AUTOMAKE || exit 1 |
| 13 | |
| 14 | grep 'mkinstalldirs.*\.' Makefile.in && exit 1 |
| 15 | grep 'mkinstalldirs.*foo' Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.
