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

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

automake 1.4-p6

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
8cat > Makefile.am << 'END'
9EXTRA_DIST = foo/bar ./joe
10END
11
12$AUTOMAKE || exit 1
13
14grep 'mkinstalldirs.*\.' Makefile.in && exit 1
15grep 'mkinstalldirs.*foo' Makefile.in
Note: See TracBrowser for help on using the repository browser.