From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 Description of problem: When compiling modutils on a system without autoconf213, the compile halts. Version-Release number of selected component (if applicable): modutils-2.4.25-8 How reproducible: Always Steps to Reproduce: rpmbuild -bb SPEC/modutils.spec Actual Results: comile halts during configure Expected Results: built rpm Additional info: Please apply this patch to the spec file: --- modutils.spec.orig 2003-07-16 15:18:30.000000000 -0400 +++ modutils.spec 2003-07-16 15:18:45.000000000 -0400 @@ -26,7 +26,7 @@ Exclusiveos: Linux Prereq: /sbin/chkconfig sh-utils Obsoletes: modules -BuildPrereq: bison flex zlib-devel +BuildPrereq: bison flex zlib-devel autoconf213 BuildRoot: %{_tmppath}/%{name}-root %description
Buildreq for /usr/bin/autoconf-2.13 added, will be in future builds.