`make` is not working
After successfully running ./bootstrap.sh and ./configure, I tried to run make command, but it doesn't work. See:
➜ syseg-dev git:(dev) ✗ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in tools
make[2]: Nothing to be done for `all'.
Making all in eg
Creating file format/Makefile from format/Makefile.m4
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4:format/Makefile.m4:26: ERROR: end of file in comment
make[2]: *** [format/Makefile] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Specifications: Macbook Pro M2 Pro (MacOS 14.3)