speed up incremental builds: %reconfigure instead of autogen 39/83539/2
authorKonrad Lipinski <konrad.l@samsung.com>
Thu, 11 Aug 2016 12:27:41 +0000 (14:27 +0200)
committerKonrad Lipinski <konrad.l@samsung.com>
Tue, 16 Aug 2016 11:02:33 +0000 (13:02 +0200)
Change-Id: I90aa6c14568fbefc981650c7c1beb56f26c66747

packaging/glib2.spec

index d65b27f..35fb70c 100644 (file)
@@ -185,8 +185,7 @@ if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
 fi
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
+%reconfigure \
     --enable-static \
 %if 0%{?with_systemtap}
     --enable-systemtap \