]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
0020354: EDF 1031 OTHER warnings with automake 1.10
authorvsr <vsr@opencascade.com>
Fri, 22 May 2009 12:28:55 +0000 (12:28 +0000)
committervsr <vsr@opencascade.com>
Fri, 22 May 2009 12:28:55 +0000 (12:28 +0000)
configure.ac

index 04d5a2995518367352943d2570440144235149a4..8633c1078091ec2896c551f36bdb8cdf4727e6da 100644 (file)
@@ -29,7 +29,7 @@ AC_INIT([Salome2 Project GHS3DPRLPLUGIN module], [5.1.1], [webmaster.salome@open
 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)
@@ -429,18 +429,18 @@ 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/GHS3DPRLPlugin/Makefile \
-  ./src/gui/Makefile \
-  ./src/tepal2med/Makefile \
-  ./GHS3DPRLPLUGIN_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/GHS3DPRLPlugin/Makefile \
+  src/gui/Makefile \
+  src/tepal2med/Makefile \
+  GHS3DPRLPLUGIN_version.h \
   Makefile \
 ])