mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
putenv: Move AC_LIBOBJ invocations to module description.
* m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here... * modules/putenv (configure.ac): ... to here.
This commit is contained in:
@@ -11,6 +11,9 @@ malloc-posix [test $REPLACE_PUTENV = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_PUTENV
|
||||
if test $REPLACE_PUTENV = 1; then
|
||||
AC_LIBOBJ([putenv])
|
||||
fi
|
||||
gl_STDLIB_MODULE_INDICATOR([putenv])
|
||||
|
||||
Makefile.am:
|
||||
|
||||
Reference in New Issue
Block a user