source: trunk/essentials/sys-devel/automake-1.4/tests/yacc.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 319 bytes
Line 
1#! /bin/sh
2
3# Test to make sure intermediate .c file is built from yacc source.
4# Bug from Thomas Morgan.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_CC
10AC_PROG_YACC
11END
12
13cat > Makefile.am <<'END'
14bin_PROGRAMS = zardoz
15zardoz_SOURCES = zardoz.y
16END
17
18$AUTOMAKE || exit 1
19
20grep 'zardoz.c' Makefile.in
Note: See TracBrowser for help on using the repository browser.