Mercurial > otakunoraifu
annotate autogen.sh @ 18:4d7486cb20a9
Sync with upstream
author | thib |
---|---|
date | Tue, 16 Sep 2008 15:30:03 +0000 |
parents | 223b71206888 |
children | 759202cf1756 |
rev | line source |
---|---|
0 | 1 #!/bin/sh |
18 | 2 autoheader259 |
3 aclocal19 -I . -I /usr/local/share/aclocal | |
4 autoconf259 | |
0 | 5 # gcc 3.0.2 用の修正 |
6 # gtkmm の autoconf が変でエラーが出るので | |
7 # 強制的にエラーの元になる行を削除 | |
8 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new | |
9 #cp configure.new configure | |
10 #rm -f configure.new | |
11 ./configure $* |