Advertisement
FacetedFox

Untitled

Feb 26th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ./icedtea-2.6.16/configure.ac:dnl OpenJDK's README-builds.html lists gawk as a build dependency so we
  2. ./icedtea-2.6.16/configure.ac:IT_FIND_TOOL([GAWK], [gawk])
  3. ./icedtea-2.6.16/configure:for ac_prog in gawk mawk nawk awk
  4. ./icedtea-2.6.16/configure: # Extract the first word of "${ac_tool_prefix}gawk", so it can be a program name with args.
  5. ./icedtea-2.6.16/configure:set dummy ${ac_tool_prefix}gawk; ac_word=$2
  6. ./icedtea-2.6.16/configure: # Extract the first word of "gawk", so it can be a program name with args.
  7. ./icedtea-2.6.16/configure:set dummy gawk; ac_word=$2
  8. ./icedtea-2.6.16/configure: as_fn_error $? "The following program was not found on the PATH: gawk" "$LINENO" 5
  9. ./icedtea-2.6.16/ChangeLog: * configure.ac: Comment explicit gawk check.
  10. ./icedtea-2.6.16/ChangeLog: * configure.ac: Use FIND_TOOL for essential tools, add gawk check.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement