blob: c11ddd0ec9a166b32b51e522af25ddfb2810c8f6 [file]
#! /bin/sh
# Test to make sure LIBOBJS error only occurs if LIBOBJS seen. Report
# from Jim Meyering.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
bin_PROGRAMS = foo
END
cat >> configure.in << 'END'
AC_PROG_CC
AC_REPLACE_FUNCS(foo)
END
$ACLOCAL || exit 1
$AUTOMAKE