]> git.cworth.org Git - tar/blobdiff - m4/openat.m4
Imported Upstream version 1.22
[tar] / m4 / openat.m4
index 3b5b7cafe1b789925f4451faaf7211860edeefbd..10eac5c12eafa937bbbf6e0581441ec117560adf 100644 (file)
@@ -1,7 +1,7 @@
-#serial 16
+# serial 17
 # See if we need to use our replacement for Solaris' openat et al functions.
 
-dnl Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+dnl Copyright (C) 2004-2009 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.
@@ -79,8 +79,8 @@ AC_DEFUN([gl_FUNC_FCHOWNAT],
   fi
 
   if test $use_replacement_fchownat = yes; then
-    AC_LIBOBJ(fchownat)
-    AC_DEFINE(fchownat, rpl_fchownat,
+    AC_LIBOBJ([fchownat])
+    AC_DEFINE([fchownat], [rpl_fchownat],
       [Define to rpl_fchownat if the replacement function should be used.])
   fi
 ])