Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
1c16614c
Commit
1c16614c
authored
Oct 27, 2014
by
Gautier Pelloux-Prayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use which to detect intltoolize (for HomeBrew)
parent
cce5ea19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
autogen.sh
autogen.sh
+2
-7
mediastreamer2
mediastreamer2
+1
-1
No files found.
autogen.sh
View file @
1c16614c
...
...
@@ -22,6 +22,7 @@ if test -f /opt/local/bin/glibtoolize ; then
else
LIBTOOLIZE
=
libtoolize
fi
if
test
-d
/opt/local/share/aclocal
;
then
ACLOCAL_ARGS
=
"-I /opt/local/share/aclocal"
fi
...
...
@@ -30,13 +31,7 @@ if test -d /share/aclocal ; then
ACLOCAL_ARGS
=
"
$ACLOCAL_ARGS
-I /share/aclocal"
fi
if
test
-f
/opt/local/bin/intltoolize
;
then
#darwin
INTLTOOLIZE
=
/opt/local/bin/intltoolize
else
#on mingw, it is important to invoke intltoolize with an absolute path to avoid a bug
INTLTOOLIZE
=
/usr/bin/intltoolize
fi
INTLTOOLIZE
=
$(
which intltoolize
)
echo
"Generating build scripts in linphone..."
set
-x
...
...
mediastreamer2
@
5f9a266a
Subproject commit
aacb46a5dc5c7c9c40844ea52a182c14c08df9fa
Subproject commit
5f9a266adb16fc981ed06ce5d21865a38f47a935
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