From 4a97623583fc994fe76b632c3e0a92a143366e8b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 11 Nov 2004 15:32:19 +0000 Subject: [PATCH] Replace opterr. --- m4/ChangeLog | 4 ++++ m4/getopt.m4 | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 84cc6c0ace..6ba2b9df4e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2004-11-11 Simon Josefsson + + * getopt.m4: Replace opterr. + 2004-11-10 Paul Eggert * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV. diff --git a/m4/getopt.m4 b/m4/getopt.m4 index c3cf64727c..d796148a5d 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 @@ -1,4 +1,4 @@ -# getopt.m4 serial 4 +# getopt.m4 serial 5 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -19,6 +19,8 @@ AC_DEFUN([gl_GETOPT_SUBSTITUTE], [Define to rpl_optarg if the replacement variable should be used.]) AC_DEFINE([optind], [rpl_optind], [Define to rpl_optind if the replacement variable should be used.]) + AC_DEFINE([opterr], [rpl_opterr], + [Define to rpl_opterr if the replacement variable should be used.]) AC_DEFINE([optopt], [rpl_optopt], [Define to rpl_optopt if the replacement variable should be used.]) AC_DEFINE([getopt], [rpl_getopt], -- 2.30.2