m4 'git' build fails due to internal 'git' usage
MikeFultonDev opened this issue · 1 comments
MikeFultonDev commented
m4 build performs it's own 'git' to pull down files for the gnulib dependency.
These files are ascii and untagged, so subsequent processing fails.
The 'right' way to tackle this is to pre-req our git which should tag these files as ISO8859-1 automatically.
@IgorTodorovskiIBM fyi...
MikeFultonDev commented
using our git now