Flag to determine if router is currently being rebuilt.
Used to prevent recursive router rebuilds during module installation.
Recursive rebuilds can occur when route information is required by alter
hooks that are triggered during a rebuild, for example,
hook_menu_links_discovered_alter().