diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/attributes.m4 | 6 | ||||
-rw-r--r-- | m4/decoders.m4 | 2 | ||||
-rw-r--r-- | m4/directx.m4 | 2 | ||||
-rw-r--r-- | m4/getopt_long.m4 | 4 | ||||
-rw-r--r-- | m4/libFLAC.m4 | 4 | ||||
-rw-r--r-- | m4/misc.m4 | 2 | ||||
-rw-r--r-- | m4/pkg.m4 | 6 | ||||
-rw-r--r-- | m4/programs.m4 | 4 | ||||
-rw-r--r-- | m4/summary.m4 | 6 | ||||
-rw-r--r-- | m4/symbol.m4 | 2 | ||||
-rw-r--r-- | m4/types.m4 | 2 | ||||
-rw-r--r-- | m4/video_out.m4 | 2 | ||||
-rw-r--r-- | m4/xine.m4 | 12 |
13 files changed, 27 insertions, 27 deletions
diff --git a/m4/attributes.m4 b/m4/attributes.m4 index 4863b6bfe..c7ef73e68 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -25,7 +25,7 @@ dnl License when using or distributing such scripts, even though portions dnl of the text of the Macro appear in them. The GNU General Public dnl License (GPL) does govern all other use of the material that dnl constitutes the Autoconf Macro. -dnl +dnl dnl This special exception to the GPL applies to versions of the dnl Autoconf Macro released by this project. When you make and dnl distribute a modified version of the Autoconf Macro, you may extend @@ -114,7 +114,7 @@ AC_DEFUN([CC_NOUNDEFINED], [ dnl First of all check for the --no-undefined variant of GNU ld. This allows dnl for a much more readable commandline, so that people can understand what dnl it does without going to look for what the heck -z defs does. - for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do + for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do CC_CHECK_LDFLAGS([$possible_flags], [LDFLAGS_NOUNDEFINED="$possible_flags"]) break done @@ -257,7 +257,7 @@ AC_DEFUN([CC_FLAG_VISIBILITY], [ cc_cv_flag_visibility='yes', cc_cv_flag_visibility='no') CFLAGS="$cc_flag_visibility_save_CFLAGS"]) - + AS_IF([test "x$cc_cv_flag_visibility" = "xyes"], [AC_DEFINE([SUPPORT_FLAG_VISIBILITY], 1, [Define this if the compiler supports the -fvisibility flag]) diff --git a/m4/decoders.m4 b/m4/decoders.m4 index be32e7917..4c7f36d7d 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -240,7 +240,7 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [ x86_64-*) AC_DEFINE([FPM_64BIT], 1, [Define to select libmad fixed point arithmetic implementation]) ;; - ppc-* | powerpc-*) + ppc-* | powerpc-*) AC_DEFINE([FPM_PPC], 1, [Define to select libmad fixed point arithmetic implementation]) ;; sparc*-*) diff --git a/m4/directx.m4 b/m4/directx.m4 index 61b241c0f..082581c8f 100644 --- a/m4/directx.m4 +++ b/m4/directx.m4 @@ -6,7 +6,7 @@ dnl dnl dnl AM_PATH_DIRECTX([ACTION IF FOUND [, ACTION IF NOT FOUND]])) dnl -dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and +dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and dnl DIRECTX_VIDEO_LIBS. dnl AC_DEFUN([AM_PATH_DIRECTX], [ diff --git a/m4/getopt_long.m4 b/m4/getopt_long.m4 index 39f41ffc2..59e9d8148 100644 --- a/m4/getopt_long.m4 +++ b/m4/getopt_long.m4 @@ -19,13 +19,13 @@ int main (int argc, char **argv) { int option_index = 0; int c; opterr = 0; - while ((c = getopt_long (argc, argv, "?hv", + while ((c = getopt_long (argc, argv, "?hv", long_options, &option_index)) != EOF) ; return 0; } ]])], - [AC_MSG_RESULT(yes); + [AC_MSG_RESULT(yes); ac_getopt_long=yes; AC_DEFINE(HAVE_GETOPT_LONG,,[Define this if you have GNU getopt_long() implemented])], [AC_MSG_RESULT(no); ac_getopt_long=no], diff --git a/m4/libFLAC.m4 b/m4/libFLAC.m4 index 9778d25d6..0bca54d97 100644 --- a/m4/libFLAC.m4 +++ b/m4/libFLAC.m4 @@ -5,7 +5,7 @@ dnl AM_PATH_LIBFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl Test for libFLAC, and define LIBFLAC_CFLAGS and LIBFLAC_LIBS dnl AC_DEFUN([AM_PATH_LIBFLAC], -[dnl +[dnl dnl Get the cflags and libraries dnl AC_ARG_WITH(libFLAC-prefix, AS_HELP_STRING([--with-libFLAC-prefix=DIR], [prefix where libFLAC is installed (optional)]), libFLAC_prefix="$withval", libFLAC_prefix="") @@ -98,7 +98,7 @@ int main () if test "x$no_libFLAC" = "x" ; then AC_MSG_RESULT(yes) - ifelse([$1], , :, [$1]) + ifelse([$1], , :, [$1]) else AC_MSG_RESULT(no) if test -f conf.libFLACtest ; then diff --git a/m4/misc.m4 b/m4/misc.m4 index 83246f36c..31686b33d 100644 --- a/m4/misc.m4 +++ b/m4/misc.m4 @@ -25,7 +25,7 @@ dnl License when using or distributing such scripts, even though portions dnl of the text of the Macro appear in them. The GNU General Public dnl License (GPL) does govern all other use of the material that dnl constitutes the Autoconf Macro. -dnl +dnl dnl This special exception to the GPL applies to versions of the dnl Autoconf Macro released by this project. When you make and dnl distribute a modified version of the Autoconf Macro, you may extend @@ -1,5 +1,5 @@ # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# +# # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. # # This program is free software; you can redistribute it and/or modify @@ -39,7 +39,7 @@ if test -n "$PKG_CONFIG"; then AC_MSG_RESULT([no]) PKG_CONFIG="" fi - + fi[]dnl ])# PKG_PROG_PKG_CONFIG @@ -120,7 +120,7 @@ if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` fi # Put the nasty error message in config.log where it belongs diff --git a/m4/programs.m4 b/m4/programs.m4 index 493888a0a..6703e48df 100644 --- a/m4/programs.m4 +++ b/m4/programs.m4 @@ -4,7 +4,7 @@ dnl Validate the GMSGFMT program found by gettext.m4; reject old versions dnl of GNU msgfmt that do not support the "msgid_plural" extension. AC_DEFUN([AC_PROG_GMSGFMT_PLURAL], [dnl AC_REQUIRE(AM_GNU_GETTEXT) - + if test "$GMSGFMT" != ":"; then AC_MSG_CHECKING([for plural forms in GNU msgfmt]) @@ -112,7 +112,7 @@ _ACEOF AC_MSG_RESULT(no) fi fi - fi + fi else AC_MSG_RESULT(no) fi diff --git a/m4/summary.m4 b/m4/summary.m4 index 27ca0f645..70dafd1cd 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -239,18 +239,18 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ fi if test x"$have_vidix" = x"yes"; then echo $ECHO_N " - vidix (" - + if test x"$no_x" != x"yes"; then echo $ECHO_N "X11" if test x"$have_fb" = x"yes"; then echo $ECHO_N " and " fi fi - + if test x"$have_fb" = x"yes"; then echo $ECHO_N "framebuffer" fi - + echo $ECHO_N " support" if test x"$enable_dha_kmod" != x"no"; then diff --git a/m4/symbol.m4 b/m4/symbol.m4 index 7f807f1b1..54c4593d2 100644 --- a/m4/symbol.m4 +++ b/m4/symbol.m4 @@ -24,7 +24,7 @@ dnl License when using or distributing such scripts, even though portions dnl of the text of the Macro appear in them. The GNU General Public dnl License (GPL) does govern all other use of the material that dnl constitutes the Autoconf Macro. -dnl +dnl dnl This special exception to the GPL applies to versions of the dnl Autoconf Macro released by the xine project. When you make and dnl distribute a modified version of the Autoconf Macro, you may extend diff --git a/m4/types.m4 b/m4/types.m4 index d182c32bd..0afa6b29e 100644 --- a/m4/types.m4 +++ b/m4/types.m4 @@ -21,7 +21,7 @@ AC_DEFUN([AC_CHECK_LIRC], if test x"$LIRC_PREFIX" != "x"; then lirc_libprefix="$LIRC_PREFIX/lib" - LIRC_INCLUDE="-I$LIRC_PREFIX/include" + LIRC_INCLUDE="-I$LIRC_PREFIX/include" fi for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do AC_CHECK_FILE("$llirc/liblirc_client.a", diff --git a/m4/video_out.m4 b/m4/video_out.m4 index 7870b7558..bd3559c5d 100644 --- a/m4/video_out.m4 +++ b/m4/video_out.m4 @@ -371,7 +371,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [ case "$host_or_hostalias" in hppa*) xv_libexts="$acl_cv_shlibext" ;; *) - if test x"$xv_prefer_static" = x"yes"; then + if test x"$xv_prefer_static" = x"yes"; then xv_libexts="$acl_cv_libext $acl_cv_shlibext" else xv_libexts="$acl_cv_shlibext $acl_cv_libext" diff --git a/m4/xine.m4 b/m4/xine.m4 index 7030a991f..438a69160 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -1,27 +1,27 @@ dnl Configure paths for XINE dnl dnl Copyright (C) 2001 Daniel Caujolle-Bert <segfault@club-internet.fr> -dnl +dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. -dnl +dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl -dnl +dnl +dnl dnl As a special exception to the GNU General Public License, if you dnl distribute this file as part of a program that contains a configuration dnl script generated by Autoconf, you may include it under the same dnl distribution terms that you use for the rest of that program. -dnl +dnl dnl _XINE_VERSION_PARSE(version) AC_DEFUN([_XINE_VERSION_PARSE], [`echo $1 | perl -e 'my $v = <>; chomp $v; |