[opus] [libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)

Ralph Giles giles at thaumas.net
Sat Sep 29 09:23:24 PDT 2012


On 12-09-29 9:05 AM, Timothy B. Terriberry wrote:

> +AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 no-dist-gzip])

I think we should use gz or xz. There's no point to bz2 at this point.
xz requires Automake 1.11, so this isn't a new dependency here.

> +++ b/doc/Doxyfile.in
> @@ -0,0 +1,18 @@
> +# Process with doxygen to generate API documentation
> +
> +PROJECT_NAME           = "opusfile"
> +PROJECT_NUMBER         =

This should be PROJECT_NUMBER = @VERSION@ to display the overall package
version in the documentation.

 -r


More information about the opus mailing list