Re: Check perl module

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

 



On 09/24/16 11:59, Gavin Smith wrote:
On 24 September 2016 at 09:55, Rudra Banerjee <bnrj.rudra@xxxxxxxx> 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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux