From: Dave Love Date: Wed, 19 Apr 2000 11:12:30 +0000 (+0000) Subject: (AC_FUNC_MKTIME): Use AC_SUBST. X-Git-Tag: emacs-pretest-21.0.90~4208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8;p=emacs.git (AC_FUNC_MKTIME): Use AC_SUBST. --- diff --git a/ChangeLog b/ChangeLog index 8155fe81d9a..4b463d93a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-04-19 Dave Love + + * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. + 2000-04-16 Dave Love * Makefile.in (${srcdir}/configure): Depend on aclocal.m4. diff --git a/aclocal.m4 b/aclocal.m4 index 3780894bd5e..1c013640eff 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -235,6 +235,7 @@ ac_cv_func_working_mktime=no)]) if test $ac_cv_func_working_mktime = no; then LIBOBJS="$LIBOBJS mktime.${ac_objext}" fi +AC_SUBST(LIBOBJS)dnl ])# AC_FUNC_MKTIME # AC_C_VOLATILE