Salome HOME
0020354: EDF 1031 OTHER warnings with automake 1.10
authorvsr <vsr@opencascade.com>
Fri, 22 May 2009 12:36:44 +0000 (12:36 +0000)
committervsr <vsr@opencascade.com>
Fri, 22 May 2009 12:36:44 +0000 (12:36 +0000)
configure.ac

index 3c4534dc4ba1e1090aa8e0ac0f0d45f3e6ea3549..7f92bbf6735a389acf9bd861e9c6f3f07ccca12e 100644 (file)
@@ -33,7 +33,7 @@ AC_INIT([Salome2 Project PYHELLO module], [5.1.1], [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,19 +216,19 @@ 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 \
-  ./doc/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 \
+  doc/Makefile \
+  src/Makefile \
+  src/PYHELLO/Makefile \
+  src/PYHELLOGUI/Makefile \
+  resources/Makefile \
+  resources/PYHELLOCatalog.xml \
+  idl/Makefile \
   Makefile \
 ])