diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-19 07:55:42 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-19 07:57:15 +0200 |
commit | 6ac6c7e4b77898d6d82d5565b5d8b053ecacbc64 (patch) | |
tree | 2edf3aab6dc24539926575225deadcf02b3a3138 /m4 | |
parent | f26508204bf5a51a83af294114f47e7b6c82c958 (diff) | |
download | coreutils-6ac6c7e4b77898d6d82d5565b5d8b053ecacbc64.tar.xz |
build: use gnulib's isblank module
* bootstrap.conf (gnulib_modules): Add isblank.
* src/system.h (isblank): Don't define.
* m4/check-decl.m4: Don't check for isblank declaration.
* gnulib: Update submodule to latest.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-decl.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 530c59e16..0bd7b549a 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 25 +#serial 26 # Check declarations for this package. dnl Copyright (C) 1997-2001, 2003-2006, 2008-2009 Free Software @@ -35,8 +35,6 @@ AC_DEFUN([gl_CHECK_DECLS], getpwuid, ttyname], , , $headers) - AC_CHECK_DECLS([isblank], [], [], [#include <ctype.h>]) - AC_CHECK_DECLS_ONCE([geteuid]) AC_CHECK_DECLS_ONCE([getlogin]) AC_CHECK_DECLS_ONCE([getuid]) |