]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67) V5_1_5rc2
authorvsr <vsr@opencascade.com>
Wed, 3 Nov 2010 09:28:24 +0000 (09:28 +0000)
committervsr <vsr@opencascade.com>
Wed, 3 Nov 2010 09:28:24 +0000 (09:28 +0000)
configure.ac

index 7687e107a69d3f26f466bc9ce3529ff16a00392c..bf8e5028d7dd9642d5a1d8a640fd8916fbe2f9b2 100644 (file)
@@ -387,6 +387,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.
@@ -404,5 +417,3 @@ AC_OUTPUT([ \
   idl/Makefile \
   Makefile \
 ])
-
-AC_HACK_LIBTOOL