Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-03 | (AC_SYS_LARGEFILE): Define _GNU_SOURCE if | Jim Meyering | |
this is needed to make ftello visible (e.g. glibc 2.1.3). Use compile-time test, rather than inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE. | |||
2000-05-01 | *** empty log message *** | Jim Meyering | |
2000-05-01 | Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. | Jim Meyering | |
2000-05-01 | fix typos | Jim Meyering | |
2000-05-01 | *** empty log message *** | Jim Meyering | |
2000-05-01 | (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. | Jim Meyering | |
Based on a patch from Bruno Haible. | |||
2000-05-01 | (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. | Jim Meyering | |
2000-04-18 | *** empty log message *** | Jim Meyering | |
2000-04-18 | *** empty log message *** | Jim Meyering | |
2000-04-18 | (jm_PREREQ_GETPAGESIZE): New macro. | Jim Meyering | |
(jm_PREREQ): Use it. | |||
2000-04-17 | *** empty log message *** | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
2000-04-12 | (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not | Jim Meyering | |
`AC_CHECK_HEADER' to check for locale.h. Thanks to a report from Christian Krackowizer. | |||
2000-04-12 | *** empty log message *** | Jim Meyering | |
2000-04-12 | *** empty log message *** | Jim Meyering | |
2000-04-12 | (_GNU_SOURCE): Define. | Jim Meyering | |
(AC_SYS_LARGEFILE): Require. (AM_C_PROTOTYPES): Require. | |||
2000-04-06 | *** empty log message *** | Jim Meyering | |
2000-04-06 | (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on | Jim Meyering | |
IRIX if the installer said otherwise. | |||
2000-04-05 | fix two typos. Duh | Jim Meyering | |
2000-04-05 | *** empty log message *** | Jim Meyering | |
2000-04-05 | [!HAVE_UTMPX_H] (headers): Include <utmp.h>. | Jim Meyering | |
(jm_CHECK_DECLS): Add getutent to the list of functions. (_jm_DECL_HEADERS): Add utmpx.h. | |||
2000-04-05 | *** empty log message *** | Jim Meyering | |
2000-04-05 | Back out the 2000-04-02 change. | Jim Meyering | |
Instead of that change, simply undefine putenv in the test program. | |||
2000-04-05 | Back out the 2000-04-02 change. | Jim Meyering | |
2000-04-03 | *** empty log message *** | Jim Meyering | |
2000-04-03 | Fix typo in comment. | Jim Meyering | |
2000-04-03 | *** empty log message *** | Jim Meyering | |
2000-04-03 | (AC_CHECK_HEADERS): Add langinfo.h (moved here from | Jim Meyering | |
textutils/configure.in). Suggestion from Paul Eggert. (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) | |||
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 | *** empty log message *** | Jim Meyering | |
2000-04-03 | (_jm_STRFTIME_PREREQS): Check for strftime, | Jim Meyering | |
since strftime.c uses HAVE_STRFTIME to decide whether to use the underlying strftime. | |||
2000-04-03 | *** empty log message *** | Jim Meyering | |
2000-04-03 | (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) | Jim Meyering | |
2000-04-03 | *** empty log message *** | Jim Meyering | |
2000-04-03 | (AC_CHECK_HEADERS): Add langinfo.h (moved here from textutils/configure.in). | Jim Meyering | |
2000-04-03 | *** empty log message *** | Jim Meyering | |
2000-04-03 | (jm_FUNC_GNU_STRFTIME): Set TZ environment | Jim Meyering | |
variable in the shell rather than using putenv, which isn't portable. This avoids the configure-time inter-test dependency on the potentially-renamed putenv function. | |||
2000-04-02 | *** empty log message *** | 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 | *** empty log message *** | 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-24 | . | Jim Meyering | |
2000-03-10 | *** empty log message *** | Jim Meyering | |
2000-03-10 | Look for getspnam in -lgen, too. | Jim Meyering | |