Chinaunix首页 | 论坛 | 博客
  • 博客访问: 326531
  • 博文数量: 90
  • 博客积分: 1585
  • 博客等级: 上尉
  • 技术积分: 964
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-26 18:33
文章分类

全部博文(90)

文章存档

2011年(10)

2010年(80)

我的朋友

分类: C/C++

2010-05-27 17:42:30

1.src/*.c *.h Makefile.am
2.hello/:
  Makefile.am
  configure.ac
3.autoscan(rm autoscan.log mv configure.sam configure.ac)
  autoheader
  aclocal
  libtoolize -c -f
  automake -a
  autoconf
  ./configure
  make
  ......
阅读(962) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~