installed. It's for an autoconfiscated libjpeg6b. The core
> of the package is the library, but the executables might be installed. So I
> have:
>
> if PROGRAMS
> bin_PROGRAMS = $(jpeg_programs)
> dist_man1_MANS = $(man_mans)
> else
> EXTRA_PROGRAMS = $(jpeg_programs)
> # d
be installed. It's for an autoconfiscated libjpeg6b.
The core of the package is the library, but the executables might be
installed. So I have:
if PROGRAMS
bin_PROGRAMS = $(jpeg_programs)
dist_man1_MANS = $(man_mans)
else
EXTRA_PROGRAMS = $(jpeg_programs)
# dist_noinst_MANS does not
Hi Akim,
thanks for the feature request, and sorry for the delay.
* Akim Demaille wrote on Fri, Sep 24, 2010 at 01:44:34PM CEST:
> Currently Automake accepts happily such a variable name, but it does
> not use it (the files are not dist'ed). I agree EXTRA_DIST is fine,
> but I'm used to being ab