Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | Require 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-15 | Check for help2man. | Jim Meyering | |
2001-09-11 | Require 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-26 | Require jm_AC_PREREQ_XSTRTOIMAX. | Jim Meyering | |
2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
2001-08-05 | Require 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-24 | Require autoconf-2.49d. | Jim Meyering | |
2001-03-02 | (jm_MACROS): Use mkstemp replacement if the system | Jim 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-05 | Require autoconf-2.14d (not yet released), because | Jim Meyering | |
it includes the patch required for `large file' support with at least HP-UX's 10.20 /bin/cc. | |||
2001-01-20 | Be sure that headers are checked before used in code compiled | Jim 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-26 | Use jm_FUNC_FPENDING. | Jim Meyering | |
2000-08-12 | Use jm_FUNC_UNLINK_BUSY_TEXT. | Jim Meyering | |
2000-07-10 | Tweak 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 required | Jim 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-02 | fix typo in last change | Jim Meyering | |
2000-07-02 | Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵ | Jim Meyering | |
AC_LIBOBJ([function_name]). | |||
2000-06-21 | (AC_REPLACE_FUNCS): Add getpass. | Jim Meyering | |
2000-06-19 | (AC_REPLACE_FUNCS): Remove mkdir. | Jim Meyering | |
2000-06-17 | s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/ | Jim Meyering | |
2000-06-03 | Use jm_GLIBC21. | Jim Meyering | |
2000-05-28 | (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from | Jim Meyering | |
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2000-05-28 | s/jm_FUNC_STRERROR_R/AC_FUNC_STRERROR_R/. | Jim Meyering | |
2000-05-24 | Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. | Jim Meyering | |
2000-05-06 | (AC_REPLACE_FUNCS): Add strnlen. | Jim Meyering | |
2000-05-06 | AC_REPLACE_FUNCS(atexit). | Jim Meyering | |
2000-05-06 | Require fetish_FUNC_RMDIR_NOTEMPTY. | Jim Meyering | |
2000-05-05 | (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS call for clock_gettime. | Jim Meyering | |
(LIB_CLOCK_GETTIME): Set and AC_SUBST. | |||
2000-04-17 | Get it right :-) | Jim Meyering | |
(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. Suggestion from Akim Demaille. | |||
2000-04-14 | (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form | Jim Meyering | |
of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. |