Submitted By: Martin Schaffner Date: 2004-04-02 Initial Package Version: 4.0.7 Origin: Martin Schaffner Description: Hard-code the configure script's "am_cv_func_working_getline" variable for cross-compilation to the powerpc-*-linux-gnu host. --- a/configure 2003-04-11 07:21:09.000000000 +0100 +++ b/configure 2004-03-03 19:33:25.000000000 +0000 @@ -4637,7 +4637,7 @@ else echo fooN |tr -d '\012'|tr N '\012' > conftest.data if test "$cross_compiling" = yes; then - am_cv_func_working_getline=no + am_cv_func_working_getline=yes else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure"