https://bugzilla.novell.com/show_bug.cgi?id=731523 https://bugzilla.novell.com/show_bug.cgi?id=731523#c21 --- Comment #21 from Bruce Korb <bkorb@gnu.org> 2012-05-07 15:53:44 UTC --- I wish I could reproduce your results. I cannot. Just skip the test by inserting "exit 0" at the top. Looking at your attachment, I see this:
ag> cd /abuild/pth/autogen/12.1/autogen-5.13/autoopts/test/testdir ag> test -z /abuild/pth/autogen/12.1/autogen-5.13
ag> exec ag> ldflags= ag> test -f ''
That tells me that this code:
test -z "${top_builddir}" && ldflags='' || \ ldflags=`exec 2>/dev/null find ${top_builddir}/autoopts -name "libopts*.${OBJEXT}" | head -1`
failed to find any file with the name "libopts*.o". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.