[cvs] Allow configuration with automake-1.13.1

Petr Pisar ppisar at fedoraproject.org
Tue Feb 12 12:28:07 UTC 2013


commit 43e5c767b8b5df127a84d4de515ad54b0b77d93a
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Feb 12 11:27:40 2013 +0100

    Allow configuration with automake-1.13.1

 cvs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cvs.spec b/cvs.spec
index 29315cc..4e58ece 100644
--- a/cvs.spec
+++ b/cvs.spec
@@ -184,7 +184,7 @@ for F in FAQ; do
 done
 
 %build
-autoreconf
+autoreconf --install
 
 %if %{pamified} 
     PAM_CONFIG="--enable-pam"
@@ -274,6 +274,7 @@ exit 0
 %changelog
 * Tue Feb 12 2013 Petr Pisar <ppisar at redhat.com> - 1.11.23-29
 - Correct handling systemd service (bug #737264)
+- Allow configuration with automake-1.13.1
 
 * Tue Aug 28 2012 Petr Pisar <ppisar at redhat.com> - 1.11.23-28
 - Document patches and add Public Domain license


More information about the scm-commits mailing list