From: vsr Date: Wed, 17 Aug 2005 07:06:29 +0000 (+0000) Subject: 1) Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for... X-Git-Tag: T_3_0_2a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67bb9141ec0012933e67fe76b81c3088e5fba0e5;p=modules%2Fgui.git 1) Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for macros definition 2) Fix configuration problems (with g++ options and with install script) --- diff --git a/configure.in.base b/configure.in.base index 1f7958b5f..e6be9b20d 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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