Forcing aclocal/automake/autoconf in hope to build the thing on s390.
This commit is contained in:
parent
8f54b1da71
commit
3f950a330a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user