zopencommunity / autoconfport

A configuration management tool
Apache License 2.0
1 stars 3 forks source link

Added M4 path #26

Closed HarithaIBM closed 2 years ago

HarithaIBM commented 2 years ago

Added M4 path for autconf as the M4 was pointing to incorrect directory and throwing below error: autom4te: error: need GNU m4 1.4 or later: /usr/local/bin/m4

With the above path set, the autoconf is building without any issue

@MikeFultonDev @IgorTodorovskiIBM Please review the code.

Thank you!