Hash :
6e083c82
Author :
Date :
1996-11-15T07:14:37
Updated tests for new CC checking
#! /bin/sh
# Make sure comment recognition works in PROGRAMS. Report from Mark
# Galassi.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_PROG_CC
END
cat > Makefile.am << 'END'
bin_PROGRAMS = sim_products receive_th receive_pos # image_proc
END
$AUTOMAKE || exit 1
grep '^image_proc' Makefile.in && exit 1
exit 0