• Show log

    Commit

  • Hash : 7f556a6e
    Author : Paul Eggert
    Date : 2007-08-17T23:13:57

    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.