X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fputenv.m4;h=f9fcc8cd8c66c6a483c87c59fbef4b4451bddcb7;hb=791139002dbb25492584d3be74aec3d932f98aa7;hp=8743cc918426c737591ca99eb38a076900dcbc33;hpb=e62d4d88ece0086446631e65b3f647d9696b04c3;p=gnulib.git diff --git a/m4/putenv.m4 b/m4/putenv.m4 index 8743cc918..f9fcc8cd8 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl @@ -33,8 +33,9 @@ AC_DEFUN(jm_FUNC_PUTENV, jm_cv_func_svid_putenv=no) ]) if test $jm_cv_func_svid_putenv = no; then + AC_SUBST(LIBOBJS) LIBOBJS="$LIBOBJS putenv.$ac_objext" AC_DEFINE_UNQUOTED(putenv, rpl_putenv, - [Define to rpl_memcmp if the replacement function should be used.]) + [Define to rpl_putenv if the replacement function should be used.]) fi ])