Lines Matching refs:root_prefix
134 dnl Allow separate `root_prefix' to be specified
138 root_prefix=$withval,
139 root_prefix=NONE)dnl
1294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
1295 root_prefix="";
1296 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])
1315 if test "$root_prefix" = NONE ; then
1317 root_prefix="$ac_default_prefix"
1319 root_prefix="$prefix"
1326 root_bindir='${root_prefix}/bin'
1327 root_sbindir='${root_prefix}/sbin'
1328 root_libdir='${root_prefix}/lib'
1329 root_sysconfdir='${root_prefix}/etc'
1347 AC_SUBST(root_prefix) subst