Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m4: Replace obsolete AC_ERROR with AC_MSG_ERROR.
AC_ERROR is triggering a warning on systems with autoconf 2.70+: $ ./boot.sh ... configure.ac:174: warning: The macro `AC_ERROR' is obsolete. configure.ac:174: You should run autoupdate. ... Replace with AC_MSG_ERROR that is supported in all versions of autoconf that we care about (2.63+). Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information