On Wed, Apr 07, 2010 at 10:19:51AM -0400, Becker, Jesse (NIH/NHGRI) [C] wrote:
>I'm also on a Centos5 system, with the same problem.  It ships with
>automake 1.9.6, and autoconf 2.59.
>
>This incantation works well for me (so far), and implies that there is
>*NOT* a requirement for automake 1.10.:
>
>       svn update
>       aclocal 
>       automake -a -c
>       autoconf
>       autoreconf --force --install --symlink
>       ./configure --with-pcre --with-tokyocabinet --without-sql 
> --with-graphviz
>
>I've had zero problems so far.
>
>Now, I've a need to go find a large wooden plank on which to knock...

Just ran this ~ 30 seconds ago, with a clean copy of the svn code:

[becker...@kirk ~/cfengine/cfengine3/trunk]$ svn status
[becker...@kirk ~/cfengine/cfengine3/trunk]$ svn update
U    src/files_operators.c
Updated to revision 945.
[becker...@kirk ~/cfengine/cfengine3/trunk]$ aclocal
[becker...@kirk ~/cfengine/cfengine3/trunk]$ automake -a -c
src/Makefile.am: installing `./compile'
[becker...@kirk ~/cfengine/cfengine3/trunk]$ autoconf
[becker...@kirk ~/cfengine/cfengine3/trunk]$ autoreconf --force --install 
--symlink
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
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 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.
[becker...@kirk ~/cfengine/cfengine3/trunk]$ ./configure --with-pcre 
--with-tokyocabinet --without-sql --with-graphviz
    <snip>
DONE: Configuration done. Run make/gmake to build cfengine.
[becker...@kirk ~/cfengine/cfengine3/trunk]$ make -j 2 
    <snip>
make[1]: Leaving directory `/home/beckerjes/cfengine/cfengine3/trunk'
[becker...@kirk ~/cfengine/cfengine3/trunk]$ ls -l src/cf-agent
-rwxr-xr-x 1 beckerjes users 1966637 Apr  7 11:46 src/cf-agent


-- 
Jesse Becker
NHGRI Linux support (Digicon Contractor)
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to