configure.ac: Allow cross-compiling
AC_TRY_RUN
fails by default when cross-compiling if it does not have the fourth parameter. This implements a new cache variable ac_cv_have_strftime_extension
for that test which allows overriding the result to specify the target system behavior. It defaults to supporting the extension when cross-compiling.
Fixes #52 (closed)