diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-03-01 09:51:48 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-03-01 09:56:56 +0100 |
| commit | 46e51208c7248d24a7fce1aa16c16b003c8cefe9 (patch) | |
| tree | 5aa1478953e2403a86acc8df77df9845b173de5c /bootstrap.conf | |
| parent | Merge bootstrap changes from gnulib. (diff) | |
| download | coreutils-46e51208c7248d24a7fce1aa16c16b003c8cefe9.tar.gz coreutils-46e51208c7248d24a7fce1aa16c16b003c8cefe9.zip | |
Don't depend on gnulib's deprecated "free" module.
* bootstrap.conf (obsolete_gnulib_modules): Remove free.
* gl/modules/mgetgroups (Depends-on): Remove free.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 245287248..9244841b7 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -26,7 +26,7 @@ avoided_gnulib_modules=' # These modules are obsolete and can probably be removed soon, # but leave them in for now to minimize changes. obsolete_gnulib_modules=' - atexit free memchr memcmp memcpy memmove memset rename + atexit memchr memcmp memcpy memmove memset rename strcspn strtod strtol utime ' |
