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

Monty xiphmont at xiph.org
Tue Jan 18 13:49:44 PST 2005




On Tue, Jan 18, 2005 at 05:34:49PM +1100, Andr? Pang wrote:
> [n.b. Correcting Thomas's email address]
> 
> On 18/01/2005, at 4:26 AM, Ralph Giles wrote:
> 
> >On Mon, Jan 17, 2005 at 07:27:43PM +1100, Andre Pang wrote:
> >
> >>But this seemed to break the Vorbis build, presumably because there's 
> >>no
> >> config.h.in file there.  Did you forget to check it in, or is there
> >>something I'm missing?
> >
> >The config.h.in file is generated by autoheader. You probably
> >just forgot to to run autogen.sh?
> 
> Hmm, very odd.  I swear when I ran autogen.sh before, autoheader didn't 
> produce any output files, but I'm running it again now and it does.  I 
> could've been on crack.  I'll revert the patch.
> 
> Monty, can you please svn update to the trunk and see whether the 
> latest version still builds for you?

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 
  autoheader
  libtoolize --automake
  automake --add-missing 
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 12: required file `./[config.h].in' not found
vq/Makefile.am:9: invalid unused variable name: `AM_LDFLAGS'


...still fails, no configure produced.  This is with automake 1.4. 

With automake 1.9, the autogen.sh succeeds withabout a page of warnings:

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 
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/opencdk.m4:13: warning: underquoted definition of AM_PATH_LIBOPENCDK
/usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBOGGFLAC
/usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBFLAC
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gsl.m4:5: warning: underquoted definition of AM_PATH_GSL
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD
/usr/share/aclocal/esd.m4:175: warning: underquoted definition of AM_ESD_SUPPORTS_MULTIPLE_RECORD
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
  autoheader
  libtoolize --automake
  automake --add-missing 
examples/Makefile.am: installing `./depcomp'
  autoconf
checking build system type... i686-pc-linux-gnu
[... normal from here...]

I apparently have to shave a couple other version yaks as well?

Monty



More information about the Vorbis-dev mailing list