Re: Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-11-14 Thread Gavin Smith
On Wed, Oct 29, 2014 at 10:39 PM, Eric Blake wrote: > On 10/29/2014 04:29 PM, Diego Elio Pettenò wrote: > >> Can't we just say that gnu-flavour automake is pointless and foreign should >> be the default? Or am I too opinionated on that? > > For GNU projects, the 'gnu' flavor still makes sense, eve

Re: Building Automake 1.14.1 on mac os x 10.6.8

2014-11-14 Thread Gavin Smith
On Sun, Nov 2, 2014 at 6:27 PM, Arno Bootsmann wrote: > I am trying to compile Automake on mac os x 10.6.8, but get the following > error > message: > > forge:automake-1.14.1 boomaxx$ make > cd . && "/opt/src/automake-1.14.1/t/wrap/automake-1.14" --gnu --ignore-deps > Makefile > Can't locate /op

Re: Static Library Linking Problem using Autotool

2014-11-14 Thread Gavin Smith
On Tue, Oct 28, 2014 at 3:34 AM, Wy kevinthesun wrote: > Finally I tried to test Encoder library as before. I create "Test6" Project > which only included "Encoder.h" and wrote Makefile.am similarly as Test3: > > bin_PROGRAMS = Test6 > Test6_SOURCES = Test6.cpp > > Test6_LDFLAGS = -L/home/kevinthe