You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with AC_CONFIG_HEADER, it's obsolete.
$ sudo autoreconf -i -f
configure.ac:26: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:26: the top level
configure.ac:29: installing './compile'
configure.ac:24: installing './install-sh'
configure.ac:24: installing './missing'
Makefile.am: installing './depcomp'
It must be AC_CONFIG_HEADERS, in "configure.ac" with final 'S'
Solution in case someone got it in Debian based OS (Ubuntu)
Based from this issue DIGImend/uclogic-tools#4
The text was updated successfully, but these errors were encountered: