# HG changeset patch # User Paul Eggert # Date 1097870524 0 # Node ID 774ea1c956d0a271f38ece6a3ebba4519ed77120 # Parent 4456e7b1cfcdc8259d9faeb2f872e484fe88e727 * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD implementation of getopt_long. diff --git a/m4/ChangeLog b/m4/ChangeLog --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2004-10-15 Paul Eggert + + * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD + implementation of getopt_long. Problem reported by Alexander Taler in: + http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html + 2004-10-11 Yoann Vandoorselaere * vsnprintf.m4: New file.