[project @ 2005-02-10 04:58:09 by wolfgang]
authorwolfgang <unknown>
Thu, 10 Feb 2005 04:58:09 +0000 (04:58 +0000)
committerwolfgang <unknown>
Thu, 10 Feb 2005 04:58:09 +0000 (04:58 +0000)
commit9449208ea73782c753a2305e251c6ba8d6ec1eb3
tree034696d0dce5c61c48d5468acfc1760f8f8d66e5
parent4bc080078789ccd9f1a139b5595d7cdabfb2b70c
[project @ 2005-02-10 04:58:09 by wolfgang]
Add a special case for Mac OS X to FP_PROG_AR_NEEDS_RANLIB.
On Mac OS X, we need to run ranlib after installing .a files because
they contain a timestamp which will be outdated after installing.

We could do a proper test for that, but it would contain the command
'sleep 6' and still apply only to one platform.
aclocal.m4