bug-gnulib
[Top][All Lists]
Advanced

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

mkdir-p module


From: Ralf Wildenhues
Subject: mkdir-p module
Date: Wed, 22 Feb 2006 21:20:45 +0100
User-agent: Mutt/1.5.9i

The mkdir-p module currently
- lists m4/chdir-safer.m4 but the file does not exist in CVS,
- defines macros gl_FUNC_LCHMOD and gl_CHDIR_SAFER but does not use
  them (they are needed though).

Cheers,
Ralf

        * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
        gl_CHDIR_SAFER.
        * m4/chdir-safer.m4: Sync from coreutils.

Index: m4/mkdir-p.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mkdir-p.m4,v
retrieving revision 1.2
diff -u -r1.2 mkdir-p.m4
--- m4/mkdir-p.m4       22 Sep 2005 23:24:03 -0000      1.2
+++ m4/mkdir-p.m4       22 Feb 2006 19:27:54 -0000
@@ -12,4 +12,6 @@
   dnl Prerequisites of lib/mkdir-p.c.
   AC_REQUIRE([AC_FUNC_ALLOCA])
   AC_REQUIRE([gl_AFS])
+  AC_REQUIRE([gl_FUNC_LCHMOD])
+  AC_REQUIRE([gl_CHDIR_SAFER])
 ])

--- /dev/null   1970-01-01 00:00:01.000000000 +0100
+++ m4/chdir-safer.m4   2006-02-22 19:27:54.000000000 +0100
@@ -0,0 +1,11 @@
+#serial 1
+dnl Copyright (C) 2005 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.
+
+AC_DEFUN([gl_CHDIR_SAFER],
+[
+  AC_LIBSOURCES([chdir-safer.c, chdir-safer.h])
+  AC_LIBOBJ([chdir-safer])
+])




reply via email to

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