Check perl module

2016-09-24 Thread Rudra Banerjee
Hi, In my configure.ac, I want to check in this perl module exiftool (http: //search.cpan.org/~exiftool/Image-ExifTool-10.20/lib/Image/ExifTool.pod ) exists as: AX_PROG_PERL_MODULES( Image::ExifTool, ,) But this is giving error: ./configure: line 4071: syntax error near unexpected token `Image:

Re: Check perl module

2016-09-24 Thread Gavin Smith
On 24 September 2016 at 09:55, Rudra Banerjee 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

Re: Check perl module

2016-09-24 Thread Rudra Banerjee
Hi, Thanks a lot. Do you know if there is a similar things for python(3) modules? On Sat, 2016-09-24 at 10:59 +0100, Gavin Smith wrote: > On 24 September 2016 at 09:55, Rudra Banerjee > wrote: > > > > > But this is giving error: > > > > ./configure: line 4071: syntax error near unexpected token