groff
[Top][All Lists]
Advanced

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

Re: [Groff] error handling if Perl is not suitable


From: Werner LEMBERG
Subject: Re: [Groff] error handling if Perl is not suitable
Date: Sun, 14 Apr 2013 01:07:30 +0200 (CEST)

> have_perl:
>       @command -v perl || ( echo "need perl" >&2; exit 1 )
> 
> Add that to the Makefile and make have_perl a prerequisite for some
> early target.

Nice, but...

> Would that do what you want?  

no.  The test for perl should be at configure time, not runtime.


    Werner



reply via email to

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