[tex-live] sparc-solaris-2.8 build problems with texinfo

Tom Kacvinsky tjk at ams.org
Fri Aug 22 15:30:09 CEST 2003


Hi...

On Fri, 22 Aug 2003, Karl Berry wrote:

>     The auto* run was done by make when it hit the texinfo directory.
>
> How frustrating.  Perhaps the timestamps were wrong when it was
> imported into TL.  That seems to happen often.  Hopefully we don't
> have to try to fix this for this year.
>
>     AC_CHECK_HEADERS_ONCE(fcntl.h sys/time.h unistd.h)
>
> I'm afraid that's correct.  The space separators are conventional
> for auto*.  The invocation us the same on my system, and it works.
> I can't say why it's failing there :(.

Interestingly enough, If I change that to:

AC_CHECK_HEADERS_ONCE(fcntl.h)
AC_CHECK_HEADERS_ONCE(sys/time.h)
AC_CHECK_HEADERS_ONCE(unistd.h)

then things work.  So it must be an m4 issue, at least with what I
have here...  I will double check to see which m4 was used for the
ac/am builds.

Thanks for the feedback.

Tom


More information about the tex-live mailing list