Searched refs:root_prefix (Results 1 – 6 of 6) sorted by relevance
16 $root_prefix @root_prefix@
158 root_prefix = os.path.basename(os.path.dirname(path)) + "/"173 _assert(not rule.startswith(root_prefix),
128 dnl Allow separate `root_prefix' to be specified132 root_prefix=$withval,133 root_prefix=NONE)dnl1145 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then1146 root_prefix="";1147 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])1166 if test "$root_prefix" = NONE ; then1168 root_prefix="$ac_default_prefix"1170 root_prefix="$prefix"1177 root_bindir='${root_prefix}/bin'[all …]
12 root_prefix = @root_prefix@
4392 withval=$with_root_prefix; root_prefix=$withval4394 root_prefix=NONE11294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then11295 root_prefix="";11315 if test "$root_prefix" = NONE ; then11317 root_prefix="$ac_default_prefix"11319 root_prefix="$prefix"
45 root_prefix = 'root='53 if arg.startswith(root_prefix):58 root = arg[len(root_prefix):]