summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2004-12-21adjust indentationJim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20Do the `cd' in a subshell.Jim Meyering
2004-12-20s/SPACE/TABJim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20Rather than using "conftestXXXXXX" as the mkstempJim Meyering
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP.
2004-12-20* c-strtod.m4 (gl_C99_STRTOLD): New macro.Paul Eggert
2004-12-20(gl_C99_STRTOLD): New macro.Paul Eggert
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2004-12-10*** empty log message ***Jim Meyering
2004-12-10(gl_FUNC_CHDIR_LONG): Arrange to compile chdir-long.c only on systemsJim Meyering
that define PATH_MAX.
2004-12-07* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious ↵Paul Eggert
"-l"s.
2004-12-07(AC_FUNC_GETMNTENT): Fix typo in previous change:Paul Eggert
spurious "-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-06Use AC_LIBOBJ(save-cwd).Jim Meyering
2004-12-06Use AC_LIBOBJ(chdir-long).Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_SAVE_CWD): Use AC_LIBSOURCES.Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.Jim Meyering
2004-12-06(gl_FUNC_LCHOWN): Use AC_LIBSOURCES.Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_FUNC_CHDIR_LONG): Use AC_LIBSOURCES.Jim Meyering
2004-12-06.Jim Meyering
2004-12-06(gl_FUNC_OPENAT): Use AC_LIBSOURCES.Jim Meyering
(gl_PREREQ_GETCWD): Use AC_REQUIRE.
2004-12-03Mention copyright notice in latest checkin.Paul Eggert
2004-12-03Recent changes to save-cwd, openat.Paul Eggert
2004-12-03Import from gnulib.Paul Eggert
2004-12-03Add copyright notice.Paul Eggert
(gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ to be defined when compiling pedantically.
2004-12-02Assume setlocale, locale.h, and localeconv exist and work.Paul Eggert
2004-12-02(gl_MACROS): Assume localeconv exists.Paul Eggert
2004-12-02(gl_HUMAN): Assume locale.h and localeconv exist.Paul Eggert
2004-12-02(gl_HARD_LOCALE): Assume locale.h and setlocale exist.Paul Eggert
2004-12-01* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):Paul Eggert
Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2004-12-01(gl_FUNC_GETCWD_PATH_MAX):Paul Eggert
Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2004-11-30* readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.Paul Eggert
2004-11-30(gl_READUTMP): Don't check for sys/param.h.Paul Eggert
2004-11-30.Jim Meyering
2004-11-30*** empty log message ***Jim Meyering
2004-11-30*** empty log message ***Jim Meyering
2004-11-30rename from chdir.m4Jim Meyering
2004-11-30rename to chdir-long.m4Jim Meyering
2004-11-28*** empty log message ***Jim Meyering
2004-11-28*** empty log message ***Jim Meyering
2004-11-28(gl_MACROS): Require gl_FUNC_CHDIR.Jim Meyering
2004-11-25Recent getcwd fixes.Paul Eggert
2004-11-25(gl_XGETCWD): Replace with gl_FUNC_GETCWD, sincePaul Eggert
that's all we need now.
2004-11-25(gl_PREREQ): Add gl_FUNC_MEMPCPY.Paul Eggert
2004-11-25(gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.Paul Eggert