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

index 789557455d8f55ca330d75d2a79336fec362b7d4..d7ab30eb8a3a862b7ad1aad9b9d8ecf121e62999 100644 (file)
@@ -513,6 +513,19 @@ echo generating Makefiles and configure files
 echo ---------------------------------------------
 echo
 
 echo ---------------------------------------------
 echo
 
+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.
 # 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.
@@ -599,5 +612,3 @@ AC_OUTPUT([ \
   src/Utils/Makefile \
   src/Utils/Test/Makefile \
 ])
   src/Utils/Makefile \
   src/Utils/Test/Makefile \
 ])
-
-AC_HACK_LIBTOOL