source: vendor/automake/1.4-p6/tests/instdata.test

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

automake 1.4-p6

File size: 265 bytes
Line 
1#! /bin/sh
2
3# Test to see if defining INSTALL_DATA causes problems. From EGCS
4# list.
5
6. $srcdir/defs || exit 1
7
8echo 'AC_SUBST(INSTALL_DATA)' >> configure.in
9
10: > Makefile.am
11
12$AUTOMAKE || exit 1
13
14(grep '^DATA =' Makefile.in | grep INSTALL_DATA) && exit 1
15exit 0
Note: See TracBrowser for help on using the repository browser.