trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

autoconf 2.70 - configure.ac has obselete macros #134

Open gene-git opened 3 years ago

gene-git commented 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.

Li-Whasaka commented 1 year ago

Have you solved this problem ?