bug-autoconf
[Top][All Lists]
Advanced

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

Re: find option problem in cvs autoconf testsuite


From: Akim Demaille
Subject: Re: find option problem in cvs autoconf testsuite
Date: 30 Jan 2001 11:43:17 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| Hi all,

Hi!

| 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.

People, what do we do?  Just don't mention it?  So I guess I should
get rid of -follow...



reply via email to

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