comparison autogen.sh @ 0:223b71206888

Initial import
author thib
date Fri, 01 Aug 2008 16:32:45 +0000
parents
children 4d7486cb20a9
comparison
equal deleted inserted replaced
-1:000000000000 0:223b71206888
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 $*