[mutt] run autoreconf to use proper tool versions

Jan Pacner jpacner at fedoraproject.org
Thu May 1 10:29:28 UTC 2014


commit f268ee624097ddd2a2e40990660b985b9fdefaab
Author: Jan Pacner <jpacner at redhat.com>
Date:   Thu May 1 12:29:42 2014 +0200

    run autoreconf to use proper tool versions

 mutt.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mutt.spec b/mutt.spec
index c88c472..0f98843 100644
--- a/mutt.spec
+++ b/mutt.spec
@@ -71,8 +71,8 @@ for selecting groups of messages.
 %prep
 # unpack; cd
 %setup -q
-# mutt`s autoreconf --install && ./configure
-#./prepare -V
+# do not run ./prepare -V, because it also runs ./configure
+autoreconf --install
 %patch1 -p1 -b .muttrc
 %patch2 -p1 -b .cabundle
 %patch3 -p1 -b .syncdebug


More information about the scm-commits mailing list