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
libdvdread
Commits
b82fc7d7
Commit
b82fc7d7
authored
Jun 06, 2008
by
Nico Sabbi
Browse files
reindentation
parent
26aa098d
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
b82fc7d7
...
...
@@ -23,7 +23,6 @@ case `echo -n` in
esac
detect_configure_ac
()
{
srcdir
=
`
dirname
$0
`
test
-z
"
$srcdir
"
&&
srcdir
=
.
...
...
@@ -46,13 +45,13 @@ detect_autoconf() {
AUTOCONF_MIN
=
"
`
echo
$AUTOCONF_MIN
|
sed
-e
's/[a-zA-Z\ \.\(\)\-]//g'
`
"
if
[
`
expr
$AC
`
-ge
$AUTOCONF_MIN
]
;
then
autoconf_ok
=
yes
else
echo
echo
"**Error**: You must have
\`
autoconf' >=
$AUTOCONF_MIN
installed to"
echo
" compile
$PROG
. Download the appropriate package"
echo
" for your distribution or source from ftp.gnu.org."
exit
1
fi
else
echo
echo
"**Error**: You must have
\`
autoconf' >=
$AUTOCONF_MIN
installed to"
echo
" compile
$PROG
. Download the appropriate package"
echo
" for your distribution or source from ftp.gnu.org."
exit
1
fi
}
run_autoheader
()
{
...
...
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