bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake 1.7.3 released


From: Simon Josefsson
Subject: Re: Automake 1.7.3 released
Date: Thu, 27 Feb 2003 14:53:03 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (i686-pc-linux-gnu)

Alexandre Duret-Lutz <address@hidden> writes:

>>>> "Simon" == Simon Josefsson <address@hidden> writes:
>
> [...]
>
>  Simon> I guess I'm spoiled by *_SOURCES that allow me to
>  Simon> mention *.c files in one place only.
>
> Huh?  That seems untrue to me.  The test suite is full of tests
> with _SOURCES lines using variables.  Maybe you have caught a bug.
> Could you provide a test case?

I probably wasn't clear, I don't think there is a bug.  From my
Makefile.am:

libidn_la_SOURCES = gunicomp.h gunidecomp.h internal.h \
        stringprep.c nfkc.c version.c toutf8.c \
        stringprep_generic.c profiles.c \
        punycode.h punycode.c \
        idna.h idna.c

After typing this I don't have to include neither
$(libidna_la_SOURCES) or the *.c files in EXTRA_DIST.  I was looking
for something equivalent for elisp files, which you helped me with.

>  >> We ought to support dist_lisp_LISP for consistency with other
>  >> primaries, but it won't save a lot of typing.  If dist_lisp_LISP
>  >> worked, you'd just have to type
>  >> 
>  >> EXTRA_DIST = ...
>  >> dist_lisp_LISP = punycode.el idna.el
>
>  Simon> That would be splendid.  Not that important though...
>
> You can do this.  It already works.  Sorry for the confusion.

Perfect!  It works.

Thanks again.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]