count-leading-zeros: port to MSC; support types wider than 64 bits
[gnulib.git] / m4 / tmpfile.m4
index 851ce99..c2ad8eb 100644 (file)
@@ -1,5 +1,5 @@
-# tmpfile.m4 serial 1
-# Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# tmpfile.m4 serial 2
+# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -31,8 +31,6 @@ choke me
        [gl_cv_func_tmpfile_unusable=no])])
   if test $gl_cv_func_tmpfile_unusable = yes; then
     REPLACE_TMPFILE=1
-    AC_LIBOBJ([tmpfile])
-    gl_PREREQ_TMPFILE
   fi
 ])