groff
[Top][All Lists]
Advanced

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

Re: [Groff] autoconf for GROFF_PERL


From: Bernd Warken
Subject: Re: [Groff] autoconf for GROFF_PERL
Date: Sun, 14 Apr 2013 22:34:36 +0200 (CEST)

> Von: "Werner LEMBERG" <address@hidden>

> Try something like this:
> 
>   AC_PATH_PROG([PERLPATH],
>                [perl],
>                [no])
>   if test "$PERLPATH" = "no"; then
>     AC_MSG_ERROR([perl binary not found])
>   fi

Fine.  Sdditionally `AX_PROG_PERL_VERSION' could be used for the
version check.  But it expects $PERL, not $PERLPATH.  So far, I
did not succeed in handling this.

Bernd Warken



reply via email to

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