--- libao-1.1.0.orig/libao.conf.5
+++ libao-1.1.0/libao.conf.5
@@ -42,14 +42,24 @@
 the ending newline.  Beware of extra spaces at the end of the line!
 They will probably be interpreted as part of the option value.
 
-Valid option keys are:
+The following is a list of valid global option keys. Any driver specific option
+may be used as well as those keys.
 .RS
 .IP default_driver
 The short name of the driver libao should use by default.  Valid values
 include (not all are available on every platform): oss, esd, arts, alsa,
-alsa05, nas, irix, and sun.  Note that "sun" is used on many BSD
-systems as well as Solaris.  The "alsa" driver is for the 0.9.x ALSA API,
-whereas the "alsa05" driver is for the 0.5.x API.
+nas, irix, sun, and sndio.  Note that "sun" is used on many BSD
+systems as well as Solaris.
+.IP "debug (Value optional/ignored)"
+Sets all the drivers as well as AO itself into debugging output mode.
+Unlike passing the debug option to a driver, debug will also print
+debugging information from driver loading and testing.
+.IP "quiet (Value optional/ignored)"
+Sets all the drivers as well as AO itself into silent mode.
+Errors will return only error codes; neither ao nor the drivers will
+print any output whatsoever to stderr.
+.IP "verbose (Value optional/ignored)"
+Sets all the drivers as well as AO itself into verbose mode.
 .RE
 
 .SH EXAMPLE
--- libao-1.1.0.orig/Makefile.in
+++ libao-1.1.0/Makefile.in
@@ -573,7 +573,8 @@
 	      || exit 1; \
 	  fi; \
 	done
-	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+	-find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
--- libao-1.1.0.orig/configure
+++ libao-1.1.0/configure
@@ -11883,18 +11883,6 @@
 
 
 have_roar="no";
-for ac_header in libroar/config.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "libroar/config.h" "ac_cv_header_libroar_config_h" "$ac_includes_default"
-if test "x$ac_cv_header_libroar_config_h" = x""yes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBROAR_CONFIG_H 1
-_ACEOF
- have_roar=yes
-fi
-
-done
-
 if test "x$have_roar" = "xyes"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if SLP lookup can be disabled in libroar" >&5
 $as_echo_n "checking if SLP lookup can be disabled in libroar... " >&6; }
--- libao-1.1.0.orig/configure.ac
+++ libao-1.1.0/configure.ac
@@ -325,7 +325,7 @@
 dnl Check for roaraudio
 
 have_roar="no";
-AC_CHECK_HEADERS(libroar/config.h, have_roar=yes)
+dnl AC_CHECK_HEADERS(libroar/config.h, have_roar=yes)
 if test "x$have_roar" = "xyes"; then
    AC_MSG_CHECKING([if SLP lookup can be disabled in libroar])
    AC_COMPILE_IFELSE([
--- libao-1.1.0.orig/src/plugins/Makefile.am
+++ libao-1.1.0/src/plugins/Makefile.am
@@ -1,4 +1,4 @@
 ## Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = oss esd arts alsa sun irix macosx nas pulse sndio roar
+SUBDIRS = oss esd arts alsa sun irix macosx nas pulse sndio
--- libao-1.1.0.orig/src/plugins/Makefile.in
+++ libao-1.1.0/src/plugins/Makefile.in
@@ -231,7 +231,7 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = oss esd arts alsa sun irix macosx nas pulse sndio roar
+SUBDIRS = oss esd arts alsa sun irix macosx nas pulse sndio
 all: all-recursive
 
 .SUFFIXES:
