diff options
author | Ralph Giles <giles@thaumas.net> | 2012-08-21 11:22:08 -0700 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2012-08-21 11:22:08 -0700 |
commit | 11dd5522b4e3666fd9285c62332df43222e78a6f (patch) | |
tree | 5148dd620f6c62b1914083c6354aef346fc87e9f /configure.ac | |
parent | d60673780ed02a3581e8d80f19970a58ddc50303 (diff) | |
download | opus-11dd5522b4e3666fd9285c62332df43222e78a6f.tar.gz |
Clarify a comment.
Further cleanup of the confusion with the version string settings.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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]) |