

4000多行的./configure和500多行的Makefile终于可以把自己从菜鸟伪装成高手了

附件是用automake生成的helloworld安装程序
安装方法
代码: 全选
./configure
make
sudo make install
代码: 全选
helloworld
代码: 全选
Hello, world!
代码: 全选
sudo make uninstall
代码: 全选
./configure
make
sudo make install
代码: 全选
helloworld
代码: 全选
Hello, world!
代码: 全选
sudo make uninstall