Mercurial > otakunoraifu
annotate autogen.sh @ 15:38226842bac8
Fixed new_pt in global calls
author | thib |
---|---|
date | Mon, 11 Aug 2008 15:52:41 +0000 |
parents | 223b71206888 |
children | 4d7486cb20a9 |
rev | line source |
---|---|
0 | 1 #!/bin/sh |
2 autoheader | |
3 aclocal -I . -I /usr/local/share/aclocal | |
4 autoconf | |
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 $* |