X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirname;h=aeaa92a10f8a2433fbc72b7b6f7eedfbcbca544a;hb=e2b32fd06585da0807fe10045e70799cc5c8252f;hp=910eba24b21f0780def69534cc54a482b07f7cd2;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/dirname b/modules/dirname index 910eba24b..aeaa92a10 100644 --- a/modules/dirname +++ b/modules/dirname @@ -1,4 +1,5 @@ Description: +Extract specific portions of filenames. Files: lib/dirname.h @@ -7,16 +8,24 @@ lib/basename.c lib/stripslash.c m4/dos.m4 m4/dirname.m4 +m4/double-slash-root.m4 Depends-on: +stdbool xalloc +xstrndup configure.ac: gl_DIRNAME Makefile.am: -lib_SOURCES += dirname.h dirname.c basename.c stripslash.c +EXTRA_DIST += dirname.h Include: "dirname.h" +License: +GPL + +Maintainer: +Jim Meyering