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
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
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
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
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
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
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
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
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
> &
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',
10 matches
Mail list logo