[gjs] Don't force autoreconf

Kalev Lember kalev at fedoraproject.org
Tue Jul 22 12:50:33 UTC 2014


commit b5d6082f565f8aebf4c87ec04ff501d43117604d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Jul 22 14:46:17 2014 +0200

    Don't force autoreconf
    
    It was a leftover from commit f2fe80fc78c0ccdf64158e728ed34ae06f5660ec
    that patched a Makefile.am.

 gjs.spec |    2 --
 1 files changed, 0 insertions(+), 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)


More information about the scm-commits mailing list