For configuring gnucash, add --enable-schemas-install=no. See wiki.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14768 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-08-29 20:23:52 +00:00
parent 54f3190e6e
commit d697c4f697

View File

@ -604,8 +604,8 @@ function inst_gnucash() {
./configure \
--prefix=$_GNUCASH_WFSDIR \
--enable-debug \
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS}" \
CFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} -D_WIN32 -DLIBLTDL_DLL_IMPORT" \
--enable-schemas-install=no \
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} -D_WIN32 -DLIBLTDL_DLL_IMPORT" \
LDFLAGS="-no-undefined ${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" \
PATH="${PATH}"