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

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase (silent)
From:       Leo Savernik <l.savernik () aon ! at>
Date:       2005-10-03 21:23:01
Message-ID: 1128374581.807138.14527.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 466987 by savernik:

SVN_SILENT make it work with automake 1.6


 M  +1 -1      kcontrol/input/configure.in.in  
 M  +1 -1      kcontrol/view1394/configure.in.in  
 M  +1 -1      kioslave/smb/configure.in.in  
 M  +2 -2      kioslave/thumbnail/configure.in.in  


--- branches/KDE/3.5/kdebase/kcontrol/input/configure.in.in #466986:466987
@@ -19,7 +19,7 @@
         )
     fi
     if test "x$with_libusb" != xcheck && test "x$have_libusb" = xno; then
-        AC_MSG_FAILURE([--with-libusb was given, but test for libusb failed])
+        AC_MSG_ERROR([--with-libusb was given, but test for libusb failed])
     fi
 fi
 AC_SUBST(USB_LIBS)
--- branches/KDE/3.5/kdebase/kcontrol/view1394/configure.in.in #466986:466987
@@ -8,7 +8,7 @@
   KDE_CHECK_HEADER(libraw1394/raw1394.h, VIEW1394_SUBDIR=view1394)
 
   if test "x$with_libraw1394" != xcheck && test -z "$VIEW1394_SUBDIR"; then
-    AC_MSG_FAILURE([--with-libraw1394 was given, but test for libraw1394 failed])
+    AC_MSG_ERROR([--with-libraw1394 was given, but test for libraw1394 failed])
   fi
 fi
 
--- branches/KDE/3.5/kdebase/kioslave/smb/configure.in.in #466986:466987
@@ -23,7 +23,7 @@
   AC_SUBST(SMBCLIENT_EXTRA_LIBS)
 
   if test "x$with_samba" != xcheck && test "x$have_libsmbclient" = xno; then
-    AC_MSG_FAILURE([--with-samba was given, but test for libsmbclient failed])
+    AC_MSG_ERROR([--with-samba was given, but test for libsmbclient failed])
   fi
 fi
 
--- branches/KDE/3.5/kdebase/kioslave/thumbnail/configure.in.in #466986:466987
@@ -65,7 +65,7 @@
 ])
 
 AC_ARG_WITH(openexr,
-  [AS_HELP_STRING(--with-openexr,
+  [AC_HELP_STRING(--with-openexr,
     [enable support for OpenEXR @<:@default=check@:>@])],
   [], with_openexr=check)
 
@@ -73,7 +73,7 @@
   AC_FIND_LIBEXR
 
   if test "x$with_openexr" != xcheck && test -z "$LIB_EXR"; then
-    AC_MSG_FAILURE([--with-openexr was given, but test for OpenEXR failed])
+    AC_MSG_ERROR([--with-openexr was given, but test for OpenEXR failed])
   fi
 fi
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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