Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92582 - auto{conf,make}-wrapper calls awk unconditionally
Summary: auto{conf,make}-wrapper calls awk unconditionally
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-14 05:23 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-14 05:23:04 UTC
Currently both autoconf and automake wrappers calls awk directly, but uses a syntax which is gawk specific.

The quick fix is just calling gawk which works as expected. Should I submit the trivial patch or it's enough stated as is? :)

Thanks, Diego
Comment 1 SpanKY gentoo-dev 2005-05-14 10:42:00 UTC
fixed