X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fputenv.m4;h=dd9140c0aefdecbbd95d6abcedd8c6f9fed5cf8b;hb=062cad2d07081f9a60adbb90fc1184a435a1a93f;hp=17105754c97385ac8ceb42c307d89f693935707e;hpb=b6d1202a37101d586919b49c8d0531b5bb56d4a3;p=gnulib.git diff --git a/m4/putenv.m4 b/m4/putenv.m4 index 17105754c..dd9140c0a 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 @@ -1,5 +1,5 @@ -# putenv.m4 serial 15 -dnl Copyright (C) 2002-2008 Free Software Foundation, Inc. +# putenv.m4 serial 16 +dnl Copyright (C) 2002-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -28,14 +28,14 @@ AC_DEFUN([gl_FUNC_PUTENV], return 1; return 0; - ]])], - gl_cv_func_svid_putenv=yes, - gl_cv_func_svid_putenv=no, - dnl When crosscompiling, assume putenv is broken. - gl_cv_func_svid_putenv=no) + ]])], + gl_cv_func_svid_putenv=yes, + gl_cv_func_svid_putenv=no, + dnl When crosscompiling, assume putenv is broken. + gl_cv_func_svid_putenv=no) ]) if test $gl_cv_func_svid_putenv = no; then REPLACE_PUTENV=1 - AC_LIBOBJ(putenv) + AC_LIBOBJ([putenv]) fi ])