view autogen.sh @ 74:f8751d74918b default tip

Remove “duplicate” functions as they can be remplaced by a nearly-identical existing function.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 02 Apr 2011 19:13:54 +0200
parents c3d4f9ee2cf1
children
line wrap: on
line source

#!/bin/sh
autoheader && \
aclocal -I . && \
automake --add-missing && \
autoconf

# gcc 3.0.2 用の修正
# gtkmm の autoconf が変でエラーが出るので
# 強制的にエラーの元になる行を削除
#sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new
#cp configure.new configure
#rm -f configure.new
./configure $*