Olaf Hering 2016-08-15 12:01:15 +00:00 committed by Git OBS Bridge
parent fa77774fa0
commit 73f3bf2fe1

View File

@ -35,6 +35,12 @@ The package includes:
%setup -n resynthesizer-master
%build
sed -i~ '
s@automake-1.7 --version@automake --version@
s@AUTOMAKE=automake-1.7@AUTOMAKE=automake@
s@ACLOCAL=aclocal-1.7@ACLOCAL=aclocal@
' autogen.sh
diff -u autogen.sh~ autogen.sh || :
./autogen.sh
%configure
make %{?_smp_mflags}