bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] lchown use of AC_LIBSOURCES


From: Paul Eggert
Subject: [bug-gnulib] lchown use of AC_LIBSOURCES
Date: Tue, 18 Jan 2005 15:43:01 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this patch from coreutils:

2005-01-18  Jim Meyering  <address@hidden>

        * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.

--- lchown.m4   18 Apr 2004 18:12:50 -0000      1.4
+++ lchown.m4   18 Jan 2005 23:42:19 -0000      1.6
@@ -1,10 +1,16 @@
-#serial 4
+#serial 6
+
+dnl Copyright (C) 1998, 2001, 2003, 2004 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.
 
 dnl From Jim Meyering.
 dnl Provide lchown on systems that lack it.
 
 AC_DEFUN([gl_FUNC_LCHOWN],
 [
+  AC_LIBSOURCES([lchown.c, lchown.h])
   AC_REQUIRE([AC_TYPE_UID_T])
   AC_REPLACE_FUNCS(lchown)
   if test $ac_cv_func_lchown = no; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]