[adding gnulib]

On 08/31/2015 02:50 PM, John F. Trudeau wrote:
> Follow-up Comment #1, bug #45445 (project findutils):
> 
> AIX7.1 libc.a contains getdelim/getline.  I cannot find any AIX documentation
> on theses functions.  Apparently the AIX getdelim does not expand the output
> buffer.  I was able to eliminate the test error by editing configure to
> force:
> 
> ac_cv_func_getdelim=no
> ac_cv_func_getline=no
> 
> Thus, causing the gnulib version of theses function to be used.

That means that gnulib should be testing whether the system
getdelim/getline matches the POSIX and GNU version, or whether it is an
unrelated symbol (as appears to be the case on AIX), so that configure
can get the right result from the beginning instead of you having to
override a cache value.

> Reply to this item at:
> 
>   <http://savannah.gnu.org/bugs/?45445>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to