[openrtm-commit:01948] r2728 - trunk/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 5月 24日 (火) 18:01:10 JST


Author: n-ando
Date: 2016-05-24 18:01:10 +0900 (Tue, 24 May 2016)
New Revision: 2728

Modified:
   trunk/OpenRTM-aist/configure.ac
Log:
[compat,->RELENG_1_1] configure error message has been modified (--without-document -> --without-doxygen).

Modified: trunk/OpenRTM-aist/configure.ac
===================================================================
--- trunk/OpenRTM-aist/configure.ac	2016-05-24 02:51:06 UTC (rev 2727)
+++ trunk/OpenRTM-aist/configure.ac	2016-05-24 09:01:10 UTC (rev 2728)
@@ -291,7 +291,7 @@
 	FP_FIND_FILE(doxygen,$base_bins $base_dirs,bin)
 	if test "x$doxygen" = "x" ; then
 		AC_MSG_RESULT(not found)
-		AC_MSG_ERROR(Please install doxygen or use --without-document option)
+		AC_MSG_ERROR(Please install doxygen or use --without-doxygen option)
 	else
 		AC_MSG_RESULT($doxygen)
 	fi



More information about the openrtm-commit mailing list