libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-109


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-109
Date: Thu, 5 Aug 2004 07:41:21 +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)

iD8DBQFBEdaRFRMICSmD1gYRAoAhAJ9xNtLtrZ4KZkR44Nd8VmgksEQ0ZACgiF0e
JIJ9fa47hEQeFqboNSHtOe8=
=k0vA
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-108 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-108
M  ChangeLog
M  Makefile.am

* modified files

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

        * Makefile.am ($(top_srcdir)/m4/ltversion.m4): Since we already did
        `cd $(top_srcdir)' for this rule, we can't mv ltversion.tmp to the
        relative $(top_srcdir) again!  Also, run $(MKSTAMP) before changing
        directories, or it won't be found.
        ($(top_srcdir)/config/ltmain.sh): Ditto.
        (EXTRA_DIST): We should distribute ltversion.m4 too.

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -74,18 +74,18 @@
 # a loop otherwise.
 # Use `$(top_srcdir)/m4' for the benefit of non-GNU makes: this is
 # how ltversion.m4 appears in our dependencies.
-EXTRA_DIST += m4/ltversion.in
+EXTRA_DIST += m4/ltversion.in m4/ltversion.m4
 $(top_srcdir)/m4/ltversion.m4: m4/ltversion.in configure.ac stamp-vcl
+       set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
        cd $(top_srcdir); \
        rm -f m4/ltversion.tmp; \
-       set -- `$(MKSTAMP) < ChangeLog`; \
        serial=`echo $$1 | sed 's,^1[.],,g'`; \
        input="ltversion.in"; \
        $(edit) -e "s,@MACRO_REVISION\@,$$1,g" \
                -e "s,@MACRO_SERIAL\@,$$serial,g" \
                m4/ltversion.in > m4/ltversion.tmp; \
        chmod a-w m4/ltversion.tmp; \
-       mv -f m4/ltversion.tmp $(top_srcdir)/m4/ltversion.m4
+       mv -f m4/ltversion.tmp m4/ltversion.m4
 
 ## And for similar reasons, ltmain.sh can't be built from config.status.
 EXTRA_DIST += config/ltmain.sh
@@ -98,7 +98,7 @@
                -e "s,@package_revision\@,$$1,g" \
                config/ltmain.in > config/ltmain.tmp; \
        chmod a-w config/ltmain.tmp; \
-       mv -f config/ltmain.tmp $(top_srcdir)/config/ltmain.sh
+       mv -f config/ltmain.tmp config/ltmain.sh
 
 # The libtool distributor and the standalone libtool script.
 bin_SCRIPTS = libtoolize libtool




reply via email to

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