Open gene-git opened 3 years ago
autoconf 2.70 was released on December 8th and brings quite a few changes, some are not backward compatible. The r elease note is here:
https://lwn.net/Articles/839395/
configure.ac needs to be updated.
There are now warnings during build: configure.ac:64: warning: The macro AC_PROG_CC_C99' is obsolete. configure.ac:66: warning: The macroAC_PROG_LIBTOOL' is obsolete. configure.ac:890: warning: AC_OUTPUT should be used without arguments.
AC_PROG_CC_C99' is obsolete. configure.ac:66: warning: The macro
Have you solved this problem ?
autoconf 2.70 was released on December 8th and brings quite a few changes, some are not backward compatible. The r elease note is here:
https://lwn.net/Articles/839395/
configure.ac needs to be updated.
There are now warnings during build: configure.ac:64: warning: The macro
AC_PROG_CC_C99' is obsolete. configure.ac:66: warning: The macro
AC_PROG_LIBTOOL' is obsolete. configure.ac:890: warning: AC_OUTPUT should be used without arguments.