summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
AgeCommit message (Collapse)Author
2005-03-30* readutmp.m4 (gl_READUTMP): Restore requirement for gl_FUNC_FREE.Paul Eggert
2005-03-30* readutmp.m4 (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-03-29*** empty log message ***Jim Meyering
2005-03-21Import a few more changes from gnulib.Paul Eggert
2005-03-21Replace onceonly.m4 with onceonly_2_57.m4 to shrink "configure".Paul Eggert
2005-03-21Import memcasecmp.m4 change from gnulib.Paul Eggert
2005-03-21Sync from gnulib.Paul Eggert
2005-03-17*** empty log message ***Jim Meyering
2005-03-10*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-01* xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attemptingPaul Eggert
to detect nanosleep bug.
2005-02-26Sync from gnulib.Paul Eggert
2005-02-23*** empty log message ***Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22Fix clock_gettime library access problem on recent GNU/Linux systems.Paul Eggert
2005-02-21Describe recent changes to use realtime clocks if available,Paul Eggert
when appropriate; also, gettime now returns void.
2005-02-20*** empty log message ***Jim Meyering
2005-02-11*** empty log message ***Jim Meyering
2005-02-09*** empty log message ***Jim Meyering
2005-02-08*** empty log message ***Jim Meyering
2005-02-07*** empty log message ***Jim Meyering
2005-02-06*** empty log message ***Jim Meyering
2005-02-03* memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
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-29*** empty log message ***Jim Meyering
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2005-01-22Remove "m4/" from listed file names.Paul Eggert
2005-01-22Sync from gnulib.Paul Eggert
2005-01-20* save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.Paul Eggert
2005-01-14*** empty log message ***Jim Meyering
2005-01-14*** empty log message ***Jim Meyering
2005-01-14*** empty log message ***Jim Meyering
2005-01-04(gl_FUNC_CHOWN): When cross-compiling, assume that chownJim Meyering
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations.
2005-01-03* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.Paul Eggert
* m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf.
2005-01-03*** empty log message ***Jim Meyering
2005-01-03*** empty log message ***Jim Meyering
2004-12-24* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.Paul Eggert
2004-12-21*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20s/SPACE/TABJim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20* c-strtod.m4 (gl_C99_STRTOLD): New macro.Paul Eggert
2004-12-10*** empty log message ***Jim Meyering
2004-12-07* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious ↵Paul Eggert
"-l"s.
2004-12-06.Jim Meyering
2004-12-06* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bugPaul Eggert
in Autoconf 2.59.
2004-12-06*** empty log message ***Jim Meyering