Re: [patch 1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Ralf Wildenhues
Hi Gary,

* Gary V. Vaughan wrote on Tue, Nov 01, 2005 at 12:57:57PM CET:
> Redone against HEAD, and split into 3 parts for easy review :-)
> Okay to commit?

Yes.  Fire away!  :)

Cheers,
Ralf

> Index: libtool--devo--1.0/ChangeLog
> from  Gary V. Vaughan  <[EMAIL PROTECTED]>
>   * libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
>   libltdl/m4/ltversion.in: Add serial number tags, and bump serial
>   number.




[patch 1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan
Redone against HEAD, and split into 3 parts for easy review :-)
Okay to commit?

Cheers,
Gary.

 libltdl/m4/argz.m4  |2 +-
 libltdl/m4/ltoptions.m4 |2 +-
 libltdl/m4/ltsugar.m4   |2 +-
 libltdl/m4/ltversion.in |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Index: libtool--devo--1.0/ChangeLog
from  Gary V. Vaughan  <[EMAIL PROTECTED]>
* libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
libltdl/m4/ltversion.in: Add serial number tags, and bump serial
number.
Index: libtool--devo--1.0/libltdl/m4/argz.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/argz.m4
+++ libtool--devo--1.0/libltdl/m4/argz.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 argz.m4
 
 AC_DEFUN([gl_FUNC_ARGZ],
 [gl_PREREQ_ARGZ
Index: libtool--devo--1.0/libltdl/m4/ltoptions.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/ltoptions.m4
+++ libtool--devo--1.0/libltdl/m4/ltoptions.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 ltoptions.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
Index: libtool--devo--1.0/libltdl/m4/ltsugar.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/ltsugar.m4
+++ libtool--devo--1.0/libltdl/m4/ltsugar.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 ltsugar.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Index: libtool--devo--1.0/libltdl/m4/ltversion.in
===
--- libtool--devo--1.0.orig/libltdl/m4/ltversion.in
+++ libtool--devo--1.0/libltdl/m4/ltversion.in
@@ -9,7 +9,7 @@
 
 # @configure_input@
 
-# serial @MACRO_SERIAL@
+# serial @MACRO_SERIAL@ ltversion.m4
 # This file is part of GNU Libtool
 
 m4_define([LT_PACKAGE_VERSION], [EMAIL PROTECTED]@])
-- 
Gary V. Vaughan  ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker   / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook




Re: [1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-11-01 Thread Gary V. Vaughan

Ralf Wildenhues wrote:

Hi Gary,

* Gary V. Vaughan wrote on Mon, Oct 31, 2005 at 05:11:01PM CET:


libltdl/m4/argz.m4  |2 +-
libltdl/m4/ltoptions.m4 |2 +-
libltdl/m4/ltsugar.m4   |2 +-
libltdl/m4/ltversion.in |2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Index: libtool--devo--1.0/ChangeLog
from  Gary V. Vaughan  <[EMAIL PROTECTED]>
* libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
libltdl/m4/ltversion.in: Add serial number tags, and bump serial
number.



Well, the patch doesn't have any obvious flaws, but on its own, it
doesn't have too much of a point, either, right?  :-)


1 of 3, splitting my original 304 along boundaries requested by your good
self:


- equip all libtool m4 files with named serials.

- use that to find out versions in hand-maintained aclocal.m4.

- treat argz.m4 like ltdl.m4.

>

[[snip]]

>

If you don't mind, then separate patches are better


However, I thought I'd cancelled this post fast enough, because I
wanted to add them to the original 304 thread after retesting against
latest HEAD.  To follow...

Cheers,
Gary.
--
Gary V. Vaughan  ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker   / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook


signature.asc
Description: OpenPGP digital signature


Re: [1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-10-31 Thread Ralf Wildenhues
Hi Gary,

* Gary V. Vaughan wrote on Mon, Oct 31, 2005 at 05:11:01PM CET:
> 
>  libltdl/m4/argz.m4  |2 +-
>  libltdl/m4/ltoptions.m4 |2 +-
>  libltdl/m4/ltsugar.m4   |2 +-
>  libltdl/m4/ltversion.in |2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> Index: libtool--devo--1.0/ChangeLog
> from  Gary V. Vaughan  <[EMAIL PROTECTED]>
>   * libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
>   libltdl/m4/ltversion.in: Add serial number tags, and bump serial
>   number.

Well, the patch doesn't have any obvious flaws, but on its own, it
doesn't have too much of a point, either, right?  :-)

Cheers,
Ralf




[1/3] 304-gary-add-libtool-macro-file-serial-tags.diff

2005-10-31 Thread Gary V. Vaughan

 libltdl/m4/argz.m4  |2 +-
 libltdl/m4/ltoptions.m4 |2 +-
 libltdl/m4/ltsugar.m4   |2 +-
 libltdl/m4/ltversion.in |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Index: libtool--devo--1.0/ChangeLog
from  Gary V. Vaughan  <[EMAIL PROTECTED]>
* libltdl/m4/argz.m4, libltdl/m4/ltoptions.m4, libltdl/ltsugar.m4,
libltdl/m4/ltversion.in: Add serial number tags, and bump serial
number.
Index: libtool--devo--1.0/libltdl/m4/argz.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/argz.m4
+++ libtool--devo--1.0/libltdl/m4/argz.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 argz.m4
 
 AC_DEFUN([gl_FUNC_ARGZ],
 [gl_PREREQ_ARGZ
Index: libtool--devo--1.0/libltdl/m4/ltoptions.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/ltoptions.m4
+++ libtool--devo--1.0/libltdl/m4/ltoptions.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 ltoptions.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
Index: libtool--devo--1.0/libltdl/m4/ltsugar.m4
===
--- libtool--devo--1.0.orig/libltdl/m4/ltsugar.m4
+++ libtool--devo--1.0/libltdl/m4/ltsugar.m4
@@ -7,7 +7,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2
+# serial 3 ltsugar.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Index: libtool--devo--1.0/libltdl/m4/ltversion.in
===
--- libtool--devo--1.0.orig/libltdl/m4/ltversion.in
+++ libtool--devo--1.0/libltdl/m4/ltversion.in
@@ -9,7 +9,7 @@
 
 # @configure_input@
 
-# serial @MACRO_SERIAL@
+# serial @MACRO_SERIAL@ ltversion.m4
 # This file is part of GNU Libtool
 
 m4_define([LT_PACKAGE_VERSION], [EMAIL PROTECTED]@])
-- 
Gary V. Vaughan  ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker   / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook