/[autoconf]/autoconf/tests/atspecific.m4
ViewVC logotype

Diff of /autoconf/tests/atspecific.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by akim, Fri Dec 14 17:57:29 2001 UTC revision 1.68 by akim, Sun Jan 6 20:48:11 2002 UTC
# Line 214  fi Line 214  fi
214    
215  # AT_CHECK_DEFINES(CONTENT)  # AT_CHECK_DEFINES(CONTENT)
216  # -------------------------  # -------------------------
217  # Verify that config.h, once stripped is CONTENT.  # Verify that config.h, once stripped, is CONTENT.
218  # Stripping consists of keeping CPP lines (i.e. containing a hash),  # Stripping consists of keeping CPP lines (i.e. containing a hash),
219  # but those of automatically checked features (STDC_HEADERS etc.).  # but those of automatically checked features (STDC_HEADERS etc.)
220    # and symbols (PACKAGE_...).
221  # AT_CHECK_HEADER is a better name, but too close from AC_CHECK_HEADER.  # AT_CHECK_HEADER is a better name, but too close from AC_CHECK_HEADER.
222  m4_define([AT_CHECK_DEFINES],  m4_define([AT_CHECK_DEFINES],
223  [AT_CHECK([[fgrep '#' config.h |  [AT_CHECK([[fgrep '#' config.h |
224   egrep -v 'STDC_HEADERS|STD(INT|LIB)|INTTYPES|MEMORY|STRING|UNISTD|SYS_(TYPES|STAT)']],,   egrep -v 'STDC_HEADERS|STD(INT|LIB)|INTTYPES|MEMORY|PACKAGE_|STRING|SYS_(TYPES|STAT)|UNISTD']],,
225            [$1])])            [$1])])
226    
227    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26