2 messages in com.mysql.lists.packagersAutoconf 2.53 breakes some rules
FromSent OnAttachments
Egor Egorov19 Dec 2002 03:15 
Lenz Grimmer19 Dec 2002 03:36 
Subject:Autoconf 2.53 breakes some rules
From:Egor Egorov (eg@ensita.net)
Date:12/19/2002 03:15:19 AM
List:com.mysql.lists.packagers

`AC_LIBOBJ' vs. `LIBOBJS'

-------------------------

Up to Autoconf 2.13, the replacement of functions was triggered via the variable `LIBOBJS'. Since Autoconf 2.50, the macro `AC_LIBOBJ' should be used instead (*note Generic Functions::). Starting at Autoconf 2.53, the use of `LIBOBJS' is an error.

I can't build MySQL with that version. Probably, this should be fixed.