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. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf