X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fjm-macros.m4;h=ebc1946ca90486f19d0f464a250286fb3340de90;hb=d5cb2b575ebfd62dd3a52ab3398fe4b1eae03aed;hp=63319cd8466106d3455aa749e79ad83ec84820ab;hpb=4a11ac99187ee4b72946a106078d65e2d911bc97;p=gnulib.git diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 63319cd84..ebc1946ca 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 15 +#serial 16 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -198,13 +198,9 @@ AC_DEFUN(jm_CHECK_ALL_TYPES, # Emit this code into config.h.in. # The ifndef is to avoid redefinition warnings. AH_VERBATIM([_GNU_SOURCE], [#ifndef _GNU_SOURCE -# undef _GNU_SOURCE +# define _GNU_SOURCE #endif]) - # Enable GNU extensions. - AC_DEFINE([_GNU_SOURCE], 1, - [Enable GNU extensions on systems that have them.]) - dnl This test must come as early as possible after the compiler configuration dnl tests, because the choice of the file model can (in principle) affect dnl whether functions and headers are available, whether they work, etc.