[xiph-commits] r9004 - trunk/speex

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Wed Mar 2 00:31:36 PST 2005


Author: jm
Date: 2005-03-02 00:31:35 -0800 (Wed, 02 Mar 2005)
New Revision: 9004

Modified:
   trunk/speex/configure.ac
   trunk/speex/speex.m4
Log:
fixed automake syntax error, changed version number


Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac	2005-03-02 08:23:53 UTC (rev 9003)
+++ trunk/speex/configure.ac	2005-03-02 08:31:35 UTC (rev 9004)
@@ -6,9 +6,9 @@
 
 SPEEX_MAJOR_VERSION=1
 SPEEX_MINOR_VERSION=1
-SPEEX_MICRO_VERSION=6
+SPEEX_MICRO_VERSION=7
 SPEEX_EXTRA_VERSION=
-#SPEEX_VERSION=1.1.6
+#SPEEX_VERSION=1.1.7
 SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
 
 SPEEX_LT_CURRENT=3

Modified: trunk/speex/speex.m4
===================================================================
--- trunk/speex/speex.m4	2005-03-02 08:23:53 UTC (rev 9003)
+++ trunk/speex/speex.m4	2005-03-02 08:31:35 UTC (rev 9004)
@@ -7,7 +7,7 @@
 dnl XIPH_PATH_SPEEX([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test for libspeex, and define SPEEX_CFLAGS and SPEEX_LIBS
 dnl
-AC_DEFUN(XIPH_PATH_SPEEX,
+AC_DEFUN([XIPH_PATH_SPEEX],
 [dnl 
 dnl Get the cflags and libraries
 dnl



More information about the commits mailing list