diff options
author | Ralph Giles <giles@mozilla.com> | 2012-05-18 12:01:46 -0700 |
---|---|---|
committer | Ralph Giles <giles@mozilla.com> | 2012-05-18 12:01:46 -0700 |
commit | 9d9bad48ab738bbdcb051a174ad24acb824fe367 (patch) | |
tree | 60834294969995ff0ef72f4120ffd3a7f67e0334 /configure.ac | |
parent | 3164fcf6a49446b283e886d0adf136133b219db2 (diff) | |
download | opus-9d9bad48ab738bbdcb051a174ad24acb824fe367.tar.gz |
Remove the obsolete LIBOPUS_SUFFIX define.
As best we recall, this was used to version the
library filename during rapid development. It's
no longer needed now that the bitstream is frozen
and isn't hooked up to anything in the build system.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index bf132a24..0f23ade4 100644 --- a/configure.ac +++ b/configure.ac @@ -37,8 +37,6 @@ AC_DEFINE_UNQUOTED(OPUS_MICRO_VERSION, ${OPUS_MICRO_VERSION}, [Version micro]) AC_DEFINE_UNQUOTED(OPUS_EXTRA_VERSION, "${OPUS_EXTRA_VERSION}", [Version extra]) # For libtool. -LIBOPUS_SUFFIX=0 - OPUS_LT_CURRENT=0 OPUS_LT_REVISION=0 OPUS_LT_AGE=0 @@ -46,7 +44,6 @@ OPUS_LT_AGE=0 AC_SUBST(OPUS_LT_CURRENT) AC_SUBST(OPUS_LT_REVISION) AC_SUBST(OPUS_LT_AGE) -AC_SUBST(LIBOPUS_SUFFIX) AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) AM_MAINTAINER_MODE |