changeset 5355:774ea1c956d0

* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD implementation of getopt_long.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 15 Oct 2004 20:02:04 +0000
parents 4456e7b1cfcd
children 144b29bba7b7
files m4/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* 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  <yoann@prelude-ids.org>
 
 	* vsnprintf.m4: New file.