From: vsr Date: Fri, 22 May 2009 13:03:35 +0000 (+0000) Subject: 0020354: EDF 1031 OTHER warnings with automake 1.10 X-Git-Tag: V4_1_0_maintainance_FINAL~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=098c3d281546429498ac2f5abff387baae0f8231;p=samples%2Fpyhello.git 0020354: EDF 1031 OTHER warnings with automake 1.10 --- diff --git a/configure.ac b/configure.ac index 8db1dee..dd8fd66 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_INIT([Salome2 Project PYHELLO module], [4.1.5], [webmaster.salome@opencascade 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) @@ -216,18 +216,18 @@ AC_OUTPUT_COMMANDS([ \ # 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/runAppli \ - ./bin/Makefile \ - ./src/Makefile \ - ./src/PYHELLO/Makefile \ - ./src/PYHELLOGUI/Makefile \ - ./resources/Makefile \ - ./resources/PYHELLOCatalog.xml \ - ./idl/Makefile \ + salome_adm/unix/SALOMEconfig.h \ + adm_local/Makefile \ + adm_local/unix/Makefile \ + adm_local/unix/config_files/Makefile \ + bin/VERSION \ + bin/runAppli \ + bin/Makefile \ + src/Makefile \ + src/PYHELLO/Makefile \ + src/PYHELLOGUI/Makefile \ + resources/Makefile \ + resources/PYHELLOCatalog.xml \ + idl/Makefile \ Makefile \ ])