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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2012-08-21 22:22:08 +0400
committerRalph Giles <giles@thaumas.net>2012-08-21 22:22:08 +0400
commit11dd5522b4e3666fd9285c62332df43222e78a6f (patch)
tree5148dd620f6c62b1914083c6354aef346fc87e9f /configure.ac
parentd60673780ed02a3581e8d80f19970a58ddc50303 (diff)
Clarify a comment.
Further cleanup of the confusion with the version string settings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e21dce6..bf839c2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,10 @@ fi
PACKAGE=opus
VERSION=$OPUS_VERSION
-# For config.h.
+# For autoconf
AC_SUBST(OPUS_VERSION)
+
+# For config.h.
AC_DEFINE_UNQUOTED([OPUS_VERSION], ["$OPUS_VERSION"],
[Opus library version string])