[Vorbis-dev] autoheader/config.h.in for vorbis
Monty
xiphmont at xiph.org
Mon Jan 17 13:54:42 PST 2005
Oops, actually, autogen.sh fails now.
Repeating from scratch, fresh checkout:
snotfish% ./autogen.sh
checking for autoconf...
checking for automake...
checking for libtool... libtoolize
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for vorbis, please wait....
aclocal
libtoolize --automake
automake --add-missing
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
vq/Makefile.am:9: invalid unused variable name: `AM_LDFLAGS'
snotfish% ./configure --disable-shared
./configure: Command not found.
snotfish% autoconf
snotfish% ./configure --disable-shared
[succeeds, but I'm guessing it's useless given the autogen.sh failure.
OTOH, it builds and runs.]
Restarting with automake instead of using autogen.sh...:
snotfish% automake
vq/Makefile.am:9: invalid unused variable name: `AM_LDFLAGS'
Looks like a failure, but it does create autogen.sh.
Monty
More information about the Vorbis-dev
mailing list