Forcing aclocal/automake/autoconf in hope to build the thing on s390.

This commit is contained in:
Petr Machata 2006-01-09 18:40:17 +00:00
parent 8f54b1da71
commit 3f950a330a
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ commonly used to simplify the process of installing programs.
%patch7 -p1
%build
#aclocal
config/missing --run aclocal -I config
#automake -a
config/missing --run automake --gnu Makefile
#autoconf
config/missing --run autoconf
#autoreconf -f --install
%configure
#touch .deps/remote-stub.Po # Workaround for broken automake files