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

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

automake 1.4-p6

File size: 320 bytes
Line 
1#! /bin/sh
2
3# Test to make sure C-but-not-CC error works.
4
5. $srcdir/defs || exit 1
6
7cat >> configure.in << 'END'
8LIBOBJS="$LIBOBJS fsusage.o mountlist.o"
9END
10
11cat > Makefile.am << 'END'
12bin_PROGRAMS = foo
13foo_SOURCES = x.C
14foo_LDADD = @LIBOBJS@
15END
16
17: > fsusage.c
18: > mountlist.c
19
20$AUTOMAKE > out 2>&1 && exit 1
21exit 0
Note: See TracBrowser for help on using the repository browser.