* src/scm/build-config.scm.in: new file -- keep all the

auto-generated bits (and only those) here.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6211 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-04 23:10:39 +00:00
parent 09f25b8a72
commit 9ce16f5b9f

View File

@ -0,0 +1,8 @@
(define gnc:version "@-VERSION-@")
;; Automatically generated defaults (don't use these directly --
;; they're used during actual initialization elsewhere)
(define gnc:_install-config-dir_ "@-GNC_CONFIGDIR-@")
(define gnc:_install-share-dir_ "@-GNC_SHAREDIR-@")
(define gnc:_install-help-dir_ "@-GNC_HELPDIR-@")