corrections to libdir setup

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1557 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-01-04 08:05:02 +00:00
parent 0ac46cb9e5
commit 4fc72a8883
3 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ OPT_STYLE_INSTALL=@OPT_STYLE_INSTALL@
# These are *only* to be used at *install* time.
GNC_DOCDIR=@GNC_DOCDIR@
GNC_BINDIR=@GNC_BINDIR@
GNC_LIBDIR=@GNC_LIBDIR@
GNC_CONFIGDIR=@GNC_CONFIGDIR@
GNC_SHAREDIR=@GNC_SHAREDIR@

2
configure vendored
View File

@ -2552,7 +2552,7 @@ then
else
GNC_DOCDIR='${prefix}/doc/gnucash'
GNC_BINDIR='${prefix}/bin'
GNC_LIBDIR='${prefix}/lib'
GNC_LIBDIR='${prefix}/lib/gnucash'
GNC_CONFIGDIR=${sysconfdir}/gnucash
GNC_SHAREDIR=${datadir}/gnucash
fi

View File

@ -258,7 +258,7 @@ then
else
GNC_DOCDIR='${prefix}/doc/gnucash'
GNC_BINDIR='${prefix}/bin'
GNC_LIBDIR='${prefix}/lib'
GNC_LIBDIR='${prefix}/lib/gnucash'
GNC_CONFIGDIR=${sysconfdir}/gnucash
GNC_SHAREDIR=${datadir}/gnucash
fi