bug-autoconf
[Top][All Lists]
Advanced

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

find option problem in cvs autoconf testsuite


From: Nicolas Joly
Subject: find option problem in cvs autoconf testsuite
Date: Fri, 26 Jan 2001 13:15:07 +0100
User-agent: Mutt/1.2.4i

Hi all,

I just noticed a small problem in `tests/atgeneral.m4' :

[...]
    AS_BOX([Testing suite log for $at_package $at_version])
    echo

    # Try to find a few ChangeLogs in case it might help determining the
    # exact version.
    find "$at_top_srcdir" -follow -maxdepth 3 -name ChangeLog \
      -exec echo {} : ';' \
      -exec sed 's/^/| /;10q' {} ';' \
      -exec echo ';'
[...]

`-maxdepth' find option seems to be GNU find specific. Tru64 v5.1, NetBSD 1.5
and Solaris 2.5 find commands do not understand it.

-- 
Nicolas Joly

Informatique Scientifique
Institut Pasteur, Paris.



reply via email to

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