diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-01 14:06:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-03 10:25:32 +0200 |
commit | 719dcc7f016e72a6ff4da721c678a78f38c445ad (patch) | |
tree | 7fb693cff86e3ab16fb44dc0624bdc5f0b9f0fd7 | |
parent | 73243f181d74d1e6e3695e60ea14f165c53923fa (diff) | |
download | coreutils-719dcc7f016e72a6ff4da721c678a78f38c445ad.tar.xz |
maint: remove use of gnulib's obsolete strtol module
* bootstrap.conf (gnulib_modules): Remove now-obsolete "strtol".
Remove use of $obsolete_gnulib_modules: unused since commit edc69f91.
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 6ff11a4e5..4168ee2eb 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -25,7 +25,6 @@ avoided_gnulib_modules=' # gnulib modules used by this package. gnulib_modules=" $avoided_gnulib_modules - $obsolete_gnulib_modules acl alignof alloca @@ -207,7 +206,6 @@ gnulib_modules=" strsignal strtod strtoimax - strtol strtoumax symlink sys_ioctl |