bug-gnulib
[Top][All Lists]
Advanced

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

Re: issues with git submodules and `bootstrap'


From: Gary V. Vaughan
Subject: Re: issues with git submodules and `bootstrap'
Date: Wed, 11 Jan 2012 22:05:41 +0700

Hi Simon,

On 11 Jan 2012, at 21:51, Simon Josefsson wrote:
> Could you point me towards some project that uses the latest
> version of your script?

Sure!

Peek at the code here:

  http://git.savannah.gnu.org/cgit/zile.git/tree/

Clone the repo like this:

  $ git clone git://git.savannah.gnu.org/zile.git

Note that this latest version is in 3 parts (4 if you count bootstrap.conf):

  build-aux/options-parser - a sourceable framework for pluggable options 
parsing
                             so that you can easily add extra option support to
                             bootstrap with some hook functions, rather than
                             rewriting the option parsing loop.  Also contains 
the
                             "hooks and requires" facility.
  build-aux/extract-trace  - a wrapper for GNU m4 to parse macro arguments out
                             of configure.{ac,in} used by bootstrap to query
                             AC_CONFIG_MACRO_DIR etc. Uses the above.
  bootstrap                - the core bootstrap script using both of the above

  bootstrap.conf           - project customisations, a superset of gnulib style
                             bootstrap.conf

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)


reply via email to

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