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:
Linas Vepstas
1999-01-04 07:56:56 +00:00
parent 9a0bee5a82
commit 0ac46cb9e5
3 changed files with 11 additions and 0 deletions

4
configure vendored
View File

@@ -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