libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-90


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-90
Date: Tue, 27 Jul 2004 13:52:54 +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)

iD8DBQFBBlAmFRMICSmD1gYRAsU/AKCokLZrf/8rgRv+uzJ3oEPbxF34DACgpfvi
m4VivwOfEI20JYrAIpIpqoY=
=g0xc
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-90 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-90
M  ChangeLog
M  Makefile.am
M  configure.ac

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        This change fixes another VPATH build bug, where the vcl.tmp
        target forced a rebuild of stamp-vcl in the build tree (and
        hence regeneration of m4/ltversion.m4, thus an automake driven
        rebootstrap that doesn't know about $fakes) requiring a fresh
        ./bootstrap after every cvs/tla update:

        * Makefile.am (vcl.tmp): Removed.
        (stamp-vcl): Adopt former vcl.tmp target rules.

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -67,8 +67,7 @@
 ## at the top of this rule takes care of prefering the right one on
 ## subsequent runs.
 MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
-stamp-vcl: vcl.tmp $(top_srcdir)/ChangeLog
-vcl.tmp:
+stamp-vcl: $(top_srcdir)/ChangeLog
        @dir=.; test -f $$dir/stamp-vcl || dir=$(srcdir); \
        set `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
        echo "$$1" > vcl.tmp; \


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




reply via email to

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