non-recursive-gnulib-prefix-hack: new module
[gnulib.git] / ChangeLog
index 38ad080..da8afa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
+2012-09-20  Jim Meyering  <meyering@redhat.com>
+
+       non-recursive-gnulib-prefix-hack: new module
+       * build-aux/prefix-gnulib-mk: Copied from coreutils, derived from
+       the file that originated in Bison.
+       * m4/non-recursive-gnulib-prefix-hack.m4: Likewise, this code is
+       largely copied from a snippet that resided in bison's configure.ac.
+       * modules/non-recursive-gnulib-prefix-hack: New file.
+       * MODULES.html.sh (Support for maintaining and releasing projects):
+       Add it.
+
 2012-09-18  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: generalize _gl_tight_scope for non-recursive make
+       * top/maint.mk (_gl_tight_scope): Remove a hard-coded assumption
+       that *.h would describe additional .h files in the directory
+       specified by $(_gl_TS_dir).  I.e., add this...
+       (_gl_TS_other_headers): New variable.
+
        maint.mk: exempt trailing blanks found in "binary" files
        * top/maint.mk (sc_trailing_blank): Filter out any matches found in
        "binary" files, as reported by grep.  Suggested by Richard W.M. Jones
@@ -70,9 +87,9 @@
        poll/select: document portability problems not fixed by Gnulib.
        * doc/posix-functions/poll.texi: poll does not work well on
        pipes under Windows.  It has the same limitations as select on
-       BeOS.
+       BeOS.
        * doc/posix-functions/select.texi: select does not work well
-       on pipes under Windows.
+       on pipes under Windows.
 
 2012-09-10  Paul Eggert  <eggert@cs.ucla.edu>