]> git.ipfire.org Git - thirdparty/autoconf.git/commit
maint: make position of gnulib checkout configurable
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jan 2012 09:48:20 +0000 (10:48 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jan 2012 09:48:20 +0000 (10:48 +0100)
commit95d927ec16de401d0ae7556ff4b4b77348d88d4e
tree3dc6ba5b6dfdb87e8b8391c424b7b042f3916f5a
parent0383261176c8c91375a07159409a07d3ab3519f6
maint: make position of gnulib checkout configurable

Some gnulib-related tools (most prominently, the gnulib-provided
'bootstrap' script) allow the user to define the position of his
gnulib's repository checkout through the use of the 'GNULIB_SRCDIR'
environment variable.  We should do the same, for consistency and
to easily support slightly unusual layouts in developers' source
trees.

* cfg.mk (gnulib_dir): Define to "$GNULIB_SRCDIR" if that's set,
and to default value of "'$(abs_srcdir)'/../gnulib" otherwise.
Update comments.
cfg.mk