X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkostemps.m4;h=3b66f5f8a70add4408e075aa168783cf4d1accdf;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=4327ec413b5ca6b5816af120119a1e69becd9cef;hpb=b7be78fd0c455acefbdf32618c2f6488915c1a33;p=gnulib.git diff --git a/m4/mkostemps.m4 b/m4/mkostemps.m4 index 4327ec413..3b66f5f8a 100644 --- a/m4/mkostemps.m4 +++ b/m4/mkostemps.m4 @@ -1,5 +1,5 @@ -# mkostemps.m4 serial 1 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +# mkostemps.m4 serial 2 +dnl Copyright (C) 2009-2014 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_MKOSTEMPS], AC_CHECK_FUNCS_ONCE([mkostemps]) if test $ac_cv_func_mkostemps != yes; then HAVE_MKOSTEMPS=0 - AC_LIBOBJ([mkostemps]) fi ])