文件名称:autotools-scripts:具有Shell脚本的GNU Autotools的模板项目
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-03 11:31:40
Shell
脚本自动工具-模板项目 该模板项目演示了如何使用GNU自动工具(autoconf + automake)来打包shell脚本(带有可选的数据文件)。 用法 自动工具构建系统可实现以下功能: # required if checked out from git ./bootstrap # generate the script 'autotools-script-demo' from # 'autotools-script-demo.sh' with the custom PATH and option (foobar) ./configure --prefix /tmp/demo --enable-foobar # install the script in /tmp/demo/bin/, # and the data file in /tmp/demo/share/autotools-
【文件预览】:
autotools-scripts-master
----bootstrap(214B)
----config()
--------git-version-gen(8KB)
----autotools-script-demo.sh(3KB)
----data.txt(16B)
----Makefile.am(860B)
----.gitignore(405B)
----README.md(2KB)
----configure.ac(2KB)