First pass; rm: cannot remove 'conftest*': No such file or directory rm: cannot remove 'conftest*': No such file or directory grep: /home/wrowe/dev/build/apr2-ossl111/libtool: No such file or directory
We cause that last step in configure.in of apr. During a first ./configure in a vpath build, there is no libtool script yet to inspect. ./config.status:hardcode_shlibpath_var='unsupported' ./config.status:shlibpath_var='LD_LIBRARY_PATH' ./config.status:S["shlibpath_var"]="LD_LIBRARY_PATH" ./config.status:shlibpath_var=$shlibpath_var ./config.status:# "absolute",i.e impossible to change by setting \$shlibpath_var if the ./config.status:hardcode_shlibpath_var=$hardcode_shlibpath_var ./config.log:shlibpath_var='LD_LIBRARY_PATH' Second pass; rm: cannot remove 'conftest*': No such file or directory rm: cannot remove 'conftest*': No such file or directory Same config.status values *on linux*. I'm concerned that the same values would not be present on aix, hpux, or any other oddballs which don't follow the LD_LIBRARY_PATH convention shown above - as this is also the fallback logic, and that the first-pass error indicates a critical flaw in a clean vpath ./configure vs any re-./configure pass.
