代码改变世界

LINUX C

2013-08-18 00:49  anjsoft  阅读(134)  评论(0编辑  收藏  举报

1.生成configure

  a. autoscan =>configure.scan => configure.in

  b. aclocal  => aclocal.m4

  c.  autoconf => configure

2. 新建Makefile.am

  AUTOMAKE_OPTIONS=foreign
bin_PROGRAMS=helloworld
helloworld_SOURCES=helloworld.c

3. automake  => Makefile.in

4.  ./configure => Makefile