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

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

automake 1.4-p6

File size: 259 bytes
Line 
1#! /bin/sh
2
3# Test to make sure LIBOBJS error only occurs if LIBOBJS seen. Report
4# from Jim Meyering.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9bin_PROGRAMS = foo
10END
11
12cat >> configure.in << 'END'
13AC_PROG_CC
14AC_REPLACE_FUNCS(foo)
15END
16
17$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.