summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert
2004-07-28(gl_PREREQ_EUIDACCESS): Don't bother checking forPaul Eggert
unistd.h, as autoconf does this for us. Check for libgen.h. Also look for eaccess within -lgen, which is where it is in Solaris. Set LIB_EACCESS accordingly.
2004-07-27backupfile integer overflow fixupsPaul Eggert
2004-07-27(gl_BACKUPFILE): AC_REQUIREPaul Eggert
gl_CHECK_TYPE_STRUCT_DIRENT_D_INO instead of invoking it directly. Do not require AC_FUNC_CLOSEDIR_VOID.
2004-07-25Remove setreuid/setregid test from gl_MACROS.Paul Eggert
2004-07-25Update serial number.Paul Eggert
2004-07-25(gl_MACROS): Remove test for setreuid and setregid,Paul Eggert
as test.c no longer uses them directly.
2004-07-25euidaccess fixesPaul Eggert
2004-07-25(gl_PREREQ): Invoke gl_FUNC_NONREENTRANT_EUIDACCESS,Paul Eggert
not gl_FUNC_EUIDACCESS.
2004-07-25(gl_FUNC_NONREENTRANT_EUIDACCESS): New macro.Paul Eggert
(gl_FUNC_EUIDACCESS): Use AC_CHECK_DECLS_ONCE, not AC_CHECK_DECLS. (gl_PREREQ_EUIDACCESS): Check for eaccess and setregid decls. Require AC_HEADER_STAT.
2004-07-23Add fcntl-safer.Paul Eggert
2004-07-23(gl_PREREQ): Add gl_FCNTL_SAFER.Paul Eggert
2004-07-23New file.Paul Eggert
2004-07-13Prefer c_strtod to setlocale when scanning floating point.Paul Eggert
2004-07-12(gl_C_STRTOD): Add gl_USE_SYSTEM_EXTENSIONS.Paul Eggert
2004-07-12printf now uses long double.Paul Eggert
2004-07-12New file.Paul Eggert
2004-07-12(gl_PREREQ): Add gl_C_STRTOLD.Paul Eggert
2004-07-06*** empty log message ***Jim Meyering
2004-07-06(AC_FUNC_CANONICALIZE_FILE_NAME): Do not add canonicalize.c here.Jim Meyering
2004-07-04*** empty log message ***Jim Meyering
2004-07-04(gl_PATH_CONCAT): Don't require gl_AC_DOS, theJim Meyering
prerequisite modules now handle the DOS stuff. Don't check for unistd.h.
2004-06-30bump serial number, remove/replace spaces before TAB.Jim Meyering
2004-06-30Reflect renaming:Jim Meyering
s/gl_LIST_MOUNTED_FILESYSTEMS/gl_LIST_MOUNTED_FILE_SYSTEMS/
2004-06-30*** empty log message ***Jim Meyering
2004-06-30(gl_LIST_MOUNTED_FILE_SYSTEMS): Renamed fromJim Meyering
gl_LIST_MOUNTED_FILESYSTEMS. All uses changed.
2004-06-30Change `filesystem' to `file system', mostly in comments.Jim Meyering
Also in one `checking ... ' message.
2004-06-30bump serial numberJim Meyering
2004-06-30(gl_AC_DOS): Define FILE_SYSTEM_PREFIX_LEN, notJim Meyering
FILESYSTEM_PREFIX_LEN. Generate FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX, not FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX. Generate FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR, not FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
2004-06-25*** empty log message ***Jim Meyering
2004-06-25(gl_AFS): Use AC_ARG_WITH instead of ancient, hard-codedJim Meyering
AC_MSG_CHECKING/AC_MSG_RESULT etc. From Tim Waugh.
2004-06-17*** empty log message ***Jim Meyering
2004-06-17(GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwdJim Meyering
was being replaced when it shouldn't have been, and vice versa.
2004-06-09*** empty log message ***Jim Meyering
2004-06-09(AC_FUNC_CALLOC): Remove use of AN_FUNCTION.Jim Meyering
2004-06-07*** empty log message ***Jim Meyering
2004-06-07(gl_MACROS): Check for the directio function.Jim Meyering
2004-06-01*** empty log message ***Jim Meyering
2004-06-01Update from gnulib.Jim Meyering
2004-05-29*** empty log message ***Jim Meyering
2004-05-29(gl_PREREQ_XMALLOC): Require AC_FUNC_CALLOC.Jim Meyering
2004-05-29*** empty log message ***Jim Meyering
2004-05-29(AC_FUNC_CALLOC, _AC_FUNC_CALLOC_IF): New file/macros.Jim Meyering
2004-05-21*** empty log message ***Jim Meyering
2004-05-21Update from gnulib (fix reversed test).Jim Meyering
2004-05-03*** empty log message ***Jim Meyering
2004-05-03Temporary work-around for the problem reported here:Jim Meyering
http://sources.redhat.com/ml/automake/2004-05/msg00023.html (FIXME: the number `23' may not be accurate) (AM_GNU_GETTEXT): Don't require AM_INTL_SUBDIR. (AM_INTL_SUBDIR): Comment out definition.
2004-05-01*** empty log message ***Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering