[configure] replace --with-platform-info using project config (#2077)

This commit is contained in:
Jonathan Hui
2017-08-08 22:10:07 -07:00
committed by GitHub
parent 35848351b5
commit 5ecab16f86
24 changed files with 155 additions and 91 deletions
+1 -4
View File
@@ -382,10 +382,7 @@ const char *otGetVersionString(void)
static
#endif
const char sVersion[] =
PACKAGE_NAME "/" PACKAGE_VERSION
#ifdef PLATFORM_INFO
"; " PLATFORM_INFO
#endif
PACKAGE_NAME "/" PACKAGE_VERSION "; " OPENTHREAD_CONFIG_PLATFORM_INFO
#if defined(__DATE__)
"; " __DATE__ " " __TIME__
#endif