avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Avarice (CVS) USB problems under Linux


From: Gerard Marull Paretas
Subject: Re: [avr-gcc-list] Avarice (CVS) USB problems under Linux
Date: Mon, 23 Jul 2007 00:38:00 +0200

I just remembered of that:

When I downloaded avarice from CVS, I found an error when running Bootstrap:

configure.ac:31: option `no-dist-gzip' not recognized

Changing the line 31 from:
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
to:
AM_INIT_AUTOMAKE([dist-bzip2])

removed the problem. Without doing that, Makefile.in files were not created so I could not compile.

Why this problem?

Gerard.

reply via email to

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