should aclocal warn when picking up installed macros???

2012-09-24 Thread Peter Johansson
Hi, I just helped a co-developer who experienced a mysterious autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory c++ to autoreconf autoreconf: Entering

Re: Pre-built binary package

2012-09-24 Thread Baurzhan Ismagulov
On Thu, Sep 20, 2012 at 04:38:36PM -0700, Too, Justin A. wrote: > Ease of "installation" for end users. Specifically, we have 40 identical > machines with the same tool chain. Our developers are using these > systems. It's a hassle to require each developer to install our project > for non-devel

Re: Static library naming

2012-09-24 Thread Peter Rosin
On 2012-09-24 09:54, Stefano Lattarini wrote: > On 09/23/2012 11:47 PM, Peter Rosin wrote: >> On 2012-09-20 16:36, Stefano Lattarini wrote: >>> On 09/20/2012 12:49 AM, Peter Rosin wrote: When you write lib_LIBRARIES = libhello.a you express the desire to build an "hello" ar

Re: Python macros

2012-09-24 Thread Stefano Lattarini
On 09/23/2012 08:31 PM, Brandon Invergo wrote: > > [SNIP] > > python.m4 in Automake is much more complete, and these macros are the > direct decendents of that file, but to me at least, it's confusing that > these macros should be implemented in Automake and not in Autoconf (or > Autoconf Archive f

Re: Static library naming

2012-09-24 Thread Stefano Lattarini
On 09/23/2012 11:47 PM, Peter Rosin wrote: > Hi Stefano! > > Thanks for your input! > > On 2012-09-20 16:36, Stefano Lattarini wrote: >> Adding the Automake-NG list in CC: (see below for the motivation). >> >> On 09/20/2012 12:49 AM, Peter Rosin wrote: >>> Hi! >>> >> Hi Peter. >> >>> When you wri