[openrtm-commit:00741] r2332 - trunk/OpenRTM-aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 2月 22日 (水) 12:42:47 JST
Author: n-ando
Date: 2012-02-22 12:42:47 +0900 (Wed, 22 Feb 2012)
New Revision: 2332
Modified:
trunk/OpenRTM-aist/configure.ac
Log:
A bug in configure script to remove config_rtc.h's VERSION macro has been fixed.
refs #2371
Modified: trunk/OpenRTM-aist/configure.ac
===================================================================
--- trunk/OpenRTM-aist/configure.ac 2012-02-22 03:04:35 UTC (rev 2331)
+++ trunk/OpenRTM-aist/configure.ac 2012-02-22 03:42:47 UTC (rev 2332)
@@ -38,7 +38,7 @@
dnl rename config header's PACKAGE_* definition
dnl ------------------------------------------------------------
mv src/lib/rtm/config_rtc.h.in src/lib/rtm/config_rtc.h.in.org
-sed -e 's/undef PACKAGE/undef RTM_PACKAGE/g' src/lib/rtm/config_rtc.h.in.org | sed -e 's/\#define VERSION .*//g' > src/lib/rtm/config_rtc.h.in
+sed -e 's/undef PACKAGE/undef RTM_PACKAGE/g' src/lib/rtm/config_rtc.h.in.org | sed -e 's/\#undef VERSION.*//g' > src/lib/rtm/config_rtc.h.in
rm -f src/lib/rtm/config_rtc.h.in.org
AC_CONFIG_SUBDIRS([src/lib/coil])
openrtm-commit メーリングリストの案内