Commit c0c1b510764a9f4ce1dcc1326930ce2290694875

Added alias variable names for Jam compatibility. initng-paths.h.in uses Jam variables already, so we need to fix it up for cmake.
  
4646SET(MAN_INSTALL_DIR ${DATA_INSTALL_DIR}/man CACHE STRING "Install location for manpages.")
4747SET(DOC_INSTALL_DIR ${DATA_INSTALL_DIR}/doc CACHE STRING "Install location for documentation.")
4848SET(PKGCONFIG_INSTALL_DIR /usr/lib/pkgconfig CACHE STRING "Install location for pkg-config files.")
49
50# compatibility for Jam migration
51SET(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
52SET(LOCALSTATEDIR /var)
53SET(LIBDIR ${LIB_INSTALL_DIR})
54SET(SBINDIR ${SBIN_INSTALL_DIR})
55
4956MARK_AS_ADVANCED(INCLUDE_INSTALL_DIR)
5057MARK_AS_ADVANCED(SBIN_INSTALL_DIR)
5158MARK_AS_ADVANCED(BIN_INSTALL_DIR)