wolfSSL/wolfCLU

Warnings in autotools

embhorn opened this issue · 1 comments

After running ./autogen.sh

autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal -I m4 -I config --force -I m4
autoreconf: running: /usr/bin/autoconf --include=m4 --include=config --force
configure.ac:17: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:17: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:17: the top level
configure.ac:60: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:60: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:60: the top level
autoreconf: running: /usr/bin/autoheader --include=m4 --include=config --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:38: installing 'build-aux/compile'
configure.ac:22: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
autoreconf: Leaving directory '.'

Seems to be related to a newer version of autotools on my machine. Closing this issue.