comparison autogen.sh @ 18:4d7486cb20a9

Sync with upstream
author thib
date Tue, 16 Sep 2008 15:30:03 +0000
parents 223b71206888
children 759202cf1756
comparison
equal deleted inserted replaced
17:a95c130b567b 18:4d7486cb20a9
1 #!/bin/sh 1 #!/bin/sh
2 autoheader 2 autoheader259
3 aclocal -I . -I /usr/local/share/aclocal 3 aclocal19 -I . -I /usr/local/share/aclocal
4 autoconf 4 autoconf259
5 # gcc 3.0.2 用の修正 5 # gcc 3.0.2 用の修正
6 # gtkmm の autoconf が変でエラーが出るので 6 # gtkmm の autoconf が変でエラーが出るので
7 # 強制的にエラーの元になる行を削除 7 # 強制的にエラーの元になる行を削除
8 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new 8 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new
9 #cp configure.new configure 9 #cp configure.new configure