annotate autogen.sh @ 69:c3d4f9ee2cf1

Convert the last non-Unicode japanese comments.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Apr 2011 22:15:37 +0200
parents 2110e0cf64ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
223b71206888 Initial import
thib
parents:
diff changeset
1 #!/bin/sh
22
759202cf1756 Use automake
thib
parents: 18
diff changeset
2 autoheader && \
25
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 22
diff changeset
3 aclocal -I . && \
22
759202cf1756 Use automake
thib
parents: 18
diff changeset
4 automake --add-missing && \
759202cf1756 Use automake
thib
parents: 18
diff changeset
5 autoconf
759202cf1756 Use automake
thib
parents: 18
diff changeset
6
69
c3d4f9ee2cf1 Convert the last non-Unicode japanese comments.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 25
diff changeset
7 # gcc 3.0.2 用の修正
c3d4f9ee2cf1 Convert the last non-Unicode japanese comments.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 25
diff changeset
8 # gtkmm の autoconf が変でエラーが出るので
c3d4f9ee2cf1 Convert the last non-Unicode japanese comments.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 25
diff changeset
9 # 強制的にエラーの元になる行を削除
0
223b71206888 Initial import
thib
parents:
diff changeset
10 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new
223b71206888 Initial import
thib
parents:
diff changeset
11 #cp configure.new configure
223b71206888 Initial import
thib
parents:
diff changeset
12 #rm -f configure.new
223b71206888 Initial import
thib
parents:
diff changeset
13 ./configure $*