[project @ 2003-03-21 10:59:20 by simonmar]
authorsimonmar <unknown>
Fri, 21 Mar 2003 10:59:20 +0000 (10:59 +0000)
committersimonmar <unknown>
Fri, 21 Mar 2003 10:59:20 +0000 (10:59 +0000)
commit63a5c6464d8961189263b19070affdab9051add6
tree693842f8856f07ab716135c4a5bc9cc5904aed2d
parent301f1535d4bec8659ee6e62c96608156c36ceea2
[project @ 2003-03-21 10:59:20 by simonmar]
GNU ar seems to have trouble with duplicate object file names if you
use the 's' modifier, so detect GNU ar here and use a simple 'ar q'
command to create archives.

This bug was tickled when I replaced an 'ar q' with '$(AR)' in
target.mk yesterday: the default $(AR) is 'ar clqs'.
aclocal.m4