maint.mk: sc_prohibit_path_max_allocation: don't FP for UNIX_PATH_MAX
[gnulib.git] / ChangeLog
index ce15e28..eeea310 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-09-17  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: sc_prohibit_path_max_allocation: don't FP for UNIX_PATH_MAX
+       * top/maint.mk (sc_prohibit_path_max_allocation): Avoid false-positive
+       match for symbols like UNIX_PATH_MAX. Reported by Richard W.M. Jones
+       in http://thread.gmane.org/gmane.comp.emulators.guestfs/1902
+
+2012-09-17  Jim Meyering  <meyering@redhat.com>
+
        maint.mk: teach sc_prohibit_magic_number_exit to accept 77
        * top/maint.mk (sc_prohibit_magic_number_exit): Do not complain about
        uses like "exit (77)".  "77" is automake's "skip this test" exit code.