bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] [patch] modules/getcwd depends-on m4/d-ino.m4


From: Mark D. Baushke
Subject: [bug-gnulib] [patch] modules/getcwd depends-on m4/d-ino.m4
Date: Sun, 12 Dec 2004 02:25:57 -0800

getcwd.m4 seems to want to require:

  AC_REQUIRE([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO])

which is found in d-ino.m4 ... either getcwd needs to include
m4/d-ino.m4 or you need to change the getcwd.m4 file to deal with things
differently.

I suggest that the following patch is needed to properly resolve
dependencies.

        Thanks,
        -- Mark

Index: modules/getcwd
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getcwd,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 getcwd
--- getcwd      26 Nov 2004 08:35:30 -0000      1.3
+++ getcwd      12 Dec 2004 10:24:31 -0000
@@ -4,6 +4,7 @@ Return the current working directory.
 Files:
 lib/getcwd.h
 lib/getcwd.c
+m4/d-ino.m4
 m4/getcwd-path-max.m4
 m4/getcwd.m4
 




reply via email to

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