libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-134


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-134
Date: Sun, 29 Aug 2004 21:37:25 +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)

iD8DBQFBMj6EFRMICSmD1gYRAjIXAKCoWAFO9Tgi+SBgfKo1Arn7FtKL7QCcC+5T
nGVmxCgcLrJXthhbx47M41o=
=KHd2
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-133 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-133
M  ChangeLog
M  Makefile.maint
M  NEWS
M  configure.ac
M  HACKING

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * configure.ac: Bumped version to 1.9b.
        * NEWS: Updated.
        * INSTALL, config/config.guess, config/config.sub,
        config/texinfo.tex: Updated from canonical source.
        * Makefile.maint, HACKING: Update instructions for releasing in a
        VPATH build.

--- orig/HACKING
+++ mod/HACKING
@@ -45,7 +45,9 @@
            + install-sh
            + missing
   The ones that are important for a release can be udated with,
-  `make -fMakefile.maint fetch'.
+  `make -fMakefile.maint fetch' (or `make -f../Makefile.maint fetch'
+  if you are running from a VPATH build directory, where `../' is the
+  relative path to the directory with `configure' in it).
 
 * Changes other than bug fixes must be mentioned in NEWS
 
@@ -117,6 +119,8 @@
   keys will be registered on ftp-upload.gnu.org and only then will you be
   authorized to upload files to the FSF ftp machines.
 
+* Make sure you have wget installed.
+
 * Make sure you have a copy of xdelta installed, and a copy of the previous
   release tarball in the build directory.
 
@@ -136,21 +140,30 @@
 * Have some tea.  If you are running on less than 3.6GHz CPU, order
   a pizza too ;-)
 
-* Run ./configure and then make.
-
-* Run `make -fMakefile.maint fetch', which will fetch new versions of the
-  files that are maintained outside of libtool.
-
-* Run ./commit.
+* Run ./configure (or create a build directory first and run configure
+  from there, if you want to keep the build tree separate).
 
-* Run `make -fMakefile.maint cvs-dist' which will build a release tarball
-  (with `make distcheck'), tag the tree with release-$(VERSION) and generate
-  the gpg signature files.
-
-* Run 'make -fMakefile.maint deltas' (pass LASTRELEASE=min.maj[.mic[alpha]]
-  if needed) to create both diff and xdelta files between the previous
-  release tarball and the new with detached gpg signature files and clear
-  signed directive files.
+* Run `make -fMakefile.maint fetch' (or `make -f../Makefile.maint fetch'
+  if you are running from a VPATH build directory, where `../' is the
+  relative path to the directory with `configure' in it), which will
+  fetch new versions of the files that are maintained outside of
+  libtool.
+
+* Run `make distcheck'.  If there are any problems, fix them and start
+  again.
+
+* Run ./commit from the source tree.
+
+* Run `make -fMakefile.maint cvs-dist' (or `make -f../Makefile.maint
+  cvs-dist' if you are running from a VPATH build directory, where `../'
+  is the relative path to the directory with `configure' in it), which
+  will build a release tarball (with `make distcheck'), tag the tree
+  with release-$(VERSION) and generate the gpg signature files.
+
+* Run 'make -f[../]Makefile.maint deltas' (pass
+  LASTRELEASE=min.maj[.mic[alpha]] if needed) to create both diff and
+  xdelta files between the previous release tarball and the new with
+  detached gpg signature files and clear signed directive files.
 
 * Upload release tarball, diff file and xdelta file, plus their associated
   detached gpg signature files and clear signed directive files to
@@ -175,7 +188,7 @@
   release announcement.
 
 * If not an alpha, replace manual.html with the new one
-  (generate with `make -f Makefile.maint web-manual').
+  (generate with `make -f[../]Makefile.maint web-manual').
 
 
 


--- orig/Makefile.maint
+++ mod/Makefile.maint
@@ -1,4 +1,4 @@
-## Makefile.maint -- Makefile rules for libtool maintainers
+## Makefile.maint -- Makefile rules for libtool maintainers -*-Makefile-*-
 ##
 ## Copyright (C) 2004 Free Software Foundation
 ##
@@ -21,8 +21,12 @@
 # include the Makefile than figure out a way to put them in here too
 include Makefile
 Makefile:
-       @echo " *** Source directory must be configured to use the "
-       @echo " *** maintainer rules."
+       @echo " *** Run maintainer rules from the build tree, with"
+       @echo " *** \`make -f../Makefile.maint' for example, where"
+       @echo " *** \`../' is the relative path back to the directory"
+       @echo " *** that contains the \`Makefile.maint'.  Alternatively,"
+       @echo " *** run `./configure' in the source tree for an in"
+       @echo " *** tree build."
        @exit 1
 
 TEXI2HTML = texi2html


--- orig/NEWS
+++ mod/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.9b: 2004-??-??; CVS version 1.5a, Libtool team:
+New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
 * The /^_?LT_[A-Z_]+$/ namespace is now reserved for Libtool's own macros.
   If you have any shell variables in this namespace they will need to be
   renamed.  If you have any macros in this namespace please rename them to


--- 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([libtoolize.in])
 AC_CONFIG_AUX_DIR([config])




reply via email to

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