[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia
From:       Thiago Macieira <thiago () kde ! org>
Date:       2005-07-16 23:51:03
Message-ID: 1121557863.063750.32061.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 435447 by thiago:

Downgrading configure.in.in so that earlier versions of autoconf
are still supported.

Patch suggested by Gregorio Guidi
CCMAIL:greg_g@gentoo.org


 M  +2 -2      audiofile_artsplugin/configure.in.in  
 M  +14 -14    configure.in.in  
 M  +4 -4      juk/configure.in.in  
 M  +2 -2      kfile-plugins/theora/configure.in.in  
 M  +2 -2      xine_artsplugin/configure.in.in  


--- trunk/KDE/kdemultimedia/audiofile_artsplugin/configure.in.in #435446:435447
@@ -34,7 +34,7 @@
 ])
 
 AC_ARG_WITH(audiofile,
-  [AS_HELP_STRING(--with-audiofile,
+  [AC_HELP_STRING(--with-audiofile,
     [enable support for audiofile @<:@default=check@:>@])],
   [], with_audiofile=check)
 
@@ -43,7 +43,7 @@
   AC_CHECK_LIBAUDIOFILE
 
   if test "x$with_audiofile" != xcheck && test "x$arts_audiolib_found" != xyes; then
-    AC_MSG_FAILURE([--with-audiofile was given, but test for audiofile failed])
+    AC_MSG_ERROR([--with-audiofile was given, but test for audiofile failed])
   fi
 fi
 
--- trunk/KDE/kdemultimedia/configure.in.in #435446:435447
@@ -400,7 +400,7 @@
 AC_TYPE_SIGNAL
 
 AC_ARG_WITH(vorbis,
-  [AS_HELP_STRING(--with-vorbis,
+  [AC_HELP_STRING(--with-vorbis,
     [enable support for Ogg Vorbis @<:@default=check@:>@])],
   [], with_vorbis=check)
 
@@ -409,7 +409,7 @@
   KDE_CHECK_OGGVORBIS
 
   if test "x$with_vorbis" != xcheck && test "x$have_oggvorbis" != xyes; then
-    AC_MSG_FAILURE([--with-vorbis was given, but test for Ogg Vorbis failed])
+    AC_MSG_ERROR([--with-vorbis was given, but test for Ogg Vorbis failed])
   fi
 fi
 
@@ -421,7 +421,7 @@
 fi
 
 AC_ARG_WITH(ossaudio,
-  [AS_HELP_STRING(--with-ossaudio,
+  [AC_HELP_STRING(--with-ossaudio,
     [enable support for OpenBSD ossaudio @<:@default=check@:>@])],
   [], with_ossaudio=check)
 
@@ -429,12 +429,12 @@
   KDE_CHECK_OSSAUDIO
 
   if test "x$with_ossaudio" != xcheck && test "x$have_ossaudio" != xyes; then
-    AC_MSG_FAILURE([--with-ossaudio was given, but test for ossaudio failed])
+    AC_MSG_ERROR([--with-ossaudio was given, but test for ossaudio failed])
   fi
 fi
 
 AC_ARG_WITH(alsa,
-  [AS_HELP_STRING(--with-alsa,
+  [AC_HELP_STRING(--with-alsa,
     [enable support for ALSA @<:@default=check@:>@])],
   [], with_alsa=check)
 
@@ -443,12 +443,12 @@
   KDE_CHECK_ALSA
 
   if test "x$with_alsa" != xcheck && test "x$have_alsa" != xyes; then
-    AC_MSG_FAILURE([--with-alsa was given, but test for ALSA failed])
+    AC_MSG_ERROR([--with-alsa was given, but test for ALSA failed])
   fi
 fi
 
 AC_ARG_WITH(cdparanoia,
-  [AS_HELP_STRING(--with-cdparanoia,
+  [AC_HELP_STRING(--with-cdparanoia,
     [enable support for CD ripping thorugh cdparanoia @<:@default=check@:>@])],
   [], with_cdparanoia=check)
 
@@ -457,7 +457,7 @@
   KDE_CHECK_CDPARANOIA
 
   if test "x$with_cdparanoia" != xcheck && test "x$have_cdparanoia" != xyes; then
-    AC_MSG_FAILURE([--with-cdparanoia was given, but test for cdparanoia failed])
+    AC_MSG_ERROR([--with-cdparanoia was given, but test for cdparanoia failed])
   fi
 fi
 
@@ -470,7 +470,7 @@
 fi
 
 AC_ARG_WITH(lame,
-  [AS_HELP_STRING(--with-lame,
+  [AC_HELP_STRING(--with-lame,
     [enable support for MP3 encoding thorugh lame @<:@default=check@:>@])],
   [], with_lame=check)
 
@@ -479,7 +479,7 @@
   KDE_CHECK_LAME
 
   if test "x$with_lame" != xcheck && test "x$have_lame" != xyes; then
-    AC_MSG_FAILURE([--with-lame was given, but test for lame failed])
+    AC_MSG_ERROR([--with-lame was given, but test for lame failed])
   fi
 fi
 
@@ -487,7 +487,7 @@
 AM_CONDITIONAL(compile_mp3_export, test "x$have_lame" = xyes)
 
 AC_ARG_WITH(taglib,
-  [AS_HELP_STRING(--with-taglib,
+  [AC_HELP_STRING(--with-taglib,
     [enable support for TagLib @<:@default=check@:>@])],
   [], with_taglib=check)
 
@@ -497,12 +497,12 @@
   KDE_CHECK_TAGLIB
 
   if test "x$with_taglib" != xcheck && test "x$have_taglib" != xyes; then
-    AC_MSG_FAILURE([--with-taglib was given, but test for TagLib failed])
+    AC_MSG_ERROR([--with-taglib was given, but test for TagLib failed])
   fi
 fi
 
 AC_ARG_WITH(akode,
-    [AS_HELP_STRING([--with-akode],
+    [AC_HELP_STRING([--with-akode],
         [enable the aKode decoder @<:@default=check@:>@])],
     [], with_akode=check)
 
@@ -511,7 +511,7 @@
   KDE_CHECK_AKODE
 
   if test "x$with_akode" != xcheck && test "x$have_akode" != xyes; then
-    AC_MSG_FAILURE([--with-akode was given, but test for aKode failed])
+    AC_MSG_ERROR([--with-akode was given, but test for aKode failed])
   fi
 fi
 
--- trunk/KDE/kdemultimedia/juk/configure.in.in #435446:435447
@@ -21,7 +21,7 @@
 AC_SUBST(ARTS_CFLAGS)
 
 AC_ARG_WITH(musicbrainz,
-  [AS_HELP_STRING(--with-musicbrainz,
+  [AC_HELP_STRING(--with-musicbrainz,
     [enable support for MusicBrainz @<:@default=check@:>@])],
   [], with_musicbrainz=check)
 
@@ -30,7 +30,7 @@
   KDE_CHECK_HEADER(tunepimp/tp_c.h, have_musicbrainz=yes)
 
   if test "x$with_musicbrainz" != xcheck && test "x$have_musicbrainz" != xyes; then
-    AC_MSG_FAILURE([--with-musicbrainz was given, but test for MusicBrainz failed])
+    AC_MSG_ERROR([--with-musicbrainz was given, but test for MusicBrainz failed])
   fi
 fi
 
@@ -43,7 +43,7 @@
 AM_CONDITIONAL(link_lib_MB, test "x$have_musicbrainz" = xyes)
 
 AC_ARG_WITH(gstreamer,
-  [AS_HELP_STRING(--with-gstreamer,
+  [AC_HELP_STRING(--with-gstreamer,
     [enable support for GStreamer @<:@default=check@:>@])],
   [], with_gstreamer=check)
 
@@ -66,7 +66,7 @@
     have_gst=yes, have_gst=no)
 
   if test "x$with_gstreamer" != xcheck && test "x$have_gst" != xyes; then
-    AC_MSG_FAILURE([--with-gstreamer was given, but test for GStreamer failed])
+    AC_MSG_ERROR([--with-gstreamer was given, but test for GStreamer failed])
   fi
 fi
 
--- trunk/KDE/kdemultimedia/kfile-plugins/theora/configure.in.in #435446:435447
@@ -10,7 +10,7 @@
 ])
 
 AC_ARG_WITH(theora,
-  [AS_HELP_STRING(--with-theora,
+  [AC_HELP_STRING(--with-theora,
     [enable support for Ogg Theora @<:@default=check@:>@])],
   [], with_theora=check)
 
@@ -19,7 +19,7 @@
   KDE_CHECK_THEORA
 
   if test "x$with_theora" != xcheck && test "x$have_theora" != xyes; then
-    AC_MSG_FAILURE([--with-theora was given, but test for Theora failed])
+    AC_MSG_ERROR([--with-theora was given, but test for Theora failed])
   fi
 fi
 
--- trunk/KDE/kdemultimedia/xine_artsplugin/configure.in.in #435446:435447
@@ -239,7 +239,7 @@
 AC_CHECK_FUNC([ao_new_port])
 
 AC_ARG_WITH([xine],
-  [AS_HELP_STRING([--with-xine],
+  [AC_HELP_STRING([--with-xine],
     [Enable support for Xine @<:@default=check@:>@])],
   [], with_xine=check)
 
@@ -248,7 +248,7 @@
   AC_PATH_XINE(1.0.0, have_xine=yes)
 
   if test "x$with_xine" != xcheck && test "x$have_xine" != xyes; then
-    AC_MSG_FAILURE([--with-xine was given, but test for Xine failed])
+    AC_MSG_ERROR([--with-xine was given, but test for Xine failed])
   fi
 fi
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic