remove automake check
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=5
This commit is contained in:
parent
fa77774fa0
commit
73f3bf2fe1
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user