summaryrefslogtreecommitdiff
path: root/ext/date/lib/timelib.m4
Commit message (Collapse)AuthorAgeFilesLines
* - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS()foobar2005-07-031-1/+1
| | | | | - Added check for strftime() also in the timelib configure
* - Fixed bug #33433 (strtoll not available on Tru64).Derick Rethans2005-06-281-0/+2
|
* - Added AC_TIMELIB_C_BIGENDIANfoobar2005-06-201-0/+28
| | | | | | | # No need to add it to config.m4, it's run in PHP configure.in already. # Only added here so that the standalone configure.in (to be added later) # can use it.
* - Improve portability.foobar2005-06-161-0/+50
# TODO: The standalone lib needs it's own build stuff, pretty much same as # Zend has for standalone builds.