"Daniel 'NebuchadnezzaR' Dehennin" <[EMAIL PROTECTED]>
writes:

> Le 4575 Septembre 1993, Matthieu Moy a tapoté:
>> Was there a particular reason to comment them out indeed?
>
> I'm not completely familiar with autotools, but it seems to me that
> they are useless in Makefiles since they are generated by the
> configure script...
>
> It seems that I'm on the wrong way ;-)

Indeed, the configure script generates a config.status script which
does the @variable@ substitution. But nothing in configure tells you
when to re-run this script.

So, the Makefile should contain such hooks to call config.status when
a source file has changed. Normally, you should run configure once
after your first checkout, and then "make" should take care of
everything (in my case, "make" was just giving me an error).

-- 
Matthieu

_______________________________________________
Xtla-el-dev mailing list
[email protected]
https://mail.gna.org/listinfo/xtla-el-dev

Reply via email to