Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fontconfig
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
130
Issues
130
List
Boards
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fontconfig
fontconfig
Commits
86dd8574
Commit
86dd8574
authored
Jul 21, 2009
by
Behdad Esfahbod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve libtool version parsing (#22122)
parent
16e55c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
autogen.sh
autogen.sh
+1
-1
No files found.
autogen.sh
View file @
86dd8574
...
...
@@ -29,7 +29,7 @@ DIE=0
have_libtool
=
false
if
$LIBTOOLIZE
--version
< /dev/null
>
/dev/null 2>&1
;
then
libtool_version
=
`
$LIBTOOLIZE
--version
|
sed
's/^
[^0-9]*\([0-9].[0-9.]*\).*
/\1/'
`
libtool_version
=
`
$LIBTOOLIZE
--version
|
sed
's/^
.* \([0-9][.][0-9.]*\)[^ ]*$
/\1/'
`
case
$libtool_version
in
1.4
*
|
1.5
*
|
1.6
*
|
1.7
*
|
2
*
)
have_libtool
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment