move autoconf call to %prep (trivial)

This commit is contained in:
Rex Dieter 2014-01-16 06:56:41 -06:00
parent 3ebe1e2d2f
commit d47b9492c6

View File

@ -124,11 +124,11 @@ Requires: %{name}-devel
# verbose build output
sed -i.silent '\,^.SILENT:,d' makeinclude.in
autoconf
%build
autoconf
# using --with-optim, so unset CFLAGS/CXXFLAGS
export CFLAGS=" "
export CXXFLAGS=" "