hackerschoice / gsocket

Connect like there is no firewall. Securely.

Home Page:https://www.gsocket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automake/autoconf and configure does not check if 'make' is available

SkyperTHC opened this issue · comments

error : config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).

What a piece of shit. Doesnt check its own dependencies.

AC_CHECK_PROG([MAKE_CHECK], [make], [yes], [no])
AS_IF([test x$MAKE_CHECK = xno], [AC_MSG_ERROR([make not found])])

fixed in upcoming release...