autoconf/automake are overly version sensitive in my view. It causes
constant problems for us developers using different OSes with
incompatible versions.

On 01/23/2011 10:04 AM, Erlend Leganger wrote:
> On 19 January 2011 02:23, Aleksey Tsalolikhin <atsaloli.t...@gmail.com> wrote:
>> I think you can ignore COBPL and tests, if you're trying to build Cfengine,
>> "core" should be enough.
>>
>> autoreconf is part of autoconf - can you get autoconf from your Solaris 
>> sources?
>>
> 
> You are right, autoreconf came in with the autoconf package. However,
> it didn't help much, since autoreconf fails (see below).
> 
> If you have a solution for this I'm grateful - if not, I will just use
> the tarballgenerator (thanks for the tip, Mark) at [1], then it's like
> compiling from a regular release tarball.
> 
> - Erlend
> 
> [1]: http://source.cfengine.com/websvn/listing.php?repname=Cfengine+core
> 
> 
> bash-3.00# autoreconf --force --install
> autoheader: WARNING: Using auxiliary files such as `acconfig.h', 
> `config.h.bot'
> autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
> autoheader: WARNING: is deprecated and discouraged.
> autoheader:
> autoheader: WARNING: Using the third argument of `AC_DEFINE' and
> autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a
> template without
> autoheader: WARNING: `acconfig.h':
> autoheader:
> autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
> autoheader:             [Define if a function `main' is needed.])
> autoheader:
> autoheader: WARNING: More sophisticated templates can also be produced, see 
> the
> autoheader: WARNING: documentation.
> docs/Makefile.am:29: `%'-style pattern rules are a GNU make extension
> docs/Makefile.am:32: `%'-style pattern rules are a GNU make extension
> docs/Makefile.am:35: `%'-style pattern rules are a GNU make extension
> docs/Makefile.am:38: `%'-style pattern rules are a GNU make extension
> pub/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
> pub/Makefile.am:5:   The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> pub/Makefile.am:5:   to `configure.ac' and run `aclocal' and `autoconf' again.
> pub/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> pub/Makefile.am:5:   its definition is in aclocal's search path.
> src/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
> src/Makefile.am:8:   The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> src/Makefile.am:8:   to `configure.ac' and run `aclocal' and `autoconf' again.
> src/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> src/Makefile.am:8:   its definition is in aclocal's search path.
> autoreconf: automake failed with exit status: 1
> bash-3.00#
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@cfengine.org
> https://cfengine.org/mailman/listinfo/help-cfengine
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to