fo...@cfengine.com wrote:
> Forum: Cfengine Help
> Subject: Re: Cfengine Help: The question about automake
> Author: neilhwatson
> Link to topic: https://cfengine.com/forum/read.php?3,16816,16819#msg-16819
>
> For me automake -a -c returns an error:
> $ aclocal
> $ automake -a -c
> src/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
> src/Makefile.am:8: 
> 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.
> $ echo $?
> 1
>
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@cfengine.org
> https://cfengine.org/mailman/listinfo/help-cfengine
>   
What I do is :

$ aclocal
$ autoconf
$ autoheader
$ automake --add-missing
$ ./configure
$ make
$ su -c 'make install'
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to