You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Karl Lehenbauer <ka...@gmail.com> on 2009/06/24 21:09:19 UTC

trouble producing a working configure script

I am having a hellacious time getting a working configure script for  
Rivet.  If I run aclocal (1.10), it gives a ton of errors complaining  
about stuff in tclconfig/libtool.m4.

OK, so libtool.m4 is old.  I copied a newer version out of libtool.

I then ran aclocal, and "libtoolize --force --copy" to install new  
config.guess, config.sub and ltmain.sh in tclconfig dir.

Ran autoheader, automake, autoconf.  Cool.

Then try to run configure, it barfs...

./configure: line 2747: syntax error near unexpected token  
`rivet_config.h,rivet'
./configure: line 2747: `AX_PREFIX_CONFIG_H(rivet_config.h,rivet)'

This is because AX_PREFIX_CONFIG_H isn't defined.

It's defined in m4/ax_prefix_config_h.m4 but I haven't found anywhere  
where that file is getting pulled in.

I have also pulled in newer Tcl Extension Architecture (TEA) support  
files into tclconfig.sh and edited configure.ac to reference the  
slightly newer version of TEA (3.7 versus 3.6).

Mostly probably I just need to get that AX_PREFIX_CONFIG_H macro  
pulled in somehow.

Any suggestions?

-karl


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org