From c1a25af95424ce61c2ccb037cba186814a98640e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 3 Aug 2006 04:28:43 +0000 Subject: [PATCH] Use hard-coded %release. --- 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 72cb9cb71e..bb0f9237d8 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.60 -AUTOCONF_RPMREL = @VERSION@ +AUTOCONF_RPMREL = 1 include ./autoconf.am AUTOMAKE_VERS = 1.9.6 -AUTOMAKE_RPMREL = @VERSION@ +AUTOMAKE_RPMREL = 1 include ./automake.am