diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-17 23:22:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-17 23:22:16 +0000 |
commit | 54cf93b996c98d8b77f5f3f42f019c0de25ba80b (patch) | |
tree | 4df666cf8cf2eb6633217db1ca94aa5279bcc3df /m4 | |
parent | 99277ba7c63b67486e8e8e46925ad0c28e78ec80 (diff) | |
download | coreutils-54cf93b996c98d8b77f5f3f42f019c0de25ba80b.tar.xz |
(gl_FILEMODE): Check for strmode declaration.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/filemode.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/filemode.m4 b/m4/filemode.m4 index 3b6ccb924..2b9334f85 100644 --- a/m4/filemode.m4 +++ b/m4/filemode.m4 @@ -1,5 +1,5 @@ -# filemode.m4 serial 5 -dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc. +# filemode.m4 serial 6 +dnl Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -8,4 +8,5 @@ AC_DEFUN([gl_FILEMODE], [ AC_LIBSOURCES([filemode.c, filemode.h]) AC_LIBOBJ([filemode]) + AC_CHECK_DECLS_ONCE([strmode]) ]) |