bootstrap: add hook for altering gnulib.mk, for Bison
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Oct 2010 17:08:12 +0000 (10:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Oct 2010 17:08:35 +0000 (10:08 -0700)
commit54a0a8a701799773538cdb6880c6385137c13684
tree94c2ce3d9fbca85974bfc61511fb6f2b39516583
parenta94996623a5ec8a74e51dda6330527f7ce2fd9e4
bootstrap: add hook for altering gnulib.mk, for Bison

* build-aux/bootstrap (gnulib_mk_hook): New function, so that
the Bison bootstrapping process can rewrite file names and variables
in this file before later parts of 'bootstrap' use the file.
Bison wants to include lib/gnulib.mk from the top-level makefile,
so it needs the file names in this file to be relative to the top
level, not relative to lib; plus it needs variable names to be
rewritten.
(slurp): Use the new function.
ChangeLog
build-aux/bootstrap