Mercurial > otakunoraifu
comparison autogen.sh @ 25:2110e0cf64ac
* clean littles things in configure.ac
* added --with-visarc and --with-nwatowav
author | thib |
---|---|
date | Fri, 27 Feb 2009 19:13:00 +0000 |
parents | 759202cf1756 |
children | c3d4f9ee2cf1 |
comparison
equal
deleted
inserted
replaced
24:c9e218c2c3f1 | 25:2110e0cf64ac |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 autoheader && \ | 2 autoheader && \ |
3 aclocal -I . -I /usr/share/aclocal && \ | 3 aclocal -I . && \ |
4 automake --add-missing && \ | 4 automake --add-missing && \ |
5 autoconf | 5 autoconf |
6 | 6 |
7 # gcc 3.0.2 用の修正 | 7 # gcc 3.0.2 用の修正 |
8 # gtkmm の autoconf が変でエラーが出るので | 8 # gtkmm の autoconf が変でエラーが出るので |