--- tk8.4.10/unix/tcl.m4..ac25 2005-06-13 17:31:35 +0400 +++ tk8.4.10/unix/tcl.m4 2005-06-13 17:35:29 +0400 @@ -952,7 +952,7 @@ # AIX v<=4.1 has some different flags than 4.2+ if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then - LIBOBJS="$LIBOBJS tclLoadAix.o" + AC_LIBOBJ([tclLoadAix]) DL_LIBS="-lld" fi @@ -1194,9 +1194,9 @@ # is kind of overkill but it works. # Disable inlining only when one of the # files in compat/*.c is being linked in. - if test x"${LIBOBJS}" != x ; then - CFLAGS="$CFLAGS -fno-inline" - fi + #if test x"${LIBOBJS}" != x ; then + # CFLAGS="$CFLAGS -fno-inline" + #fi # XIM peeking works under XFree86. AC_DEFINE(PEEK_XCLOSEIM) @@ -2406,7 +2406,7 @@ AC_MSG_RESULT(ok) else AC_MSG_RESULT(buggy) - LIBOBJS="$LIBOBJS fixstrtod.o" + AC_LIBOBJ([fixstrtod]) AC_DEFINE(strtod, fixstrtod) fi fi