Mercurial > otakunoraifu
view autogen.sh @ 56:c7bcc0ec2267
* replaced Grp and Text classes by the TextImpl and GrpImpl ones
* splitted scn2k.h into smaller header files
* moved some definitions from scn2k_*.cc to the header files
* moved opcode implementation to scn2k_*impl.cc
author | thib |
---|---|
date | Thu, 30 Apr 2009 19:05:09 +0000 |
parents | 2110e0cf64ac |
children | c3d4f9ee2cf1 |
line wrap: on
line source
#!/bin/sh autoheader && \ aclocal -I . && \ automake --add-missing && \ autoconf # gcc 3.0.2 用の修正 # gtkmm の autoconf が変でエラーが出るので # 強制的にエラーの元になる行を削除 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new #cp configure.new configure #rm -f configure.new ./configure $*