Mercurial > otakunoraifu
comparison autogen.sh @ 22:759202cf1756
Use automake
author | thib |
---|---|
date | Sat, 01 Nov 2008 21:14:12 +0000 |
parents | 4d7486cb20a9 |
children | 2110e0cf64ac |
comparison
equal
deleted
inserted
replaced
21:d1bb7b365816 | 22:759202cf1756 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 autoheader259 | 2 autoheader && \ |
3 aclocal19 -I . -I /usr/local/share/aclocal | 3 aclocal -I . -I /usr/share/aclocal && \ |
4 autoconf259 | 4 automake --add-missing && \ |
5 autoconf | |
6 | |
5 # gcc 3.0.2 用の修正 | 7 # gcc 3.0.2 用の修正 |
6 # gtkmm の autoconf が変でエラーが出るので | 8 # gtkmm の autoconf が変でエラーが出るので |
7 # 強制的にエラーの元になる行を削除 | 9 # 強制的にエラーの元になる行を削除 |
8 #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 |
9 #cp configure.new configure | 11 #cp configure.new configure |