autoconf
[Top][All Lists]
Advanced

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

Re: Check perl module


From: Thomas Jahns
Subject: Re: Check perl module
Date: Mon, 26 Sep 2016 00:14:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0

On 09/24/16 11:59, Gavin Smith wrote:
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.

As a matter of style, you also might want to quote Image::ExitTool and remove empty arguments as in:

AX_PROG_PERL_MODULES([Image::ExifTool])

Thomas




reply via email to

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