Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/303.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
自动工具:在./configure.sh中包含python脚本_Python_Linux_Configure_Autotools_Autoconf - Fatal编程技术网

自动工具:在./configure.sh中包含python脚本

自动工具:在./configure.sh中包含python脚本,python,linux,configure,autotools,autoconf,Python,Linux,Configure,Autotools,Autoconf,Linux C应用程序的构建是由GNU Autotools执行的,在构建过程中,我们需要查看客户机的文件系统并构建相当复杂的配置文件。从我们的角度来看,Python脚本是解决这个问题的最佳方法 那么,是否可以在内部运行自定义python脚本 /configure.sh 为此,应如何更改configure.ac和Makefile.am文件 多谢各位 我假设configure.sh是configure 当然配置只是一个shell脚本 automake有用于的设备,也有一些Python宏

Linux C应用程序的构建是由GNU Autotools执行的,在构建过程中,我们需要查看客户机的文件系统并构建相当复杂的配置文件。从我们的角度来看,Python脚本是解决这个问题的最佳方法

  • 那么,是否可以在内部运行自定义python脚本 /configure.sh
  • 为此,应如何更改configure.acMakefile.am文件

  • 多谢各位

    我假设configure.sh
    configure

  • 当然<代码>配置只是一个shell脚本
  • automake有用于的设备,也有一些Python宏