mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* acspecific.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
This commit is contained in:
parent
cc748d17e8
commit
04149796fa
@ -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
1
THANKS
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user