X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkstemps.m4;h=74d4f0ec23b8248c14e3fdab50a6dbc3f85884a6;hb=7ef958dea2ebeff7a4b2058a725dc1b1f233fe6d;hp=89cc2d4bf42db3af3002da8f5dd2b4e1a9d484b2;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/mkstemps.m4 b/m4/mkstemps.m4 index 89cc2d4bf..74d4f0ec2 100644 --- a/m4/mkstemps.m4 +++ b/m4/mkstemps.m4 @@ -1,5 +1,5 @@ -# mkstemps.m4 serial 1 -dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. +# mkstemps.m4 serial 2 +dnl Copyright (C) 2009-2011 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. @@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_MKSTEMPS], AC_CHECK_FUNCS_ONCE([mkstemps]) if test $ac_cv_func_mkstemps != yes; then HAVE_MKSTEMPS=0 - AC_LIBOBJ([mkstemps]) fi ])