On Tue, 8 May 2007 11:05:44 +0300, Ilia Sotnikov wrote: > > configure (generated by Autoconf 2.61) fails and claims > > not to find grep (which is bogus) > > > > Running autoconf (2.59) locally solves the problem. > > > > can someone please regenerate configure in cvs with autoconf 2.59 > > Please send the fragment of config.log from configure when it didn't > find the grep.
I hope this is the fragment you mean: ... configure:2911: checking how to run the C preprocessor configure:2951: gcc -E conftest.c configure:2957: $? = 0 configure:2988: gcc -E conftest.c conftest.c:8:28: ac_nonexistent.h: No such file or directory configure:2994: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "sane-backends" | #define PACKAGE_TARNAME "sane-backends" | #define PACKAGE_VERSION "1.0.18-cvs" | #define PACKAGE_STRING "sane-backends 1.0.18-cvs" | #define PACKAGE_BUGREPORT "[email protected]" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3027: result: gcc -E configure:3056: gcc -E conftest.c configure:3062: $? = 0 configure:3093: gcc -E conftest.c conftest.c:8:28: ac_nonexistent.h: No such file or directory configure:3099: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "sane-backends" | #define PACKAGE_TARNAME "sane-backends" | #define PACKAGE_VERSION "1.0.18-cvs" | #define PACKAGE_STRING "sane-backends 1.0.18-cvs" | #define PACKAGE_BUGREPORT "[email protected]" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3137: checking for grep that handles long lines and -e configure:3200: error: no acceptable grep could be found in G:/Dev/gcc/335csd2/usr/i386-pc-os2-emx/bin;G:/.... ... If not, the complete log is available here: http://www.fbakan.de/temp/config.zip Franz
