Ticket #130 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

getline hack in config.cache probably not needed for temp-system findutils anymore

Reported by: chris@beaker67.com Assigned to: clfs-commits@lists.cross-lfs.org.
Priority: minor Milestone: CLFS Standard 1.1.0
Component: BOOK Version:
Keywords: findutils getline Cc:

Description

With the current Findutils version, on my x86 host building an x86 system, Findutil's config.log indicates that it does indeed detect a working getline without the use of the config.cache entry to force it. I'm not certain it wouldn't necessarily work the same on other host/target combos, but with the same x86->x86 build, previous versions of Findutils did indeed need the config.cache line.

Change History

11/06/07 02:41:00 changed by jciccone

  • keywords set to findutils getline.
  • milestone set to CLFS Standard 1.1.0.

Confirmed on alpha. I just checked in the configure test, it's got a nice macro that assumes it exists on glibc2.

dnl We're cross compiling. Assume it works on glibc2 systems. AC_EGREP_CPP([Lucky GNU user],

[

#include <features.h> #ifdef GNU_LIBRARY

#if (GLIBC >= 2)

Lucky GNU user

#endif

#endif

], [am_cv_func_working_getline=yes], [am_cv_func_working_getline=no])

I think it's safe to assume that this can be removed.

12/20/07 04:44:25 changed by jciccone

  • status changed from new to closed.
  • resolution set to fixed.

Removed this entry in r3819.