[openrtm-commit:02661] r3008 - trunk/OpenRTM-aist/build

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 7月 5日 (水) 18:14:19 JST


Author: kawauchi
Date: 2017-07-05 18:14:19 +0900 (Wed, 05 Jul 2017)
New Revision: 3008

Modified:
   trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
Log:
[compat,->RELENG_1_2] libtool-bin package has been removed from ubuntu14.04. refs #4136

Modified: trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2017-07-04 10:21:55 UTC (rev 3007)
+++ trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2017-07-05 09:14:19 UTC (rev 3008)
@@ -50,7 +50,13 @@
 reposerver=""
 
 #--------------------------------------- C++
-autotools="autoconf libtool libtool-bin"
+res=`grep 14.04 /etc/lsb-release`
+if test ! "x$res" = "x" ; then
+  # 14.04
+  autotools="autoconf libtool"
+else
+  autotools="autoconf libtool libtool-bin"
+fi
 base_tools="bc iputils-ping net-tools"
 cxx_devel="gcc g++ make python-yaml"
 cmake_tools="cmake doxygen graphviz nkf"



More information about the openrtm-commit mailing list