Signed-off-by: James Youngman <j...@gnu.org> --- ChangeLog | 2 ++ m4/withfts.m4 | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 069b479..4cf978c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ 2010-04-02 James Youngman <j...@gnu.org> + * m4/withfts.m4: Quote the first argument of AC_DEFINE. + Coding standard fix: "Warning" should be "WARNING". * find/find.c (dirchange_is_fatal): Change "Warning" to "WARNING". * find/ftsfind.c (consider_visiting): Likewise. diff --git a/m4/withfts.m4 b/m4/withfts.m4 index 247e768..c2260c6 100644 --- a/m4/withfts.m4 +++ b/m4/withfts.m4 @@ -8,6 +8,6 @@ AC_DEFUN([FIND_WITH_FTS], esac AM_CONDITIONAL(WITH_FTS, [[test x"${with_fts-no}" != xno]]) if test x"${with_fts-no}" != xno ; then - AC_DEFINE(WITH_FTS, 1, [Define if you want to use fts() to do the filesystem search.]) + AC_DEFINE([WITH_FTS], 1, [Define if you want to use fts() to do the filesystem search.]) fi ]) -- 1.5.6.5 _______________________________________________ Findutils-patches mailing list Findutils-patches@gnu.org http://lists.gnu.org/mailman/listinfo/findutils-patches