Use /bin/echo so -n works on osx.
The 'echo' built into /bin/sh on MacOS X doesn't support -n, which confuses the AC_INIT macro. Use the separate binary which does.
Please register or sign in to comment
The 'echo' built into /bin/sh on MacOS X doesn't support -n, which confuses the AC_INIT macro. Use the separate binary which does.