Skip to content
Snippets Groups Projects
Commit 6cf88a7b authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Suppress the libtoolize warning

parent bdc4c6b1
No related branches found
No related tags found
1 merge request!148Fix the Autotools building
Pipeline #102188 passed
......@@ -239,6 +239,12 @@ by default: change CFLAGS to disable it])])],
dnl Set up libtool:
AC_MSG_NOTICE([setting up libtool])
ACX_USE_LIBTOOL_CONFIGURATION([pic-only])
dnl LT_INIT is expanded by the macro above (after the required patches).
dnl The following suppresses the warning:
dnl libtoolize: Remember to add 'LT_INIT' to configure.ac.
m4_pushdef([LT_INIT])dnl
LT_INIT[]dnl
m4_popdef([LT_INIT])dnl
dnl Check endianess of system:
AC_C_BIGENDIAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment