From 05ab2acaf72797d7d85fea90f691e064dd334326 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Nov 2008 04:21:15 +0000 Subject: [PATCH] Bump AUTOCONF_RPMREL AUTOMAKE_RPMREL --- contrib/crossrpms/autotools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/crossrpms/autotools/Makefile.am b/contrib/crossrpms/autotools/Makefile.am index 5dedbb5fad..25f6f1bcb0 100644 --- a/contrib/crossrpms/autotools/Makefile.am +++ b/contrib/crossrpms/autotools/Makefile.am @@ -5,9 +5,9 @@ include $(top_srcdir)/mkspec.am AUTOCONF_VERS = 2.61 -AUTOCONF_RPMREL = 5 +AUTOCONF_RPMREL = 6%{?dist} include ./autoconf.am AUTOMAKE_VERS = 1.10 -AUTOMAKE_RPMREL = 5 +AUTOMAKE_RPMREL = 6%{?dist} include ./automake.am