赞
踩
1. 解决依赖的软件:
系统环境:[红帽企业Linux.6.4.64位服务器版].rhel-server-6.4-x86_64
源码制作中使用到的软件为GNU M4,GNU autoconf,GNU automake;GNU autoconf,GNU automake两者之间存在依赖关系:在安装automake之前要完成autoconf的安装。
该系统中这几个软件包分别是:
autoconf-2.63-5.1.el6.noarch.rpm
automake-1.11.1-4.el6.noarch.rpm
2. 编写要打包的C程序;
3. 运行autoscan命令。#Autoscan ,autoscan扫描源代码生成autoscan.log,configure.scan文件。configure.scan包含了系统配置的基本选项,里面都是一些宏定义,autoscan可以用目录名做为参数,但如果你不使用参数的话,那么autoscan将认为使用的是当前目录;
4. 修改configure.scan文件。并将文件重命名为:configure.in,只有这样运行autoconf才会识别出来这个文件。
-*-Autoconf -*-
# Process this file with autoconf to produce aconfigure script.
AC_PREREQ([2.68])
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。