事先有更新过autoconf automake libtool
tslib运行autogen.sh报错error: possibly undefined macro: AC_MSG_ERROR的解决办法!

但是执行./autogen.sh的时候报错
tslib运行autogen.sh报错error: possibly undefined macro: AC_MSG_ERROR的解决办法!
看错误信息提示缺少宏,百度后,缺少这些宏,是有些工具没有安装或者不是最新版本

error: possibly undefined macro: AC_MSG_ERROR
error: possibly undefined macro: AC_SUBST

对应下表,将以下安装并升级到相应或者更高的版本

tslib运行autogen.sh报错error: possibly undefined macro: AC_MSG_ERROR的解决办法!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2021-04-02
  • 2021-11-30
  • 2022-12-23
  • 2021-08-17
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-08-30
  • 2022-02-22
相关资源
相似解决方案