summaryrefslogtreecommitdiff
path: root/m4/strftime.m4
AgeCommit message (Collapse)Author
2003-09-13(_jm_STRFTIME_PREREQS): Don't check for limits.h, memcpy, memset.Jim Meyering
(jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
2003-06-08(_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.Jim Meyering
2003-06-07Update from gnulib.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-05-22(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),Jim Meyering
now that we use the package-supplied version unconditionally. (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2001-05-20(jm_FUNC_GNU_STRFTIME):Jim Meyering
Don't bother to check library strftime, since we'll be using our own my_strftime function anyway. Define my_strftime instead of strftime.
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-05-24Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that.Jim Meyering
2000-04-05Back out the 2000-04-02 change.Jim Meyering
Instead of that change, simply undefine putenv in the test program.
2000-04-05Back out the 2000-04-02 change.Jim Meyering
2000-04-03(_jm_STRFTIME_PREREQS): Check for strftime,Jim Meyering
since strftime.c uses HAVE_STRFTIME to decide whether to use the underlying strftime.
2000-04-03(jm_FUNC_GNU_STRFTIME): Set TZ environmentJim Meyering
variable in the shell rather than using putenv, which isn't portable. This avoids the configure-time inter-test dependency on the potentially-renamed putenv function.
2000-02-08(jm_FUNC_GNU_STRFTIME): Remove now-unnecessary uses of changequote.Jim Meyering
1999-12-20Remove kludge, now that I'm using the fixed autoconf-2.14a-1999-12-20.Jim Meyering
1999-12-10(_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF.Jim Meyering
1999-12-09Add checks for most of the cpp macros tested in GNU's strftime.c.Jim Meyering
Prompted by a patch from Paul Eggert.
1999-04-06Remove test for %f.Jim Meyering
1999-02-07Use AC_SUBST(LIBOBJS) since we set LIBOBJS.Jim Meyering
1999-02-07Use .$ac_objext, not .oJim Meyering
1999-01-29Use the 3-argument forms of AC_DEFINE* macros.Jim Meyering
1997-11-15Check for %F format.Jim Meyering
Add comments.
1997-11-13Check for POSIX.2's %f format spec.Jim Meyering
1997-11-10(jm_STRFTIME_PREREQS): Check for localtime_r.Jim Meyering
(jm_FUNC_GNU_STRFTIME): Use new macro. (jm_FUNC_STRFTIME): New macro. Likewise.
1997-01-23increment serial numberJim Meyering
1997-01-22(main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.Jim Meyering
1996-12-21broken out of ../acinclude.m4Jim Meyering