Home | History | Annotate | Download | only in dist
History log of /src/external/gpl2/gmake/dist/configure
RevisionDateAuthorComments
 1.4  02-Jan-2026  mrg more updates for modern compilers / C versions.

ar_scan() takes a "void *" for both it's last arg, and the func's
last arg. adjust some callbacks to cope without casts.

in configure, use return instead of exit(3) to avoid wanting stdlib.h.

if wanting a void signal retsigtype, use the right function (XXX, maybe
just give up and remove all this now in 2026.)

remove checks for __GNU_LIBRARY__ before including stdlib.h or unistd.h,
so that valid prototypes are enabled, and remove incomplete prototypes
for them from these sources (eg, getenv(), getopt(), errno.)

avoid using bsd_signal entirely as a name, by defining it to
gmake_bsd_signal() after including signal.h.


fixes builds for me on netbsd using GCC 12, 14, and 15.
 1.3  01-May-2018  nonaka gmake: Revert configure r1.2 and configure.in r1.2.

> gmake: Apply patch to support GLIBC glob interface v2
>
> http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116
>
> Fix a build failure on Ubuntu 18.04.

Don't apply an imcompatible license patch.
 1.2  28-Apr-2018  nonaka gmake: Apply patch to support GLIBC glob interface v2

http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116

Fix a build failure on Ubuntu 18.04.
 1.1  18-Aug-2014  christos branches: 1.1.1;
Initial revision
 1.1.1.1  18-Aug-2014  christos import latest gpl2 make

RSS XML Feed