Am 23.07.2013 07:32 schrieb Andreas Schulze:
> sles9: (autoconf-2.59)
> --
> autoreconf: /usr/bin/autoconf failed with exit status: 1
>
> sles10: (autoconf-2.59)
> ---
> autoreconf: /usr/bin/autoconf failed with exit status: 1
>
> sles11: (autoconf-2.63)
>
Hi Andreas,
sorry to hear that you didn't had much luck so far to solve the issue.
I just tested to run the supplied autogen.sh on a freshly checked out
metadata plugin tree, and had no issues.
Somehow it seems to me that you might miss some important development
files like some 3rd party .m4 fil
Hello,
(had disabled maildelivery for the list, so I can't reply)
I changed the minimal version from 2.65 to 2.59
then I run ./autogen.sh && ./configure --foo ...
sles9: (autoconf-2.59)
--
+ cd dovecot-metadata-plugin-2a17386d4dbc
+ ./autogen.sh
+ creating m4/ ...
+ running a
I guess you had to call 'autogen.sh' anyway so maybe you could also try
to simply remove the first line of 'configure.ac'.
http://hg.dovecot.org/dovecot-metadata-plugin/file/2a17386d4dbc/configure.ac#l1
This obviously defines the minimal version of autoconf and who knows if
that is really needed ;
Hi Andreas,
it would be helpful to provide the error message(s).
Meanwhile you can try to call the 'autogen.sh' script which is shipped
with the sources of the metadata-plugin before running 'configure'.
This will try to regenerate all the autotools related files using your
installed version.
Che
Hello,
I can compile metadata plugin using debian squeeze + wheezy.
But build on suse enterprise server 9,10 and 11 failed.
The metadata plugin require autoconf-2.65 which i too new.
On the other side I can build the dovecot-2.2.4 and pigeonhole-0.4.0 plugin
without problems:
dovecot require aut