Import changes from coreutils for bootstrap script.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2007 23:13:57 +0000 (23:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2007 23:13:57 +0000 (23:13 +0000)
commit7f556a6e3a83986107e1a02466f58a2281e834a4
treea6ff7fac700b7f6f3dade8b08c234816e163b7a1
parent6684d992bfedd21bf8dea1fbb52392c1d7c8159b
Import changes from coreutils for bootstrap script.

2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>

* build-aux/bootstrap (slurp): Work even in environments where
"ls" defaults to "ls -A".  Put in a FIXME, though, since the
current code does not slurp files whose names start with ".", and
this looks like it might be a troublesome area.

2007-07-11  Jim Meyering  <jim@meyering.net>

If there's a GPL vN copyright comment, require that N == 3.

2007-07-08  Jim Meyering  <jim@meyering.net>

Run the coreutils-specific code only if tests/Makefile.am.in exists.
* build-aux/bootstrap (mam_template): Move definition out of loop.

Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.

* build-aux/bootstrap (symlink_to_dir): Rename function from
symlink_to_gnulib.  Add a directory parameter.  Update all
callers.
(cp_mark_as_generated): Also check for -- and link to -- files in
gl/.

2007-07-08  Jim Meyering  <jim@meyering.net>

Adapt to deeper hierarchy in gnulib.
* build-aux/bootstrap (symlink_to_dir): If the destination
directory doesn't exist, create it. This is required at least for
"lib/uniwidth/cjk.h".

2007-05-15  Jim Meyering  <jim@meyering.net>

* build-aux/bootstrap: Now that generated Makefile.am files
are no longer under version control, they must be created at
bootstrap time.
ChangeLog
build-aux/bootstrap