bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conversion of GNU find to use gnulib's fts interface


From: Andreas Metzler
Subject: Re: Conversion of GNU find to use gnulib's fts interface
Date: Sun, 31 Jul 2005 10:10:24 +0200
User-agent: Mutt/1.5.9i

On 2005-07-31 Andreas Metzler <address@hidden> wrote:
[...]
> "autoreconf -i" is also not happy, this might be connected:
> *prompt* autoreconf -i
> m4/withfts.m4:1: warning: underquoted definition of FIND_WITH_FTS
>   run info '(automake)Extending aclocal'
>   or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
> autoreconf: configure.in: AM_GNU_GETTEXT is used, but not 
> AM_GNU_GETTEXT_VERSION
[...]

afaict easily fixed by
----------------
Index: withfts.m4
===================================================================
RCS file: /cvsroot/findutils/findutils/m4/Attic/withfts.m4,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 withfts.m4
--- withfts.m4  30 Jul 2005 21:42:10 -0000      1.1.2.1
+++ withfts.m4  31 Jul 2005 08:01:33 -0000
@@ -1,4 +1,4 @@
-AC_DEFUN(FIND_WITH_FTS,
+AC_DEFUN([FIND_WITH_FTS],
 [AC_ARG_WITH(fts,
 [  --with-fts            Use fts() to search the filesystem],[])
 AC_DEFINE(WITH_FTS, 1, [Define if you want to use fts() to do the filesystem 
search.])
----------------
             cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]