[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] Building monotone with Debian (Sarge)
From: |
Tom Tromey |
Subject: |
Re: [Monotone-devel] Building monotone with Debian (Sarge) |
Date: |
12 Nov 2003 12:24:05 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "graydon" == graydon hoare <address@hidden> writes:
graydon> yeah, the README mentions it needs automake 1.7. I thought the line
graydon> AM_INIT_AUTOMAKE(1.7.1) in configure.ac would require it properly, but
graydon> it appears I need to also extend
1.4 doesn't know about AM_INIT_AUTOMAKE(options), and it wouldn't scan
configure.ac anyway. You only need to add 1.7.1 to AUTOMAKE_OPTIONS
in Makefile.am if you care about this particular failure mode.
Tom