mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Configure scm module directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5757 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4401b44ed1
commit
84c723d74b
@ -15,6 +15,7 @@ Options:
|
|||||||
[--libs]
|
[--libs]
|
||||||
[--cflags]
|
[--cflags]
|
||||||
[--ld-library-path]
|
[--ld-library-path]
|
||||||
|
[--scm-module-dir]
|
||||||
Libraries:
|
Libraries:
|
||||||
engine
|
engine
|
||||||
network-utils
|
network-utils
|
||||||
@ -39,9 +40,6 @@ while test $# -gt 0; do
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
--ld-library-path)
|
|
||||||
echo_ld_library_path=yes
|
|
||||||
;;
|
|
||||||
--prefix=*)
|
--prefix=*)
|
||||||
prefix=$optarg
|
prefix=$optarg
|
||||||
if test $exec_prefix_set = no ; then
|
if test $exec_prefix_set = no ; then
|
||||||
@ -68,6 +66,12 @@ while test $# -gt 0; do
|
|||||||
--libs)
|
--libs)
|
||||||
echo_libs=yes
|
echo_libs=yes
|
||||||
;;
|
;;
|
||||||
|
--ld-library-path)
|
||||||
|
echo_ld_library_path=yes
|
||||||
|
;;
|
||||||
|
--scm-module-dir)
|
||||||
|
echo_scm_module_dir=yes
|
||||||
|
;;
|
||||||
engine)
|
engine)
|
||||||
lib_engine=yes
|
lib_engine=yes
|
||||||
any_lib=yes
|
any_lib=yes
|
||||||
@ -203,3 +207,7 @@ if test "$echo_ld_library_path" = "yes"; then
|
|||||||
path="$libdir:$GNC_LIBDIR:$GNC_MODULE_DIR"
|
path="$libdir:$GNC_LIBDIR:$GNC_MODULE_DIR"
|
||||||
echo $path
|
echo $path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$echo_scm_module_dir" = "yes"; then
|
||||||
|
echo $GNC_SHAREDIR/guile-modules
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user