Simon Josefsson <simon <at> josefsson.org> writes: > > Pushed. > > /Simon > > From b9c1b3ae9d1cb02e7712988570355d4258f1bcb0 Mon Sep 17 00:00:00 2001 > From: Simon Josefsson <simon <at> josefsson.org> > Date: Fri, 30 May 2008 12:59:52 +0200 > Subject: [PATCH] modules/autobuild (configure.ac): Call AB_INIT.
And improved to make the autobuild blurb come earlier in the configure output (within the first 50 rows on m4, rather than buried deep in the middle of several hundred rows). >From bede52934556196b082508b76eb295ab3f857fae Mon Sep 17 00:00:00 2001 From: Eric Blake <[EMAIL PROTECTED]> Date: Mon, 9 Jun 2008 08:14:45 -0600 Subject: [PATCH] Produce autobuild blurb earlier in log. * modules/autobuild (configure.ac-early): Move AB_INIT here. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> --- ChangeLog | 5 +++++ modules/autobuild | 4 +++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cabf84..736b1f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-09 Eric Blake <[EMAIL PROTECTED]> + + Produce autobuild blurb earlier in log. + * modules/autobuild (configure.ac-early): Move AB_INIT here. + 2008-06-09 Jim Meyering <[EMAIL PROTECTED]> and OndÅ™ej VaÅ¡Ãk <[EMAIL PROTECTED]> diff --git a/modules/autobuild b/modules/autobuild index a73be0a..d294e4f 100644 --- a/modules/autobuild +++ b/modules/autobuild @@ -6,9 +6,11 @@ m4/autobuild.m4 Depends-on: -configure.ac: +configure.ac-early: AB_INIT +configure.ac: + Makefile.am: Include: -- 1.5.5.1