libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] add serial to ltversion.in (Was: ltversion)


From: Scott James Remnant
Subject: [FYI] add serial to ltversion.in (Was: ltversion)
Date: Sun, 15 Feb 2004 17:44:50 +0000

On Sun, 2004-02-15 at 16:02, Patrick Welche wrote:

>         * Makefile.am (pkgmacro_DATA): We have to distribute
>         m4/ltversion.m4 because it can be needed before the Makefile
>         that generates it exists.
> 
> but:
> 
> libtoolize: warning: no serial number on
> `/usr/local/share/libtool/m4/ltversion.m4', not copying.
> 
Well caught, we don't have anything that tests libtoolize during
'make check', so I missed this one.  I'll look into that later this
evening.

Attached patch applied to HEAD.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

diff -ruNp libtool-CVS~/ChangeLog libtool-CVS/ChangeLog
--- libtool-CVS~/ChangeLog      2004-02-15 17:38:37.000000000 +0000
+++ libtool-CVS/ChangeLog       2004-02-15 17:40:15.000000000 +0000
@@ -0,0 +1,6 @@
+2004-02-15  Scott James Remnant  <address@hidden>
+
+       * m4/ltversion.in: Add a serial number to this file otherwise
+       libtoolize will refuse to copy it into $pkgdatadir, where it
+       is needed by m4/libtool.m4.
+
diff -ruNp libtool-CVS~/m4/ltversion.in libtool-CVS/m4/ltversion.in
--- libtool-CVS~/m4/ltversion.in        2004-02-06 17:23:40.000000000 +0000
+++ libtool-CVS/m4/ltversion.in 2004-02-15 17:40:48.000000000 +0000
@@ -1,6 +1,7 @@
 # ltversion.m4 -- version numbers                      -*- Autoconf -*-
 # @configure_input@
 
+# serial @MACRO_REVISION@
 # This file is part of GNU Libtool
 
 m4_define([LT_PACKAGE_VERSION], address@hidden@])

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]