Max,

Please pull the latest from my tree:
git://git.musicpd.org/avuton/mpd.git

These are mostly text changes, otherwise I changed the compile time
enable to be bzip2 rather than bz2 as is with most other programs.

--
Avuton Olrich (3):
      Fix text string to show bz2 rather than rar.
      Change configure time option to be bzip2 rather than bz2.
      Add an "Archive support" section to the configure results screen.
--
diff --git a/configure.ac b/configure.ac
index 16189a0..cb3c474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,9 +175,9 @@ dnl archive plugins
 dnl

 dnl bzip2
-AC_ARG_ENABLE(bz2,
+AC_ARG_ENABLE(bzip2,
        AS_HELP_STRING([--enable-bz2],
-               [enable rar archive support (default: disabled)]),
+               [enable bzip2 archive support (default: disabled)]),
        enable_bz2=$enableval,
        enable_bz2=no)

@@ -1181,6 +1181,27 @@ if
 fi

 echo ""
+echo " Archive support:"
+
+if test x$enable_bz2 = xyes; then
+       echo " BZ2 archives support ..........enabled"
+else
+       echo " BZ2 archives support ..........disabled"
+fi
+
+if test x$enable_zip = xyes; then
+       echo " ZIP archives support ..........enabled"
+else
+       echo " ZIP archives support ..........disabled"
+fi
+
+if test x$enable_iso = xyes; then
+       echo " ISO 9660 archives support .....enabled"
+else
+       echo " ISO 9660 archives support .....disabled"
+fi
+
+echo ""
 echo " Other features:"

 if test x$enable_lsr = xyes; then
@@ -1203,24 +1224,6 @@ else
        echo " HTTP streaming (libcurl) ......disabled"
 fi

-if test x$enable_bz2 = xyes; then
-       echo " BZ2 archives support ..........enabled"
-else
-       echo " BZ2 archives support ..........disabled"
-fi
-
-if test x$enable_zip = xyes; then
-       echo " ZIP archives support ..........enabled"
-else
-       echo " ZIP archives support ..........disabled"
-fi
-
-if test x$enable_iso = xyes; then
-       echo " ISO 9660 archives support .....enabled"
-else
-       echo " ISO 9660 archives support .....disabled"
-fi
-
 echo ""
 echo "##########################################"
 echo ""
-- 
avuton
--
|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to