Hello Tim, * Tim Abbott wrote on Thu, Sep 03, 2009 at 05:12:02AM CEST: > The new autoconf in squeeze generates configure scripts that error out > with: > > checking for socket... ./configure: line 1399: ac_fn_c_try_link: command not > found > > when you write code of the form: > > AC_CHECK_FUNC([socket], :, AC_CHECK_LIB([socket], [socket]))
This is underquoted. You need to write AC_CHECK_FUNC([socket], :, [AC_CHECK_LIB([socket], [socket])]) Cheers, Ralf -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org