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

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

automake 1.4-p6

File size: 243 bytes
Line 
1#! /bin/sh
2
3# Check to make sure EXTRA_DATA cannot be specified.
4
5. $srcdir/defs || exit 1
6
7echo 'AC_SUBST(CODICIL)' >> configure.in
8
9cat > Makefile.am << 'END'
10sysconf_DATA = @CODICIL@
11EXTRA_DATA = codicil.txt
12END
13
14$AUTOMAKE && exit 1
15exit 0
Note: See TracBrowser for help on using the repository browser.