libtool-patches
[Top][All Lists]
Advanced

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

Re: misleading note in libtool header


From: Ralf Wildenhues
Subject: Re: misleading note in libtool header
Date: Thu, 9 Feb 2006 15:01:56 +0100
User-agent: Mutt/1.5.11

* Ralf Wildenhues wrote on Thu, Feb 09, 2006 at 11:04:39AM CET:
> So really my comment is about the `GNU' only.  The patch below should
> cater for this.  OK to apply?

Even better if the next line is also fixed.  OK?

Cheers,
Ralf

        * configure.ac (AC_INIT): Change the `PACKAGE' argument to be
        `GNU libtool' instead of `libtool'.
        * libltdl/m4/libtool.m4 (_LT_CONFIG): Set $PACKAGE_NAME, and
        use it in the header notice of the generated `libtool' script.
        Do not hardcode `Libtool' package name.

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.76
diff -u -r1.76 configure.ac
--- configure.ac        7 Nov 2005 12:34:26 -0000       1.76
+++ configure.ac        9 Feb 2006 13:21:25 -0000
@@ -24,7 +24,7 @@
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.1a], address@hidden)
+AC_INIT([GNU libtool], [2.1a], address@hidden)
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.59
diff -u -r1.59 libtool.m4
--- libltdl/m4/libtool.m4       3 Feb 2006 20:03:54 -0000       1.59
+++ libltdl/m4/libtool.m4       9 Feb 2006 13:21:27 -0000
@@ -670,8 +670,8 @@
 #! $SHELL
 
 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building 
support services.
-# Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# Generated automatically by $as_me ($PACKAGE_NAME$TIMESTAMP) $VERSION,
+# configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`.
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 _LT_COPYING
@@ -733,6 +733,7 @@
 ],
 [m4_if([$1], [], [
     PACKAGE='$PACKAGE'
+    PACKAGE_NAME='$PACKAGE_NAME'
     VERSION='$VERSION'
     TIMESTAMP='$TIMESTAMP'
     RM='$RM'




reply via email to

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