summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
AgeCommit message (Collapse)Author
2002-07-20Require autoconf-2.53b.Jim Meyering
Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC, in place of jm_-prefixed ones.
2002-07-15(jm_MACROS): Check for the sysctl function.Jim Meyering
(jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h.
2002-06-22 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,Jim Meyering
now that configure.ac uses AC_GNU_SOURCE. (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
2002-06-21(jm_CHECK_ALL_HEADERS): Check for hurd.h.Jim Meyering
2002-06-15(jm_CHECK_ALL_TYPES): Check for st_author.Jim Meyering
2002-04-28(jm_MACROS): Remove use of AC_FUNC_STRNLEN.Jim Meyering
2002-04-28Don't AC_REQUIRE([AC_PROG_CC_STDC]).Jim Meyering
With autoconf-2.53a, it's part of AC_PROG_CC.
2002-04-28(jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).Jim Meyering
2002-04-12Don't AC_REPLACE(strnlen), now that we useJim Meyering
AC_FUNC_STRNLEN. That would end up putting two copies of strnlen.o in the library, and that makes some versions of ranlib object.
2002-03-01(jm_MACROS): Do not replace stime; no longer used.Jim Meyering
Check for clock_settime.
2002-02-26(jm_MACROS): Require AC_FUNC_ACL.Jim Meyering
Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
2002-01-26(jm_MACROS): Require autoconf-2.52g.Jim Meyering
2002-01-22(jm_MACROS): Require AC_FUNC_FSEEKO.Jim Meyering
2002-01-18(jm_MACROS): Use AC_FUNC_STRNLEN.Jim Meyering
Remove useless quotes: DF_PROG="df".
2001-12-14(jm_MACROS): Check for iswspace.Jim Meyering
Suggestion from Bruno Haible.
2001-11-17(jm_MACROS): Don't test for mkstemp here.Jim Meyering
Instead, require UTILS_FUNC_MKSTEMP.
2001-11-11(jm_MACROS): Remove code to set POW_LIBM.Jim Meyering
Now, that's done as part of AC_FUNC_STRTOD.
2001-11-08Require autoconf-2.52f.Jim Meyering
(AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD): Use these AC_-prefixed names, not the AM_-prefixed ones.
2001-11-01(jm_MACROS): Require UTILS_FUNC_DIRFD.Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): Require it.Jim Meyering
2001-09-15Check for help2man.Jim Meyering
2001-09-11Require UTILS_HOST_OS.Jim Meyering
2001-09-01(jm_MACROS): Check for canonicalize_file_name.Jim Meyering
2001-08-31(jm_MACROS):Don't require jm_AC_HEADER_INTTYPES_H.Jim Meyering
2001-08-26Require jm_AC_PREREQ_XSTRTOIMAX.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-08-05Require autoconf-2.52.Jim Meyering
2001-08-04(jm_MACROS): Reflect s/jm_/AM_/ renamings.Jim Meyering
2001-05-13(major_t, minor_t): Define to unsigned int if undefined.Jim Meyering
2001-05-09(jm_MACROS): Do not check for fseeko; no longer used.Jim Meyering
2001-03-24Require autoconf-2.49d.Jim Meyering
2001-03-02(jm_MACROS): Use mkstemp replacement if the systemJim Meyering
lacks mkstemp. Compile our own tempname.c if we compile our own mkstemp.c, as mkstemp relies on tempname.
2001-02-19(jm_CHECK_ALL_HEADERS): Check for sys/resource.h.Jim Meyering
2001-02-05Require autoconf-2.14d (not yet released), becauseJim Meyering
it includes the patch required for `large file' support with at least HP-UX's 10.20 /bin/cc.
2001-01-20Be sure that headers are checked before used in code compiledJim Meyering
for the type checks. (jm_MACROS): Remove all header checks. In place of that, invoke jm_CHECK_ALL_TYPES. (jm_CHECK_ALL_HEADERS): New functions with the above checks. (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
2001-01-14(jm_MACROS): Require vb_FUNC_RENAME.Jim Meyering
2000-12-17(jm_MACROS): Require jm_AC_DOS.Jim Meyering
2000-12-09*** empty log message ***Jim Meyering
2000-12-09(jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.Jim Meyering
2000-12-02(OFF_T_PRINTF_FORMAT_STRING): require it.Jim Meyering
2000-11-30(jm_MACROS): Add stdint.h to the list of headers.Jim Meyering
2000-11-08(jm_MACROS): Add test for wcrtomb.Jim Meyering
2000-10-21(AC_REPLACE_FUNCS): Add memrchr.Jim Meyering
2000-08-26Use jm_FUNC_FPENDING.Jim Meyering
2000-08-12Use jm_FUNC_UNLINK_BUSY_TEXT.Jim Meyering
2000-07-10Tweak a comment to make it less negative about BeOS.Jim Meyering
From Bruno Haible.
2000-07-09*** empty log message ***Jim Meyering
2000-07-09(jm_MACROS): Add a test to see if -lm is requiredJim Meyering
to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible.
2000-07-09(jm_CHECK_ALL_TYPES): Require it.Jim Meyering
2000-07-02fix typo in last changeJim Meyering