libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-133


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-133
Date: Sun, 29 Aug 2004 20:53:07 +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)

iD8DBQFBMjQiFRMICSmD1gYRArvQAJ9ecHClPYp8MDruj5i/H78OHtoz4ACeNawd
IIebrcbEmSXpefpAd7ygyv4=
=VQ8h
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-132 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-132
M  ChangeLog
M  Makefile.am
=> .arch-ids/README-alpha.id    .arch-ids/README.alpha.id
=> README-alpha README.alpha

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * Makefile.am (dist-hook): Only run if README-alpha exists.
        * README.alpha: Renamed from README-alpha to stop automake from
        automatically adding it to DIST_COMMON.

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -147,9 +147,10 @@
        chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
        chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
 
+## Ship README.alpha only in alpha release, but renamed to README
 dist-hook:
-## Ship README-alpha only in alpha release, but renamed to README
-       @case $(VERSION) in \
-         *[a-z]) mv $(distdir)/README-alpha $(distdir)/README ;; \
-         *)      rm -f $(distdir)/README-alpha ;; \
+       address@hidden -f $(distdir)/README.alpha && \
+       case $(VERSION) in \
+         *[a-z]) mv $(distdir)/README.alpha $(distdir)/README ;; \
+         *)      rm -f $(distdir)/README.alpha ;; \
        esac




reply via email to

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