Forcing aclocal/automake/autoconf in hope to build the thing on s390.
This commit is contained in:
parent
8f54b1da71
commit
914b0a57d3
@ -40,6 +40,12 @@ commonly used to simplify the process of installing programs.
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#aclocal
|
||||||
|
config/missing --run aclocal -I config
|
||||||
|
#automake -a
|
||||||
|
config/missing --run automake --gnu Makefile
|
||||||
|
#autoconf
|
||||||
|
config/missing --run autoconf
|
||||||
#autoreconf -f --install
|
#autoreconf -f --install
|
||||||
%configure
|
%configure
|
||||||
#touch .deps/remote-stub.Po # Workaround for broken automake files
|
#touch .deps/remote-stub.Po # Workaround for broken automake files
|
||||||
|
Loading…
Reference in New Issue
Block a user