aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-27 00:18:02 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-27 00:18:02 +0300
commit1e658c33ad766e23dffff9125aacef8baebdc30a (patch)
treefe3f475f10fd1e6a7c08ade8845ba03dbe5fb235 /build-aux
parent7bc88d60ab7398631be3f85750965e812ba7ceb0 (diff)
downloadgrecs-1e658c33ad766e23dffff9125aacef8baebdc30a.tar.gz
grecs-1e658c33ad766e23dffff9125aacef8baebdc30a.tar.bz2
Bugfix.
* build-aux/getopt.m4: Don't clear opterr.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/getopt.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/getopt.m4 b/build-aux/getopt.m4
index 4dd0a5a..afb6528 100644
--- a/build-aux/getopt.m4
+++ b/build-aux/getopt.m4
@@ -264,7 +264,6 @@ define([<GETOPT>],[<
int c;
optind = 0;
- opterr = 0;
#ifdef HAVE_GETOPT_LONG
while ((c = getopt_long($1, $2, "SHORT_OPTS",
long_options, NULL)) != EOF)

Return to:

Send suggestions and report system problems to the System administrator.