Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-03-02 11:31:35 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-03-02 11:31:35 +0300
commit36068c23a6f6ce07d15c7b708d77c627e42cc22a (patch)
tree18121325a065efa7a594cdf469b246ca8110dca5
parent5b1f4f335861071aad4a6091f153cac12de4e835 (diff)
fixed automake syntax error, changed version numberSpeex-1.1.7
git-svn-id: http://svn.xiph.org/trunk/speex@9004 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.ac4
-rw-r--r--speex.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8062a86..e146de5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,9 +6,9 @@ AM_CONFIG_HEADER([config.h])
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
diff --git a/speex.m4 b/speex.m4
index b0ddfc3..be144e1 100644
--- a/speex.m4
+++ b/speex.m4
@@ -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