Hash :
6e083c82
Author :
Date :
1996-11-15T07:14:37
Updated tests for new CC checking
#! /bin/sh
# Test to make sure intermediate .c file is built from yacc source.
# Bug from Thomas Morgan.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_PROG_CC
AC_PROG_YACC
END
cat > Makefile.am <<'END'
bin_PROGRAMS = zardoz
zardoz_SOURCES = zardoz.y
END
$AUTOMAKE || exit 1
grep 'zardoz.c' Makefile.in