Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-24 Thread Lorenzo Bettini
Braden McDaniel wrote: >>> But you really should just use pkg-config instead. I actually use pkg-config for my library; but boost libraries don't come with a pkg-config .pc file unfortunately :-( or did you mean something else? As long as Boost isn't providing pkg-config metadata, you can si

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-24 Thread Lorenzo Bettini
Ralf Wildenhues wrote: Hi Lorenzo, * Lorenzo Bettini wrote on Thu, Apr 23, 2009 at 09:20:05AM CEST: Ralf Wildenhues wrote: * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: Yes I know, and these are those files; I was thinking of distributing since my macro (for my library) r

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Ralf Wildenhues
Hi Lorenzo, * Lorenzo Bettini wrote on Thu, Apr 23, 2009 at 09:20:05AM CEST: > Ralf Wildenhues wrote: >> * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: >> >>> Yes I know, and these are those files; I was thinking of distributing >>> since my macro (for my library) relies on boo

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Lorenzo Bettini
Ralf Wildenhues wrote: Hello Lorenzo, * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: Christian Rössel wrote: Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: aclocaldir = $(datadir)/aclocal aclocal_DATA = ax_boost_base.m4 ax_boost_re

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Lorenzo Bettini
Braden McDaniel wrote: On 4/22/09 2:16 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/22/09 12:13 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sourc

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Braden McDaniel
On 4/22/09 2:16 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/22/09 12:13 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be ins

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Ralf Wildenhues
Hello Lorenzo, * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: > Christian Rössel wrote: >> Lorenzo Bettini wrote: >>> Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: > > aclocaldir = $(datadir)/aclocal > aclocal_DATA = ax_boost_base.m4 ax_boost_

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Lorenzo Bettini
Braden McDaniel wrote: On 4/22/09 12:13 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then adde

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Lorenzo Bettini
Christian Rössel wrote: Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then added aclocaldir = $(da

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Braden McDaniel
On 4/22/09 12:13 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then added aclocaldir = $(datadi

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Christian Rössel
Lorenzo Bettini wrote: > Braden McDaniel wrote: >> On 4/21/09 1:35 PM, Lorenzo Bettini wrote: >>> Hi >>> >>> I started adding some m4 macros to my program, that I put in the m4 >>> directory in my sources, and that will be installed during the make >>> install. >>> >>> I then added >>> >>> aclocald

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-22 Thread Lorenzo Bettini
Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then added aclocaldir = $(datadir)/aclocal aclocal_DATA = ax_boost_base.m4 ax

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-21 Thread Braden McDaniel
On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then added aclocaldir = $(datadir)/aclocal aclocal_DATA = ax_boost_base.m4 ax_boost_regex.m4 Unless

suggestions about AC_CONFIG_MACRO_DIR

2009-04-21 Thread Lorenzo Bettini
Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sources, and that will be installed during the make install. I then added aclocaldir = $(datadir)/aclocal aclocal_DATA = ax_boost_base.m4 ax_boost_regex.m4 in the m4/Makefile.am and ACLOCAL_AMFLAGS = -I