hackerschoice / gsocket

Connect like there is no firewall. Securely.
https://www.gsocket.io
BSD 2-Clause "Simplified" License
1.53k stars 129 forks source link

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

Closed SkyperTHC closed 2 years ago

SkyperTHC commented 3 years ago

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.

SkyperTHC commented 2 years ago

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...