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

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

automake 1.4-p6

File size: 321 bytes
Line 
1#! /bin/sh
2
3# Test to make sure AC_REPLACE_FUNCS works across lines. Report from
4# Jim Meyering.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9bin_PROGRAMS = joe
10LDADD = @LIBOBJS@
11END
12
13cat >> configure.in << 'END'
14AC_PROG_CC
15AC_REPLACE_FUNCS(\
16 foo)
17END
18
19: > foo.c
20
21$AUTOMAKE || exit 1
22fgrep foo.c Makefile.in
Note: See TracBrowser for help on using the repository browser.