automake编译脚本

来源:互联网 发布:小学生模拟考试软件 编辑:程序博客网 时间:2024/05/21 06:42

#!/bin/bash

touch NEWS README ChangeLog AUTHORS

cp -f /usr/share/automake-1.9/compile .
cp -f /usr/share/automake-1.9/depcomp .

aclocal
autoheader
autoconf
automake -a