Stepan Kasal <[EMAIL PROTECTED]> writes: > And why is it necessary to try to handle AC_CONFIG_LIBOBJ_DIR(/)?
Paranoia, that's all. Come to think of it, perhaps I wasn't paranoid enough. Is it possible for ac_config_libobj_dir to be empty? If so, the code should look something like this instead: case $ac_config_libobj_dir in '' | .) ac_libobj_dir= ;; *) ac_libobj_dir=`expr "X$ac_config_libobj_dir/" : 'X\(.*[^/]\)' '|' 'X/' : 'X\(/\)'` ;; esac
