On Tuesday 20 of January 2015 07:40:20 Pavel Raiskup wrote:
> > Something like the attachment 0002 would be nice to have pushed.
>
> This would be nice to have it in git also. The LT_SYS_SEARCH_PATH does
> not survive automatic re-autoconf of configure script:
Argh :(, sorry. Fixing the example:
// libtool after LT_SYS_SEARCH_PATH="/lib64:" ./configure
# Configured defaults for sys_lib_dlsearch_path munging.
: ${LT_SYS_LIBRARY_PATH="/lib64:"}
// libtool after 'touch configure.ac ; make'
# Configured defaults for sys_lib_dlsearch_path munging.
: ${LT_SYS_LIBRARY_PATH=""}
// ^^
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool