From b5d6082f565f8aebf4c87ec04ff501d43117604d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 22 Jul 2014 14:46:17 +0200 Subject: [PATCH] Don't force autoreconf It was a leftover from commit f2fe80fc78c0ccdf64158e728ed34ae06f5660ec that patched a Makefile.am. --- gjs.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/gjs.spec b/gjs.spec index 7c425a3..8a99d1d 100644 --- a/gjs.spec +++ b/gjs.spec @@ -45,8 +45,6 @@ Files for development with %{name}. %prep %setup -q -rm -f configure - %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; %configure --disable-static)