Tag
Hash :
40cd06be
Author :
Date :
1999-12-14T06:32:19
* lex4.test: New file. For PR automake/6. * Makefile.am (TESTS): Added lex4.test.
#! /bin/sh
# Test to make sure dependencies work with .ll files.
# Test synthesized from PR automake/6.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AC_PROG_CC
AC_PROG_CXX
AM_PROG_LEX
END
cat > Makefile.am << 'END'
bin_PROGRAMS = zoo
zoo_SOURCES = joe.ll
END
: > joe.ll
$AUTOMAKE || exit 1
fgrep joe.Po Makefile.in