forked from mia/Aegisub
s/.../../ and s/.././ where required for consistency.
Originally committed to SVN as r2183.
This commit is contained in:
parent
03953062c2
commit
fa125abc3a
1 changed files with 9 additions and 9 deletions
18
configure.in
18
configure.in
|
@ -321,7 +321,7 @@ int main(void) {
|
||||||
}])
|
}])
|
||||||
|
|
||||||
if test "$agi_with_portaudio" = "no" && test "$with_portaudio" = "yes"; then
|
if test "$agi_with_portaudio" = "no" && test "$with_portaudio" = "yes"; then
|
||||||
AC_MSG_WARN([PortAudio detected, but it doesn't work..])
|
AC_MSG_WARN([PortAudio detected, but it doesn't work...])
|
||||||
with_portaudio="no"
|
with_portaudio="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@ int main(void) {
|
||||||
}])
|
}])
|
||||||
|
|
||||||
if test "$agi_with_pulseaudio" = "no" && test "$with_pulseaudio" = "yes"; then
|
if test "$agi_with_pulseaudio" = "no" && test "$with_pulseaudio" = "yes"; then
|
||||||
AC_MSG_WARN([PulseAudio detected, but it doesn't work..])
|
AC_MSG_WARN([PulseAudio detected, but it doesn't work...])
|
||||||
with_pulseaudio="no"
|
with_pulseaudio="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@ int main(void) {
|
||||||
}])
|
}])
|
||||||
|
|
||||||
if test "$agi_with_openal" = "no" && test "$with_openal" = "yes"; then
|
if test "$agi_with_openal" = "no" && test "$with_openal" = "yes"; then
|
||||||
AC_MSG_WARN([OpenAL detected, but it doesn't work..])
|
AC_MSG_WARN([OpenAL detected, but it doesn't work...])
|
||||||
with_openal="no"
|
with_openal="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -402,7 +402,7 @@ fi
|
||||||
# Video Providers
|
# Video Providers
|
||||||
#################
|
#################
|
||||||
|
|
||||||
AC_ARG_WITH(ffmpeg, [ --without-ffmpeg build without FFMPEG video provider.. (default: auto)], ffmpeg_disabled="(disabled)")
|
AC_ARG_WITH(ffmpeg, [ --without-ffmpeg build without FFMPEG video provider. (default: auto)], ffmpeg_disabled="(disabled)")
|
||||||
|
|
||||||
if test "$with_ffmpeg" != "no"; then
|
if test "$with_ffmpeg" != "no"; then
|
||||||
AC_CHECK_LIB([avcodec], [avcodec_init],AVCODEC_LDFLAGS="-lavcodec", [with_ffmpeg=no])
|
AC_CHECK_LIB([avcodec], [avcodec_init],AVCODEC_LDFLAGS="-lavcodec", [with_ffmpeg=no])
|
||||||
|
@ -505,7 +505,7 @@ int main(void) {
|
||||||
])
|
])
|
||||||
|
|
||||||
if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then
|
if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then
|
||||||
AC_MSG_WARN([Hunspell detected, but it doesn't work..])
|
AC_MSG_WARN([Hunspell detected, but it doesn't work...])
|
||||||
with_old_hunspell="no"
|
with_old_hunspell="no"
|
||||||
else
|
else
|
||||||
AC_DEFINE(WITH_HUNSPELL, 1, [Enable Hunspell support.])
|
AC_DEFINE(WITH_HUNSPELL, 1, [Enable Hunspell support.])
|
||||||
|
@ -643,7 +643,7 @@ AC_SUBST(LUA50_LDFLAGS)
|
||||||
## Auto4 PERL
|
## Auto4 PERL
|
||||||
#############
|
#############
|
||||||
AC_ARG_WITH(perl, [ --without-perl build without PERL Automation. (default: auto)], perl_disabled="(disabled)")
|
AC_ARG_WITH(perl, [ --without-perl build without PERL Automation. (default: auto)], perl_disabled="(disabled)")
|
||||||
AC_ARG_WITH(perl-bin, [ --with-perl-bin=PATH location of PERL binary.. (default: $PATH)], [WITH_PERL_BIN="$withval"])
|
AC_ARG_WITH(perl-bin, [ --with-perl-bin=PATH location of PERL binary. (default: $PATH)], [WITH_PERL_BIN="$withval"])
|
||||||
|
|
||||||
AC_ARG_VAR([PERL_CFLAGS], [CFLAGS to use for Perl (default: -MExtUtils::Embed -eccflags -eperl_inc)])
|
AC_ARG_VAR([PERL_CFLAGS], [CFLAGS to use for Perl (default: -MExtUtils::Embed -eccflags -eperl_inc)])
|
||||||
AC_ARG_VAR([PERL_LDFLAGS], [LDFLAGS to use for Perl (default: -MExtUtils::Embed -eldopts)])
|
AC_ARG_VAR([PERL_LDFLAGS], [LDFLAGS to use for Perl (default: -MExtUtils::Embed -eldopts)])
|
||||||
|
@ -691,7 +691,7 @@ int main(int argc, char **argv) {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$agi_with_perl" = "no" && test "$with_perl" = "yes"; then
|
if test "$agi_with_perl" = "no" && test "$with_perl" = "yes"; then
|
||||||
AC_MSG_WARN([Perl detected, but it doesn't work..])
|
AC_MSG_WARN([Perl detected, but it doesn't work...])
|
||||||
with_perl="no"
|
with_perl="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -711,7 +711,7 @@ AM_CONDITIONAL([HAVE_AUTO4_PERL], [test "$with_perl" != "no"])
|
||||||
## Auto4 Ruby
|
## Auto4 Ruby
|
||||||
#############
|
#############
|
||||||
AC_ARG_WITH(ruby, [ --without-ruby build without Ruby Automation. (default: auto)], ruby_disabled="(disabled)")
|
AC_ARG_WITH(ruby, [ --without-ruby build without Ruby Automation. (default: auto)], ruby_disabled="(disabled)")
|
||||||
AC_ARG_WITH(ruby-bin, [ --with-ruby-bin=PATH location of RUBY binary.. (default: $PATH)], [WITH_RUBY_BIN="$withval"])
|
AC_ARG_WITH(ruby-bin, [ --with-ruby-bin=PATH location of RUBY binary. (default: $PATH)], [WITH_RUBY_BIN="$withval"])
|
||||||
|
|
||||||
AC_ARG_VAR([RUBY_CFLAGS], [CFLAGS to use for Ruby (default: Config::CONFIG archdir + CFLAGS)])
|
AC_ARG_VAR([RUBY_CFLAGS], [CFLAGS to use for Ruby (default: Config::CONFIG archdir + CFLAGS)])
|
||||||
AC_ARG_VAR([RUBY_LDFLAGS], [LDFLAGS to use for Ruby (default: Cofig::CONFIG LIBRUBYARG)])
|
AC_ARG_VAR([RUBY_LDFLAGS], [LDFLAGS to use for Ruby (default: Cofig::CONFIG LIBRUBYARG)])
|
||||||
|
@ -756,7 +756,7 @@ int main(void) {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$agi_with_ruby" = "no" && test "$with_ruby" = "yes"; then
|
if test "$agi_with_ruby" = "no" && test "$with_ruby" = "yes"; then
|
||||||
AC_MSG_WARN([Ruby detected, but it doesn't work..])
|
AC_MSG_WARN([Ruby detected, but it doesn't work...])
|
||||||
with_ruby="no"
|
with_ruby="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue