Re: Create a custom target

2009-04-22 Thread automake
Hi I have a similar problem with giving a customized target. I have included target into Makefile.am as extra: ...nm ...link But the default target for makefiles from configure.ac is all. Is there a way to add this target to all sub-targets? Ralf Wildenhues wrote: > > Hello Ta

Re: Automatic debug symbol generation

2009-04-22 Thread Jason Spence
On Wed, Apr 22, 2009 at 07:33:47AM +0200, Ralf Wildenhues wrote: > Hello, > > * JRS wrote on Wed, Apr 22, 2009 at 07:02:55AM CEST: > > I was setting up build infrastructure once again when it occurred to > > me, hmm, wouldn't it be nice if automake had default targets for > > installing symbols?

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: config.h as dependency

2009-04-22 Thread Jason Sewall
Hi Ralf - I figured out my problem. See below; basically, I'm a numbskull. On Wed, Apr 22, 2009 at 1:09 AM, Ralf Wildenhues wrote: > Here's a few reasons why this may not have worked as intended: > > - config.h wasn't even updated.  configure, more precisely > config.status, updates the header la

Re: Automatic debug symbol generation

2009-04-22 Thread Jan Engelhardt
On Wednesday 2009-04-22 07:33, Ralf Wildenhues wrote: >* JRS wrote on Wed, Apr 22, 2009 at 07:02:55AM CEST: >> I was setting up build infrastructure once again when it occurred to >> me, hmm, wouldn't it be nice if automake had default targets for >> installing symbols? >> >> For example, make in