Hash : 7ee50449 Author : Date : 1999-02-11T15:32:32
* obsolete2.test: New file. * Makefile.am (TESTS): Added obsolete2.test.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13
#! /bin/sh # Test to make sure obsolete macros really are. . $srcdir/defs || exit 1 echo AM_EXEEXT >> configure.in : > Makefile.am $AUTOMAKE 2> output && exit 1 grep 'AC_EXEEXT' output