summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2003-06-02*** empty log message ***Jim Meyering
2003-06-02(jm_MACROS): Require AM_STDBOOL_H.Jim Meyering
2003-05-29.Jim Meyering
2003-05-26(UTILS_FUNC_DIRFD): Merge in change from gnulib, fixing an M4 quoting bug.Jim Meyering
2003-05-26.Jim Meyering
2003-05-26*** empty log message ***Jim Meyering
2003-05-26(AM_PATH_PROG_WITH_TEST): Use TAB-SP, not SP-TAB when setting IFS.Jim Meyering
2003-05-26(AC_LIB_PROG_LD_GNU): Use TAB-SP, not SP-TAB when setting IFS.Jim Meyering
2003-05-06*** empty log message ***Jim Meyering
2003-05-06(GL_FUNC_GETCWD_PATH_MAX): Check for theJim Meyering
declaration of getcwd *before* checking for the getcwd kernel bug. Otherwise, configure-time `checking ...' messages would be intermixed.
2003-05-02.Jim Meyering
2003-05-02*** empty log message ***Jim Meyering
2003-05-02bump serial numberJim Meyering
2003-05-02(jm_MACROS): Require GL_FUNC_READDIR.Jim Meyering
2003-05-02(GL_FUNC_READDIR): Revive dead file. Change name toJim Meyering
have GL_ (not jm_) prefix. Adjust cache variables similarly. Create 500 rather than just 300 files, to exercise bug on Darwin6.5, too.
2003-05-02revive dead fileJim Meyering
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