summaryrefslogtreecommitdiff
path: root/m4/ftruncate.m4
AgeCommit message (Collapse)Author
2006-07-03(gl_FUNC_FTRUNCATE): Adjust diagnostic to recommendJim Meyering
./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure. Suggestion from Ralf Wildenhues.
2006-06-18* ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, makeJim Meyering
configure fail, and request a bug report to inform us about it. Add a comment that, barring reports to the contrary, in 2007 we'll assume ftruncate is universally available.
2005-09-22Sync from gnulib.Paul Eggert
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-04-21Check for chsize.Jim Meyering
Link with ftruncate.o unconditionally if ftruncate is missing. This was required when cross-compiling to i586-mingw32msvc.
2000-07-02fix typo in last changeJim Meyering
2000-07-02Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering
AC_LIBOBJ([function_name]).
2000-01-23*** empty log message ***Jim Meyering