Am Samstag, den 25.07.2009, 03:34 +0200 schrieb Harald Geyer:
> > Again I get with ./bootstrap:
> >
> > configure.in:54: warning: macro `AM_OPTIONS_WXCONFIG' not found in
> > library
> > configure.in:64: warning: macro `AM_PATH_WXCONFIG' not found in library
>
> Hm, I get some errors if I use some old version of autotools. This
> is what I have installed:
>
> $ dpkg -l "*auto*" | grep ii
> ii autoconf 2.61-8
> ii automake 1:1.10.1-3
> ii automake1.4 1:1.4-p6-13
> ii automake1.9 1.9.6+nogfdl-3
> ii autotools-dev 20080123.1
>
> automake1.9 and automake1.10 both seem to work, but 1.4 doesn't.
>
> Note that you can have installed multiple versions of automake
> in parallel... It's easy to pick the wrong one.
>
> What does "automake --version" say on your system?
My list was not as complete as yours. I have installed some more of the
autotools. Now I get:
dieter at dieter-laptop:~/workspace/wxmaxima$ automake --version
automake (GNU automake) 1.10
dieter at dieter-laptop:~/workspace/wxmaxima$ dpkg -l "*auto*" | grep ii
ii autoconf 2.63-2ubuntu1
ii autoconf-doc 2.61-0ubuntu1
ii automake 1:1.10.2-0ubuntu3
ii automake1.9 1.9.6+nogfdl-3ubuntu2
ii autotools-dev 20080123.2
ii avahi-autoipd 0.6.23-4ubuntu4
But bootstrap, configure and make does not work. That what I get from
bootstrap:
dieter at dieter-laptop:~/workspace/wxmaxima$ ./bootstrap
configure.in:54: warning: macro `AM_OPTIONS_WXCONFIG' not found in
library
configure.in:64: warning: macro `AM_PATH_WXCONFIG' not found in library
locales/Makefile.am:42: `%'-style pattern rules are a GNU make extension
locales/Makefile.am:46: `%'-style pattern rules are a GNU make extension
Remark: I build Maxima on this notebook too and have no problems.
Dieter Kaiser