From 4385865920ab64ed57324fe34aed455aa716533f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Feb 2007 15:51:02 +0000 Subject: [PATCH] AUTOMAKE_RPMREL = 5 --- contrib/crossrpms/autotools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/crossrpms/autotools/Makefile.am b/contrib/crossrpms/autotools/Makefile.am index f67e2e7a08..57760f45c9 100644 --- a/contrib/crossrpms/autotools/Makefile.am +++ b/contrib/crossrpms/autotools/Makefile.am @@ -9,5 +9,5 @@ AUTOCONF_RPMREL = 3 include ./autoconf.am AUTOMAKE_VERS = 1.10 -AUTOMAKE_RPMREL = 4 +AUTOMAKE_RPMREL = 5 include ./automake.am