filenamecat: remove unnecessary dependency on dirname-lgpl
[pspp] / ChangeLog
index b739e064710e1569d71e82e7a5aaaaf9d9588d09..e40fe9739b985216fc24028906baf4d7fa36e15e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-02-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       filenamecat: remove unnecessary dependency on dirname-lgpl
+       * modules/filenamecat (Depends-on): Remove dirname-lgpl, as there
+       is no direct dependency, just an indirect one via filenamecat-lgpl.
+
+       remove: remove unnecessary use of m4/dos.m4
+       * m4/remove.m4 (gl_FUNC_REMOVE): Don't require gl_AC_DOS; not needed.
+       * modules/remove (FILES): Remove m4/dos.m4.
+
+       * lib/openat-proc.c: Don't include dirname.h; not needed.
+
        backupfile: remove unnecessary use of m4/dos.m4
        * m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none
        of its symbols are used by the backupfile code.  backupfile.c does
@@ -14,7 +24,9 @@
        * lib/str-two-way.h (two_way_short_needle): Correct off-by-one error
        in period calculation.
        (two_way_long_needle): Likewise.
-       Reported by Ralf Wildenhues, with the short needle and haystack.
+       The original problem was reported by Mike Stump in
+       http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/7834
+       Ralf Wildenhues provided the short needle and haystack.
        * tests/test-strstr.c: Add Ralf's test case to trigger the bug.
        Add a more involved test to trigger the bug in two_way_long_needle.