From: vsr Date: Wed, 3 Nov 2010 09:30:38 +0000 (+0000) Subject: Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67) X-Git-Tag: V5_1_5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=489c1376c15c1db83b11982eccb0ad85448e650a;p=modules%2Fmultipr.git Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67) --- diff --git a/configure.ac b/configure.ac index 5505b46..41cc8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -308,6 +308,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 .in to manage. When you execute # autoscan, the Makefile list is generated in the output file configure.scan. @@ -329,5 +342,3 @@ AC_OUTPUT([ \ idl/Makefile \ Makefile \ ]) - -AC_HACK_LIBTOOL