X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fputenv;h=e39f1450f62440316c6883b1a1476866b7c9924c;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=ce28e4c6e94967f71520581043ceb958d33fba26;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/putenv b/modules/putenv index ce28e4c6e..e39f1450f 100644 --- a/modules/putenv +++ b/modules/putenv @@ -7,10 +7,15 @@ m4/putenv.m4 Depends-on: stdlib +environ [test $REPLACE_PUTENV = 1] malloc-posix [test $REPLACE_PUTENV = 1] configure.ac: gl_FUNC_PUTENV +if test $REPLACE_PUTENV = 1; then + AC_LIBOBJ([putenv]) + gl_PREREQ_PUTENV +fi gl_STDLIB_MODULE_INDICATOR([putenv]) Makefile.am: @@ -23,4 +28,3 @@ LGPL Maintainer: Jim Meyering, glibc -