Salome HOME
Merge from V5_1_5_BR branch 12/11/2010 RELIQUAT_5x_15112010 V5_1_main_FINAL
authorvsr <vsr@opencascade.com>
Fri, 12 Nov 2010 15:04:52 +0000 (15:04 +0000)
committervsr <vsr@opencascade.com>
Fri, 12 Nov 2010 15:04:52 +0000 (15:04 +0000)
configure.ac

index 13d6977f2745115942ecf78f8425b0d2cebf5512..b5568c2127ebd2c82013507572aecb21ed9df6b6 100644 (file)
@@ -27,7 +27,7 @@
 # Modified by : Marc Tajchman (CEA)
 # Created from configure.in.base
 #
-AC_INIT([Salome2 Project PYHELLO module], [5.1.4], [webmaster.salome@opencascade.com], [SalomePYHELLO])
+AC_INIT([Salome2 Project PYHELLO module], [5.1.5], [webmaster.salome@opencascade.com], [SalomePYHELLO])
 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -217,6 +217,19 @@ AC_OUTPUT_COMMANDS([ \
       chmod +x ./bin/*; \
 ])
 
+AC_CONFIG_COMMANDS([hack_libtool],[
+sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\
+  if test \"\$(echo \$[@] | grep -E '\\\-L/usr/lib(/../lib)?(64)? ')\" == \"\" \n\
+  then\n\
+    cmd=\"\1 \$[@]\"\n\
+  else\n\
+    cmd=\"\1 \"\`echo \$[@] | sed -r -e 's|(.*)-L/usr/lib(/../lib)?(64)? (.*)|\\\1\\\4 -L/usr/lib\\\3|g'\`\n\
+  fi\n\
+  \$cmd\n\
+}\n\
+CC=\"hack_libtool\"%g" libtool
+],[])
+
 # This list is initiated using autoscan and must be updated manually
 # when adding a new file <filename>.in to manage. When you execute
 # autoscan, the Makefile list is generated in the output file configure.scan.
@@ -239,5 +252,3 @@ AC_OUTPUT([ \
   idl/Makefile \
   Makefile \
 ])
-
-AC_HACK_LIBTOOL