[openrtm-commit:00543] r2261 - branches/RELENG_1_0/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 1月 5日 (木) 00:07:37 JST


Author: n-ando
Date: 2012-01-05 00:07:37 +0900 (Thu, 05 Jan 2012)
New Revision: 2261

Modified:
   branches/RELENG_1_0/OpenRTM-aist/configure.ac
Log:
configure.ac was modified for package builder

Modified: branches/RELENG_1_0/OpenRTM-aist/configure.ac
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/configure.ac	2012-01-04 15:06:12 UTC (rev 2260)
+++ branches/RELENG_1_0/OpenRTM-aist/configure.ac	2012-01-04 15:07:37 UTC (rev 2261)
@@ -18,7 +18,7 @@
 dnl ------------------------------------------------------------
 dnl  Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(OpenRTM-aist, 1.0.0, n-ando at aist.go.jp, OpenRTM-aist)
+AC_INIT(OpenRTM-aist, 1.0.2, n-ando at aist.go.jp, OpenRTM-aist)
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE([dist-bzip2 tar-pax])
 AM_CONFIG_HEADER([src/lib/rtm/config_rtc.h])
@@ -1437,6 +1437,9 @@
 
 AC_OUTPUT([Makefile
 	build/Makefile
+    packages/Makefile
+    packages/deb/Makefile
+    packages/rpm/Makefile
 	src/Makefile
 	src/lib/Makefile
 	src/lib/rtm/Makefile



openrtm-commit メーリングリストの案内