[Vorbis-dev] autoheader/config.h.in for vorbis

Ralph Giles giles at xiph.org
Mon Jan 17 14:52:18 PST 2005


On Mon, Jan 17, 2005 at 04:54:42PM -0500, Monty wrote:
> Oops, actually, autogen.sh fails now.

> [...]
> vq/Makefile.am:9: invalid unused variable name: `AM_LDFLAGS'

Looks like a versioning bug. I can reproduce this with automake 1.4, 
but not 1.9. Thomas or Andre, do you want to port the 'version N or 
newer' code from the libogg autogen.sh and add the appropriate minimum 
version to the top-level Makefile.am?

Monty, here's a work-around:

apt-get install automake1.9
update-alternatives --set automake /usr/bin/automake-1.9

then rerun ./autogen.sh.

To recover the old behavior:

update-alternatives --set automake /usr/bin/automake-1.4

You can also run update-alternatives --config automake for an 
interactive choice. Despite appearances this fixes up aclocal, 
manpages, and other dependent file links.

 -r


More information about the Vorbis-dev mailing list