[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnulib-bug
Subject:    mkdir-p module
From:       Ralf Wildenhues <Ralf.Wildenhues () gmx ! de>
Date:       2006-02-22 20:20:45
Message-ID: 20060222202044.GB16453 () iam ! uni-bonn ! de
[Download RAW message or body]

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])
+])



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic