From: Jim Meyering Date: Wed, 18 May 2005 18:24:27 +0000 (+0000) Subject: (AC_LIBSOURCES): Add intprops.h to the list. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13824a982b94792b64fcc917b6cdbb384c6344f9;p=pspp (AC_LIBSOURCES): Add intprops.h to the list. --- diff --git a/m4/fts.m4 b/m4/fts.m4 index 414ed98c2d..e549305a9d 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.