Dimitrios a écrit :
> I've been trying to run the speedtouch CVS driver on FreeBSD 5.2.1 without success.
> 
> First of all, the Makefile scripts are broken and won't compile cleanly, the problem
> appears when 'sed' is executed. For example, the Makefile.in has:
> 
> -e 's,@bindir\@,$(bindir),g' \
> 
> its missing a \ before the first @, it should be:
> 
> -e 's,[EMAIL PROTECTED]@,$(bindir),g' \
> 
> 
> also, lines like:
> 
> $(edit) $< > [EMAIL PROTECTED]
> 
> should use correct redirection:
> 
> 
> $(edit) <speedtouch-setup.in > [EMAIL PROTECTED]
> 
> 
> Once all these mistakens are corrected in all the Makefile.in (two of them to be 
> specific)
> then the driver compiles and installs without further problems.

I applied your suggestion in the CVS version. Could you test them ? (I 
only test them on GNU/Linux and I don't think it will harm on other 
platform).

However, I already tested the code on FreeBSD 5.2.1 and do not have the 
problem you reported... Furthermore, I take the code from the info page 
of autoconf... You might also contact them to update their info page.

Benoit PAPILLAULT

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to