2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / m4 / lchmod.m4
index d035bba..06467a0 100644 (file)
@@ -1,6 +1,6 @@
-#serial 1
+#serial 2
 
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2006 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.
@@ -10,6 +10,5 @@ dnl Provide a replacement for lchmod on hosts that lack it.
 
 AC_DEFUN([gl_FUNC_LCHMOD],
 [
-  AC_LIBSOURCES([lchmod.h])
   AC_CHECK_FUNCS_ONCE([lchmod])
 ])