bug#18440: libexec_LIBRARIES not allowed

2014-09-10 Thread Ralf Corsepius
On 09/10/2014 03:24 AM, Dan Nicolaescu wrote: Trying to add a target with libexec_LIBRARIES results in an error: error: 'libexecdir' is not a legitimate directory for 'LIBRARIES' But it looks like having libraries in libexec is something already in use by a few things. On a Fedora 20 machine

bug#11323: automake-1.11.4 regression

2012-04-24 Thread Ralf Corsepius
Hi, With automake < 1.11.4 it was possible to create empty directories this way: Makefile.am: mystatedir = $(pkglocalstatedir) mystatedir_DATA = With automake-1.11.4, this doesn't work anymore and silently breaks existing Makefile.ams. Ralf

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Ralf Corsepius
On 01/07/2011 07:53 PM, Ralf Wildenhues wrote: Hello Ralf, * Ralf Corsepius wrote on Fri, Jan 07, 2011 at 05:52:54PM CET: On 01/07/2011 03:36 PM, Stefano Lattarini wrote: Currently, automake is not smart enough to resolve variable expansions in AM_YFLAGS (or foo_YFLAGS) when scanning them for

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Ralf Corsepius
On 01/07/2011 03:36 PM, Stefano Lattarini wrote: severity: wishlist thanks -*-*- Hello automakers. Currently, automake is not smart enough to resolve variable expansions in AM_YFLAGS (or foo_YFLAGS) when scanning them for the `-d' flag. For example: $ cat configure.ac AC_INIT(x,0) A

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Ralf Corsepius
On Sat, 2006-10-14 at 09:18 +0200, Ralf Wildenhues wrote: > [ Cc: automake-patches ] > > * Ralf Corsepius wrote on Thu, Oct 12, 2006 at 06:36:12AM CEST: > > On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corse

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > Hello! > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > > $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation r

CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
Hi, with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. >From a Makefile.in: CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) \ $(CCASFLAGS) IMO, as *.S sources are supposed to be preprocesse

Re: automake 'dist' target distributes built source file

2006-07-23 Thread Ralf Corsepius
On Sat, 2006-07-22 at 19:19 +0200, Bruno Haible wrote: > Hi, > > automake-1.9.6 insists on distributing a file, although I have > - not listed it in EXTRA_DIST, > - listed it in BUILT_SOURCES and in CLEANFILES. > > To reproduce: > > == Makefile.am

Re: $(EXEEXT) in TESTS required?

2006-01-24 Thread Ralf Corsepius
On Tue, 2006-01-24 at 13:15 +0100, Simon Josefsson wrote: > Ralf Corsepius <[EMAIL PROTECTED]> writes: > > > On Mon, 2006-01-23 at 21:51 +0100, Bruno Haible wrote: > >> [For the automake people: The problem is that a Makefile.am snippet like > &

Re: $(EXEEXT) in TESTS required?

2006-01-23 Thread Ralf Corsepius
On Mon, 2006-01-23 at 21:51 +0100, Bruno Haible wrote: > [For the automake people: The problem is that a Makefile.am snippet like > > TESTS = test-lock > check_PROGRAMS = test-lock > test_LOCK_LDFLAGS = -lmyspeciallib > > when cross-compiling to mingw on a Unix system with 'wine',