Hans-Christoph Steiner wrote:
For some reason, --with-pd seems to have stopped working:
took me a while to understand this.
your problem is, that Make automatically calls aclocal, autoconf and configure if it needs it. now yesterday i changed both acinclude.ac and configure.ac so what happened is this:
you executed "./configure --with-your-flags && make"
which resulted in: ~> ./configure --with-your-flags ~> make ~ > aclocal ~ > autoconf ~ > ./configure ~ > make
thus calling ./configure a second time without arguments (and therefore ignoring the --with-pd
i currently don't know how to fix this (and cannot investigate it till next week)
nevertheless, since you now have created a recent-enuff "configure" file, it should work now.
mfg.asr IOhannes