mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 02:30:35 +05:00
Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67)
This commit is contained in:
parent
a9b4c10985
commit
21d0933813
15
configure.ac
15
configure.ac
@ -375,6 +375,19 @@ echo
|
|||||||
# chmod +x ./bin/*; \
|
# 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
|
# This list is initiated using autoscan and must be updated manually
|
||||||
# when adding a new file <filename>.in to manage. When you execute
|
# when adding a new file <filename>.in to manage. When you execute
|
||||||
# autoscan, the Makefile list is generated in the output file configure.scan.
|
# autoscan, the Makefile list is generated in the output file configure.scan.
|
||||||
@ -449,5 +462,3 @@ AC_OUTPUT([ \
|
|||||||
idl/Makefile \
|
idl/Makefile \
|
||||||
Makefile \
|
Makefile \
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_HACK_LIBTOOL
|
|
||||||
|
Loading…
Reference in New Issue
Block a user