Signed-off-by: James Youngman <[email protected]> --- ChangeLog | 3 +++ import-gnulib.config | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index e72586f..fef71ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-08 James Youngman <[email protected]> + Adopt the use of the gnulib module readlink. + * import-gnulib.config (modules): Add readlink. + Adopt the use of the gnulib module isblank. (modules): Add isblank. diff --git a/import-gnulib.config b/import-gnulib.config index 65009c7..6abdeb3 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -35,7 +35,6 @@ update-copyright # consider using manywarnings # consider using nproc in xargs # consider using pmccabe2html -# consider using readlink # consider using selinux-h # consider using gendocs # consider using sig2str in xargs @@ -113,6 +112,7 @@ pathmax perror progname quotearg +readlink realloc regex rpmatch -- 1.7.0
