Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-29 Thread Jeremy Huddleston
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

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-29 Thread Gaetan Nadon
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

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-29 Thread Dan Nicholson
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

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Gaetan Nadon
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

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
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

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Gaetan Nadon
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

[PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
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