Re: [PATCH] Provide modern Autoconf initialization

2011-11-20 Thread Thomas Schwinge
Hi! On Fri, 11 Nov 2011 20:49:49 +0100, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > Here’s an updated patch based on your comments, OK to apply? OK. Grüße, Thomas pgp4BP6rresdT.pgp Description: PGP signature

Re: [PATCH] Provide modern Autoconf initialization

2011-11-11 Thread Ludovic Courtès
Hello! Here’s an updated patch based on your comments, OK to apply? If that’s fine with you, I can prepare a patch to switch to Gnulib’s ‘git-version-gen’, while we’re at it. Thanks, Ludo’. diff --git a/Makeconf b/Makeconf index 49375fb..b6134ef 100644 --- a/Makeconf +++ b/Makeconf @@ -35,9 +35

Re: [PATCH] Provide modern Autoconf initialization

2011-11-10 Thread Thomas Schwinge
Hi! On Mon, 07 Nov 2011 23:41:16 +0100, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > Samuel Thibault skribis: > > > Ludovic Courtès, le Mon 07 Nov 2011 22:41:02 +0100, a écrit : > >> OK to apply? :-) > > > > Mmm, 0.3 is in Makeconf too, ideally it'd be in one place only. > > I w

Re: [PATCH] Provide modern Autoconf initialization

2011-11-09 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge skribis: > In GNU Mach, we have a version.m4 where these fields are defined one and > for all. (I argue that a package's version definition does not really > belong into a generic, otherwise version-agnostic configuration system's > file.) (But on the other hand, *ve

Re: [PATCH] Provide modern Autoconf initialization

2011-11-07 Thread Thomas Schwinge
Hi! In GNU Mach, we have a version.m4 where these fields are defined one and for all. (I argue that a package's version definition does not really belong into a generic, otherwise version-agnostic configuration system's file.) (But on the other hand, *version*.m4 is likely not the most suitable

Re: [PATCH] Provide modern Autoconf initialization

2011-11-07 Thread Ludovic Courtès
Samuel Thibault skribis: > Ludovic Courtès, le Mon 07 Nov 2011 22:41:02 +0100, a écrit : >> OK to apply? :-) > > Mmm, 0.3 is in Makeconf too, ideally it'd be in one place only. I would mv Makeconf{,.in} and then substitute PACKAGE_VERSION in it. WDYT? (Then again, deriving shared library names

Re: [PATCH] Provide modern Autoconf initialization

2011-11-07 Thread Samuel Thibault
Ludovic Courtès, le Mon 07 Nov 2011 22:41:02 +0100, a écrit : > OK to apply? :-) Mmm, 0.3 is in Makeconf too, ideally it'd be in one place only. Samuel

[PATCH] Provide modern Autoconf initialization

2011-11-07 Thread Ludovic Courtès
Hello, OK to apply? :-) Ludo’. diff --git a/configure.in b/configure.in index 635242d..05b959b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION([$Id: configure.in,v 1.38 2008/11/17 11:34:18 tschwinge Ex