mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add a lib dir for the perl modules
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1556 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -2546,11 +2546,13 @@ if test ${OPT_STYLE_INSTALL} = 1
|
||||
then
|
||||
GNC_DOCDIR='${prefix}/doc'
|
||||
GNC_BINDIR='${prefix}/bin'
|
||||
GNC_LIBDIR='${prefix}/lib'
|
||||
GNC_CONFIGDIR=${sysconfdir}
|
||||
GNC_SHAREDIR=${datadir}
|
||||
else
|
||||
GNC_DOCDIR='${prefix}/doc/gnucash'
|
||||
GNC_BINDIR='${prefix}/bin'
|
||||
GNC_LIBDIR='${prefix}/lib'
|
||||
GNC_CONFIGDIR=${sysconfdir}/gnucash
|
||||
GNC_SHAREDIR=${datadir}/gnucash
|
||||
fi
|
||||
@@ -2560,6 +2562,7 @@ fi
|
||||
|
||||
|
||||
|
||||
|
||||
# We have to handle these here because they are the *runtime* (not install
|
||||
# time) defaults, and they're substituted into startup.scm and gnucash.h
|
||||
# directly, so:
|
||||
@@ -2748,6 +2751,7 @@ s%@HAVE_PLOTUTILS@%$HAVE_PLOTUTILS%g
|
||||
s%@MOTIF_LIBS@%$MOTIF_LIBS%g
|
||||
s%@GNC_DOCDIR@%$GNC_DOCDIR%g
|
||||
s%@GNC_BINDIR@%$GNC_BINDIR%g
|
||||
s%@GNC_LIBDIR@%$GNC_LIBDIR%g
|
||||
s%@GNC_CONFIGDIR@%$GNC_CONFIGDIR%g
|
||||
s%@GNC_SHAREDIR@%$GNC_SHAREDIR%g
|
||||
s%@GNC_RUNTIME_SHAREDIR@%$GNC_RUNTIME_SHAREDIR%g
|
||||
|
||||
Reference in New Issue
Block a user