From 95a67e8fdbf0a7b379b5263b2b54e437361da467 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 3 Jan 2008 14:13:47 +0000 Subject: [PATCH] - Run autogen.sh before the rest of the build. - Resolves: #426892 --- flex.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flex.spec b/flex.spec index 2b72273..6c26c51 100644 --- a/flex.spec +++ b/flex.spec @@ -1,7 +1,7 @@ Summary: A tool for creating scanners (text pattern recognizers) Name: flex Version: 2.5.33 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: Development/Tools URL: http://flex.sourceforge.net/ @@ -40,6 +40,7 @@ application development. %patch4 -p1 %build +./autogen.sh %configure --disable-dependency-tracking make %{?_smp_mflags} @@ -84,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_infodir}/flex.info* %changelog +* Thu Jan 3 2008 Petr Machata - 2.5.33-12 +- Run autogen.sh before the rest of the build. + * Thu Aug 30 2007 Petr Machata - 2.5.33-11 - Add BR gawk - Fix use of awk in one of the tests