]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
1) Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for...
authorvsr <vsr@opencascade.com>
Wed, 17 Aug 2005 07:06:29 +0000 (07:06 +0000)
committervsr <vsr@opencascade.com>
Wed, 17 Aug 2005 07:06:29 +0000 (07:06 +0000)
2) Fix configuration problems (with g++ options and with install script)

configure.in.base

index 1f7958b5fc4e5b6c913eeb992369a7855e4a1825..e6be9b20d0a5cc97ccd895372c3caa3f86db2d80 100644 (file)
@@ -97,6 +97,8 @@ cc_ok=no
 dnl inutil car libtool
 dnl AC_PROG_CC
 AC_PROG_CXX
+AC_CXX_WARNINGS
+AC_CXX_TEMPLATE_OPTIONS
 AC_DEPEND_FLAG
 # AC_CC_WARNINGS([ansi])
 cc_ok=yes
@@ -369,7 +371,7 @@ do
   case "$local_bin" in
         *.in | *~)                    ;;
         ./bin/CVS | ./bin/salome)                    ;;
-        *) /usr/bin/install -C $i .; echo $local_bin ;;
+        *) $INSTALL $i . ; echo $local_bin ;;
   esac
 done
 cd $ROOT_BUILDDIR