From 13824a982b94792b64fcc917b6cdbb384c6344f9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 May 2005 18:24:27 +0000 Subject: [PATCH] (AC_LIBSOURCES): Add intprops.h to the list. --- m4/fts.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/fts.m4 b/m4/fts.m4 index 414ed98c2..e549305a9 100644 --- a/m4/fts.m4 +++ b/m4/fts.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FTS], [ - AC_LIBSOURCES([fts.c, fts_.h]) + AC_LIBSOURCES([fts.c, fts_.h, intprops.h]) dnl Use this version of fts unconditionally, since the GNU libc and dnl NetBSD versions have bugs and/or unnecessary limitations. -- 2.11.0