(Finally back from vacation, mostly almost organized, and catching up.
Bear with me if I waste time responding to things that have already
been dealt with, but I'm going in chronological order for the most
part.)
Dave Peticolas <[EMAIL PROTECTED]> writes:
> + The configuration of bootstrap.scm and gnucash.h are performed
> by extra commands at the end of AC_OUTPUT. The perl script is
> still used, but now config.status will correctly recreate them.
I'll need to think about this a bit, but I think perhaps we might be
able to get rid of the perl script if we use the DESTDIR trick that
someone (I forget who ATM, sorry) mentioned that X uses.
Basically, we just need to change things so that we use
${DESTDIR}${prefix}/...
in all our scripts so that you don't need to do a
make prefix=foo install
anymore, but rather a
make DESTDIR=foo install
This decouples the --prefix=bar argument (i.e. the eventuall install
location) from the destination where you want make to put all the
files. For those who haven't been following, this is important for
people trying to package GnuCash for Debian and other distributions
(hi Tyson).
--
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]