summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2000-05-05*** empty log message ***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-05-05*** empty log message ***Jim Meyering
2000-05-05remove commented-out m4_default clauseJim Meyering
2000-05-05Update from autoconf.Jim Meyering
2000-05-05*** empty log message ***Jim Meyering
2000-05-05*** empty log message ***Jim Meyering
2000-05-05su doesn't work on Solaris2.6.Jim Meyering
When checking for struct spwd.sp_pwdp, also include <shadow.h>. Reported by Dragos Harabor.
2000-05-03*** empty log message ***Jim Meyering
2000-05-03(AC_CHECK_DECLS): Add strndup.Jim Meyering
2000-05-03*** empty log message ***Jim Meyering
2000-05-03(AC_SYS_LARGEFILE): Define _GNU_SOURCE ifJim 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-01Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.Jim Meyering
2000-05-01fix typosJim 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-17Get 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 formJim 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_VERBATIMJim 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, notJim 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 onJim Meyering
IRIX if the installer said otherwise.
2000-04-05fix two typos. DuhJim 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-05Back out the 2000-04-02 change.Jim Meyering
Instead of that change, simply undefine putenv in the test program.
2000-04-05Back out the 2000-04-02 change.Jim Meyering
2000-04-03*** empty log message ***Jim Meyering
2000-04-03Fix typo in comment.Jim Meyering
2000-04-03*** empty log message ***Jim Meyering
2000-04-03(AC_CHECK_HEADERS): Add langinfo.h (moved here fromJim 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