On Tue, Jun 10, 2008 at 07:46:31AM +0200, Matthias Kramm wrote: > > One remaining issue though: When I tried running autoreconf, all defines > from m4/ (HAVE_PYTHON_IMAGING, SYSTEM_BACKTICKS, WORDS_BIGENDIAN, > HAVE_FREETYPE, HAVE_FONTCONFIG, ...) were gone. > Any idea why that is? Does it happen on your system too? > I ran autoreconf with the -I m4 option.
No, on my system they are in. The default is to have them undef, however. Sometime you have to run aclocal -I m4 (to have the autom4te.cache cleaned?) by hand. I have very recent autotools, but autoreconf worked since a long time. automake 1.10.1, autoconf 2.62. -- Pat
