diff options
author | Dave Love <fx@gnu.org> | 2000-04-19 11:12:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-04-19 11:12:30 +0000 |
commit | 0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8 (patch) | |
tree | d6f2f7776d5759776a7d38a691245c5d02d57d53 /aclocal.m4 | |
parent | f532dca0046190531bc72cf3a9e35d0e5809bbf6 (diff) | |
download | emacs-0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8.tar.gz |
(AC_FUNC_MKTIME): Use AC_SUBST.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |