Basically, i'm seeking perfectionist solution for the conditional compilation problem and the goal is to make compiler to not complain about missing obsoleted package but use newer superseding package automagically (as it behaves with unit aliases).
I realize that it might be not best option thow, as unit aliases appears to hide possible namespace conflicts. However, if it present somewhere (i cant find it myself) - i'd like to try it out.