autoconf
[Top][All Lists]
Advanced

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

Re: Check perl module


From: Gavin Smith
Subject: Re: Check perl module
Date: Sat, 24 Sep 2016 10:59:09 +0100

On 24 September 2016 at 09:55, Rudra Banerjee <address@hidden> wrote:

> But this is giving error:
>
> ./configure: line 4071: syntax error near unexpected token
> `Image::ExifTool,'
> ./configure: line 4071: `AX_PROG_PERL_MODULES( Image::ExifTool, ,)'
> What is going wrong here?

This error shows that the AX_PROG_PERL_MODULES macro has not been
expanded in the configure script. You have to make sure that that
macro is available to autoconf when it runs. Maybe you need to use
aclocal for this.



reply via email to

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