aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-04-19 11:12:30 +0000
committerDave Love2000-04-19 11:12:30 +0000
commit0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8 (patch)
treed6f2f7776d5759776a7d38a691245c5d02d57d53
parentf532dca0046190531bc72cf3a9e35d0e5809bbf6 (diff)
downloademacs-0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8.tar.gz
emacs-0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8.zip
(AC_FUNC_MKTIME): Use AC_SUBST.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal.m41
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8155fe81d9a..4b463d93a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12000-04-19 Dave Love <fx@gnu.org>
2
3 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4
12000-04-16 Dave Love <fx@gnu.org> 52000-04-16 Dave Love <fx@gnu.org>
2 6
3 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4. 7 * 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)])
235if test $ac_cv_func_working_mktime = no; then 235if test $ac_cv_func_working_mktime = no; then
236 LIBOBJS="$LIBOBJS mktime.${ac_objext}" 236 LIBOBJS="$LIBOBJS mktime.${ac_objext}"
237fi 237fi
238AC_SUBST(LIBOBJS)dnl
238])# AC_FUNC_MKTIME 239])# AC_FUNC_MKTIME
239 240
240# AC_C_VOLATILE 241# AC_C_VOLATILE