home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / recode-3.2.4 / aclocal.m4 next >
Encoding:
M4 Source File  |  1992-08-22  |  291 b   |  10 lines

  1. dnl Local additions to Autoconf macros.
  2. dnl Copyright (C) 1992 Free Software Foundation, Inc.
  3. dnl Francois Pinard <pinard@iro.umontreal.ca>, 1992.
  4. dnl
  5. define(FP_STDC_CHECK,
  6. [echo checking if __STDC__ defined
  7. AC_TEST_CPP([#ifdef __STDC__
  8. #include <nonexistent.h>
  9. #endif], [U=_])AC_SUBST(U)])
  10.