Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
6cf88a7b
Commit
6cf88a7b
authored
1 month ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Suppress the libtoolize warning
parent
bdc4c6b1
No related branches found
No related tags found
1 merge request
!148
Fix the Autotools building
Pipeline
#102188
passed
1 month ago
Stage: basic
Stage: levante
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+6
-0
6 additions, 0 deletions
configure.ac
with
6 additions
and
0 deletions
configure.ac
+
6
−
0
View file @
6cf88a7b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment