X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirname;h=1a8f15855eee1fde3994eb6212a15dcf4a4779cc;hb=ba240e2ebbe21e986c41e7af3eac7268716e7702;hp=910eba24b21f0780def69534cc54a482b07f7cd2;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/dirname b/modules/dirname index 910eba24b..1a8f15855 100644 --- a/modules/dirname +++ b/modules/dirname @@ -1,4 +1,5 @@ Description: +Extract specific portions of filenames. Files: lib/dirname.h @@ -7,16 +8,23 @@ 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 Include: "dirname.h" +License: +GPL + +Maintainer: +Jim Meyering