Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. Re: How to build connman with git source ? (Masashi Honma)
2. Re: How to build connman with git source ? (Patrik Flykt)
----------------------------------------------------------------------
Message: 1
Date: Wed, 14 Jun 2017 06:20:59 +0900
From: Masashi Honma <[email protected]>
To: Patrik Flykt <[email protected]>, [email protected]
Subject: Re: How to build connman with git source ?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
On 2017/06/13 18:21, Patrik Flykt wrote:
> You need automake and autoconf installed, plus the dependencies listed
> in README. Automake seems to be missing due to the missing
> AM_INIT_AUTOMAKE.
Thanks, but automake and autoconf both are installed.
I could solve this with trailing commands.
$ libtoolize --force
$ aclocal
$ autoheader
$ automake --force-missing --add-missing
$ autoconf
$ ./configure
Masashi Honma.
------------------------------
Message: 2
Date: Wed, 14 Jun 2017 08:26:35 +0300
From: Patrik Flykt <[email protected]>
To: Masashi Honma <[email protected]>, [email protected]
Subject: Re: How to build connman with git source ?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
On Wed, 2017-06-14 at 06:20 +0900, Masashi Honma wrote:
> On 2017/06/13 18:21, Patrik Flykt wrote:
> > You need automake and autoconf installed, plus the dependencies
> > listed
> > in README. Automake seems to be missing due to the missing
> > AM_INIT_AUTOMAKE.
>
> Thanks, but automake and autoconf both are installed.
>
> I could solve this with trailing commands.
>
> $ libtoolize --force
> $ aclocal
> $ autoheader
> $ automake --force-missing --add-missing
> $ autoconf
> $ ./configure
You can run ./bootstrap in the git directory to achieve all this.
Cheers,
Patrik
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman
------------------------------
End of connman Digest, Vol 20, Issue 8
**************************************