Hash : 7930983a Author : Date : 1996-09-23T06:30:19
added dist-all. bug fix with internal _DEPENDENCIES vars
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#! /bin/sh # Test to make sure some internal _DEPENDENCIES variables don't cause # errors. . $srcdir/defs || exit 1 cat > Makefile.am << 'END' TAGS_DEPENDENCIES = joe ## Required to avoid error. ETAGS_ARGS = joe END $AUTOMAKE