Mercurial > otakunoraifu
comparison autogen.sh @ 69:c3d4f9ee2cf1
Convert the last non-Unicode japanese comments.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 01 Apr 2011 22:15:37 +0200 |
parents | 2110e0cf64ac |
children |
comparison
equal
deleted
inserted
replaced
68:043d5db57474 | 69:c3d4f9ee2cf1 |
---|---|
2 autoheader && \ | 2 autoheader && \ |
3 aclocal -I . && \ | 3 aclocal -I . && \ |
4 automake --add-missing && \ | 4 automake --add-missing && \ |
5 autoconf | 5 autoconf |
6 | 6 |
7 # gcc 3.0.2 Ѥν | 7 # gcc 3.0.2 用の修正 |
8 # gtkmm autoconf Ѥǥ顼ФΤ | 8 # gtkmm の autoconf が変でエラーが出るので |
9 # Ū˥顼θˤʤԤ | 9 # 強制的にエラーの元になる行を削除 |
10 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new | 10 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new |
11 #cp configure.new configure | 11 #cp configure.new configure |
12 #rm -f configure.new | 12 #rm -f configure.new |
13 ./configure $* | 13 ./configure $* |