summaryrefslogtreecommitdiff
path: root/m4/getcwd.m4
AgeCommit message (Collapse)Author
2006-07-09Update from gnulib.Paul Eggert
2006-06-18Test for a bug that causes glibc's getcwd to suffer a failed assertion.Jim Meyering
* getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro. * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null, also check for glibc-2.4's abort-inducing bug.
2005-09-22Sync from gnulib.Paul Eggert
2005-07-02Assume HAVE_UNISTD_H, i.e., that <unistd.h> works.Jim Meyering
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-02-09(gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the required source files.Jim Meyering
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-11-25(gl_FUNC_GETCWD_NULL): Renamed fromPaul Eggert
AC_FUNC_GETCWD_NULL. All used changed. Change cache variable name accordingly. (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros. Revamp to accommodate new getcwd.c.
2004-08-04Remove bogus "*/" from shell comment.Paul Eggert
2003-09-13(AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2001-09-03*** empty log message ***Jim Meyering