From d47b9492c67578f6e7fe0d138e65d694436643a1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 16 Jan 2014 06:56:41 -0600 Subject: [PATCH] move autoconf call to %prep (trivial) --- fltk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fltk.spec b/fltk.spec index d7366e8..f601bab 100644 --- a/fltk.spec +++ b/fltk.spec @@ -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=" "