[xiph-cvs] cvs commit: ao configure.in

Stan Seibert volsung at xiph.org
Fri Aug 17 09:36:56 PDT 2001



volsung     01/08/17 09:36:56

  Modified:    .        configure.in
  Log:
  libao now has a plugin API version and stores plugins in the directory "ao#"
  where # is the plugin version number.  Now multiple versions of libao can
  coexist safely.

Revision  Changes    Path
1.27      +5 -2      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure.in	2001/08/13 03:43:18	1.26
+++ configure.in	2001/08/17 16:36:55	1.27
@@ -7,15 +7,18 @@
 
 dnl Library versioning
 LIB_CURRENT=2
-LIB_REVISION=1
+LIB_REVISION=2
 LIB_AGE=0
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
 AC_SUBST(LIB_AGE)
 
+dnl Plugin versioning.  We use an integer version number much like LIB_CURRENT.
+PLUGIN_VERSION=2
+
 AC_CANONICAL_HOST
 
-plugindir=$libdir/ao
+plugindir=$libdir/ao$PLUGIN_VERSION
 AC_SUBST(plugindir)
 
 dnl ====================================

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list