summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2003-04-25*** empty log message ***Jim Meyering
2003-04-25(GL_FUNC_GETCWD_PATH_MAX): If PATH_MAXJim Meyering
is not defined, don't run the test, and don't use the wrapper. Otherwise, on the Hurd, it would take a long time to create and remove a hierarchy about 4000 levels deep. Based on a patch from Robert Millan.
2003-04-24.Jim Meyering
2003-04-22Change an occurrence of [ \t] to [\t ].Jim Meyering
2003-04-07*** empty log message ***Jim Meyering
2003-04-07(jm_PREREQ_STAT): Add prerequisites and #includes for Ultrix 4.4.Jim Meyering
2003-04-02*** empty log message ***Jim Meyering
2003-04-02(jm_PERL): Use $am_missing_run, not undefined $missing_dir.Jim Meyering
2003-03-20.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19(AC_FUNC_FTW): Require AC_HEADER_STAT.Jim Meyering
2003-03-19.Jim Meyering
2003-03-19(jm_MACROS): Include $(EXEEXT) in DF_PROG's programJim Meyering
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. Arrange to compile the corresponding stub function if fchdir is missing.
2003-03-18*** empty log message ***Jim Meyering
2003-03-18(jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNTJim Meyering
test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 systems would end up using the latter. MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting whether a file system is remote doesn't work 2) the MOUNTED_VMOUNT code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports merely /MOUNT_POINT. Reported by Mike Jetzer.
2003-03-17*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17*** empty log message ***Jim Meyering
2003-03-17(UTILS_FUNC_DIRFD): Test the cache variable, not oneJim Meyering
that is guaranteed to be `no'. Use `no_such_member' to indicate that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP.
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