monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] [PATCH] Broken migration code? (Merging branch to


From: Zack Weinberg
Subject: Re: [Monotone-devel] [PATCH] Broken migration code? (Merging branch to allow duplicate key names, have certs use key hash)
Date: Sun, 23 Aug 2009 19:39:59 -0700

On Sun, Aug 23, 2009 at 7:08 PM, Stephen
Leake<address@hidden> wrote:
>> [1] Makefile:897: *** Recursive variable `V_bcxx_' references itself 
>> (eventually).  Stop.
>
> I get that same error on Debian, but not on Windows.
>
> I think the problem is that AM_DEFAULT_VERBOSITY is not being set
> anywhere in the Makefile on Debian. But I don't know why; it is set on
> Windows.

Is it possibly that you have automake 1.11 on Windows but an older
version on Debian?  I should have tested with older versions.

Possible proper fix:

-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+m4_ifdef([AM_SILENT_RULES],
+  [AM_SILENT_RULES],
+  [AM_DEFAULT_VERBOSITY=1
+   AC_SUBST([AM_DEFAULT_VERBOSITY])])

in configure.ac.

zw




reply via email to

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