Bug 1653

Summary: autoconf runs mawk which is not installed
Product: [Retired] Red Hat Raw Hide Reporter: sds
Component: autoconfAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-21 22:16:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sds 1999-03-21 20:54:53 UTC
$ autoconf
/usr/bin/autoconf: mawk: command not found
$ fgrep mawk /usr/bin/autoconf
: ${AWK=mawk}
$

I suggest replacing the above line with
: ${AWK=gawk}

Comment 1 Cristian Gafton 1999-03-21 22:15:59 UTC
Fixed; will show up in the next beta on the ftp site

Comment 2 Cristian Gafton 1999-03-21 22:16:59 UTC
oops, I meant to close it as FIXED instead of discard