From: Eric Blake Date: Mon, 3 Jul 2006 17:50:35 +0000 (+0000) Subject: * modules/dirname (Depends-on): Add xstrndup. X-Git-Tag: cvs-readonly~2273 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ff08362b4b5228dbf6e26b1feb373a23bf982c95;p=gnulib.git * modules/dirname (Depends-on): Add xstrndup. --- diff --git a/ChangeLog b/ChangeLog index de9598e1d..a80d09d74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-03 Eric Blake + + * modules/dirname (Depends-on): Add xstrndup. + 2006-07-03 Paul Eggert Merge from coreutils. diff --git a/modules/dirname b/modules/dirname index 46b1639d8..8f16c4ea4 100644 --- a/modules/dirname +++ b/modules/dirname @@ -11,8 +11,9 @@ m4/dirname.m4 m4/double-slash-root.m4 Depends-on: -xalloc stdbool +xalloc +xstrndup configure.ac: gl_DIRNAME