Gilles Detillieux writes:
 > OK, after a very relaxing weekend, things are going better, and I was
 > able to figure this automake stuff out a bit more.  As far as I can tell,
 > the DESTDIR stuff is mandated by automake.  However, the transition was
 > only half done, so installdir/Makefile was still littered with references
 > to the old INSTALL_ROOT.  After changing this to DESTDIR, I was able to
 > cleanly install all the files from there.

 I deeply apologize for this mistake and for not being online when you
needed it. You've probably noticed too that every file that needs to be
in the distribution must be listed in the Makefile.am. Headers in the
*_HEADERS variables for instance, and what does not belong to standard
variables should go in EXTRA_DIST variable. And this allows the 
make dist to generate a clean .tar.gz file. 

 I've tested that it works when doing the migration to automake but
since new files were added and other removed in the meantime, it's
possible that some of them are missing in the generated distribution
if the relevant variable in the Makefile.am file has not been updated.

 This mechanism may seem unecessarily complex but it has the great advantage
that the CVS tree can contain files and directories that are not included
in the distribution (rx for instance).

-- 
                Loic Dachary

                ECILA
                100 av. du Gal Leclerc
                93500 Pantin - France
                Tel: 33 1 56 96 09 80, Fax: 33 1 56 96 09 61
                e-mail: [EMAIL PROTECTED] URL: http://www.senga.org/


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to