Try removing AM_PROG_AR as well. I will fix the issue in future.
Best Regards, Igor On Wed, Oct 24, 2018 at 1:41 PM wt <[email protected]> wrote: > Hi Igor > > *I tried as a standard user and i get this* > > ubuntu@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp$ libtoolize > && aclocal && autoheader && automake --add-missing && autoreconf > ./configure.ac --enable-odbc --disable-node --disable-core > aclocal:configure.ac:32: warning: macro `AM_SILENT_RULES' not found in > library > aclocal:configure.ac:36: warning: macro `AM_PROG_AR' not found in library > Useless use of /d modifier in transliteration operator at > /usr/share/automake-1.9/Automake/Wrap.pm line 60. > aclocal:configure.ac:32: warning: macro `AM_SILENT_RULES' not found in > library > aclocal:configure.ac:36: warning: macro `AM_PROG_AR' not found in library > configure.ac:32: error: possibly undefined macro: AM_SILENT_RULES > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:36: error: possibly undefined macro: AM_PROG_AR > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > > > *I then tried removing that line from the file and i get this* > > ubuntu@ip-10-112-47-3:/ignite2.7/ignite/modules/platforms/cpp$ libtoolize > && > aclocal && autoheader && automake --add-missing && autoreconf ./ > configure.ac > --enable-odbc --disable-node --disable-core > aclocal:configure.ac:36: warning: macro `AM_PROG_AR' not found in library > Useless use of /d modifier in transliteration operator at > /usr/share/automake-1.9/Automake/Wrap.pm line 60. > aclocal:configure.ac:36: warning: macro `AM_PROG_AR' not found in library > configure.ac:36: error: possibly undefined macro: AM_PROG_AR > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
