Mercurial > hg > octave-kai > gnulib-hg
changeset 5864:1f5157738ecd
(AC_LIBSOURCES): Add intprops.h to the list.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 18 May 2005 18:24:27 +0000 |
parents | 9902cdf3485f |
children | b56e4ab06e2e |
files | m4/fts.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ 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.