1
0
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:
Bruno Haible
2011-05-21 17:29:30 +02:00
parent fa6c6e140d
commit 98ceac1859
3 changed files with 10 additions and 2 deletions

View File

@@ -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: