]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Improve hack_libtool utility to workaround problems on some Linux configurations V6_2_0a1
authorvsr <vsr@opencascade.com>
Mon, 6 Dec 2010 13:01:04 +0000 (13:01 +0000)
committervsr <vsr@opencascade.com>
Mon, 6 Dec 2010 13:01:04 +0000 (13:01 +0000)
configure.ac

index 88736fc63518469c5b23c286c4abf7fdf4d6d4a7..69c7ba82c879330efd62125f53f0e8f25d84be14 100644 (file)
@@ -406,15 +406,10 @@ echo
 #  chmod +x ./bin/salome/*;
 #])
 
+AC_HACK_LIBTOOL
 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\
+  $(pwd)/hack_libtool \1 \"\$[@]\" \n\
 }\n\
 CC=\"hack_libtool\"%g" libtool
 ],[])