summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2003-03-14*** empty log message ***Jim Meyering
2003-03-14(jm_PREREQ): Also forbid the gl_[A-Z] prefix.Jim Meyering
Don't require jm_PREREQ_C_STACK.
2003-03-14.Jim Meyering
2003-03-14.Jim Meyering
2003-03-14[from gnulib]Jim Meyering
(m4_quote): New macro. (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
2003-03-13*** empty log message ***Jim Meyering
2003-03-13(jm_MACROS): Arrange to compile the corresponding stubJim Meyering
function if any of the following is missing: fchown, lstat, readlink. From Richard Dawe.
2003-03-07.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07Don't require AC_SYS_MMAP_STACK.Jim Meyering
2003-03-07(AC_LANG_SOURCE(C)): New macro.Jim Meyering
2003-03-07.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07(GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd.Jim Meyering
2003-03-06undo last changeJim Meyering
2003-03-06*** empty log message ***Jim Meyering
2003-03-06(GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd.Jim Meyering
2003-03-05add commentJim Meyering
2003-03-05fix logic errorJim Meyering
2003-03-05#undef mkdir to avoid link errors onJim Meyering
i386-unknown-netbsdelf1.6
2003-03-05.Jim Meyering
2003-03-05more variable renaming: use gl_ prefixJim Meyering
2003-03-05.Jim Meyering
2003-03-05renameJim Meyering
2003-03-05name changesJim Meyering
add comments fix logic
2003-03-05rename to GL_FUNC_GETCWD_PATH_MAXJim Meyering
2003-03-04.Jim Meyering
2003-03-04.Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04Require GL_FUNC_GETCWD_ROBUST.Jim Meyering
2003-03-04add commentJim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-04`df /some/mount-point' no longer hangs when an unrelated hard-mountJim Meyering
is unavailable [__GLIBC__]: GNU libc's statvfs stats each mount point in /proc/mounts until it finds one with matching device number. This is unnecessary when the FILE argument *is* a mount point. No stat call is necessary in that case. So, disable the statvfs-testing code on systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh as RedHat bug# 84846.
2003-02-27*** empty log message ***Jim Meyering
2003-02-27(jm_PREREQ_PHYSMEM): Also check for `table' function.Jim Meyering
2003-02-27.Jim Meyering
2003-02-27(gl_SYS__SYSTEM_CONFIGURATION): New function.Jim Meyering
(jm_PREREQ_PHYSMEM): Check for new headers and functions. Use gl_SYS__SYSTEM_CONFIGURATION.
2003-02-20.Jim Meyering
2003-02-19upgrade to automake-1.7.2bJim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19(AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack sizeJim Meyering
to 1MB, so as not to render systems with no stack size limit (e.g., linux-2.2.x) unusable. Suggestion and code from Bruno Haible.
2003-02-17.Jim Meyering
2003-02-17.Jim Meyering
2003-02-17*** empty log message ***Jim Meyering
2003-02-17(jm_PREREQ_PHYSMEM): Undo last change, sinceJim Meyering
Kaveh Ghazi found a better way to get the required information. Add check for sys/sysmp.h.
2003-02-15Require AC_SYS_MMAP_STACK.Jim Meyering
2003-02-15*** empty log message ***Jim Meyering
2003-02-15*** empty log message ***Jim Meyering
2003-02-15*** empty log message ***Jim Meyering