Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
191f02b6
Commit
191f02b6
authored
Jul 15, 2007
by
Christophe Mutricy
Browse files
support automake 1.10
parent
2669f3af
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
191f02b6
...
@@ -32,7 +32,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am`"
...
@@ -32,7 +32,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am`"
# Check for automake
# Check for automake
amvers
=
"no"
amvers
=
"no"
for
v
in
"-1.9"
"19"
"-1.8"
"18"
"-1.7"
"17"
"-1.6"
"16"
"-1.5"
"15"
;
do
for
v
in
"-1.10"
"110"
"-1.9"
"19"
"-1.8"
"18"
"-1.7"
"17"
"-1.6"
"16"
"-1.5"
"15"
;
do
if
automake
${
v
}
--version
>
/dev/null 2>&1
;
then
if
automake
${
v
}
--version
>
/dev/null 2>&1
;
then
amvers
=
"
${
v
}
"
amvers
=
"
${
v
}
"
break
break
...
...
Write
Preview
Supports
Markdown
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