All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix prelink build with automake-1.13
@ 2013-01-03  7:52 Marko Lindqvist
  2013-01-03  7:52 ` [PATCH] fix " Marko Lindqvist
  2013-01-03 16:00 ` Fix prelink " Mark Hatle
  0 siblings, 2 replies; 4+ messages in thread
From: Marko Lindqvist @ 2013-01-03  7:52 UTC (permalink / raw)
  To: yocto, mark.hatle

[PATCH] fix build with automake-1.13.

Long obsolete AM_CONFIG_HEADER is completely removed from automake-1.13,
which errors out upon seeing it.
configure.in -> configure.ac rename is not strictly necessary yet,
use of deprecated name still gives only warning.

Problem in dropping obsolete constructs is that support for autotools
versions so ancient that now-obsolete way is the only way to do things.
configure.in seems to have AC_PREREQ(2.13), but with these changes
(if not earlier) such an ancient autoconf will not do.


 - ML


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-03 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  7:52 Fix prelink build with automake-1.13 Marko Lindqvist
2013-01-03  7:52 ` [PATCH] fix " Marko Lindqvist
2013-01-03 16:00 ` Fix prelink " Mark Hatle
2013-01-03 16:09   ` Mark Hatle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.