summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2012-08-21 11:22:08 -0700
committerRalph Giles <giles@thaumas.net>2012-08-21 11:22:08 -0700
commit11dd5522b4e3666fd9285c62332df43222e78a6f (patch)
tree5148dd620f6c62b1914083c6354aef346fc87e9f
parentd60673780ed02a3581e8d80f19970a58ddc50303 (diff)
downloadopus-11dd5522b4e3666fd9285c62332df43222e78a6f.tar.gz
Clarify a comment.
Further cleanup of the confusion with the version string settings.
-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])