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

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

automake 1.4-p6

File size: 329 bytes
Line 
1#! /bin/sh
2
3# Make sure comment recognition works in PROGRAMS. Report from Mark
4# Galassi.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_CC
10END
11
12cat > Makefile.am << 'END'
13bin_PROGRAMS = sim_products receive_th receive_pos # image_proc
14END
15
16$AUTOMAKE || exit 1
17
18grep '^image_proc' Makefile.in && exit 1
19exit 0
Note: See TracBrowser for help on using the repository browser.