summaryrefslogtreecommitdiff
path: root/m4/readutmp.m4
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2005-03-30(gl_READUTMP): Restore the requirement for gl_FUNC_FREE.Paul Eggert
2005-03-30(gl_READUTMP): Require AC_C_INLINE.Paul Eggert
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working.
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-11-30(gl_READUTMP): Don't check for sys/param.h.Paul Eggert
2004-04-19(gl_PREREQ_READUTMP): Require gl_FUNC_FREE, now that readutmp.c may call ↵Jim Meyering
`free (0)'.
2003-09-13(gl_PREREQ_READUTMP): Don't check for standard C headers or for string.h.Jim Meyering
2003-08-17New file, from gnulib.Jim Meyering