Jim Meyering wrote:
> $HAVE_SETENV is used in gl_FUNC_SETENV, yet its definitions were
> mistakenly removed.
Oops, I missed this use of HAVE_SETENV. Sorry for the trouble, and
thanks for the quick fix!
Bruno
Subject: [PATCH] setenv: restore to working order
$HAVE_SETENV is used in gl_FUNC_SETENV, yet its definitions were
mistakenly removed.
* m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Restore code to set
HAVE_SETENV.
* m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Restore code to initialize
HAVE_SETENV.
---