]> git.cworth.org Git - tar/blobdiff - m4/ftruncate.m4
Imported Upstream version 1.22
[tar] / m4 / ftruncate.m4
index b7f346a4ab75edfcb4ae4a8668ccd2d148e0f781..e43c15f2a52a7e929d88db418cc00c9d6d9f7039 100644 (file)
@@ -1,8 +1,8 @@
-#serial 13
+# serial 14
 
 # See if we need to emulate a missing ftruncate function using fcntl or chsize.
 
-# Copyright (C) 2000, 2001, 2003-2007 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003-2007, 2009 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.
@@ -42,5 +42,5 @@ AC_DEFUN([gl_FUNC_FTRUNCATE],
 # Prerequisites of lib/ftruncate.c.
 AC_DEFUN([gl_PREREQ_FTRUNCATE],
 [
-  AC_CHECK_FUNCS(chsize)
+  AC_CHECK_FUNCS([chsize])
 ])