You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by ed...@apache.org on 2001/04/03 23:56:52 UTC

[PATCH] create INT64_C autoconf test

After some fun with buildconf dependencies, I noticed a note from Dean
about how we should really use INT64_C when it's available.  I've looked
at autoconf before, but I don't claim expertise with it; it'd probably
be good to have someone who knows autoconf review it.  It's lightly
tested on linux and freebsd.

It'd be nice to insist that buildconf be run when needed.  This came up
in particular for apr.h.in -- but when I took a look at it, I realized
that it should be done for other files as well.  I'll look into doing
that later ...

thanks --

Ed

Re: [PATCH] create INT64_C autoconf test

Posted by "William A. Rowe, Jr." <ad...@rowe-clan.net>.
Here's an alternative, don't much mind which way we go with this.

It resolves a bigger issue, the APR_INT64_T_FMT of "????" :-)

This only affects test/testtime.c right now

Bill

----- Original Message ----- 
From: <ed...@apache.org>
To: <de...@apr.apache.org>
Sent: Tuesday, April 03, 2001 2:56 PM
Subject: [PATCH] create INT64_C autoconf test


> After some fun with buildconf dependencies, I noticed a note from Dean
> about how we should really use INT64_C when it's available.  I've looked
> at autoconf before, but I don't claim expertise with it; it'd probably
> be good to have someone who knows autoconf review it.  It's lightly
> tested on linux and freebsd.
> 
> It'd be nice to insist that buildconf be run when needed.  This came up
> in particular for apr.h.in -- but when I took a look at it, I realized
> that it should be done for other files as well.  I'll look into doing
> that later ...
> 
> thanks --
> 
> Ed
>