* acspecific.m4 (AC_FUNC_MKTIME): Use AC_SUBST.

This commit is contained in:
Akim Demaille 2000-04-20 11:49:53 +00:00
parent cc748d17e8
commit 04149796fa
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-04-20 Dave Love <fx@gnu.org>
* acspecific.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
2000-04-12 Akim Demaille <akim@epita.fr>
Provide a fine grained control over autoconf's warnings.

1
THANKS
View File

@ -22,6 +22,7 @@ Christian Krone krischan@sql.de
Chris Torek torek@bsdi.com
Cort Dougan cort@cs.nmt.edu
Dave Adams adams@hpesdwa.fc.hp.com
Dave Love fx@gnu.org
Didier Desseaux didess@infonie.fr
Didier Verna verna@inf.enst.fr
Dietmar P. Schindler schd@mra.man.de

View File

@ -1196,6 +1196,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

View File

@ -1196,6 +1196,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