Commit ea0d4fc4 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* configure --help aliging

parent 6540be0a
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.146 2004/01/08 00:12:50 gbazin Exp $ dnl $Id: configure.ac,v 1.147 2004/01/09 15:39:38 hartman Exp $
AC_INIT(vlc,0.7.1-cvs) AC_INIT(vlc,0.7.1-cvs)
...@@ -1103,7 +1103,7 @@ dnl ...@@ -1103,7 +1103,7 @@ dnl
dnl live.com input dnl live.com input
dnl dnl
AC_ARG_ENABLE(livedotcom, AC_ARG_ENABLE(livedotcom,
[ --enable-livedotcom live.com input plugin (default disabled)]) [ --enable-livedotcom live.com input plugin (default disabled)])
if test "${enable_livedotcom}" = "yes" if test "${enable_livedotcom}" = "yes"
then then
AC_ARG_WITH(livedotcom-tree, AC_ARG_WITH(livedotcom-tree,
...@@ -1353,7 +1353,7 @@ dnl ...@@ -1353,7 +1353,7 @@ dnl
dnl Windows DirectShow access module dnl Windows DirectShow access module
dnl dnl
AC_ARG_ENABLE(dshow, AC_ARG_ENABLE(dshow,
[ --enable-dshow Win32 DirectShow support (default enabled on Win32)]) [ --enable-dshow Win32 DirectShow support (default enabled on Win32)])
if test "${enable_dshow}" != "no" if test "${enable_dshow}" != "no"
then then
if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin" if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
...@@ -1481,13 +1481,13 @@ dnl ...@@ -1481,13 +1481,13 @@ dnl
dnl VCDX and CDDAX modules dnl VCDX and CDDAX modules
dnl dnl
AC_ARG_ENABLE(libcdio, AC_ARG_ENABLE(libcdio,
[ --enable-libcdio CDDA support via libcdio (default enabled)]) [ --enable-libcdio CDDA support via libcdio (default enabled)])
AC_ARG_ENABLE(libcddb, AC_ARG_ENABLE(libcddb,
[ --enable-libcddb CDDB support for CDDAX (default enabled)]) [ --enable-libcddb CDDB support for CDDAX (default enabled)])
AC_ARG_ENABLE(vcdx, AC_ARG_ENABLE(vcdx,
[ --enable-vcdx VCD support with Navigation (default enabled)]) [ --enable-vcdx VCD support with Navigation (default enabled)])
if test "${enable_cddax}" != "no" if test "${enable_cddax}" != "no"
then then
...@@ -2145,7 +2145,7 @@ dnl ...@@ -2145,7 +2145,7 @@ dnl
dnl Speex plugin dnl Speex plugin
dnl dnl
AC_ARG_ENABLE(speex, AC_ARG_ENABLE(speex,
[ --enable-speex Speex decoder support (default enabled)]) [ --enable-speex Speex decoder support (default enabled)])
if test "${enable_speex}" != "no" if test "${enable_speex}" != "no"
then then
AC_CHECK_HEADERS(speex.h, [ AC_CHECK_HEADERS(speex.h, [
...@@ -2750,7 +2750,7 @@ dnl ...@@ -2750,7 +2750,7 @@ dnl
dnl Skins2 module dnl Skins2 module
dnl dnl
AC_ARG_ENABLE(skins2, AC_ARG_ENABLE(skins2,
[ --enable-skins2 Skins2 interface module (experimental)]) [ --enable-skins2 Skins2 interface module (experimental)])
if test "${enable_skins2}" != "no"; then if test "${enable_skins2}" != "no"; then
if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
...@@ -3113,7 +3113,7 @@ dnl ...@@ -3113,7 +3113,7 @@ dnl
dnl Visualisation plugin dnl Visualisation plugin
dnl dnl
AC_ARG_ENABLE(visual, AC_ARG_ENABLE(visual,
[ --enable-visual visualisation plugin (default enabled)]) [ --enable-visual visualisation plugin (default enabled)])
if test "${enable_visual}" != "no" if test "${enable_visual}" != "no"
then then
AX_ADD_PLUGINS([visual]) AX_ADD_PLUGINS([visual])
...@@ -3123,7 +3123,7 @@ dnl ...@@ -3123,7 +3123,7 @@ dnl
dnl goom visualization plugin dnl goom visualization plugin
dnl dnl
AC_ARG_ENABLE(goom, AC_ARG_ENABLE(goom,
[ --enable-goom goom visualisation plugin (default disabled)]) [ --enable-goom goom visualisation plugin (default disabled)])
if test "${enable_goom}" = "yes" if test "${enable_goom}" = "yes"
then then
AC_ARG_WITH(goom-tree, AC_ARG_WITH(goom-tree,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment