Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
5f9a266a
Commit
5f9a266a
authored
Oct 27, 2014
by
Gautier Pelloux-Prayer
Browse files
Use which to detect libtoolize (for HomeBrew)
parent
aacb46a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
autogen.sh
autogen.sh
+1
-8
No files found.
autogen.sh
View file @
5f9a266a
...
...
@@ -16,14 +16,7 @@ else
AUTOMAKE
=
automake-
${
AM_VERSION
}
fi
INTLTOOLIZE
=
/usr/bin/intltoolize
if
test
-f
/opt/local/bin/intltoolize
;
then
INTLTOOLIZE
=
/opt/local/bin/intltoolize
else
INTLTOOLIZE
=
/usr/bin/intltoolize
fi
INTLTOOLIZE
=
$(
which intltoolize
)
libtoolize
=
"libtoolize"
for
lt
in
glibtoolize libtoolize15 libtoolize14 libtoolize13
;
do
...
...
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