|
autoconf的时候出现
configure:1690: error: possibly undefined macro: AC_PACKAGE_TARNAME
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:1691: error: possibly undefined macro: AC_PACKAGE_VERSION
[tc@Chen m_]$ autoconf
configure:1690: error: possibly undefined macro: AC_PACKAGE_TARNAME
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:1691: error: possibly undefined macro: AC_PACKAGE_VERSION
这是为什么? 这些宏是在哪里定义的讷? m4_pattern_allow是什么东东?? autoconf的文档在哪里讷? |
|