• Travis Cross's avatar
    Fix FHS default modulesdir define · b04bbc6c
    Travis Cross 提交于
    The default value of libdir is (unexpanded) '${exec_prefix}/lib'.  In
    the non-FHS path this is fine because it only ends up in a variable
    where it will be expanded later.  By using this to define modulesdir
    we let it slip into a define where it made no sense.
    b04bbc6c
configure.in 49.0 KB