>>>>> "Earnie" == Earnie Boyd <[EMAIL PROTECTED]> writes:
Earnie> I have a local patch for this. I create a variable named
Earnie> path_separator, set a default of ":" and set
Earnie> IFS=${path_separator}. Then use the --path-separator switch
Earnie> to control it's value.
I'm interested in seeing your patch, but I must confess I'd like to
avoid an extra option. Using envvars only should be possible.
Earnie> I've also found that AC_PATH_PROG needs to add the suffix when
Earnie> check for the existance of a program because I get for example
Earnie> m4.exe returned and AC_PATH_PROG check for m4.
Yep, there are still many problems of portability to DOS and OS/2
etc. I, for one, am highly interested in improving the portability of
configure scripts to other arch, but, I think there are other things
to do first, then we will be able to cope with other environments.
Earnie> If interested I can send a diff file against version 2.13.
Yep, I am interested in seeing how you handled this, but I want to
kill (well, major plastic surgery) AC_PATH_PROG, so your patch will
probably not be applicable (hm, is this truly English?).
Thanks!
Akim