On Nov 29, 2010, at 09:02, Dan Nicholson wrote:
> On Sun, Nov 28, 2010 at 1:39 PM, Gaetan Nadon wrote:
>> On Sun, 2010-11-28 at 21:26 +0100, Jan Engelhardt wrote:
>>
>> On Sunday 2010-11-28 19:45, Gaetan Nadon wrote:
>>
>>> On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote:
>>> +ACLO
On Mon, 2010-11-29 at 06:02 -0800, Dan Nicholson wrote:
> Pretty sure it's coming from libtoolize :)
It does.
>
> libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to
> configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros
> in-tree.
> libtoolize: Conside
On Sun, Nov 28, 2010 at 1:39 PM, Gaetan Nadon wrote:
> On Sun, 2010-11-28 at 21:26 +0100, Jan Engelhardt wrote:
>
> On Sunday 2010-11-28 19:45, Gaetan Nadon wrote:
>
>>On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote:
>> +ACLOCAL_AMFLAGS = -I m4
>>
>>This will fail if m4 does not exist
On Sun, 2010-11-28 at 21:26 +0100, Jan Engelhardt wrote:
> On Sunday 2010-11-28 19:45, Gaetan Nadon wrote:
>
> >On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote:
> > +ACLOCAL_AMFLAGS = -I m4
> >
> >This will fail if m4 does not exist at clone time.
> >It won't because there is a .goto
On Sunday 2010-11-28 19:45, Gaetan Nadon wrote:
>On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote:
> +ACLOCAL_AMFLAGS = -I m4
>
>This will fail if m4 does not exist at clone time.
>It won't because there is a .gotognore file in there.
>However, it will be suggested later to use the sam
On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote:
> +ACLOCAL_AMFLAGS = -I m4
>
This will fail if m4 does not exist at clone time.
It won't because there is a .gotognore file in there.
However, it will be suggested later to use the same
toplevel .gitignore file that is used in all other 24
libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am.
Signed-off-by: Jan Engelhardt
---
Makefile.am |2 ++
configure.ac