Hi,

On Fri, Sep 22, 2023 at 05:08:15PM +0200, Mattias Andrée wrote:
> 
> You can used make to run ./configure automatically, all you need to do is 
> simply
> rename Makefile to makefile.in, let ./configure run `ln -s makefile.in 
> makefile`
> and create a new file named Makefile containing:
> 
>       .POSIX:
>       .DEFAULT:
>               ./configure
>               $(MAKE) -f makefile $@

I used this technique in scc at the beginning (in my case for inclusion
dependencies, not for configurE), but it was a bit confusing for people
and then I switched it to other solution that I think is  worse.  Maybe
it is time to go back and use this solution again.

Regards,

Reply via email to