Hash : 119b28ec Author : Date : 1997-03-16T22:29:11
test fixups better error message w/ seen_c_source
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#! /bin/sh # Test to make sure errors in am_install_var work. . $srcdir/defs || exit 1 echo AC_PROG_CC >> configure.in cat > Makefile.am << 'END' bin_PROGRAMS = @programs@ EXTRA_PROGRAMS = joe @more@ END $AUTOMAKE && exit 1 exit 0