If AC_FUNC_MKTIME is the only test that might use LIBOBJS, you lose
with a working mktime because LIBOBJS doesn't get substituted.

2000-04-19  Dave Love  <[EMAIL PROTECTED]>

        * acspecific.m4 (AC_FUNC_MKTIME): Use AC_SUBST.

Index: acspecific.m4
===================================================================
RCS file: /cvs/autoconf/acspecific.m4,v
retrieving revision 1.248
diff -u -p -r1.248 acspecific.m4
--- acspecific.m4       2000/04/11 12:00:13     1.248
+++ acspecific.m4       2000/04/19 19:07:03
@@ -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
 
 

Reply via email to