From: Paul Eggert Date: Fri, 15 Oct 2004 20:02:04 +0000 (+0000) Subject: * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d309be396ca693b1847119411ca0728fb3ae1b2;p=pspp * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD implementation of getopt_long. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 478c20679d..c7bef8b016 100644 --- 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.