* automake.texi (Macros): Document AM_PROG_AS.
[automake.git] / tests / libobj4.test
blobc11ddd0ec9a166b32b51e522af25ddfb2810c8f6
1 #! /bin/sh
3 # Test to make sure LIBOBJS error only occurs if LIBOBJS seen. Report
4 # from Jim Meyering.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 bin_PROGRAMS = foo
10 END
12 cat >> configure.in << 'END'
13 AC_PROG_CC
14 AC_REPLACE_FUNCS(foo)
15 END
17 $ACLOCAL || exit 1
18 $AUTOMAKE