Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-04-13 | (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM | Jim Meyering | |
to insert required #ifndef into config.h.in. Suggestion from Akim Demaille. | |||
2000-04-12 | (_GNU_SOURCE): Define. | Jim Meyering | |
(AC_SYS_LARGEFILE): Require. (AM_C_PROTOTYPES): Require. | |||
2000-04-03 | (AC_CHECK_HEADERS): Remove langinfo.h -- put it in codeset instead. | Jim Meyering | |
(AC_CHECK_FUNCS): Likewise for nl_langinfo. | |||
2000-04-03 | (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) | Jim Meyering | |
2000-04-03 | (AC_CHECK_HEADERS): Add langinfo.h (moved here from textutils/configure.in). | Jim Meyering | |
2000-04-02 | (jm_CHECK_ALL_TYPES): Include <sys/stat.h> | Jim Meyering | |
before checking struct stat.st_blksize, so that HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. | |||
2000-03-25 | back out last change | Jim Meyering | |
2000-03-24 | (jm_MACROS): Invoke `AC_CONFIG_AUX_DIR(.)' to work | Jim Meyering | |
around bug that made cvs-automake complain it couldn't find lib/depcomp. | |||
2000-03-04 | (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c. | Jim Meyering | |
2000-02-05 | bump serial number | Jim Meyering | |
2000-02-05 | (jm_CHECK_ALL_TYPES): Require most macros. | Jim Meyering | |
Remove explicit use of AC_HEADER_TIME. It is required by jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but in autoconf whereby the expansion of the latter ended up preceding the expansion of its prerequisite, AC_HEADER_TIME. Reported by Volker Borchert. | |||
2000-01-23 | Move df-related tests here from fileutils/configure.in | Jim Meyering | |
2000-01-23 | (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. | Jim Meyering | |
2000-01-23 | (jm_FUNC_FTRUNCATE): AC_REQUIRE it. | Jim Meyering | |
2000-01-23 | (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. | Jim Meyering | |
2000-01-23 | (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | Jim Meyering | |
(AC_SUBST(POW_LIBM)): Likewise. | |||
2000-01-23 | (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. | Jim Meyering | |
2000-01-23 | (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). | Jim Meyering | |
2000-01-23 | (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): | Jim Meyering | |
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same. | |||
2000-01-22 | Call AC_PROG_CC_STDC just before AC_C_CONST. | Jim Meyering | |
2000-01-22 | Merge the three lists of headers. | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from textutils' configure.in | Jim Meyering | |