I can't remember what exactly I did introducing this macro
and svn.apache.org seems to be down at the moment to read
the logs. I'm quite certain I added ACLOCAL_AMFLAGS = -I m4
to Makefile.am

I tried to rebuild the configure script in the way
you did and my libtool installation (2.2.6) suggested to put

AC_CONFIG_MACRO_DIR([m4]) 

in configure.ac. It seems that a working 'configure' comes out of it. 

more recent libtool versions complain a lot with warnings like this

configure.ac:93: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
suspicious cache-id, must contain _cv_ to be cached         
tclconfig/libtool.m4:568: AC_LIBTOOL_COMPILER_OPTION is expanded 
from...                                                             
tclconfig/libtool.m4:4559: AC_LIBTOOL_PROG_COMPILER_PIC is expanded 
from...                                                          

I hope the new libtool.m4 will silence these messages, but I still can't get
to svn.apache.org to find out

 -- Massimo
 
On Wed, 24 Jun 2009 14:34:24 -0500, Karl Lehenbauer wrote
> I added
> 
> m4_include([m4/ax_prefix_config_h.m4])
> 
> to acinclude.m4, and the configure script works now.
> 
> -karl
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
> For additional commands, e-mail: rivet-dev-h...@tcl.apache.org


--


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

Reply via email to