The latest patch to Linas does several things:

 1) --with-gtk has been replaced with --with-gtk-config.  The way gtk
    does, you should *only* specify the config program location and
    rely on it to tell you the right CFLAGS and XLIBS values.

 2) Now runtime and install destinations are separate.  The --prefix
    you specify to configure determines where the resulting binary
    will look for things at runtime.  The prefix you give to make
    install (i.e. make prefix=foo install) only determines where the
    files are placed.  If this location is different from the
    configure --prefix value, then gnucash won't work until it's moved
    to that location.  This feature is mostly useful for package
    builders, but it shouldn't hurt anyone else.

  3) Now only the location of startup.scm is hardcoded into the
     binary, and even that can be overriden with --startup-file on the
     command line.  The other defaults are now in startup.scm.
     path-defaults.h is now gone.  The startup file setting is in
     gnucash.h, generated from gnucash.h.in.

  4) The #f startup problem is fixed (bugs in startup.scm).

  5) We now have gnucash.h.in and startup.scm.in.  Don't edit the
     resulting gnucash.h and startup.scm files directly.  I'll be
     adding a @configure_input@ at the top of each file to remind
     people soon.

Enjoy.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to