Mercurial > otakunoraifu
view autogen.sh @ 20:824b89018ea8
* CG completion percentage (maybe not working properly?)
* Removed unneeded files from the SVN
author | thib |
---|---|
date | Fri, 24 Oct 2008 16:59:14 +0000 |
parents | 4d7486cb20a9 |
children | 759202cf1756 |
line wrap: on
line source
#!/bin/sh autoheader259 aclocal19 -I . -I /usr/local/share/aclocal autoconf259 # 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 $*