Skip to content
Snippets Groups Projects
  1. Oct 31, 2003
    • Ralph Giles's avatar
      Require automake 1.6. · 481963d9
      Ralph Giles authored
      nodist_include_HEADERS is not supported by automake 1.4. It ignores the
      line entirely and fails to install ao/os_types.h, preventing any
      application from compiling against libao. Therefore we make the
      requirement explicit by adding it to the AUTOMAKE_OPTIONS in
      Makefile.am.
      
      Unfortunately, automake 1.4 is still the default on many systems
      (including Debian unstable) and in stark contrast to the situation with
      autoconf, even when 1.6 or later is installed there is no dispatch
      mechanism to ensure the appropriate version is used. Therefore we make
      an attempt in autogen.sh to select the correct executables for aclocal
      and automake and run those.
      
      Note that while the message says, "checking for automake 1.6 or
      later..." it actually only checks for a matching version number. If
      someone knows how to do the 'or later' part in portable shell, please
      let me know.
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@5521 0101bb08-14d6-0310-b084-bc0e0c8e3800
      481963d9
  2. Oct 11, 2003
  3. Jan 08, 2003
  4. Aug 31, 2001
  5. Aug 04, 2001
  6. May 13, 2001
  7. May 06, 2001
  8. Feb 24, 2001
  9. Dec 30, 2000
  10. Dec 17, 2000
    • Ralph Giles's avatar
      · 6b3166c8
      Ralph Giles authored
      API change. Rather than passing the driver options as single "key:value"
      string, we have a slot for each in ao_append_option()
      
      corresponding documentation changes, harmonized ao_append_option()
      definition in the header and docs, plus some other doc fixups.
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1119 0101bb08-14d6-0310-b084-bc0e0c8e3800
      6b3166c8
  11. Oct 31, 2000
  12. Oct 30, 2000
  13. Oct 10, 2000
  14. Sep 30, 2000
  15. Sep 27, 2000
  16. Sep 03, 2000
Loading