(AC_FUNC_MKTIME): Use AC_SUBST.
This commit is contained in:
parent
f532dca004
commit
0b8f263e6d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-04-19 Dave Love <fx@gnu.org>
|
||||
|
||||
* aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
|
||||
|
||||
2000-04-16 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
|
||||
|
|
1
aclocal.m4
vendored
1
aclocal.m4
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue