From: vsr Date: Mon, 6 Dec 2010 13:02:36 +0000 (+0000) Subject: Improve hack_libtool utility to workaround problems on some Linux configurations X-Git-Tag: V6_2_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=950b2c58709c6cc37a4176a8a3ceadae9e3f9679;p=modules%2Fgui.git Improve hack_libtool utility to workaround problems on some Linux configurations --- diff --git a/configure.ac b/configure.ac index 8a235a268..71bfdaa36 100644 --- a/configure.ac +++ b/configure.ac @@ -599,15 +599,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 ],[])