annotate autogen.sh @ 0:223b71206888

Initial import
author thib
date Fri, 01 Aug 2008 16:32:45 +0000
parents
children 4d7486cb20a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
223b71206888 Initial import
thib
parents:
diff changeset
1 #!/bin/sh
223b71206888 Initial import
thib
parents:
diff changeset
2 autoheader
223b71206888 Initial import
thib
parents:
diff changeset
3 aclocal -I . -I /usr/local/share/aclocal
223b71206888 Initial import
thib
parents:
diff changeset
4 autoconf
223b71206888 Initial import
thib
parents:
diff changeset
5 # gcc 3.0.2 用の修正
223b71206888 Initial import
thib
parents:
diff changeset
6 # gtkmm の autoconf が変でエラーが出るので
223b71206888 Initial import
thib
parents:
diff changeset
7 # 強制的にエラーの元になる行を削除
223b71206888 Initial import
thib
parents:
diff changeset
8 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new
223b71206888 Initial import
thib
parents:
diff changeset
9 #cp configure.new configure
223b71206888 Initial import
thib
parents:
diff changeset
10 #rm -f configure.new
223b71206888 Initial import
thib
parents:
diff changeset
11 ./configure $*