From 1273996f22a18eaed32bcb7352cc32a19eb6d2e9 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 22 May 2009 12:51:47 +0000 Subject: [PATCH] 0020354: EDF 1031 OTHER warnings with automake 1.10 --- configure.ac | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 6b30e5f..06f3af4 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_INIT([Salome2 Project GHS3DPLUGIN module],[4.1.5], [webmaster.salome@opencasc 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) @@ -392,16 +392,16 @@ 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/Makefile \ - ./GHS3DPLUGIN_version.h \ - ./src/Makefile \ - ./src/GUI/Makefile \ - ./resources/Makefile \ - ./idl/Makefile \ + salome_adm/unix/SALOMEconfig.h \ + adm_local/Makefile \ + adm_local/unix/Makefile \ + adm_local/unix/config_files/Makefile \ + bin/VERSION \ + bin/Makefile \ + GHS3DPLUGIN_version.h \ + src/Makefile \ + src/GUI/Makefile \ + resources/Makefile \ + idl/Makefile \ Makefile \ ]) -- 2.39.2