Mercurial > otakunoraifu
view autogen.sh @ 2:422f3cb3614b
Enabled voice playing with "%04d/%04d%05d.ogg" format. Don't use a cache for this
author | thib |
---|---|
date | Fri, 01 Aug 2008 19:17:15 +0000 |
parents | 223b71206888 |
children | 4d7486cb20a9 |
line wrap: on
line source
#!/bin/sh autoheader aclocal -I . -I /usr/local/share/aclocal 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 $*