JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

configure.ac语法规则

发布时间 2023-10-30 16:16:13作者: 秋来叶黄

AC_CONFIG_FILES

所有的Makefile.ac文件必须在AC_CONFIG_FILES中指定

AC_CONFIG_FILES([
	lib/Makefile
	lib/aaa/Makefile
	lib/bbb/Makefile
	lib/ccc/Makefile
	web/Makefile
	tools/Makefile
	tools/ddd/Makefile
	tools/eee/Makefile
	tools/fff/Makefile
	Makefile
	])

如果没有指定,就不会生成对应的Makefile,编译时就找不到。

    本栏目推荐文章
  • 盘点C#最有价值的10个语法糖
  • ThingsKit 物联网平台 可视化规则引擎发布
  • 零基础入门Vue之梦开始的地方——插值语法
  • SDC语法
  • 微信小程序 WXML模板语法——事件绑定
  • 微信小程序 WXML模板语法——数据绑定
  • [Vue warn]: Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".
  • SpringBoot配置报错:Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class
  • JS基础(一)引入方式,基本语法,数据类型,类型转换,原始类型和引用类型的区别
  • android编译kanzi 问题 (2) Gradle sync failed: NDK not configured. Download it with SDK manager. Preferred NDK version is '21.1.6352462'.
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们