libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-94


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-94
Date: Thu, 29 Jul 2004 10:35:34 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBCMTmFRMICSmD1gYRArsmAJ4vZkIIpNJYcEyvvJdZAVNMsLMAcQCcCZjb
oq1xXhl0iQPIj5N4YoE+Nbw=
=+jtP
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-93 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-93
M  ChangeLog
M  configure.ac
M  doc/libtool.texi
M  m4/libtool.m4

* modified files

Index: Changelog
from  Alexandre Duret-Lutz  <address@hidden>

        * doc/libtool.texi (Tags): Document CC.
        * m4/libtool.m4 (_LT_SETUP): Register CC as supported tag so that
        Automake uses it.

--- orig/configure.ac
+++ mod/configure.ac
@@ -24,7 +24,7 @@
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5a], address@hidden)
+AC_INIT([libtool], [1.9b], address@hidden)
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltmain.in])
 AC_CONFIG_AUX_DIR([config])


--- orig/doc/libtool.texi
+++ mod/doc/libtool.texi
@@ -2243,7 +2243,7 @@
 
 @multitable {Windows Resource} {Tag name}
 @item Language name    @tab Tag name
address@hidden C                @tab
address@hidden C                @tab CC
 @item C++              @tab CXX
 @item Java             @tab GCJ
 @item Fortran 77       @tab F77
@@ -2258,8 +2258,8 @@
 @address@hidden option (@pxref{Invoking libtool}).  It is a good
 idea to do so in @file{Makefile} rules, because that will allow users to
 substitute the compiler without relying on @command{libtool} inference
-heuristics.  Note that there is no tag for @code{C} because that is
-the default configuration.
+heuristics.  When no tag is specified, @command{libtool} will default
++to @code{CC}; this tag always exists.
 
 Finally, the set of tags available in a particular project can be
 retrieved by tracing for the @code{LT_SUPPORTED_TAG} macro (@pxref{Trace


--- orig/m4/libtool.m4
+++ mod/m4/libtool.m4
@@ -191,6 +191,7 @@
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
 # Use C for the default configuration in the libtool script
+LT_SUPPORTED_TAG([CC])
 _LT_LANG_C_CONFIG
 _LT_LANG_DEFAULT_CONFIG
 _LT_CONFIG_COMMANDS




reply via email to

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