From: Paul Eggert Date: Mon, 17 Apr 2006 23:22:16 +0000 (+0000) Subject: (gl_FILEMODE): Check for strmode declaration. X-Git-Tag: v6.0~473 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54cf93b996c98d8b77f5f3f42f019c0de25ba80b;p=thirdparty%2Fcoreutils.git (gl_FILEMODE): Check for strmode declaration. --- diff --git a/m4/filemode.m4 b/m4/filemode.m4 index 3b6ccb9244..2b9334f853 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]) ])