Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
ffbb08dd
Commit
ffbb08dd
authored
14 years ago
by
jehan
Browse files
Options
Download
Patches
Plain Diff
dont force people to use automake1.10
parent
fbcae461
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
autogen.sh
+1
-1
autogen.sh
mediastreamer2
+1
-1
mediastreamer2
oRTP
+1
-1
oRTP
with
3 additions
and
3 deletions
autogen.sh
+
1
−
1
View file @
ffbb08dd
#!/bin/sh
#!/bin/sh
AM_VERSION
=
"1.10"
#
AM_VERSION="1.10"
if
!
type
aclocal-
$AM_VERSION
1>/dev/null 2>&1
;
then
if
!
type
aclocal-
$AM_VERSION
1>/dev/null 2>&1
;
then
# automake-1.10 (recommended) is not available on Fedora 8
# automake-1.10 (recommended) is not available on Fedora 8
AUTOMAKE
=
automake
AUTOMAKE
=
automake
...
...
This diff is collapsed.
Click to expand it.
mediastreamer2
@
166db20a
Subproject commit
a4d247cb5e8fc2cf04e615d5a7b90251d349b7a8
Subproject commit
166db20a49a308e161d7b5c74fdc5aff000db9a2
This diff is collapsed.
Click to expand it.
oRTP
@
92c452dc
Subproject commit
6600413b76e49b33976ea4459e5ceffe345655d6
Subproject commit
92c452dcd38b26a0ce41d10be9a32d37f72a7d27
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets