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

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

automake 1.4-p6

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