From: vsr Date: Fri, 22 May 2009 12:21:01 +0000 (+0000) Subject: 0020354: EDF 1031 OTHER warnings with automake 1.10 X-Git-Tag: V5_1_2rc1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a8fcfb0e1c6c38193f973aa7b4a68fa7077cbb2;p=plugins%2Fblsurfplugin.git 0020354: EDF 1031 OTHER warnings with automake 1.10 --- diff --git a/configure.ac b/configure.ac index e0dfee5..2bdc7c3 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([Salome2 Project BLSURFPLUGIN module], [5.1.1], [webmaster.salome@openca AC_CONFIG_AUX_DIR(salome_adm/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([-Wno-portability]) XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'` AC_SUBST(XVERSION) @@ -401,17 +401,17 @@ echo # autoscan, the Makefile list is generated in the output file configure.scan. # This could be helpfull to update de configuration. AC_OUTPUT([ \ - ./salome_adm/unix/SALOMEconfig.h \ - ./adm_local/Makefile \ - ./adm_local/unix/Makefile \ - ./adm_local/unix/config_files/Makefile \ - ./bin/VERSION \ - ./bin/Makefile \ - ./idl/Makefile \ - ./resources/Makefile \ - ./src/Makefile \ - ./src/BLSURFPlugin/Makefile \ - ./src/GUI/Makefile \ - ./BLSURFPLUGIN_version.h \ + salome_adm/unix/SALOMEconfig.h \ + adm_local/Makefile \ + adm_local/unix/Makefile \ + adm_local/unix/config_files/Makefile \ + bin/VERSION \ + bin/Makefile \ + idl/Makefile \ + resources/Makefile \ + src/Makefile \ + src/BLSURFPlugin/Makefile \ + src/GUI/Makefile \ + BLSURFPLUGIN_version.h \ Makefile \ ])