source: vendor/automake/1.4-p6/tests/implicit.test

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

automake 1.4-p6

File size: 314 bytes
Line 
1#! /bin/sh
2
3# Test to make sure implicit .o's are listed as appropriate. Report
4# from Henrik Frystyk Nielsen.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_CC
10END
11
12cat > Makefile.am << 'END'
13noinst_PROGRAMS = libapp_1
14END
15
16$AUTOMAKE || exit 1
17
18grep '^libapp_1_OBJECTS' Makefile.in | grep '\.o'
Note: See TracBrowser for help on using the repository browser.