wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
307 stars 25 forks source link

Add AC_PROG_CPP to configure.ac #81

Closed jpco closed 7 months ago

jpco commented 8 months ago

Fix building with autoconf 2.72. Resolves #77, where more detail is provided on what this fix does.

This also swaps out egrep for grep -E in ./configure, which shuts up a warning but doesn't actually make the fix happen.

Comparing configure.ac against the autoconf docs, I notice there's a lot of stuff in there that's "obsolescent". Should we go through and clean up there? Does it make sense to keep trying so hard to be portable that even the portability tool thinks it's too much?