zopencommunity/m4port

m4 'git' build fails due to internal 'git' usage

MikeFultonDev opened this issue · 1 comments

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...

using our git now