summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
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
2003-02-15Add Irix6 support to physmem.c.Jim Meyering
(jm_PREREQ_PHYSMEM): Also check for sys/sysget.h and sys/sysinfo.h. Also check for sysget.
2003-02-12*** empty log message ***Jim Meyering
2003-02-12(ACX_C_RESTRICT): Remove #ifndef -- so now thisJim Meyering
macro also checks for support when using a C++ compiler. Also, remove the test for SGI's __restrict. Suggested by Steven G. Johnson.
2003-02-12*** empty log message ***Jim Meyering
2003-02-12(jm_PREREQ_REGEX): Require ACX_C_RESTRICT.Jim Meyering
2003-02-12*** empty log message ***Jim Meyering
2003-02-12*** empty log message ***Jim Meyering