Pretty much finished hacking configure. Any requests?



On 06/10/2012 06:31 PM, Jaime Villate wrote:
> On 06/09/2012 08:05 AM, David Billinghurst wrote:
>> I have pretty much finished hacking the configure scripts.  Please 
>> let me know if I have broken anything. 
> Hi David,
> thank you for your work on this, which is very important. I have used 
> the following configuration in Ubuntu:
>
> ./configure --enable-sbcl-exec
>
> and everything worked fine at the beginning and the maxima sbcl image 
> was built correctly, but after
> that, make started to do things that should only be done for the 
> install target in Windows. Namely, it tried
> to build a Starkit for xmaxima and, of course, it failed with an error 
> message:
>     /c/programs/star/tclkitsh-win32.upx.exe: not found
As a matter of fact, the same error appears even with one of the old 
targets, such as --enable-sbcl. In other
words, the autoconf/automake process is currently broken.
Also, "make distclean" fails because there is no distclean target in 
interfaces/xmaxima/win32

Regards,
Jaime