(AC_LIBSOURCES): Add intprops.h to the list.
authorJim Meyering <jim@meyering.net>
Wed, 18 May 2005 18:24:27 +0000 (18:24 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 May 2005 18:24:27 +0000 (18:24 +0000)
m4/fts.m4

index 414ed98..e549305 100644 (file)
--- 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.