bug-gnulib
[Top][All Lists]
Advanced

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

Re: VC-tag again


From: Bruno Haible
Subject: Re: VC-tag again
Date: Sat, 30 Apr 2011 12:54:29 +0200
User-agent: KMail/1.9.9

Jim Meyering wrote:
> >   perl -pi -e "s/address@hidden@/$package/g" README-release
> 
> Ideally, there would be a way to hook into gnulib-tool itself do
> this, so the module file would be self-contained, rather than
> having to recommend adding an additional manual bit off in another
> file like bootstrap.conf

gnulib-tool is just one part of the 'autogen.sh' or 'bootstrap' script.
It is normal and expected that after running gnulib-tool, this script
needs to run additional commands, like
  gnulib-tool --copy-file build-aux/config.guess build-aux/config.guess
  chmod a+x build-aux/config.guess
  fetching the PO files from the Translation Project
  aclocal -I m4
  autoconf
  automake --add-missing --copy
  autoheader

Thus the primary mechanism for making such adjustments is in autogen.sh,
which is completely in the hands of the project. 'bootstrap' is also
highly customizable, if you take the rewrite from Gary.

The secondary mechanism is that a package can have a README-release.diff
file and use the --local-dir option.

This should address your wish.

Bruno
-- 
In memoriam Casey Jones <http://en.wikipedia.org/wiki/Casey_Jones>



reply via email to

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