diff options
author | Dave Love <fx@gnu.org> | 2000-04-19 11:11:36 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-04-19 11:11:36 +0000 |
commit | 98bbc493979026974654f15ed1880d712b85c514 (patch) | |
tree | c14011c247b46482429f3a977e735b01858cfe30 /aclocal.m4 | |
parent | e30e5e5c9b3d4e3863407507cd497709c59e93af (diff) | |
download | emacs-98bbc493979026974654f15ed1880d712b85c514.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 |